Advertisement
m0se5

thebridge-1.09 make

Dec 9th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 8.47 KB | None | 0 0
  1. drew@ham-radio-001:~/installed/thebridge/thebridge-1.09$ make
  2. make  all-recursive
  3. make[1]: Entering directory '/home/drew/installed/thebridge/thebridge-1.09'
  4. Making all in common
  5. make[2]: Entering directory '/home/drew/installed/thebridge/thebridge-1.09/common'
  6. gcc -DHAVE_CONFIG_H -I. -I..  -I./../inc  -Wall  -g -O2 -MT avl.o -MD -MP -MF .deps/avl.Tpo -c -o avl.o avl.c
  7. mv -f .deps/avl.Tpo .deps/avl.Po
  8. gcc -DHAVE_CONFIG_H -I. -I..  -I./../inc  -Wall  -g -O2 -MT configfile.o -MD -MP -MF .deps/configfile.Tpo -c -o configfile.o configfile.c
  9. mv -f .deps/configfile.Tpo .deps/configfile.Po
  10. gcc -DHAVE_CONFIG_H -I. -I..  -I./../inc  -Wall  -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  11. main.c: In function ‘vLog’:
  12. main.c:964:8: warning: variable ‘WriteLen’ set but not used [-Wunused-but-set-variable]
  13.     int WriteLen;
  14.         ^~~~~~~~
  15. mv -f .deps/main.Tpo .deps/main.Po
  16. rm -f libcommon.a
  17. ar cru libcommon.a avl.o configfile.o main.o
  18. ar: `u' modifier ignored since `D' is the default (see `U')
  19. ranlib libcommon.a
  20. make[2]: Leaving directory '/home/drew/installed/thebridge/thebridge-1.09/common'
  21. Making all in zlib
  22. make[2]: Entering directory '/home/drew/installed/thebridge/thebridge-1.09/zlib'
  23. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT adler32.o -MD -MP -MF .deps/adler32.Tpo -c -o adler32.o adler32.c
  24. mv -f .deps/adler32.Tpo .deps/adler32.Po
  25. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT compress.o -MD -MP -MF .deps/compress.Tpo -c -o compress.o compress.c
  26. mv -f .deps/compress.Tpo .deps/compress.Po
  27. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT crc32.o -MD -MP -MF .deps/crc32.Tpo -c -o crc32.o crc32.c
  28. mv -f .deps/crc32.Tpo .deps/crc32.Po
  29. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT deflate.o -MD -MP -MF .deps/deflate.Tpo -c -o deflate.o deflate.c
  30. mv -f .deps/deflate.Tpo .deps/deflate.Po
  31. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT gzio.o -MD -MP -MF .deps/gzio.Tpo -c -o gzio.o gzio.c
  32. mv -f .deps/gzio.Tpo .deps/gzio.Po
  33. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT infblock.o -MD -MP -MF .deps/infblock.Tpo -c -o infblock.o infblock.c
  34. mv -f .deps/infblock.Tpo .deps/infblock.Po
  35. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT infcodes.o -MD -MP -MF .deps/infcodes.Tpo -c -o infcodes.o infcodes.c
  36. mv -f .deps/infcodes.Tpo .deps/infcodes.Po
  37. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT inffast.o -MD -MP -MF .deps/inffast.Tpo -c -o inffast.o inffast.c
  38. mv -f .deps/inffast.Tpo .deps/inffast.Po
  39. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT inflate.o -MD -MP -MF .deps/inflate.Tpo -c -o inflate.o inflate.c
  40. mv -f .deps/inflate.Tpo .deps/inflate.Po
  41. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT inftrees.o -MD -MP -MF .deps/inftrees.Tpo -c -o inftrees.o inftrees.c
  42. mv -f .deps/inftrees.Tpo .deps/inftrees.Po
  43. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT infutil.o -MD -MP -MF .deps/infutil.Tpo -c -o infutil.o infutil.c
  44. mv -f .deps/infutil.Tpo .deps/infutil.Po
  45. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT trees.o -MD -MP -MF .deps/trees.Tpo -c -o trees.o trees.c
  46. mv -f .deps/trees.Tpo .deps/trees.Po
  47. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT uncompr.o -MD -MP -MF .deps/uncompr.Tpo -c -o uncompr.o uncompr.c
  48. mv -f .deps/uncompr.Tpo .deps/uncompr.Po
  49. gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -g -O2 -MT zutil.o -MD -MP -MF .deps/zutil.Tpo -c -o zutil.o zutil.c
  50. mv -f .deps/zutil.Tpo .deps/zutil.Po
  51. rm -f libzlib.a
  52. ar cru libzlib.a adler32.o compress.o crc32.o deflate.o gzio.o infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o trees.o uncompr.o zutil.o
  53. ar: `u' modifier ignored since `D' is the default (see `U')
  54. ranlib libzlib.a
  55. make[2]: Leaving directory '/home/drew/installed/thebridge/thebridge-1.09/zlib'
  56. Making all in src
  57. make[2]: Entering directory '/home/drew/installed/thebridge/thebridge-1.09/src'
  58. gcc -DHAVE_CONFIG_H -I. -I..  -I../inc -I../zlib -I../spandsp -DSYSCON_DIR=\"/usr/local/etc\"  -Wall  -g -O2 -MT conference.o -MD -MP -MF .deps/conference.Tpo -c -o conference.o conference.c
  59. conference.c: In function ‘RTP_Data’:
  60. conference.c:1502:8: warning: variable ‘bConfSrc’ set but not used [-Wunused-but-set-variable]
  61.     int bConfSrc = FALSE;
  62.         ^~~~~~~~
  63. conference.c: In function ‘RTCP_Rx’:
  64. conference.c:2107:6: warning: variable ‘Item’ set but not used [-Wunused-but-set-variable]
  65.     } Item;
  66.       ^~~~
  67. conference.c: In function ‘SendStationList’:
  68. conference.c:3334:8: warning: variable ‘bSendingInfo’ set but not used [-Wunused-but-set-variable]
  69.     int bSendingInfo = FALSE;
  70.         ^~~~~~~~~~~~
  71. In file included from /usr/include/string.h:494:0,
  72.                  from conference.c:744:
  73. In function ‘strcpy’,
  74.     inlined from ‘GenBye’ at conference.c:3651:4:
  75. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:90:10: warning: ‘__builtin___strcpy_chk’: writing at least 1 byte into a region of size 0 overflows the destination [-Wstringop-overflow=]
  76.    return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
  77.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  78. mv -f .deps/conference.Tpo .deps/conference.Po
  79. gcc -DHAVE_CONFIG_H -I. -I..  -I../inc -I../zlib -I../spandsp -DSYSCON_DIR=\"/usr/local/etc\"  -Wall  -g -O2 -MT configvars.o -MD -MP -MF .deps/configvars.Tpo -c -o configvars.o configvars.c
  80. configvars.c: In function ‘AVRS_Validate’:
  81. configvars.c:786:20: warning: variable ‘pHost’ set but not used [-Wunused-but-set-variable]
  82.     struct hostent *pHost;
  83.                     ^~~~~
  84. mv -f .deps/configvars.Tpo .deps/configvars.Po
  85. gcc -DHAVE_CONFIG_H -I. -I..  -I../inc -I../zlib -I../spandsp -DSYSCON_DIR=\"/usr/local/etc\"  -Wall  -g -O2 -MT dirclient.o -MD -MP -MF .deps/dirclient.Tpo -c -o dirclient.o dirclient.c
  86. mv -f .deps/dirclient.Tpo .deps/dirclient.Po
  87. gcc -DHAVE_CONFIG_H -I. -I..  -I../inc -I../zlib -I../spandsp -DSYSCON_DIR=\"/usr/local/etc\"  -Wall  -g -O2 -MT thebridge.o -MD -MP -MF .deps/thebridge.Tpo -c -o thebridge.o thebridge.c
  88. mv -f .deps/thebridge.Tpo .deps/thebridge.Po
  89. gcc -DHAVE_CONFIG_H -I. -I..  -I../inc -I../zlib -I../spandsp -DSYSCON_DIR=\"/usr/local/etc\"  -Wall  -g -O2 -MT users.o -MD -MP -MF .deps/users.Tpo -c -o users.o users.c
  90. mv -f .deps/users.Tpo .deps/users.Po
  91. gcc -DHAVE_CONFIG_H -I. -I..  -I../inc -I../zlib -I../spandsp -DSYSCON_DIR=\"/usr/local/etc\"  -Wall  -g -O2 -MT hostfile.o -MD -MP -MF .deps/hostfile.Tpo -c -o hostfile.o hostfile.c
  92. mv -f .deps/hostfile.Tpo .deps/hostfile.Po
  93. gcc -DHAVE_CONFIG_H -I. -I..  -I../inc -I../zlib -I../spandsp -DSYSCON_DIR=\"/usr/local/etc\"  -Wall  -g -O2 -MT eventhook.o -MD -MP -MF .deps/eventhook.Tpo -c -o eventhook.o eventhook.c
  94. eventhook.c: In function ‘EventHook’:
  95. eventhook.c:351:10: warning: variable ‘Wrote’ set but not used [-Wunused-but-set-variable]
  96.     int   Wrote;
  97.           ^~~~~
  98. mv -f .deps/eventhook.Tpo .deps/eventhook.Po
  99. gcc -DHAVE_CONFIG_H -I. -I..  -I../inc -I../zlib -I../spandsp -DSYSCON_DIR=\"/usr/local/etc\"  -Wall  -g -O2 -MT avrs.o -MD -MP -MF .deps/avrs.Tpo -c -o avrs.o avrs.c
  100. mv -f .deps/avrs.Tpo .deps/avrs.Po
  101. gcc -Wall  -g -O2   -o tbd conference.o configvars.o dirclient.o thebridge.o users.o hostfile.o eventhook.o avrs.o ../common/libcommon.a ../zlib/libzlib.a  -lm
  102. make[2]: Leaving directory '/home/drew/installed/thebridge/thebridge-1.09/src'
  103. Making all in inc
  104. make[2]: Entering directory '/home/drew/installed/thebridge/thebridge-1.09/inc'
  105. make[2]: Nothing to be done for 'all'.
  106. make[2]: Leaving directory '/home/drew/installed/thebridge/thebridge-1.09/inc'
  107. Making all in tbdcmd
  108. make[2]: Entering directory '/home/drew/installed/thebridge/thebridge-1.09/tbdcmd'
  109. gcc -DHAVE_CONFIG_H -I. -I..  -I./../inc -I./..  -Wall   -g -O2 -MT tbdcmd.o -MD -MP -MF .deps/tbdcmd.Tpo -c -o tbdcmd.o tbdcmd.c
  110. tbdcmd.c: In function ‘main’:
  111. tbdcmd.c:309:10: warning: variable ‘Selret’ set but not used [-Wunused-but-set-variable]
  112.     int   Selret;
  113.           ^~~~~~
  114. mv -f .deps/tbdcmd.Tpo .deps/tbdcmd.Po
  115. gcc -Wall   -g -O2   -o tbdcmd tbdcmd.o
  116. make[2]: Leaving directory '/home/drew/installed/thebridge/thebridge-1.09/tbdcmd'
  117. Making all in addons
  118. make[2]: Entering directory '/home/drew/installed/thebridge/thebridge-1.09/addons'
  119. make[2]: Nothing to be done for 'all'.
  120. make[2]: Leaving directory '/home/drew/installed/thebridge/thebridge-1.09/addons'
  121. make[2]: Entering directory '/home/drew/installed/thebridge/thebridge-1.09'
  122. make[2]: Leaving directory '/home/drew/installed/thebridge/thebridge-1.09'
  123. make[1]: Leaving directory '/home/drew/installed/thebridge/thebridge-1.09'
  124. drew@ham-radio-001:~/installed/thebridge/thebridge-1.09$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement