1. * Package: dev-vcs/cvsgraph-1.7.0
  2. * Repository: gentoo
  3. * Maintainer: cvs-utils@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls test truetype userland_GNU zlib
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking cvsgraph-1.7.0.tar.gz to /tmp/portage/dev-vcs/cvsgraph-1.7.0/work
  15. >>> Source unpacked in /tmp/portage/dev-vcs/cvsgraph-1.7.0/work
  16. >>> Compiling source in /tmp/portage/dev-vcs/cvsgraph-1.7.0/work/cvsgraph-1.7.0 ...
  17. ./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 --enable-nls --disable-gif --disable-png --disable-jpeg --enable-truetype
  18. configure: loading site script /usr/share/config.site
  19. checking for a BSD-compatible install... /usr/bin/install -c
  20. checking whether build environment is sane... yes
  21. checking for a thread-safe mkdir -p... /bin/mkdir -p
  22. checking for gawk... gawk
  23. checking whether make sets $(MAKE)... yes
  24. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  25. checking for C compiler default output file name... a.out
  26. checking whether the C compiler works... yes
  27. checking whether we are cross compiling... no
  28. checking for suffix of executables...
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C compiler... yes
  31. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  32. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  33. checking for style of include used by make... GNU
  34. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  35. checking for flex... flex
  36. checking lex output file root... lex.yy
  37. checking lex library... -lfl
  38. checking whether yytext is a pointer... yes
  39. checking for bison... bison -y
  40. checking for pkg-config... /usr/bin/pkg-config
  41. checking for sqrt in -lm... yes
  42. checking for FT_Load_Glyph in -lfreetype... yes
  43. checking for gdlib-config... /usr/bin/gdlib-config
  44. checking for gdImageCreate in -lgd... no
  45. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  46. checking for grep that handles long lines and -e... /bin/grep
  47. checking for egrep... /bin/grep -E
  48. checking for ANSI C header files... yes
  49. checking for sys/types.h... yes
  50. checking for sys/stat.h... yes
  51. checking for stdlib.h... yes
  52. checking for string.h... yes
  53. checking for memory.h... yes
  54. checking for strings.h... yes
  55. checking for inttypes.h... yes
  56. checking for stdint.h... yes
  57. checking for unistd.h... yes
  58. checking getopt.h usability... yes
  59. checking getopt.h presence... yes
  60. checking for getopt.h... yes
  61. checking sys/wait.h usability... yes
  62. checking sys/wait.h presence... yes
  63. checking for sys/wait.h... yes
  64. checking gd.h usability... yes
  65. checking gd.h presence... yes
  66. checking for gd.h... yes
  67. checking for an ANSI C-conforming const... yes
  68. checking for inline... inline
  69. checking for size_t... yes
  70. checking whether time.h and sys/time.h may both be included... yes
  71. checking for memset... yes
  72. checking for strdup... yes
  73. checking for strtol... yes
  74. configure: creating ./config.status
  75. config.status: creating Makefile
  76. config.status: creating contrib/Makefile
  77. config.status: creating cvsgraph.1
  78. config.status: creating cvsgraph.conf.5
  79. config.status: creating cvsgraph.spec
  80. config.status: creating contrib/mkimage.php
  81. config.status: creating contrib/cvsgraphwrapper.php
  82. config.status: creating config.h
  83. config.status: executing depfiles commands
  84. make -j24
  85. make all-am
  86. make[1]: Entering directory '/tmp/portage/dev-vcs/cvsgraph-1.7.0/work/cvsgraph-1.7.0'
  87. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -DETCDIR='"/etc"' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT cvsgraph.o -MD -MP -MF .deps/cvsgraph.Tpo -c -o cvsgraph.o cvsgraph.c
  88. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -DETCDIR='"/etc"' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT readconf.o -MD -MP -MF .deps/readconf.Tpo -c -o readconf.o readconf.c
  89. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -DETCDIR='"/etc"' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
  90. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -DETCDIR='"/etc"' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT rcsy.o -MD -MP -MF .deps/rcsy.Tpo -c -o rcsy.o rcsy.c
  91. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -DETCDIR='"/etc"' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT rcsl.o -MD -MP -MF .deps/rcsl.Tpo -c -o rcsl.o rcsl.c
  92. cvsgraph.c:56:3: error: #error No image output format available. Check libgd
  93. cvsgraph.c: In function 'dump_dtext':
  94. cvsgraph.c:193:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat]
  95. cvsgraph.c:194:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat]
  96. cvsgraph.c: In function 'space_below':
  97. cvsgraph.c:2729:12: warning: variable 'minb' set but not used [-Wunused-but-set-variable]
  98. mv -f .deps/utils.Tpo .deps/utils.Po
  99. Makefile:303: recipe for target 'cvsgraph.o' failed
  100. make[1]: *** [cvsgraph.o] Error 1
  101. make[1]: *** Waiting for unfinished jobs....
  102. mv -f .deps/readconf.Tpo .deps/readconf.Po
  103. mv -f .deps/rcsy.Tpo .deps/rcsy.Po
  104. mv -f .deps/rcsl.Tpo .deps/rcsl.Po
  105. make[1]: Leaving directory '/tmp/portage/dev-vcs/cvsgraph-1.7.0/work/cvsgraph-1.7.0'
  106. Makefile:198: recipe for target 'all' failed
  107. make: *** [all] Error 2
  108. emake failed
  109. * ERROR: dev-vcs/cvsgraph-1.7.0::gentoo failed (compile phase):
  110. * emake failed
  111. *
  112. * Call stack:
  113. * ebuild.sh, line 93: Called src_compile
  114. * environment, line 389: Called die
  115. * The specific snippet of code:
  116. * emake || die "emake failed"
  117. *
  118. * If you need support, post the output of `emerge --info '=dev-vcs/cvsgraph-1.7.0::gentoo'`,
  119. * the complete build log and the output of `emerge -pqv '=dev-vcs/cvsgraph-1.7.0::gentoo'`.
  120. sed: couldn't open temporary file /etc/portage/package.mask/sed5Mi3Uy: Permission denied