pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bootstraping fails on Solaris 10 (newbie question)
> On Sun, Oct 19, 2008 at 03:17:25PM +0300, Aleksey Cheusov wrote:
>> > Also see wiki.netbsd.se/How_to_use_pkgsrc_on_Solaris for your reference.
>>
>> Installing SUNWhea and packages listed in this page doesn't help.
>> I include configure output. Am I missing something?
> Noone wants to give me the config.log to figure out why it actually does
> that...
I show full configure output. Is this not enough?
http://mova.org/~cheusov/pub/tmp/config.log
/usr/include/sys/byteorder.h:
58 #ifndef _IN_PORT_T
59 #define _IN_PORT_T
60 typedef uint16_t in_port_t;
61 #endif
62
63 #ifndef _IN_ADDR_T
64 #define _IN_ADDR_T
65 typedef uint32_t in_addr_t;
66 #endif
67
68 #if !defined(_XPG4_2) || defined(__EXTENSIONS__) || defined(_XPG5)
69 extern uint32_t htonl(uint32_t);
70 extern uint16_t htons(uint16_t);
71 extern uint32_t ntohl(uint32_t);
72 extern uint16_t ntohs(uint16_t);
73 #else
74 extern in_addr_t htonl(in_addr_t);
75 extern in_port_t htons(in_port_t);
76 extern in_addr_t ntohl(in_addr_t);
77 extern in_port_t ntohs(in_port_t);
78 #endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) ||
defined(_XPG5) */
79 #endif
--
Best regards, Aleksey Cheusov.
Home |
Main Index |
Thread Index |
Old Index