Advertisement
Guest User

build.log

a guest
Mar 16th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.99 KB | None | 0 0
  1.  * Package: app-misc/lirc-0.8.7
  2.  * Repository: gentoo
  3.  * Maintainer: media-tv@gentoo.org
  4.  * USE: X amd64 debug elibc_glibc kernel_linux multilib userland_GNU
  5.  * FEATURES: sandbox
  6. * QA Notice: USE Flag 'lirc_devices_mceusb2' not in IUSE for app-misc/lirc-0.8.7
  7. * If your LIRC device requires modules, you'll need MODULE_UNLOAD
  8. * support in your kernel.
  9. * Determining the location of the kernel source code
  10. * Found kernel source directory:
  11. * /usr/src/linux
  12. * Found kernel object directory:
  13. * /lib/modules/3.2.1-gentoo-r2/build
  14. * Found sources for kernel version:
  15. * 3.2.1-gentoo-r2
  16. *
  17. * Compiling only the lirc-applications, but no drivers.
  18. * Enable drivers with LIRC_DEVICES if you need them.
  19. *
  20. * lirc-configure-opts: --with-driver=none
  21. * Setting default lirc-device to /dev/lirc0
  22. >>> Unpacking source...
  23. >>> Unpacking lirc-0.8.7.tar.bz2 to /var/tmp/portage/app-misc/lirc-0.8.7/work
  24. * Applying lirc-0.8.4-portaudio_check.patch ...
  25.  [ ok ]
  26. * Disabling lirc_gpio driver as it does no longer work Kernel 2.6.22+
  27. * Running eautoreconf in '/var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7' ...
  28. * Running aclocal ...
  29.  [ ok ]
  30. * Running libtoolize --copy --force --install --automake ...
  31.  [ ok ]
  32. * Running aclocal ...
  33.  [ ok ]
  34. * Running autoconf ...
  35.  [ ok ]
  36. * Running autoheader ...
  37.  [ ok ]
  38. * Running automake --add-missing --copy ...
  39.  [ ok ]
  40. * Running elibtoolize in: lirc-0.8.7/
  41. * Applying portage/1.2.0 patch ...
  42. * Applying sed/1.5.6 patch ...
  43. * Applying as-needed/2.2.6 patch ...
  44. >>> Source unpacked in /var/tmp/portage/app-misc/lirc-0.8.7/work
  45. >>> Compiling source in /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7 ...
  46. ln: impossible de créer le lien symbolique « Module.symvers »: Le fichier existe
  47. * Preparing lirc module
  48. * econf: updating lirc-0.8.7/config.sub with /usr/share/gnuconfig/config.sub
  49. * econf: updating lirc-0.8.7/config.guess with /usr/share/gnuconfig/config.guess
  50. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --localstatedir=/var --with-syslog=LOG_DAEMON --enable-sandboxed --with-kerneldir=/usr/src/linux --with-moduledir=/lib/modules/3.2.1-gentoo-r2/misc --enable-debug --with-x --with-driver=none
  51. configure: loading site script /usr/share/config.site
  52. configure: loading site script /usr/share/crossdev/include/site/linux
  53. configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu
  54. checking for a BSD-compatible install... /usr/bin/install -c
  55. checking whether build environment is sane... yes
  56. checking for a thread-safe mkdir -p... /bin/mkdir -p
  57. checking for gawk... gawk
  58. checking whether make sets $(MAKE)... yes
  59. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  60. checking whether the C compiler works... yes
  61. checking for C compiler default output file name... a.out
  62. checking for suffix of executables...
  63. checking whether we are cross compiling... no
  64. checking for suffix of object files... o
  65. checking whether we are using the GNU C compiler... yes
  66. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  67. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  68. checking for style of include used by make... GNU
  69. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  70. checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  71. checking whether make sets $(MAKE)... (cached) yes
  72. checking for mknod... /bin/mknod
  73. checking for mkfifo... /usr/bin/mkfifo
  74. checking for depmod... /sbin/depmod
  75. checking for libusb-config... /usr/bin/libusb-config
  76. checking whether ln -s works... yes
  77. checking build system type... x86_64-pc-linux-gnu
  78. checking host system type... x86_64-pc-linux-gnu
  79. checking how to print strings... printf
  80. checking for a sed that does not truncate output... /bin/sed
  81. checking for grep that handles long lines and -e... /bin/grep
  82. checking for egrep... /bin/grep -E
  83. checking for fgrep... /bin/grep -F
  84. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  85. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  86. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  87. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  88. checking the maximum length of command line arguments... 1572864
  89. checking whether the shell understands some XSI constructs... yes
  90. checking whether the shell understands "+="... yes
  91. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  92. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  93. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  94. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  95. checking how to recognize dependent libraries... pass_all
  96. checking for x86_64-pc-linux-gnu-dlltool... no
  97. checking for dlltool... no
  98. checking how to associate runtime and link libraries... printf %s\n
  99. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  100. checking for archiver @FILE support... @
  101. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  102. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  103. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  104. checking for sysroot... no
  105. checking for x86_64-pc-linux-gnu-mt... no
  106. checking for mt... no
  107. checking if : is a manifest tool... no
  108. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  109. checking for ANSI C header files... yes
  110. checking for sys/types.h... yes
  111. checking for sys/stat.h... yes
  112. checking for stdlib.h... yes
  113. checking for string.h... yes
  114. checking for memory.h... yes
  115. checking for strings.h... yes
  116. checking for inttypes.h... yes
  117. checking for stdint.h... yes
  118. checking for unistd.h... yes
  119. checking for dlfcn.h... yes
  120. checking for objdir... .libs
  121. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  122. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  123. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  124. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  125. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  126. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  127. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  128. checking whether -lc should be explicitly linked in... no
  129. checking dynamic linker characteristics... GNU/Linux ld.so
  130. checking how to hardcode library paths into programs... immediate
  131. checking whether stripping libraries is possible... yes
  132. checking if libtool supports shared libraries... yes
  133. checking whether to build shared libraries... yes
  134. checking whether to build static libraries... yes
  135. checking for python... /usr/bin/python
  136. checking for python version... 2.7
  137. checking for python platform... linux2
  138. checking for python script directory... ${prefix}/lib64/python2.7/site-packages
  139. checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
  140. checking for ANSI C header files... (cached) yes
  141. checking whether time.h and sys/time.h may both be included... yes
  142. checking fcntl.h usability... yes
  143. checking fcntl.h presence... yes
  144. checking for fcntl.h... yes
  145. checking limits.h usability... yes
  146. checking limits.h presence... yes
  147. checking for limits.h... yes
  148. checking sys/ioctl.h usability... yes
  149. checking sys/ioctl.h presence... yes
  150. checking for sys/ioctl.h... yes
  151. checking sys/time.h usability... yes
  152. checking sys/time.h presence... yes
  153. checking for sys/time.h... yes
  154. checking syslog.h usability... yes
  155. checking syslog.h presence... yes
  156. checking for syslog.h... yes
  157. checking for unistd.h... (cached) yes
  158. checking for an ANSI C-conforming const... yes
  159. checking for inline... inline
  160. checking for off_t... yes
  161. checking for pid_t... yes
  162. checking for size_t... yes
  163. checking whether struct tm is in sys/time.h or time.h... time.h
  164. checking return type of signal handlers... void
  165. checking for vprintf... yes
  166. checking for _doprnt... no
  167. checking for gethostname... yes
  168. checking for gettimeofday... yes
  169. checking for mkfifo... yes
  170. checking for select... yes
  171. checking for socket... yes
  172. checking for strdup... yes
  173. checking for strerror... yes
  174. checking for strtoul... yes
  175. checking for snprintf... yes
  176. checking for strsep... yes
  177. checking for vsyslog... yes
  178. checking for forkpty... no
  179. checking for forkpty in -lutil... yes
  180. checking vga.h usability... no
  181. checking vga.h presence... no
  182. checking for vga.h... no
  183. checking for X... libraries , headers
  184. checking for gethostbyname... yes
  185. checking for connect... yes
  186. checking for remove... yes
  187. checking for shmat... yes
  188. checking for IceConnectionNumber in -lICE... yes
  189. checking for getopt_long... yes
  190. checking for mktemp... yes
  191. checking for Linux kernel sources... /usr/src/linux/
  192. checking for which drivers can be installed on this system...
  193. checking for caraca_init in -lcaraca_client... no
  194. checking ftdi.h usability... no
  195. checking ftdi.h presence... no
  196. checking for ftdi.h... no
  197. checking iguanaIR.h usability... no
  198. checking iguanaIR.h presence... no
  199. checking for iguanaIR.h... no
  200. checking for ir_strerror in -lirman... no
  201. checking for ir_strerror in -lirman_sw... no
  202. checking alsa/asoundlib.h usability... yes
  203. checking alsa/asoundlib.h presence... yes
  204. checking for alsa/asoundlib.h... yes
  205. checking for snd_pcm_open in -lasound... yes
  206. checking for ALSA SB RC hwdep support... yes
  207. checking scsi/sg.h usability... yes
  208. checking scsi/sg.h presence... yes
  209. checking for scsi/sg.h... yes
  210. checking linux/input.h usability... yes
  211. checking linux/input.h presence... yes
  212. checking for linux/input.h... yes
  213. checking linux/types.h usability... yes
  214. checking linux/types.h presence... yes
  215. checking for linux/types.h... yes
  216. checking for linux/hiddev.h... yes
  217. checking for HIDDEV_FLAG_UREF support... yes
  218. checking sys/soundcard.h usability... yes
  219. checking sys/soundcard.h presence... yes
  220. checking for sys/soundcard.h... yes
  221. checking linux/i2c-dev.h usability... yes
  222. checking linux/i2c-dev.h presence... yes
  223. checking for linux/i2c-dev.h... yes
  224. checking for daemon... yes
  225. configure: creating ./config.status
  226. config.status: creating Makefile
  227. config.status: creating drivers/Makefile
  228. config.status: creating drivers/lirc_atiusb/Makefile
  229. config.status: creating drivers/lirc_bt829/Makefile
  230. config.status: creating drivers/lirc_ene0100/Makefile
  231. config.status: creating drivers/lirc_dev/Makefile
  232. config.status: creating drivers/lirc_gpio/Makefile
  233. config.status: creating drivers/lirc_i2c/Makefile
  234. config.status: creating drivers/lirc_igorplugusb/Makefile
  235. config.status: creating drivers/lirc_ttusbir/Makefile
  236. config.status: creating drivers/lirc_imon/Makefile
  237. config.status: creating drivers/lirc_it87/Makefile
  238. config.status: creating drivers/lirc_ite8709/Makefile
  239. config.status: creating drivers/lirc_mceusb/Makefile
  240. config.status: creating drivers/lirc_parallel/Makefile
  241. config.status: creating drivers/lirc_sasem/Makefile
  242. config.status: creating drivers/lirc_serial/Makefile
  243. config.status: creating drivers/lirc_sir/Makefile
  244. config.status: creating drivers/lirc_streamzap/Makefile
  245. config.status: creating drivers/lirc_wpc8769l/Makefile
  246. config.status: creating daemons/Makefile
  247. config.status: creating tools/Makefile
  248. config.status: creating doc/Makefile
  249. config.status: creating doc/man/Makefile
  250. config.status: creating config.h
  251. config.status: executing depfiles commands
  252. config.status: executing libtool commands
  253.  
  254. Your hardware does not require a special LIRC kernel module.
  255.  
  256. Now enter 'make' and 'make install' to compile and install the package.
  257.  
  258. make -j3 -j1 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- 'LDFLAGS=-m elf_x86_64' all
  259. make all-recursive
  260. make[1] : on entre dans le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7 »
  261. Making all in drivers
  262. make[2] : on entre dans le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/drivers »
  263. make[3] : on entre dans le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/drivers »
  264. make[3]: Rien à faire pour « all-am ».
  265. make[3] : on quitte le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/drivers »
  266. make[2] : on quitte le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/drivers »
  267. Making all in daemons
  268. make[2] : on entre dans le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/daemons »
  269. make all-am
  270. make[3] : on entre dans le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/daemons »
  271. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT hw-types.o -MD -MP -MF .deps/hw-types.Tpo -c -o hw-types.o hw-types.c
  272. mv -f .deps/hw-types.Tpo .deps/hw-types.Po
  273. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT ir_remote.o -MD -MP -MF .deps/ir_remote.Tpo -c -o ir_remote.o ir_remote.c
  274. mv -f .deps/ir_remote.Tpo .deps/ir_remote.Po
  275. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT release.o -MD -MP -MF .deps/release.Tpo -c -o release.o release.c
  276. mv -f .deps/release.Tpo .deps/release.Po
  277. rm -f libhw_module.a
  278. x86_64-pc-linux-gnu-ar cru libhw_module.a hw-types.o ir_remote.o release.o
  279. x86_64-pc-linux-gnu-ranlib libhw_module.a
  280. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT irrecord.o -MD -MP -MF .deps/irrecord.Tpo -c -o irrecord.o irrecord.c
  281. mv -f .deps/irrecord.Tpo .deps/irrecord.Po
  282. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT config_file.o -MD -MP -MF .deps/config_file.Tpo -c -o config_file.o config_file.c
  283. mv -f .deps/config_file.Tpo .deps/config_file.Po
  284. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT dump_config.o -MD -MP -MF .deps/dump_config.Tpo -c -o dump_config.o dump_config.c
  285. mv -f .deps/dump_config.Tpo .deps/dump_config.Po
  286. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT input_map.o -MD -MP -MF .deps/input_map.Tpo -c -o input_map.o input_map.c
  287. mv -f .deps/input_map.Tpo .deps/input_map.Po
  288. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT transmit.o -MD -MP -MF .deps/transmit.Tpo -c -o transmit.o transmit.c
  289. mv -f .deps/transmit.Tpo .deps/transmit.Po
  290. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT receive.o -MD -MP -MF .deps/receive.Tpo -c -o receive.o receive.c
  291. mv -f .deps/receive.Tpo .deps/receive.Po
  292. /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -m elf_x86_64 -o irrecord irrecord.o config_file.o dump_config.o input_map.o transmit.o libhw_module.a receive.o
  293. libtool: link: x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -m elf_x86_64 -o irrecord irrecord.o config_file.o dump_config.o input_map.o transmit.o receive.o libhw_module.a
  294. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT lircd.o -MD -MP -MF .deps/lircd.Tpo -c -o lircd.o lircd.c
  295. lircd.c: In function ‘daemonize’:
  296. lircd.c:1249:2: attention : ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result
  297. lircd.c: In function ‘start_server’:
  298. lircd.c:1020:2: attention : ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result
  299. mv -f .deps/lircd.Tpo .deps/lircd.Po
  300. /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -m elf_x86_64 -o lircd lircd.o config_file.o input_map.o transmit.o libhw_module.a
  301. libtool: link: x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -m elf_x86_64 -o lircd lircd.o config_file.o input_map.o transmit.o libhw_module.a
  302. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT lircmd.o -MD -MP -MF .deps/lircmd.Tpo -c -o lircmd.o lircmd.c
  303. lircmd.c: In function ‘loop’:
  304. lircmd.c:864:3: attention : utilisation de suppression d'affectation et de modificateur de longueur ensemble dans le format gnu_scanf
  305. lircmd.c: In function ‘msend’:
  306. lircmd.c:367:9: attention : ignoring return value of ‘write’, declared with attribute warn_unused_result
  307. lircmd.c:383:9: attention : ignoring return value of ‘write’, declared with attribute warn_unused_result
  308. lircmd.c:401:9: attention : ignoring return value of ‘write’, declared with attribute warn_unused_result
  309. mv -f .deps/lircmd.Tpo .deps/lircmd.Po
  310. /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -m elf_x86_64 -o lircmd lircmd.o
  311. libtool: link: x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -m elf_x86_64 -o lircmd lircmd.o
  312. make[3] : on quitte le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/daemons »
  313. make[2] : on quitte le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/daemons »
  314. Making all in tools
  315. make[2] : on entre dans le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/tools »
  316. /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT lirc_client.lo -MD -MP -MF .deps/lirc_client.Tpo -c -o lirc_client.lo lirc_client.c
  317. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT lirc_client.lo -MD -MP -MF .deps/lirc_client.Tpo -c lirc_client.c -fPIC -DPIC -o .libs/lirc_client.o
  318. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -march=nocona -O2 -pipe -fomit-frame-pointer -MT lirc_client.lo -MD -MP -MF .deps/lirc_client.Tpo -c lirc_client.c -o lirc_client.o >/dev/null 2>&1
  319. mv -f .deps/lirc_client.Tpo .deps/lirc_client.Plo
  320. /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -version-info 2:1:2 -m elf_x86_64 -o liblirc_client.la -rpath /usr/lib64 lirc_client.lo
  321. libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/lirc_client.o -march=nocona -O2 -m -Wl,-soname -Wl,liblirc_client.so.0 -o .libs/liblirc_client.so.0.2.1
  322. /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: unrecognised emulation mode: -Wl,-soname
  323. Supported emulations: elf_x86_64 elf_i386 i386linux elf_l1om
  324. collect2: ld returned 1 exit status
  325. make[2]: *** [liblirc_client.la] Erreur 1
  326. make[2] : on quitte le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7/tools »
  327. make[1]: *** [all-recursive] Erreur 1
  328. make[1] : on quitte le répertoire « /var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7 »
  329. make: *** [all] Erreur 2
  330. emake failed
  331. * ERROR: app-misc/lirc-0.8.7 failed (compile phase):
  332. * Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS=-m elf_x86_64 all
  333. *
  334. * Call stack:
  335. * ebuild.sh, line 85: Called src_compile
  336. * environment, line 4075: Called linux-mod_src_compile
  337. * environment, line 3132: Called die
  338. * The specific snippet of code:
  339. * eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" CROSS_COMPILE=${CHOST}- LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
  340. *
  341. * If you need support, post the output of 'emerge --info =app-misc/lirc-0.8.7',
  342. * the complete build log and the output of 'emerge -pqv =app-misc/lirc-0.8.7'.
  343. * The complete build log is located at '/var/tmp/portage/app-misc/lirc-0.8.7/temp/build.log'.
  344. * The ebuild environment file is located at '/var/tmp/portage/app-misc/lirc-0.8.7/temp/environment'.
  345. * S: '/var/tmp/portage/app-misc/lirc-0.8.7/work/lirc-0.8.7'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement