Ticket #62077: libsockets.log

File libsockets.log, 36.5 KB (added by jboydon (John Boydon), 4 years ago)
Line 
1--->  Computing dependencies for libsockets.
2--->  Fetching archive for libsockets
3--->  libsockets-2.3.9.9_2.darwin_20.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
4--->  Attempting to fetch libsockets-2.3.9.9_2.darwin_20.x86_64.tbz2 from https://lil.fr.packages.macports.org/libsockets
5--->  Attempting to fetch libsockets-2.3.9.9_2.darwin_20.x86_64.tbz2 from https://packages.macports.org/libsockets
6--->  Attempting to fetch libsockets-2.3.9.9_2.darwin_20.x86_64.tbz2 from https://mse.uk.packages.macports.org/libsockets
7--->  Fetching distfiles for libsockets
8--->  Verifying checksums for libsockets
9--->  Checksumming Sockets-2.3.9.9.tar.gz
10--->  Extracting libsockets
11--->  Extracting Sockets-2.3.9.9.tar.gz
12Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/libsockets/Sockets-2.3.9.9.tar.gz' | /usr/bin/tar -xf -
13xinstall: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/libsockets/files/configure -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work/Sockets-2.3.9.9/configure
14xinstall: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/libsockets/files/create-dylib.sh -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work/Sockets-2.3.9.9/create-dylib.sh
15--->  Applying patches to libsockets
16--->  Applying patch-HttpRequest.cpp.diff
17Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work/Sockets-2.3.9.9" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/libsockets/files/patch-HttpRequest.cpp.diff'
18patching file HttpRequest.cpp
19Hunk #1 succeeded at 67 (offset 4 lines).
20--->  Applying patch-Makefile.diff
21Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work/Sockets-2.3.9.9" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/libsockets/files/patch-Makefile.diff'
22patching file Makefile
23Hunk #1 succeeded at 42 with fuzz 1 (offset 4 lines).
24Hunk #2 succeeded at 81 (offset 6 lines).
25Hunk #3 succeeded at 102 (offset 6 lines).
26--->  Configuring libsockets
27Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work/Sockets-2.3.9.9" && ./configure --prefix=/opt/local
28--->  Building libsockets
29Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work/Sockets-2.3.9.9" && /usr/bin/make -j24 -w all libSockets.dylib
30make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work/Sockets-2.3.9.9'
31[g++] Compiling Ajp13Socket.cpp
32[g++] Compiling AjpBaseSocket.cpp
33[g++] Compiling Base64.cpp
34[g++] Compiling Debug.cpp
35[g++] Compiling Event.cpp
36[g++] Compiling EventHandler.cpp
37[g++] Compiling EventTime.cpp
38[g++] Compiling File.cpp
39[g++] Compiling Exception.cpp
40[g++] Compiling FileStream.cpp
41[g++] Compiling HttpBaseSocket.cpp
42[g++] Compiling HTTPSocket.cpp
43[g++] Compiling HttpClientSocket.cpp
44[g++] Compiling HttpDebugSocket.cpp
45[g++] Compiling HttpGetSocket.cpp
46[g++] Compiling HttpPostSocket.cpp
47[g++] Compiling HttpPutSocket.cpp
48[g++] Compiling HttpRequest.cpp
49[g++] Compiling HttpResponse.cpp
50[g++] Compiling HttpTransaction.cpp
51[g++] Compiling HttpdCookies.cpp
52[g++] Compiling HttpdForm.cpp
53[g++] Compiling HttpdSocket.cpp
54[g++] Compiling IEventOwner.cpp
55[g++] Compiling Ipv4Address.cpp
56[g++] Compiling Ipv6Address.cpp
57[g++] Compiling Json.cpp
58[g++] Compiling Lock.cpp
59[g++] Compiling MemFile.cpp
60In file included from Debug.cpp:31:
61In file included from ./Debug.h:35:
62In file included from ./Utility.h:38:
63./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
64#define MSG_NOSIGNAL 0 // oops - thanks Derek
65        ^
66/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
67#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
68        ^
69In file included from HttpResponse.cpp:39:
70In file included from ./HttpResponse.h:36:
71In file included from ./HttpTransaction.h:36:
72In file included from ./Utility.h:38:
73./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
74#define MSG_NOSIGNAL 0 // oops - thanks Derek
75        ^
76/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
77#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
78        ^
79In file included from HttpdForm.cpp:36:
80./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
81#define MSG_NOSIGNAL 0 // oops - thanks Derek
82        ^
83/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
84#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
85        ^
86In file included from HttpTransaction.cpp:36:
87In file included from ./HttpTransaction.h:36:
88In file included from ./Utility.h:38:
89./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
90#define MSG_NOSIGNAL 0 // oops - thanks Derek
91        ^
92/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
93#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
94        ^
95In file included from HttpRequest.cpp:36:
96In file included from ./HttpRequest.h:36:
97In file included from ./HttpTransaction.h:36:
98In file included from ./Utility.h:38:
99./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
100#define MSG_NOSIGNAL 0 // oops - thanks Derek
101        ^
102/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
103#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
104        ^
105In file included from HttpPutSocket.cpp:39:
106In file included from ./ISocketHandler.h:39:
107./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
108#define MSG_NOSIGNAL 0 // oops - thanks Derek
109        ^
110/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
111#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
112        ^
113In file included from HttpGetSocket.cpp:39:
114In file included from ./ISocketHandler.h:39:
115./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
116#define MSG_NOSIGNAL 0 // oops - thanks Derek
117        ^
118/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
119#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
120        ^
121In file included from HttpPostSocket.cpp:41:
122In file included from ./ISocketHandler.h:39:
123./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
124#define MSG_NOSIGNAL 0 // oops - thanks Derek
125        ^
126/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
127#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
128        ^
129In file included from EventHandler.cpp:35:
130In file included from ./EventHandler.h:36:
131In file included from ./SocketHandler.h:39:
132./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
133#define MSG_NOSIGNAL 0 // oops - thanks Derek
134        ^
135/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
136#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
137        ^
138In file included from Exception.cpp:37:
139In file included from ./Utility.h:38:
140./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
141#define MSG_NOSIGNAL 0 // oops - thanks Derek
142        ^
143/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
144#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
145        ^
146[g++] Compiling Mutex.cpp
147In file included from AjpBaseSocket.cpp:36:
148In file included from ./AjpBaseSocket.h:36:
149In file included from ./TcpSocket.h:35:
150In file included from ./StreamSocket.h:36:
151In file included from ./Socket.h:39:
152./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
153#define MSG_NOSIGNAL 0 // oops - thanks Derek
154        ^
155/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
156#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
157        ^
158In file included from HttpBaseSocket.cpp:36:
159In file included from ./HttpBaseSocket.h:36:
160In file included from ./HTTPSocket.h:36:
161In file included from ./TcpSocket.h:35:
162In file included from ./StreamSocket.h:36:
163In file included from ./Socket.h:39:
164./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
165#define MSG_NOSIGNAL 0 // oops - thanks Derek
166        ^
167/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
168#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
169        ^
170In file included from HTTPSocket.cpp:35:
171In file included from ./HTTPSocket.h:36:
172In file included from ./TcpSocket.h:35:
173In file included from ./StreamSocket.h:36:
174In file included from ./Socket.h:39:
175./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
176#define MSG_NOSIGNAL 0 // oops - thanks Derek
177        ^
178/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
179#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
180        ^
181In file included from HttpDebugSocket.cpp:34:
182In file included from ./HttpDebugSocket.h:35:
183In file included from ./HTTPSocket.h:36:
184In file included from ./TcpSocket.h:35:
185In file included from ./StreamSocket.h:36:
186In file included from ./Socket.h:39:
187./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
188#define MSG_NOSIGNAL 0 // oops - thanks Derek
189        ^
190/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
191#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
192        ^
193In file included from HttpClientSocket.cpp:36:
194In file included from ./HttpClientSocket.h:37:
195In file included from ./HTTPSocket.h:36:
196In file included from ./TcpSocket.h:35:
197In file included from ./StreamSocket.h:36:
198In file included from ./Socket.h:39:
199./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
200#define MSG_NOSIGNAL 0 // oops - thanks Derek
201        ^
202/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
203#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
204        ^
205In file included from Ajp13Socket.cpp:36:
206In file included from ./Ajp13Socket.h:36:
207In file included from ./AjpBaseSocket.h:36:
208In file included from ./TcpSocket.h:35:
209In file included from ./StreamSocket.h:36:
210In file included from ./Socket.h:39:
211./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
212#define MSG_NOSIGNAL 0 // oops - thanks Derek
213        ^
214/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
215#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
216        ^
217In file included from HttpdCookies.cpp:35:
218In file included from ./HTTPSocket.h:36:
219In file included from ./TcpSocket.h:35:
220In file included from ./StreamSocket.h:36:
221In file included from ./Socket.h:39:
222./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
223#define MSG_NOSIGNAL 0 // oops - thanks Derek
224        ^
225/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
226#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
227        ^
228In file included from Ipv4Address.cpp:33:
229In file included from ./Ipv4Address.h:37:
230In file included from ./SocketAddress.h:39:
231./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
232#define MSG_NOSIGNAL 0 // oops - thanks Derek
233        ^
234/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
235#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
236        ^
2371 warning generated.
238[g++] Compiling Parse.cpp
239[g++] Compiling ResolvServer.cpp
240[g++] Compiling ResolvSocket.cpp
241In file included from HttpdSocket.cpp:36:
242In file included from ./HttpdSocket.h:34:
243In file included from ./HTTPSocket.h:36:
244In file included from ./TcpSocket.h:35:
245In file included from ./StreamSocket.h:36:
246In file included from ./Socket.h:39:
247./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
248#define MSG_NOSIGNAL 0 // oops - thanks Derek
249        ^
250/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
251#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
252        ^
253[g++] Compiling SSLInitializer.cpp
254In file included from HTTPSocket.cpp:35:
255In file included from ./HTTPSocket.h:36:
256In file included from ./TcpSocket.h:35:
257In file included from ./StreamSocket.h:36:
258./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
259        Socket() : m_handler(m_handler) {}
260                             ^
261In file included from HttpDebugSocket.cpp:34:
262In file included from ./HttpDebugSocket.h:35:
263In file included from ./HTTPSocket.h:36:
264In file included from ./TcpSocket.h:35:
265In file included from ./StreamSocket.h:36:
266./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
267        Socket() : m_handler(m_handler) {}
268                             ^
269In file included from HttpBaseSocket.cpp:36:
270In file included from ./HttpBaseSocket.h:36:
271In file included from ./HTTPSocket.h:36:
272In file included from ./TcpSocket.h:35:
273In file included from ./StreamSocket.h:36:
274./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
275        Socket() : m_handler(m_handler) {}
276                             ^
277In file included from AjpBaseSocket.cpp:36:
278In file included from ./AjpBaseSocket.h:36:
279In file included from ./TcpSocket.h:35:
280In file included from ./StreamSocket.h:36:
281./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
282        Socket() : m_handler(m_handler) {}
283                             ^
284In file included from Ajp13Socket.cpp:36:
285In file included from ./Ajp13Socket.h:36:
286In file included from ./AjpBaseSocket.h:36:
287In file included from ./TcpSocket.h:35:
288In file included from ./StreamSocket.h:36:
289./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
290        Socket() : m_handler(m_handler) {}
291                             ^
292In file included from HttpClientSocket.cpp:36:
293In file included from ./HttpClientSocket.h:37:
294In file included from ./HTTPSocket.h:36:
295In file included from ./TcpSocket.h:35:
296In file included from ./StreamSocket.h:36:
297./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
298        Socket() : m_handler(m_handler) {}
299                             ^
300In file included from HttpdCookies.cpp:35:
301In file included from ./HTTPSocket.h:36:
302In file included from ./TcpSocket.h:35:
303In file included from ./StreamSocket.h:36:
304./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
305        Socket() : m_handler(m_handler) {}
306                             ^
307In file included from HttpPutSocket.cpp:39:
308In file included from ./ISocketHandler.h:40:
309./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
310        Socket() : m_handler(m_handler) {}
311                             ^
312In file included from HttpGetSocket.cpp:39:
313In file included from ./ISocketHandler.h:40:
314./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
315        Socket() : m_handler(m_handler) {}
316                             ^
317In file included from HttpPostSocket.cpp:41:
318In file included from ./ISocketHandler.h:40:
319./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
320        Socket() : m_handler(m_handler) {}
321                             ^
322In file included from EventHandler.cpp:35:
323In file included from ./EventHandler.h:36:
324In file included from ./SocketHandler.h:40:
325In file included from ./ISocketHandler.h:40:
326./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
327        Socket() : m_handler(m_handler) {}
328                             ^
3291 warning generated.
330[g++] Compiling SctpSocket.cpp
331In file included from HttpdSocket.cpp:36:
332In file included from ./HttpdSocket.h:34:
333In file included from ./HTTPSocket.h:36:
334In file included from ./TcpSocket.h:35:
335In file included from ./StreamSocket.h:36:
336./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
337        Socket() : m_handler(m_handler) {}
338                             ^
3391 warning generated.
340[g++] Compiling SmtpdSocket.cpp
341In file included from Json.cpp:33:
342In file included from ./Utility.h:38:
343./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
344#define MSG_NOSIGNAL 0 // oops - thanks Derek
345        ^
346/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
347#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
348        ^
349In file included from ResolvServer.cpp:35:
350In file included from ./ResolvServer.h:36:
351./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
352#define MSG_NOSIGNAL 0 // oops - thanks Derek
353        ^
354/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
355#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
356        ^
357In file included from MemFile.cpp:43:
358In file included from ./Utility.h:38:
359./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
360#define MSG_NOSIGNAL 0 // oops - thanks Derek
361        ^
362/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
363#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
364        ^
365MemFile.cpp:52:8: warning: reference 'm_src' is not yet bound to a value when used here [-Wuninitialized]
366:m_src(m_src)
367       ^
368MemFile.cpp:86:8: warning: reference 'm_src' is not yet bound to a value when used here [-Wuninitialized]
369:m_src(m_src)
370       ^
3712 warnings generated.
372[g++] Compiling Socket.cpp
3732 warnings generated.
3742 warnings generated.
375[g++] Compiling SocketHandler.cpp
376[g++] Compiling SocketHandlerEp.cpp
377In file included from ResolvSocket.cpp:40:
378In file included from ./ResolvSocket.h:36:
379In file included from ./TcpSocket.h:35:
380In file included from ./StreamSocket.h:36:
381In file included from ./Socket.h:39:
382./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
383#define MSG_NOSIGNAL 0 // oops - thanks Derek
384        ^
385/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
386#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
387        ^
3882 warnings generated.
3891 warning generated.
3902 warnings generated.
391[g++] Compiling SocketHandlerThread.cpp
392[g++] Compiling SocketStream.cpp
3932 warnings generated.
394[g++] Compiling SocketThread.cpp
395[g++] Compiling StdoutLog.cpp
3962 warnings generated.
397[g++] Compiling StreamSocket.cpp
3983 warnings generated.
399[g++] Compiling StreamWriter.cpp
4001 warning generated.
4012 warnings generated.
402[g++] Compiling TcpSocket.cpp
403[g++] Compiling Thread.cpp
404In file included from SctpSocket.cpp:33:
405In file included from ./SctpSocket.h:37:
406In file included from ./StreamSocket.h:36:
407In file included from ./Socket.h:39:
408./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
409#define MSG_NOSIGNAL 0 // oops - thanks Derek
410        ^
411/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
412#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
413        ^
414In file included from ResolvSocket.cpp:40:
415In file included from ./ResolvSocket.h:36:
416In file included from ./TcpSocket.h:35:
417In file included from ./StreamSocket.h:36:
418./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
419        Socket() : m_handler(m_handler) {}
420                             ^
421In file included from SSLInitializer.cpp:42:
422In file included from ./Utility.h:38:
423./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
424#define MSG_NOSIGNAL 0 // oops - thanks Derek
425        ^
426/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
427#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
428        ^
429In file included from SmtpdSocket.cpp:33:
430In file included from ./SmtpdSocket.h:38:
431In file included from ./TcpSocket.h:35:
432In file included from ./StreamSocket.h:36:
433In file included from ./Socket.h:39:
434./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
435#define MSG_NOSIGNAL 0 // oops - thanks Derek
436        ^
437/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
438#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
439        ^
4402 warnings generated.
441In file included from ResolvServer.cpp:38:
442In file included from ./ListenSocket.h:42:
443In file included from ./ISocketHandler.h:40:
444./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
445        Socket() : m_handler(m_handler) {}
446                             ^
4471 warning generated.
448[g++] Compiling UdpSocket.cpp
449[g++] Compiling Utility.cpp
450In file included from SocketHandlerEp.cpp:32:
451In file included from ./SocketHandlerEp.h:35:
452In file included from ./SocketHandler.h:39:
453./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
454#define MSG_NOSIGNAL 0 // oops - thanks Derek
455        ^
456/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
457#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
458        ^
459In file included from SocketHandler.cpp:41:
460In file included from ./SocketHandler.h:39:
461./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
462#define MSG_NOSIGNAL 0 // oops - thanks Derek
463        ^
464/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
465#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
466        ^
467[g++] Compiling XmlDocument.cpp
468In file included from SctpSocket.cpp:33:
469In file included from ./SctpSocket.h:37:
470In file included from ./StreamSocket.h:36:
471./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
472        Socket() : m_handler(m_handler) {}
473                             ^
4742 warnings generated.
475In file included from Socket.cpp:32:
476In file included from ./Socket.h:39:
477./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
478#define MSG_NOSIGNAL 0 // oops - thanks Derek
479        ^
480/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
481#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
482        ^
483In file included from SmtpdSocket.cpp:33:
484In file included from ./SmtpdSocket.h:38:
485In file included from ./TcpSocket.h:35:
486In file included from ./StreamSocket.h:36:
487./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
488        Socket() : m_handler(m_handler) {}
489                             ^
490[g++] Compiling XmlNode.cpp
491In file included from SocketHandlerThread.cpp:33:
492In file included from ./ISocketHandler.h:39:
493./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
494#define MSG_NOSIGNAL 0 // oops - thanks Derek
495        ^
496/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
497#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
498        ^
499In file included from SocketThread.cpp:31:
500In file included from ./SocketThread.h:38:
501In file included from ./SocketHandler.h:39:
502./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
503#define MSG_NOSIGNAL 0 // oops - thanks Derek
504        ^
505/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
506#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
507        ^
508In file included from StdoutLog.cpp:35:
509In file included from ./ISocketHandler.h:39:
510./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
511#define MSG_NOSIGNAL 0 // oops - thanks Derek
512        ^
513/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
514#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
515        ^
516In file included from SocketStream.cpp:33:
517In file included from ./SocketStream.h:38:
518./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
519#define MSG_NOSIGNAL 0 // oops - thanks Derek
520        ^
521/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
522#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
523        ^
5241 warning generated.
525In file included from Thread.cpp:41:
526In file included from ./Utility.h:38:
527./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
528#define MSG_NOSIGNAL 0 // oops - thanks Derek
529        ^
530/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
531#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
532        ^
533[g++] Compiling XmlException.cpp
5341 warning generated.
535[g++] Compiling Semaphore.cpp
536In file included from TcpSocket.cpp:40:
537In file included from ./ISocketHandler.h:39:
538./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
539#define MSG_NOSIGNAL 0 // oops - thanks Derek
540        ^
541/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
542#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
543        ^
544In file included from StreamWriter.cpp:35:
545In file included from ./Utility.h:38:
546./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
547#define MSG_NOSIGNAL 0 // oops - thanks Derek
548        ^
549/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
550#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
551        ^
552In file included from StreamSocket.cpp:33:
553In file included from ./StreamSocket.h:36:
554In file included from ./Socket.h:39:
555./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
556#define MSG_NOSIGNAL 0 // oops - thanks Derek
557        ^
558/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
559#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
560        ^
561In file included from Utility.cpp:32:
562In file included from ./Utility.h:38:
563./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
564#define MSG_NOSIGNAL 0 // oops - thanks Derek
565        ^
566/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
567#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
568        ^
569In file included from Socket.cpp:32:
570./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
571        Socket() : m_handler(m_handler) {}
572                             ^
5732 warnings generated.
574[g++] Compiling Sockets-config.cpp
575In file included from UdpSocket.cpp:41:
576In file included from ./ISocketHandler.h:39:
577./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
578#define MSG_NOSIGNAL 0 // oops - thanks Derek
579        ^
580/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
581#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
582        ^
583Semaphore.cpp:84:2: warning: 'sem_init' is deprecated [-Wdeprecated-declarations]
584        sem_init(&m_sem, 0, start_val);
585        ^
586/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/semaphore.h:55:42: note: 'sem_init' has been explicitly marked deprecated here
587int sem_init(sem_t *, int, unsigned int) __deprecated;
588                                         ^
589/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated'
590#define __deprecated    __attribute__((__deprecated__))
591                                       ^
592Semaphore.cpp:90:2: warning: 'sem_destroy' is deprecated [-Wdeprecated-declarations]
593        sem_destroy(&m_sem);
594        ^
595/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/semaphore.h:53:26: note: 'sem_destroy' has been explicitly marked deprecated here
596int sem_destroy(sem_t *) __deprecated;
597                         ^
598/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated'
599#define __deprecated    __attribute__((__deprecated__))
600                                       ^
601Semaphore.cpp:114:9: warning: 'sem_getvalue' is deprecated [-Wdeprecated-declarations]
602        return sem_getvalue(&m_sem, &i);
603               ^
604/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/semaphore.h:54:56: note: 'sem_getvalue' has been explicitly marked deprecated here
605int sem_getvalue(sem_t * __restrict, int * __restrict) __deprecated;
606                                                       ^
607/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated'
608#define __deprecated    __attribute__((__deprecated__))
609                                       ^
6102 warnings generated.
6113 warnings generated.
612In file included from SocketHandlerEp.cpp:32:
613In file included from ./SocketHandlerEp.h:35:
614In file included from ./SocketHandler.h:40:
615In file included from ./ISocketHandler.h:40:
616./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
617        Socket() : m_handler(m_handler) {}
618                             ^
619In file included from SocketHandler.cpp:41:
620In file included from ./SocketHandler.h:40:
621In file included from ./ISocketHandler.h:40:
622./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
623        Socket() : m_handler(m_handler) {}
624                             ^
6252 warnings generated.
6261 warning generated.
6271 warning generated.
628SocketHandler.cpp:66:10: warning: reference 'm_mutex' is not yet bound to a value when used here [-Wuninitialized]
629,m_mutex(m_mutex)
630         ^
631SocketHandler.cpp:68:11: warning: reference 'm_parent' is not yet bound to a value when used here [-Wuninitialized]
632,m_parent(m_parent)
633          ^
634In file included from SocketHandlerEp.cpp:32:
635./SocketHandlerEp.h:82:6: warning: private field 'm_epoll' is not used [-Wunused-private-field]
636        int m_epoll; ///< epoll file descriptor
637            ^
638SocketHandler.cpp:104:11: warning: reference 'm_parent' is not yet bound to a value when used here [-Wuninitialized]
639,m_parent(m_parent)
640          ^
641In file included from SocketStream.cpp:34:
642In file included from ./ISocketHandler.h:40:
643./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
644        Socket() : m_handler(m_handler) {}
645                             ^
646In file included from SocketHandlerThread.cpp:33:
647In file included from ./ISocketHandler.h:40:
648./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
649        Socket() : m_handler(m_handler) {}
650                             ^
651In file included from StreamSocket.cpp:33:
652In file included from ./StreamSocket.h:36:
653./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
654        Socket() : m_handler(m_handler) {}
655                             ^
6563 warnings generated.
657In file included from SocketThread.cpp:31:
658In file included from ./SocketThread.h:38:
659In file included from ./SocketHandler.h:40:
660In file included from ./ISocketHandler.h:40:
661./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
662        Socket() : m_handler(m_handler) {}
663                             ^
664In file included from StdoutLog.cpp:35:
665In file included from ./ISocketHandler.h:40:
666./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
667        Socket() : m_handler(m_handler) {}
668                             ^
6692 warnings generated.
6702 warnings generated.
6712 warnings generated.
672In file included from TcpSocket.cpp:40:
673In file included from ./ISocketHandler.h:40:
674./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
675        Socket() : m_handler(m_handler) {}
676                             ^
6772 warnings generated.
6782 warnings generated.
6792 warnings generated.
6802 warnings generated.
681In file included from XmlNode.cpp:36:
682In file included from ./Utility.h:38:
683./socket_include.h:181:9: warning: 'MSG_NOSIGNAL' macro redefined [-Wmacro-redefined]
684#define MSG_NOSIGNAL 0 // oops - thanks Derek
685        ^
686/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:584:9: note: previous definition is here
687#define MSG_NOSIGNAL    0x80000         /* do not generate SIGPIPE on EOF */
688        ^
689In file included from UdpSocket.cpp:41:
690In file included from ./ISocketHandler.h:40:
691./Socket.h:645:23: warning: reference 'm_handler' is not yet bound to a value when used here [-Wuninitialized]
692        Socket() : m_handler(m_handler) {}
693                             ^
694TcpSocket.cpp:1286:48: error: use of undeclared identifier 'SSLv3_method'
695                const SSL_METHOD *meth = meth_in ? meth_in : SSLv3_method();
696                                                             ^
697TcpSocket.cpp:1342:48: error: use of undeclared identifier 'SSLv3_method'
698                const SSL_METHOD *meth = meth_in ? meth_in : SSLv3_method();
699                                                             ^
7002 warnings and 2 errors generated.
701make: *** [TcpSocket.o] Error 1
702make: *** Waiting for unfinished jobs....
7031 warning generated.
7042 warnings generated.
7051 warning generated.
7062 warnings generated.
7071 warning generated.
7082 warnings generated.
7095 warnings generated.
710make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work/Sockets-2.3.9.9'
711Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libsockets/libsockets/work/Sockets-2.3.9.9" && /usr/bin/make -j24 -w all libSockets.dylib
712Exit code: 2