* Package: net-print/c2esp-27 * Repository: gentoo * Maintainer: printing@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking c2esp-27.tar.gz to /var/tmp/portage/net-print/c2esp-27/work >>> Source unpacked in /var/tmp/portage/net-print/c2esp-27/work >>> Preparing source in /var/tmp/portage/net-print/c2esp-27/work/c2esp-27 ... * Applying 0001-Fix-various-missing-includes.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-print/c2esp-27/work/c2esp-27 ... ./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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/c2esp-27 --htmldir=/usr/share/doc/c2esp-27/html --libdir=/usr/lib64 --with-cupsfilterdir=/usr/libexec/cups/filter --with-cupsdatadir=/usr/share/cups checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for ppdc... 1 checking for cups-config... 1 checking for ppdOpenFile in -lcups... yes checking for library containing cupsDitherNew... -lcupsfilters checking for library containing cupsRasterOpen... none required checking for library containing deflate... -lz checking for library containing jbg85_enc_init... -ljbig85 checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking cups/raster.h usability... yes checking cups/raster.h presence... yes checking for cups/raster.h... yes checking cups/sidechannel.h usability... yes checking cups/sidechannel.h presence... yes checking for cups/sidechannel.h... yes checking cups/image.h usability... no checking cups/image.h presence... no checking for cups/image.h... no checking cups/driver.h usability... no checking cups/driver.h presence... no checking for cups/driver.h... no checking cupsfilters/image.h usability... yes checking cupsfilters/image.h presence... yes checking for cupsfilters/image.h... yes checking cupsfilters/driver.h usability... yes checking cupsfilters/driver.h presence... yes checking for cupsfilters/driver.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking jbig85.h usability... yes checking jbig85.h presence... yes checking for jbig85.h... yes checking jbig.h usability... yes checking jbig.h presence... yes checking for jbig.h... yes checking for size_t... yes checking for error_at_line... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for memset... yes checking for strerror... yes checking for strncasecmp... yes checking for strstr... yes configure: cupsversion is 2.3.1 default filter dir /usr/libexec/cups/filter is from cups-config configure: cupsfilterdir is /usr/libexec/cups/filter default data dir /usr/share/cups is from cups-config configure: cupsdatadir is /usr/share/cups configure: HAVE_PPDC = 1 configure: making ppd files with ppdc no ppds will be installed configure: * configure: *** Any missing dependencies are listed below *** configure: cups version is 1.6 or later - OK configure: * configure: LIBS=-ljbig85 -lz -lcupsfilters -lcups checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating scripts/Makefile config.status: creating ppd/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/net-print/c2esp-27/work/c2esp-27 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-print/c2esp-27/work/c2esp-27' Making all in src make[2]: Entering directory '/var/tmp/portage/net-print/c2esp-27/work/c2esp-27/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. --pedantic -Wall -std=c99 -O2 -O2 -pipe -march=native -fno-common -c c2esp.c c2esp.c: In function ‘output_jbig’: c2esp.c:405:5: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] 405 | int rc; | ^~ c2esp.c: In function ‘main’: c2esp.c:1041:4: warning: ‘ppdOpenFile’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1041 | ppd = ppdOpenFile(getenv("PPD")); | ^~~ In file included from /usr/include/cupsfilters/driver.h:28, from c2esp.c:46: /usr/include/cups/ppd.h:389:20: note: declared here 389 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ c2esp.c:1047:3: warning: ‘ppdClose’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1047 | ppdClose(ppd); | ^~~~~~~~ In file included from /usr/include/cupsfilters/driver.h:28, from c2esp.c:46: /usr/include/cups/ppd.h:364:14: note: declared here 364 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~ c2esp.c:1237:13: warning: ‘cmykTrans600’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1237 | else cupsCMYKDoRGB(cmykTrans600, CupsLineBuffer, TransformedBuffer, RemainingPixels); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c2esp.c:1236:42: warning: ‘cmykTrans300’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1236 | if(header.HWResolution[0] == 300) cupsCMYKDoRGB(cmykTrans300, CupsLineBuffer, TransformedBuffer, RemainingPixels); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. --pedantic -Wall -std=c99 -O2 -O2 -pipe -march=native -fno-common -c c2espcommon.c x86_64-pc-linux-gnu-gcc --pedantic -Wall -std=c99 -O2 -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o c2esp c2esp.o c2espcommon.o -ljbig85 -lz -lcupsfilters -lcups /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: c2espcommon.o:(.bss+0x10): multiple definition of `DoBack'; c2esp.o:(.bss+0x14f4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: c2espcommon.o:(.bss+0x0): multiple definition of `StartTime'; c2esp.o:(.bss+0x14b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: c2espcommon.o:(.bss+0x60): multiple definition of `BackBuf'; c2esp.o:(.bss+0x15a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: c2espcommon.o:(.bss+0x54): multiple definition of `BlackPercent'; c2esp.o:(.bss+0x1594): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: c2espcommon.o:(.bss+0x58): multiple definition of `ColourPercent'; c2esp.o:(.bss+0x1598): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:380: c2esp] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-print/c2esp-27/work/c2esp-27/src' make[1]: *** [Makefile:347: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-print/c2esp-27/work/c2esp-27' make: *** [Makefile:287: all] Error 2 * ERROR: net-print/c2esp-27::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-print/c2esp-27::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-print/c2esp-27::gentoo'`. * The complete build log is located at '/var/log/portage/net-print:c2esp-27:20200204-131920.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-print/c2esp-27/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-print/c2esp-27/temp/environment'. * Working directory: '/var/tmp/portage/net-print/c2esp-27/work/c2esp-27' * S: '/var/tmp/portage/net-print/c2esp-27/work/c2esp-27'