pkgsrc-Bugs archive

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

Re: pkg/39738 (bootstrap fails under Solaris, libnbcompat broken)



Hi Jörg!

joerg%NetBSD.org@localhost wrote:
Synopsis: bootstrap fails under Solaris, libnbcompat broken

State-Changed-From-To: open->feedback
State-Changed-By: joerg%NetBSD.org@localhost
State-Changed-When: Tue, 14 Oct 2008 22:51:56 +0000
State-Changed-Why:
I've changed the order in which bmake and libnbcompat are built.
Does this fix the problem for you?

Not completely. Now the build stops at


configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbcompat/config.h
gawk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
cc  -I. -I.  -g -DHAVE_CONFIG_H -c glob.c
"/usr/include/sys/byteorder.h", line 60: syntax error before or at: in_port_t "/usr/include/sys/byteorder.h", line 65: syntax error before or at: in_addr_t
"/usr/include/sys/int_types.h", line 73: identifier redeclared: uint16_t
        current : unsigned short
        previous: int : "/usr/include/sys/byteorder.h", line 60
"/usr/include/sys/int_types.h", line 74: identifier redeclared: uint32_t
        current : unsigned int
        previous: int : "/usr/include/sys/byteorder.h", line 65
cc: acomp failed for glob.c
*** Error code 2

Stop.


Which may result from the fact, that "gawk" is not available. Maybe you have to move the build of "nawk" also in front of libnbcompat and use that.

Regards,
   Jörn

--
 Jörn Clausen                             
joern.clausen%uni-bielefeld.de@localhost
 Hochschulrechenzentrum                 http://www.uni-bielefeld.de/hrz/
 Universität Bielefeld


Home | Main Index | Thread Index | Old Index