- * Package: net-misc/cgminer-4.10.0
- * Repository: gentoo
- * Maintainer: ki@baka.bakka.su blueness@gentoo.org,proxy-maint@gentoo.org
- * USE: abi_x86_64 amd64 ants2 bitforce elibc_glibc kernel_linux minion ncurses udev userland_GNU
- * FEATURES: preserve-libs sandbox userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking cgminer-4.10.0.tar.bz2 to /var/tmp/portage/net-misc/cgminer-4.10.0/work
- >>> Source unpacked in /var/tmp/portage/net-misc/cgminer-4.10.0/work
- >>> Preparing source in /var/tmp/portage/net-misc/cgminer-4.10.0/work/cgminer-4.10.0 ...
- >>> Source prepared.
- >>> Configuring source in /var/tmp/portage/net-misc/cgminer-4.10.0/work/cgminer-4.10.0 ...
- * econf: updating cgminer-4.10.0/config.sub with /usr/share/gnuconfig/config.sub
- * econf: updating cgminer-4.10.0/compat/jansson-2.9/config.sub with /usr/share/gnuconfig/config.sub
- * econf: updating cgminer-4.10.0/compat/jansson-2.9/config.guess with /usr/share/gnuconfig/config.guess
- * econf: updating cgminer-4.10.0/config.guess with /usr/share/gnuconfig/config.guess
- ./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/cgminer-4.10.0 --htmldir=/usr/share/doc/cgminer-4.10.0/html --libdir=/usr/lib64 --with-curses --disable-ants1 --enable-ants2 --disable-ants3 --disable-avalon --disable-avalon2 --disable-avalon4 --disable-avalon7 --disable-avalon-miner --disable-bab --disable-bitmine_A1 --disable-bflsc --enable-bitforce --disable-bitfury --disable-blockerupter --disable-cointerra --disable-drillbit --disable-hashfast --disable-hashratio --disable-icarus --disable-klondike --disable-knc --enable-minion --disable-modminer --disable-sp10 --disable-sp30 --enable-udev --disable-forcecombo --with-system-libusb --with-system-jansson
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking target system type... x86_64-pc-linux-gnu
- checking for a BSD-compatible install... /usr/lib/portage/python3.5/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 whether make supports nested variables... (cached) yes
- checking for style of include used by make... GNU
- 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 whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
- checking dependency style of x86_64-pc-linux-gnu-gcc... none
- 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 minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
- checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
- checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes
- checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
- checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
- checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
- checking sys/mman.h usability... yes
- checking sys/mman.h presence... yes
- checking for sys/mman.h... yes
- checking wchar.h usability... yes
- checking wchar.h presence... yes
- checking for wchar.h... yes
- checking for stdint.h... (cached) yes
- checking for mprotect... yes
- checking for sigaction... yes
- checking for sigaltstack... yes
- checking for siginterrupt... yes
- checking for mmap... yes
- checking for MAP_ANONYMOUS... yes
- checking whether memchr works... yes
- checking whether memmem is declared... yes
- checking for memmem... yes
- checking whether memmem works... yes
- checking for C/C++ restrict keyword... __restrict
- checking for uid_t in sys/types.h... yes
- checking for inline... inline
- checking whether the preprocessor supports include_next... yes
- checking whether system header files limit the line length... no
- checking for wchar_t... yes
- checking for unsigned long long int... yes
- checking for long long int... yes
- checking whether stdint.h conforms to C99... yes
- checking whether memmem is declared without a macro... yes
- checking whether mempcpy is declared without a macro... yes
- checking whether memrchr is declared without a macro... yes
- checking whether rawmemchr is declared without a macro... yes
- checking whether stpcpy is declared without a macro... yes
- checking whether stpncpy is declared without a macro... yes
- checking whether strchrnul is declared without a macro... yes
- checking whether strdup is declared without a macro... yes
- checking whether strncat is declared without a macro... yes
- checking whether strndup is declared without a macro... yes
- checking whether strnlen is declared without a macro... yes
- checking whether strpbrk is declared without a macro... yes
- checking whether strsep is declared without a macro... yes
- checking whether strcasestr is declared without a macro... yes
- checking whether strtok_r is declared without a macro... yes
- checking whether strerror_r is declared without a macro... yes
- checking whether strsignal is declared without a macro... yes
- checking whether strverscmp is declared without a macro... yes
- checking whether memmem works in linear time... yes
- checking for memmem... (cached) yes
- checking whether memmem works... (cached) yes
- checking for struct sigaction.sa_sigaction... yes
- checking for volatile sig_atomic_t... yes
- checking for sighandler_t... yes
- checking whether sigaction is declared without a macro... yes
- checking whether sigaddset is declared without a macro... yes
- checking whether sigdelset is declared without a macro... yes
- checking whether sigemptyset is declared without a macro... yes
- checking whether sigfillset is declared without a macro... yes
- checking whether sigismember is declared without a macro... yes
- checking whether sigpending is declared without a macro... yes
- checking whether sigprocmask is declared without a macro... yes
- checking for sigprocmask... yes
- checking whether NULL can be used in arbitrary expressions... yes
- checking for ANSI C header files... (cached) yes
- checking syslog.h usability... yes
- checking syslog.h presence... yes
- checking for syslog.h... yes
- checking for size_t... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking for pthread_create in -lpthread... yes
- checking for library containing addstr... -lncurses
- checking pkg-config is at least version 0.9.0... yes
- checking for LIBUSB... yes
- checking for JANSSON... yes
- checking pkg-config is at least version 0.9.0... yes
- checking for LIBCURL... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating compat/Makefile
- config.status: creating ccan/Makefile
- config.status: creating lib/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- ------------------------------------------------------------------------
- cgminer 4.10.0
- ------------------------------------------------------------------------
- Configuration Options Summary:
- libcurl(GBT).: Enabled: -lcurl
- libsystemd...........: Disabled
- curses.TUI...........: FOUND: -lncurses
- Antminer.S1.Bitmain..: Disabled
- Antminer.S2.Bitmain..: Enabled
- Antminer.S3.Bitmain..: Disabled
- Avalon.ASICs.........: Disabled
- Avalon2.ASICs........: Disabled
- Avalon4.ASICs........: Disabled
- Avalon7.ASICs........: Disabled
- Avalon miner.ASICs...: Disabled
- BlackArrowMinion.ASIC: Enabled
- BlackArrow.ASICs.....: Disabled
- BFL.ASICs............: Disabled
- BitForce.FPGAs.......: Enabled
- BitFury.ASICs........: Disabled
- BlockErupter.ASICs...: Disabled
- Cointerra.ASICs......: Disabled
- Spond-sp10.ASICs.....: Disabled
- Spond-sp30.ASICs.....: Disabled
- Bitmine-A1.ASICs.....: Disabled
- Drillbit.BitFury.....: Disabled
- Hashfast.ASICs.......: Disabled
- Hashratio.ASICs......: Disabled
- Icarus.ASICs/FPGAs...: Disabled
- Klondike.ASICs.......: Disabled
- KnC.ASICs............: Disabled
- ModMiner.FPGAs.......: Disabled
- configure: error: You have configured more than one driver in with a driver that is designed to be standalone only (see ./configure --help)
- !!! Please attach the following file when seeking support:
- !!! /var/tmp/portage/net-misc/cgminer-4.10.0/work/cgminer-4.10.0/config.log
- * ERROR: net-misc/cgminer-4.10.0::gentoo failed (configure phase):
- * econf failed
- *
- * Call stack:
- * ebuild.sh, line 124: Called src_configure
- * environment, line 2334: Called econf '--with-curses' '--disable-ants1' '--enable-ants2' '--disable-ants3' '--disable-avalon' '--disable-avalon2' '--disable-avalon4' '--disable-avalon7' '--disable-avalon-miner' '--disable-bab' '--disable-bitmine_A1' '--disable-bflsc' '--enable-bitforce' '--disable-bitfury' '--disable-blockerupter' '--disable-cointerra' '--disable-drillbit' '--disable-hashfast' '--disable-hashratio' '--disable-icarus' '--disable-klondike' '--disable-knc' '--enable-minion' '--disable-modminer' '--disable-sp10' '--disable-sp30' '--enable-udev' '--disable-forcecombo' '--with-system-libusb' '--with-system-jansson'
- * phase-helpers.sh, line 665: Called __helpers_die 'econf failed'
- * isolated-functions.sh, line 117: Called die
- * The specific snippet of code:
- * die "$@"
- *
- * If you need support, post the output of `emerge --info '=net-misc/cgminer-4.10.0::gentoo'`,
- * the complete build log and the output of `emerge -pqv '=net-misc/cgminer-4.10.0::gentoo'`.
- * The complete build log is located at '/var/tmp/portage/net-misc/cgminer-4.10.0/temp/build.log'.
- * The ebuild environment file is located at '/var/tmp/portage/net-misc/cgminer-4.10.0/temp/environment'.
- * Working directory: '/var/tmp/portage/net-misc/cgminer-4.10.0/work/cgminer-4.10.0'
- * S: '/var/tmp/portage/net-misc/cgminer-4.10.0/work/cgminer-4.10.0'