Ticket #3017: netxx.log

File netxx.log, 6.6 KB (added by olegb@…, 19 years ago)

build log

Line 
1Portfile changed since last build; discarding previous state.
2--->  Fetching netxx
3--->  Verifying checksum(s) for netxx
4--->  Checksumming netxx-0.4.2.tar.gz
5--->  Extracting netxx
6--->  Extracting netxx-0.4.2.tar.gz
7--->  Applying patches to netxx
8--->  Applying /Users/olegb/testports/netxx/files/patch-osutil.h.diff
9patching file src/osutil.h
10--->  Applying /Users/olegb/testports/netxx/files/patch-netbuf.h.diff
11patching file include/netxx/netbuf.h
12--->  Configuring netxx
13./src/config.jam: No such file or directory
14./examples/config.jam: No such file or directory
15+---------------------------------------------------------+
16|                    Debug Build                          |
17+---------------------------------------------------------+
18...patience...
19...found 190 targets...
20...updating 37 targets...
21MkDir1 src/debug
22C++ src/debug/accept.o
23C++ src/debug/address.o
24C++ src/debug/datagram.o
25C++ src/debug/datagramserver.o
26C++ src/debug/osutil.o
27C++ src/debug/peer.o
28C++ src/debug/probe.o
29C++ src/debug/probe_select.o
30C++ src/debug/recvfrom.o
31C++ src/debug/serverbase.o
32C++ src/debug/sockaddr.o
33C++ src/debug/sockopt.o
34C++ src/debug/socket.o
35C++ src/debug/stream.o
36C++ src/debug/streambase.o
37C++ src/debug/streamserver.o
38Archive src/debug/libnetxx.a
39MkDir1 examples/debug
40C++ examples/debug/http_get.o
41Link examples/debug/http_get
42/usr/bin/ld: warning prebinding disabled because of undefined symbols
43/usr/bin/ld: Undefined symbols:
44Netxx::resolve_service(char const*)
45Netxx::resolve_hostname(char const*, unsigned short, bool, std::vector<Netxx::Peer, std::allocator<Netxx::Peer> >&)
46collect2: ld returned 1 exit status
47
48c++  -Wall -W -Wcast-align -Wwrite-strings -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -o examples/debug/http_get   examples/debug/http_get.o  src/debug/libnetxx.a   
49
50...failed Link examples/debug/http_get...
51C++ examples/debug/multi_server.o
52Link examples/debug/multi_server
53/usr/bin/ld: warning prebinding disabled because of undefined symbols
54/usr/bin/ld: Undefined symbols:
55Netxx::resolve_service(char const*)
56Netxx::resolve_hostname(char const*, unsigned short, bool, std::vector<Netxx::Peer, std::allocator<Netxx::Peer> >&)
57collect2: ld returned 1 exit status
58
59c++  -Wall -W -Wcast-align -Wwrite-strings -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -o examples/debug/multi_server   examples/debug/multi_server.o  src/debug/libnetxx.a   
60
61...failed Link examples/debug/multi_server...
62C++ examples/debug/streambuf_echo_client.o
63Link examples/debug/streambuf_echo_client
64/usr/bin/ld: warning prebinding disabled because of undefined symbols
65/usr/bin/ld: Undefined symbols:
66Netxx::resolve_service(char const*)
67Netxx::resolve_hostname(char const*, unsigned short, bool, std::vector<Netxx::Peer, std::allocator<Netxx::Peer> >&)
68collect2: ld returned 1 exit status
69
70c++  -Wall -W -Wcast-align -Wwrite-strings -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -o examples/debug/streambuf_echo_client   examples/debug/streambuf_echo_client.o  src/debug/libnetxx.a   
71
72...failed Link examples/debug/streambuf_echo_client...
73C++ examples/debug/tcp_daytime_client.o
74Link examples/debug/tcp_daytime_client
75/usr/bin/ld: warning prebinding disabled because of undefined symbols
76/usr/bin/ld: Undefined symbols:
77Netxx::resolve_service(char const*)
78Netxx::resolve_hostname(char const*, unsigned short, bool, std::vector<Netxx::Peer, std::allocator<Netxx::Peer> >&)
79collect2: ld returned 1 exit status
80
81c++  -Wall -W -Wcast-align -Wwrite-strings -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -o examples/debug/tcp_daytime_client   examples/debug/tcp_daytime_client.o  src/debug/libnetxx.a   
82
83...failed Link examples/debug/tcp_daytime_client...
84C++ examples/debug/tcp_echo_client.o
85Link examples/debug/tcp_echo_client
86/usr/bin/ld: warning prebinding disabled because of undefined symbols
87/usr/bin/ld: Undefined symbols:
88Netxx::resolve_service(char const*)
89Netxx::resolve_hostname(char const*, unsigned short, bool, std::vector<Netxx::Peer, std::allocator<Netxx::Peer> >&)
90collect2: ld returned 1 exit status
91
92c++  -Wall -W -Wcast-align -Wwrite-strings -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -o examples/debug/tcp_echo_client   examples/debug/tcp_echo_client.o  src/debug/libnetxx.a   
93
94...failed Link examples/debug/tcp_echo_client...
95C++ examples/debug/tcp_echo_server.o
96Link examples/debug/tcp_echo_server
97/usr/bin/ld: warning prebinding disabled because of undefined symbols
98/usr/bin/ld: Undefined symbols:
99Netxx::resolve_service(char const*)
100Netxx::resolve_hostname(char const*, unsigned short, bool, std::vector<Netxx::Peer, std::allocator<Netxx::Peer> >&)
101collect2: ld returned 1 exit status
102
103c++  -Wall -W -Wcast-align -Wwrite-strings -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -o examples/debug/tcp_echo_server   examples/debug/tcp_echo_server.o  src/debug/libnetxx.a   
104
105...failed Link examples/debug/tcp_echo_server...
106C++ examples/debug/udp_daytime_client.o
107Link examples/debug/udp_daytime_client
108/usr/bin/ld: warning prebinding disabled because of undefined symbols
109/usr/bin/ld: Undefined symbols:
110Netxx::resolve_service(char const*)
111Netxx::resolve_hostname(char const*, unsigned short, bool, std::vector<Netxx::Peer, std::allocator<Netxx::Peer> >&)
112collect2: ld returned 1 exit status
113
114c++  -Wall -W -Wcast-align -Wwrite-strings -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -o examples/debug/udp_daytime_client   examples/debug/udp_daytime_client.o  src/debug/libnetxx.a   
115
116...failed Link examples/debug/udp_daytime_client...
117C++ examples/debug/udp_echo_client.o
118Link examples/debug/udp_echo_client
119/usr/bin/ld: warning prebinding disabled because of undefined symbols
120/usr/bin/ld: Undefined symbols:
121Netxx::resolve_service(char const*)
122Netxx::resolve_hostname(char const*, unsigned short, bool, std::vector<Netxx::Peer, std::allocator<Netxx::Peer> >&)
123collect2: ld returned 1 exit status
124
125c++  -Wall -W -Wcast-align -Wwrite-strings -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -o examples/debug/udp_echo_client   examples/debug/udp_echo_client.o  src/debug/libnetxx.a   
126
127...failed Link examples/debug/udp_echo_client...
128C++ examples/debug/udp_echo_server.o
129Link examples/debug/udp_echo_server
130/usr/bin/ld: warning prebinding disabled because of undefined symbols
131/usr/bin/ld: Undefined symbols:
132Netxx::resolve_service(char const*)
133Netxx::resolve_hostname(char const*, unsigned short, bool, std::vector<Netxx::Peer, std::allocator<Netxx::Peer> >&)
134collect2: ld returned 1 exit status
135
136c++  -Wall -W -Wcast-align -Wwrite-strings -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -o examples/debug/udp_echo_server   examples/debug/udp_echo_server.o  src/debug/libnetxx.a   
137
138...failed Link examples/debug/udp_echo_server...
139...failed updating 9 targets...
140...updated 28 targets...
141Warning: the following items did not execute (for netxx): com.apple.build com.apple.configure