Advertisement
grondinm

before error

Jun 1st, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for gawk... gawk
  4. checking whether make sets $(MAKE)... yes
  5. checking whether to enable maintainer-specific portions of Makefiles... no
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking for gcc... gcc
  8. checking for C compiler default output file name... a.out
  9. checking whether the C compiler works... yes
  10. checking whether we are cross compiling... no
  11. checking for suffix of executables...
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ANSI C... none needed
  16. checking for style of include used by make... GNU
  17. checking dependency style of gcc... none
  18. checking how to run the C preprocessor... cpp
  19. checking for cpp... /usr/bin/cpp
  20. checking if /usr/bin/cpp requires -undef... yes
  21. checking if /usr/bin/cpp requires -traditional... yes
  22. checking build system type... x86_64-pc-linux-gnu
  23. checking host system type... x86_64-pc-linux-gnu
  24. configure: creating ./config.status
  25. config.status: creating Makefile
  26. config.status: executing depfiles commands
  27. make[1]: Entering directory `/usr/src/gccmakedep-1.0.2'
  28. sed -e 's|__vendorversion__|"gccmakedep 1.0.2" "X Version 11"|' < gccmakedep.man > gccmakedep.1x
  29. /usr/bin/cpp -undef -traditional -DCCCMD=gcc -DRMCMD='"rm -f"' -DLNCMD="ln" -DMVCMD="mv" < gccmdep.cpp | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' > gccmdep
  30. cp gccmdep gccmakedep
  31. make[1]: Leaving directory `/usr/src/gccmakedep-1.0.2'
  32. make[1]: Entering directory `/usr/src/gccmakedep-1.0.2'
  33. make[2]: Entering directory `/usr/src/gccmakedep-1.0.2'
  34. make[2]: Nothing to be done for `install-exec-am'.
  35. test -z "/usr/share/man/man1" || mkdir -p -- "/usr/share/man/man1"
  36. /usr/bin/install -c -m 644 'gccmakedep.1x' '/usr/share/man/man1/gccmakedep.1x'
  37. test -z "/usr/bin" || mkdir -p -- "/usr/bin"
  38. /usr/bin/install -c -m 644 'gccmakedep' '/usr/bin/gccmakedep'
  39. /usr/bin/make install-data-hook
  40. make[3]: Entering directory `/usr/src/gccmakedep-1.0.2'
  41. chmod +x //usr/bin/gccmakedep
  42. make[3]: Leaving directory `/usr/src/gccmakedep-1.0.2'
  43. make[2]: Leaving directory `/usr/src/gccmakedep-1.0.2'
  44. make[1]: Leaving directory `/usr/src/gccmakedep-1.0.2'
  45. Creating /var/log/lunar/compile/gccmakedep-1.0.2.bz2
  46. Creating /var/log/lunar/install/gccmakedep-1.0.2
  47. Creating /var/log/lunar/md5sum/gccmakedep-1.0.2
  48. Creating /var/cache/lunar/gccmakedep-1.0.2-x86_64-pc-linux-gnu.tar.bz2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement