pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/45041: bootstrap/bootstrap minix support



The following reply was made to PR pkg/45041; it has been noted by GNATS.

From: Thomas Cort <tcort%minix3.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/45041: bootstrap/bootstrap minix support
Date: Mon, 25 Jul 2011 09:37:26 -0400

 > Do you have a plan that header files will be changed to not require 
 > -D_NETBSD_SOURCE,
 
 I don't think we have a plan to not require -D_NETBSD_SOURCE.
 
 > libcompat_minix and libminlib will be merged into libc?
 
 Yes, there are plans to have the compatibility stuff eliminated. It
 won't be really soon -- there are still a lot of big changes that need
 to be done (example: changing Minix's passwd and mtab formats to match
 the NetBSD formats), but there are developers actively working on it.
 
 > On Minix, any failure happen with --enable-db?
 
 Yes, during the part of bootstrap that builds pkg_install we get this failure:
 
 gcc -lcompat_minix -lminlib -L../libnbcompat -L../../libnbcompat
 -L../lib -o pkg_admin check.o main.o -linstall  -lnbcompat
 /usr/lib/libc.a(db.o): In function `__dbpanic':
 /usr/src/lib/nbsd_libc/db/db/db.c:(.text+0xd0): multiple definition of
 `__dbpanic'
 ../../libnbcompat/libnbcompat.a(db.o):db.c:(.text+0xed): first defined here
 /usr/pkg/bin/ld: Warning: size of symbol `__dbpanic' changed from 71
 in ../../libnbcompat/libnbcompat.a(db.o) to 47 in
 /usr/lib/libc.a(db.o)
 collect2: ld returned 1 exit status
 *** Error code 1
 


Home | Main Index | Thread Index | Old Index