Advertisement
Guest User

Mgetty arch 03 feb 16

a guest
Feb 3rd, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 KB | None | 0 0
  1. ==> Building and installing package
  2. ==> Making package: mgetty 1.1.37-5 (Wed Feb 3 19:00:18 CET 2016)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Found mgetty1.1.37-Jun05.tar.gz
  7. -> Found Makefile.patch
  8. -> Found config.patch
  9. -> Found policy.patch
  10. -> Found 90-mgetty.rules
  11. -> Found mgetty@.service
  12. ==> Validating source files with md5sums...
  13. mgetty1.1.37-Jun05.tar.gz ... Passed
  14. Makefile.patch ... Passed
  15. config.patch ... Passed
  16. policy.patch ... Passed
  17. 90-mgetty.rules ... Passed
  18. mgetty@.service ... Passed
  19. ==> Extracting sources...
  20. -> Extracting mgetty1.1.37-Jun05.tar.gz with bsdtar
  21. ==> Removing existing $pkgdir/ directory...
  22. ==> Starting build()...
  23. patching file Makefile
  24. Hunk #1 succeeded at 109 (offset 7 lines).
  25. Hunk #2 succeeded at 171 (offset 7 lines).
  26. Hunk #3 succeeded at 179 (offset 7 lines).
  27. Hunk #4 succeeded at 199 (offset 7 lines).
  28. Hunk #5 succeeded at 282 (offset 7 lines).
  29. patching file policy.h
  30. gcc -Wall -pipe -DAUTO_PPP -DVARRUNDIR=\"/var/run\" -c mgetty.c
  31. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o logfile.o logfile.c
  32. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o do_chat.o do_chat.c
  33. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o locks.o locks.c
  34. In file included from /usr/include/stdio.h:27:0,
  35. from logfile.c:3:
  36. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  37. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  38. ^
  39. In file included from /usr/include/stdio.h:27:0,
  40. from do_chat.c:8:
  41. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  42. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  43. ^
  44. In file included from /usr/include/stdio.h:27:0,
  45. from locks.c:20:
  46. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  47. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  48. ^
  49. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o logname.o logname.c
  50. gcc -Wall -pipe -DAUTO_PPP -DCONFDIR=\"/etc/mgetty+sendfax\" -c login.c
  51. In file included from /usr/include/stdio.h:27:0,
  52. from logname.c:21:
  53. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  54. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  55. ^
  56. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o mg_m_init.o mg_m_init.c
  57. In file included from /usr/include/stdio.h:27:0,
  58. from mg_m_init.c:8:
  59. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  60. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  61. ^
  62. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o faxrec.o faxrec.c
  63. In file included from /usr/include/stdio.h:27:0,
  64. from faxrec.c:14:
  65. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  66. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  67. ^
  68. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o ring.o ring.c
  69. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o faxlib.o faxlib.c
  70. In file included from /usr/include/stdio.h:27:0,
  71. from ring.c:15:
  72. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  73. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  74. ^
  75. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o faxsend.o faxsend.c
  76. In file included from /usr/include/stdio.h:27:0,
  77. from faxlib.c:30:
  78. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  79. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  80. ^
  81. In file included from /usr/include/stdio.h:27:0,
  82. from faxsend.c:20:
  83. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  84. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  85. ^
  86. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o hyla_nsf.o hyla_nsf.c
  87. faxsend.c: In function ‘fax_send_page’:
  88. faxsend.c:214:19: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  89. if ( r >= 64 && strcmp( buf+1,
  90. ^
  91. faxsend.c: In function ‘fax_send_ppm’:
  92. faxsend.c:381:11: warning: implicit declaration of function ‘strncmp’ [-Wimplicit-function-declaration]
  93. if ( strncmp( ppm_r, "+FHS:", 5 ) == 0 )
  94. ^
  95. In file included from /usr/include/stdio.h:27:0,
  96. from hyla_nsf.c:35:
  97. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  98. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  99. ^
  100. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o gettydefs.o gettydefs.c
  101. gcc -Wall -pipe -DAUTO_PPP -DCONFDIR=\"/etc/mgetty+sendfax\" -c cnd.c
  102. In file included from /usr/include/stdio.h:27:0,
  103. from gettydefs.c:10:
  104. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  105. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  106. ^
  107. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o getdisk.o getdisk.c
  108. In file included from /usr/include/stdio.h:27:0,
  109. from getdisk.c:44:
  110. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  111. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  112. ^
  113. gcc -Wall -pipe -DAUTO_PPP -DFAX_SPOOL_IN=\"/var/spool/fax/incoming\" \
  114. -DCONFDIR=\"/etc/mgetty+sendfax\" -c conf_mg.c
  115. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o do_stat.o do_stat.c
  116. gcc -Wall -pipe -DAUTO_PPP -D_FORTIFY_SOURCE=2 -c -o sendfax.o sendfax.c
  117. In file included from /usr/include/stdio.h:27:0,
  118. from do_stat.c:10:
  119. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  120. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  121. ^
  122. gcc -Wall -pipe -DAUTO_PPP -DCONFDIR=\"/etc/mgetty+sendfax\" -c conf_sf.c
  123. In file included from /usr/include/stdio.h:27:0,
  124. from sendfax.c:40:
  125. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  126. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  127. ^
  128. gcc -Wall -pipe -DAUTO_PPP -DBINDIR=\"/usr/bin\" -DSBINDIR=\"/usr/sbin\" \
  129. -DLIBDIR=\"/usr/lib/mgetty+sendfax\" \
  130. -DCONFDIR=\"/etc/mgetty+sendfax\" \
  131. -DFAX_SPOOL=\"/var/spool/fax\" \
  132. -DFAX_SPOOL_IN=\"/var/spool/fax/incoming\" \
  133. -DFAX_SPOOL_OUT=\"/var/spool/fax/outgoing\" \
  134. -DFAX_OUT_USER=\"fax\" \
  135. -DVARRUNDIR=\"/var/run\" \
  136. -DAWK=\"awk\" \
  137. -DPERL=\""/usr/bin/perl -w"\" -DTKPERL=\"/usr/bin/tkperl\" \
  138. -DECHO=\""echo -e"\" \
  139. -DSHELL=\"/bin/sh\" \
  140. -DSHELL_TRAP_POSIX=1 \
  141. -o mksed mksed.c
  142. cd g3 && make "CC=gcc" "CFLAGS= -Wall -pipe -DAUTO_PPP -I.." "LDFLAGS=" "LIBS=" all
  143. make[1]: Entering directory '/tmp/yaourt-tmp-filippo/aur-mgetty/src/mgetty-1.1.37/g3'
  144. gcc -Wall -pipe -DAUTO_PPP -I.. -o pbm2g3 pbm2g3.o g3.o run_tbl.o
  145. make[1]: Entering directory '/tmp/yaourt-tmp-filippo/aur-mgetty/src/mgetty-1.1.37'
  146. gcc -o mgetty mgetty.o logfile.o do_chat.o locks.o utmp.o logname.o login.o mg_m_init.o modem.o faxrec.o ring.o faxlib.o faxsend.o faxrecp.o class1.o class1lib.o faxhng.o hyla_nsf.o g3file.o io.o gettydefs.o tio.o cnd.o getdisk.o goodies.o config.o conf_mg.o do_stat.o
  147. pbm2g3.o: In function `convert_pbm_raw':
  148. pbm2g3.c:(.text+0x45d): undefined reference to `putwhitespan'
  149. pbm2g3.c:(.text+0x469): undefined reference to `putblackspan'
  150. pbm2g3.c:(.text+0x4ae): undefined reference to `putwhitespan'
  151. pbm2g3.c:(.text+0x4ba): undefined reference to `putblackspan'
  152. pbm2g3.c:(.text+0x4c7): undefined reference to `putwhitespan'
  153. pbm2g3.c:(.text+0x4cc): undefined reference to `puteol'
  154. pbm2g3.o: In function `convert_pbm':
  155. pbm2g3.c:(.text+0x5bd): undefined reference to `putwhitespan'
  156. pbm2g3.c:(.text+0x5c9): undefined reference to `putblackspan'
  157. pbm2g3.c:(.text+0x651): undefined reference to `putwhitespan'
  158. pbm2g3.c:(.text+0x65d): undefined reference to `putblackspan'
  159. pbm2g3.c:(.text+0x66a): undefined reference to `putwhitespan'
  160. pbm2g3.c:(.text+0x66f): undefined reference to `puteol'
  161. pbm2g3.o: In function `main':
  162. pbm2g3.c:(.text+0x96f): undefined reference to `puteol'
  163. pbm2g3.c:(.text+0x982): undefined reference to `putwhitespan'
  164. pbm2g3.c:(.text+0x987): undefined reference to `puteol'
  165. pbm2g3.c:(.text+0x9d6): undefined reference to `puteol'
  166. collect2: error: ld returned 1 exit status
  167. Makefile:15: recipe for target 'pbm2g3' failed
  168. make[1]: *** [pbm2g3] Error 1
  169. make[1]: Leaving directory '/tmp/yaourt-tmp-filippo/aur-mgetty/src/mgetty-1.1.37/g3'
  170. Makefile:372: recipe for target 'subdirs' failed
  171. make: *** [subdirs] Error 2
  172. make: *** Waiting for unfinished jobs....
  173. logfile.o: In function `lprintf':
  174. logfile.c:(.text+0x8de): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
  175. logfile.c:(.text+0x8c6): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
  176. make[1]: Leaving directory '/tmp/yaourt-tmp-filippo/aur-mgetty/src/mgetty-1.1.37'
  177. cd callback && make "CC=gcc" "CFLAGS= -Wall -pipe -DAUTO_PPP -I.." "LDFLAGS=" "CONFDIR=/etc/mgetty+sendfax" "VARRUNDIR=/var/run" "LIBS=" all
  178. make[1]: Entering directory '/tmp/yaourt-tmp-filippo/aur-mgetty/src/mgetty-1.1.37/callback'
  179. gcc -Wall -pipe -DAUTO_PPP -I.. -DVARRUNDIR=\"/var/run\" -c callback.c
  180. gcc -Wall -pipe -DAUTO_PPP -I.. -DCONFDIR=\"/etc/mgetty+sendfax\" -c conf_cb.c
  181. gcc -Wall -pipe -DAUTO_PPP -I.. -o callback callback.o conf_cb.o ../config.o ../logfile.o ../do_chat.o ../modem.o ../locks.o ../tio.o ../io.o ../goodies.o
  182. ../logfile.o: In function `lprintf':
  183. logfile.c:(.text+0x8de): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
  184. logfile.c:(.text+0x8c6): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
  185. make[1]: Leaving directory '/tmp/yaourt-tmp-filippo/aur-mgetty/src/mgetty-1.1.37/callback'
  186. ==> ERROR: A failure occurred in build().
  187. Aborting...
  188. ==> ERROR: Makepkg was unable to build mgetty.
  189. ==> Restart building mgetty ? [y/N]
  190. ==> -------------------------------
  191. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement