Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
RubyInstall fails -> LDFLAGS invalid
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
STEagleEye
n00b
n00b


Joined: 20 May 2007
Posts: 21

PostPosted: Mon Feb 03, 2025 7:24 am    Post subject: RubyInstall fails -> LDFLAGS invalid Reply with quote

Hi,
since some weeks I'm unable to update/install ruby, does anyone has any idea whats going on?
Code:


>>> Emerging (1 of 85) dev-lang/ruby-3.4.1-r1::gentoo
 * ruby-3.4.1.tar.xz BLAKE2B SHA512 size ;-) ...                                                                                                                                      [ ok ]
>>> Unpacking source...
>>> Unpacking ruby-3.4.1.tar.xz to /var/tmp/portage/dev-lang/ruby-3.4.1-r1/work
>>> Source unpacked in /var/tmp/portage/dev-lang/ruby-3.4.1-r1/work
>>> Preparing source in /var/tmp/portage/dev-lang/ruby-3.4.1-r1/work/ruby-3.4.1 ...
 * Applying 010-default-gem-location.patch ...                                                                                                                                        [ ok ]
 * Applying 902-hppa-pthread-stack-size.patch ...                                                                                                                                     [ ok ]
 * Unbundling gems...
 * Running eautoreconf in '/var/tmp/portage/dev-lang/ruby-3.4.1-r1/work/ruby-3.4.1' ...
 * Running 'autoconf --force' ...                                                                                                                                                     [ ok ]
 * Running elibtoolize in: ruby-3.4.1/
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-lang/ruby-3.4.1-r1/work/ruby-3.4.1 ...
 * econf: updating ruby-3.4.1/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating ruby-3.4.1/tool/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating ruby-3.4.1/tool/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating ruby-3.4.1/config.sub with /usr/share/gnuconfig/config.sub
./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 --datarootdir=/usr/share --docdir=/usr/share/doc/ruby-3.4.1-r1 --htmldir=/usr/share/doc/ruby-3.4.1-r1/html --libdir=/usr/lib64 --program-suffix=34 --with-soname=ruby34 --enable-shared --enable-pthread --disable-rpath --without-baseruby --with-compress-debug-sections=no --with-setjmp-type=setjmp --enable-mkmf-verbose --with-out-ext=win32,win32ole,dbm,tk --without-jemalloc --disable-jit-support --disable-yjit --disable-socks --disable-dtrace --disable-install-doc --disable-static --disable-install-static-library --without-static-linked-ext --disable-debug --without-valgrind --enable-option-checking=no
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 x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for x86_64-pc-linux-gnu-ld... x86_64-pc-linux-gnu-ld
checking for x86_64-pc-linux-gnu-gcc-ar... x86_64-pc-linux-gnu-gcc-ar
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking for x86_64-pc-linux-gnu-gcc-nm... x86_64-pc-linux-gnu-gcc-nm
checking for x86_64-pc-linux-gnu-gcc-ranlib... x86_64-pc-linux-gnu-gcc-ranlib
checking for x86_64-pc-linux-gnu-gcc... (cached) 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 the compiler supports GNU C... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed
checking whether the compiler supports GNU C++... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-gcc-ranlib
checking for x86_64-pc-linux-gnu-gar... (cached) x86_64-pc-linux-gnu-gcc-ar
checking for x86_64-pc-linux-gnu-gas... no
checking for x86_64-pc-linux-gnu-as... x86_64-pc-linux-gnu-as
checking for x86_64-pc-linux-gnu-gld... (cached) x86_64-pc-linux-gnu-ld
checking for x86_64-pc-linux-gnu-gnm... (cached) x86_64-pc-linux-gnu-gcc-nm
checking for x86_64-pc-linux-gnu-gobjcopy... no
checking for x86_64-pc-linux-gnu-objcopy... x86_64-pc-linux-gnu-objcopy
checking for x86_64-pc-linux-gnu-gobjdump... no
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking for x86_64-pc-linux-gnu-gstrip... no
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether x86_64-pc-linux-gnu-gcc -E accepts -o... yes
checking for x86_64-pc-linux-gnu-gcc-ar flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a race-free mkdir -p... (cached) mkdir -p
checking for x86_64-pc-linux-gnu-dtrace... no
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for x86_64-pc-linux-gnu-pkg-config... x86_64-pc-linux-gnu-pkg-config
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... no
configure: error: something wrong with LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-lang/ruby-3.4.1-r1/work/ruby-3.4.1/config.log
 * ERROR: dev-lang/ruby-3.4.1-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *               ebuild.sh, line  136:  Called src_configure
 *             environment, line 1999:  Called econf '--program-suffix=34' '--with-soname=ruby34' '--enable-shared' '--enable-pthread' '--disable-rpath' '--without-baseruby' '--with-compress-debug-sections=no' '--with-setjmp-type=setjmp' '--enable-mkmf-verbose' '--with-out-ext=win32,win32ole,dbm,tk' '--without-jemalloc' '--disable-jit-support' '--disable-yjit' '--disable-socks' '--disable-dtrace' '--disable-install-doc' '--disable-static' '--disable-install-static-library' '--without-static-linked-ext' '--disable-debug' '--without-valgrind' '--enable-option-checking=no'
 *        phase-helpers.sh, line  647:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  112:  Called die
 * The specific snippet of code:
 *              die "$@"
 *
 * If you need support, post the output of `emerge --info '=dev-lang/ruby-3.4.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/ruby-3.4.1-r1::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-lang:ruby-3.4.1-r1:20250203-070607.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/ruby-3.4.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/ruby-3.4.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/ruby-3.4.1-r1/work/ruby-3.4.1'
 * S: '/var/tmp/portage/dev-lang/ruby-3.4.1-r1/work/ruby-3.4.1'

>>> Failed to emerge dev-lang/ruby-3.4.1-r1, Log file:


make.conf
Code:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
#CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="mmx sse sse2"
MAKEOPTS="-j2"

ACCEPT_KEYWORDS="~x86 ~amd64"
LINGUAS="de en"
#EMERGE_DEFAULT_OPTS="--autounmask=n"
EMERGE_DEFAULT_OPTS="--backtrack=30000"
ACCEPT_LICENSE="*"

GENTOO_MIRRORS="http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo "

#SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"


CPU_FLAGS_X86="mmx mmxext sse sse2 sse3"


USE="truetype geoip vhosts zip gzip syslog vim-syntax -X mmx opensslcrypt apache2 bzip2 crypt -gnome -gtk -gtk2 java -kde -postgres -mysql mysqli php -qt3 -qt4 pam sockets sse sse2 ssl zlib threads gif tiff jpg jpeg png svg -ldap -qt5 -qt6 -bluetooth -cups -usb -elogind -opengl -rdoc -cups -doc"
PORT_LOGDIR="/var/log/portage"

APACHE2_MPMS="prefork"
APACHE2_MODULES="proxy proxy_http actions alias authz_host auth_basic authn_alias authn_anon authn_core authn_dbm authn_file authz_core authz_dbm authz_groupfile authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias"
NGINX_MODULES_HTTP="access auth_basic autoindex browser charset empty_gif fastcgi geo grpc gzip limit_conn limit_req map memcached mirror proxy referer rewrite scgi split_clients ssi upstream_hash upstream_ip_hash upstream_keepalive upstream_least_conn upstream_zone userid uwsgi stub_status"
#PHP_INI_VERSION="production"
#USE_PYTHON='3.4 3.5'
#PHP_TARGETS="php7-4"
#PYTHON_TARGETS="python3_9 python3_8 python3_10 python3_7"
#PYTHON_SINGLE_TARGET="python3_9"
#RUBY_TARGETS="ruby33 ruby32"
ABI_X86="32*"
#source /var/lib/layman/make.conf

# Set PORTDIR for backward compatibility with various tools:
#   gentoo-bashcomp - bug #478444
#   euse - bug #474574
#   euses and ufed - bug #478318
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"



emerge -info
Code:
 emerge --info
Portage 3.0.67 (python 3.12.8-final-0, default/linux/amd64/23.0/split-usr/desktop, gcc-14, glibc-2.40-r8, 6.6.1-gentoo x86_64)
=================================================================
System uname: Linux-6.6.1-gentoo-x86_64-Common_KVM_processor-with-glibc2.40
KiB Mem:     9971056 total,   3478440 free
KiB Swap:    7339000 total,   6669388 free
Timestamp of repository gentoo: Sun, 02 Feb 2025 09:03:49 +0000
Head commit of repository gentoo: 44fab764b0b3ef408b822653b5385f202d94ac81

sh bash 5.2_p37
ld GNU ld (Gentoo 2.37_p1 p1) 2.37
app-misc/pax-utils:        1.3.8::gentoo
app-shells/bash:           5.2_p37::gentoo
dev-build/autoconf:        2.71-r7::gentoo, 2.72-r1::gentoo
dev-build/automake:        1.16.5-r2::gentoo, 1.17-r1::gentoo
dev-build/cmake:           3.31.5::gentoo
dev-build/libtool:         2.5.4::gentoo
dev-build/make:            4.4.1-r100::gentoo
dev-build/meson:           1.7.0::gentoo
dev-java/java-config:      2.3.4::gentoo
dev-lang/perl:             5.40.0-r1::gentoo
dev-lang/python:           3.12.8_p1::gentoo, 3.13.0-r100::gentoo, 3.13.1_p1::gentoo
sys-apps/baselayout:       2.17::gentoo
sys-apps/openrc:           0.56::gentoo
sys-apps/sandbox:          2.43::gentoo
sys-devel/binutils:        2.37_p1-r1::gentoo, 2.38-r1::gentoo, 2.39-r4::gentoo, 2.40-r9::gentoo, 2.41-r5::gentoo, 2.42-r2::gentoo, 2.43-r2::gentoo
sys-devel/binutils-config: 5.5.2::gentoo
sys-devel/gcc:             14.2.1_p20241221::gentoo
sys-devel/gcc-config:      2.12.1::gentoo
sys-kernel/linux-headers:  6.12::gentoo (virtual/os-headers)
sys-libs/glibc:            2.40-r8::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo
    priority: -1000
    volatile: True

ACCEPT_KEYWORDS="amd64 ~amd64 ~x86"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/spool/munin-async/.ssh"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--backtrack=30000"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo "
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
LINGUAS="de en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="a52 aac acl acpi alsa amd64 apache2 branding bzip2 cairo cdda cdr cet crypt dbus dri dts dvd dvdr encode exif flac gdbm geoip gif gpm gui gzip iconv icu ipv6 java jpeg jpg kf6compat lcms libnotify libtirpc mad mmx mng mp3 mp4 mpeg multilib mysqli ncurses nls ogg openmp opensslcrypt pam pango pcre pdf php png policykit ppds qml readline sdl seccomp sockets sound spell split-usr sse sse2 ssl startup-notification svg syslog test-rust threads tiff truetype udev udisks unicode upower vhosts vim-syntax vorbis vulkan wayland wxwidgets x264 xattr xcb xft xml xv xvid zip zlib" ABI_X86="32* 64" ADA_TARGET="gcc_13" APACHE2_MODULES="proxy proxy_http actions alias authz_host auth_basic authn_alias authn_anon authn_core authn_dbm authn_file authz_core authz_dbm authz_groupfile authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias" APACHE2_MPMS="prefork" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" NGINX_MODULES_HTTP="access auth_basic autoindex browser charset empty_gif fastcgi geo grpc gzip limit_conn limit_req map memcached mirror proxy referer rewrite scgi split_clients ssi upstream_hash upstream_ip_hash upstream_keepalive upstream_least_conn upstream_zone userid uwsgi stub_status" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

_________________
Byte-Welt.de
Back to top
View user's profile Send private message
Banana
Moderator
Moderator


Joined: 21 May 2004
Posts: 1876
Location: Germany

PostPosted: Mon Feb 03, 2025 9:21 am    Post subject: Reply with quote

Quote:
hecking whether LDFLAGS is valid... no
configure: error: something wrong with LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"

Did you modify your LDFLAGS setting? If so, revert those changes back and try again.
_________________
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31453
Location: here

PostPosted: Mon Feb 03, 2025 9:32 am    Post subject: Reply with quote

Banana wrote:
Quote:
hecking whether LDFLAGS is valid... no
configure: error: something wrong with LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"

Did you modify your LDFLAGS setting? If so, revert those changes back and try again.

These seems the defaults LDFLAGS.

Can you post /var/tmp/portage/dev-lang/ruby-3.4.1-r1/work/ruby-3.4.1/config.log content with wgetpaste?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
STEagleEye
n00b
n00b


Joined: 20 May 2007
Posts: 21

PostPosted: Mon Feb 03, 2025 9:32 am    Post subject: Reply with quote

No, I just searched the /etc folder for any kind of LDFLAGS in config files, nothing was found
_________________
Byte-Welt.de
Back to top
View user's profile Send private message
STEagleEye
n00b
n00b


Joined: 20 May 2007
Posts: 21

PostPosted: Mon Feb 03, 2025 9:34 am    Post subject: Reply with quote

fedeliallalinea wrote:
Banana wrote:
Quote:
hecking whether LDFLAGS is valid... no
configure: error: something wrong with LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"

Did you modify your LDFLAGS setting? If so, revert those changes back and try again.

These seems the defaults LDFLAGS.

Can you post /var/tmp/portage/dev-lang/ruby-3.4.1-r1/work/ruby-3.4.1/config.log content with wgetpaste?


sure
Code:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  $ ./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 --datarootdir=/usr/share --docdir=/usr/share/doc/ruby-3.4.1-r1 --htmldir=/usr/share/doc/ruby-3.4.1-r1/html --libdir=/usr/lib64 --program-suffix=34 --with-soname=ruby34 --enable-shared --enable-pthread --disable-rpath --without-baseruby --with-compress-debug-sections=no --with-setjmp-type=setjmp --enable-mkmf-verbose --with-out-ext=win32,win32ole,dbm,tk --without-jemalloc --disable-jit-support --disable-yjit --disable-socks --disable-dtrace --disable-install-doc --disable-static --disable-install-static-library --without-static-linked-ext --disable-debug --without-valgrind --enable-option-checking=no

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost
uname -m = x86_64
uname -r = 6.6.1-gentoo
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Wed Nov 15 15:06:04 CET 2023

/usr/bin/uname -p = Common KVM processor
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/lib/portage/python3.12/ebuild-helpers/xattr/
PATH: /usr/lib/portage/python3.12/ebuild-helpers/
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /bin/
PATH: /opt/bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3503: looking for aux files: install-sh config.guess config.sub
configure:3516:  trying ./tool/
configure:3527:   ./tool/install-sh found
configure:3545:   ./tool/config.guess found
configure:3545:   ./tool/config.sub found
configure:3926: checking build system type
configure:3942: result: x86_64-pc-linux-gnu
configure:3962: checking host system type
configure:3977: result: x86_64-pc-linux-gnu
configure:3997: checking target system type
configure:4012: result: x86_64-pc-linux-gnu
configure:4249: checking for x86_64-pc-linux-gnu-gcc
configure:4270: found /usr/bin/x86_64-pc-linux-gnu-gcc
configure:4282: result: x86_64-pc-linux-gnu-gcc
configure:4811: checking for x86_64-pc-linux-gnu-ld
configure:4832: found /usr/bin/x86_64-pc-linux-gnu-ld
configure:4844: result: x86_64-pc-linux-gnu-ld
configure:4857: checking for x86_64-pc-linux-gnu-gcc-ar
configure:4878: found /usr/bin/x86_64-pc-linux-gnu-gcc-ar
configure:4890: result: x86_64-pc-linux-gnu-gcc-ar
configure:4903: checking for x86_64-pc-linux-gnu-g++
configure:4924: found /usr/bin/x86_64-pc-linux-gnu-g++
configure:4936: result: x86_64-pc-linux-gnu-g++
configure:4949: checking for x86_64-pc-linux-gnu-gcc-nm
configure:4970: found /usr/bin/x86_64-pc-linux-gnu-gcc-nm
configure:4982: result: x86_64-pc-linux-gnu-gcc-nm
configure:4995: checking for x86_64-pc-linux-gnu-gcc-ranlib
configure:5016: found /usr/bin/x86_64-pc-linux-gnu-gcc-ranlib
configure:5028: result: x86_64-pc-linux-gnu-gcc-ranlib
configure:5696: checking for x86_64-pc-linux-gnu-gcc
configure:5729: result: x86_64-pc-linux-gnu-gcc
configure:6134: checking for C compiler version
configure:6143: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 14.2.1_p20241221 p7) 14.2.1 20241221
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6154: $? = 0
configure:6143: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/14/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-14.2.1_p20241221/work/gcc-14-20241221/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/14 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/14/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/14 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/14/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/14/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/14/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 14.2.1_p20241221 p7' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-offload-defaulted --enable-offload-targets=nvptx-none --enable-libgomp --disable-libssp --disable-libada --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --without-isl --enable-default-pie --enable-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-build-config=bootstrap-cet
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.2.1 20241221 (Gentoo 14.2.1_p20241221 p7)
... rest of stderr output deleted ...
configure:6154: $? = 0
configure:6143: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:6154: $? = 1
configure:6143: x86_64-pc-linux-gnu-gcc -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:6154: $? = 1
configure:6143: x86_64-pc-linux-gnu-gcc -version >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-version'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:6154: $? = 1
configure:6174: checking whether the C compiler works
configure:6196: x86_64-pc-linux-gnu-gcc -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs conftest.c  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: warning: -z pack-relative-relocs ignored
configure:6200: $? = 0
configure:6251: result: yes
configure:6255: checking for C compiler default output file name
configure:6257: result: a.out
configure:6263: checking for suffix of executables
configure:6270: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs conftest.c  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: warning: -z pack-relative-relocs ignored
configure:6274: $? = 0
configure:6298: result:
configure:6322: checking whether we are cross compiling
configure:6330: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs conftest.c  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: warning: -z pack-relative-relocs ignored
configure:6334: $? = 0
configure:6341: ./conftest
configure:6345: $? = 0
configure:6360: result: no
configure:6366: checking for suffix of object files
configure:6389: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:6393: $? = 0
configure:6417: result: o
configure:6421: checking whether the compiler supports GNU C
configure:6441: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:6441: $? = 0
configure:6453: result: yes
configure:6464: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:6485: x86_64-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:6485: $? = 0
configure:6532: result: yes
configure:6552: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features
configure:6567: x86_64-pc-linux-gnu-gcc  -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:6567: $? = 0
configure:6586: result: none needed
configure:6835: checking for C++ compiler version
configure:6844: x86_64-pc-linux-gnu-g++ --version >&5
x86_64-pc-linux-gnu-g++ (Gentoo 14.2.1_p20241221 p7) 14.2.1 20241221
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6855: $? = 0
configure:6844: x86_64-pc-linux-gnu-g++ -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-pc-linux-gnu-g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/14/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-14.2.1_p20241221/work/gcc-14-20241221/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/14 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/14/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/14 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/14/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/14/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/14/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 14.2.1_p20241221 p7' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-offload-defaulted --enable-offload-targets=nvptx-none --enable-libgomp --disable-libssp --disable-libada --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --without-isl --enable-default-pie --enable-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-build-config=bootstrap-cet
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.2.1 20241221 (Gentoo 14.2.1_p20241221 p7)
... rest of stderr output deleted ...
configure:6855: $? = 0
configure:6844: x86_64-pc-linux-gnu-g++ -V >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-V'
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:6855: $? = 1
configure:6844: x86_64-pc-linux-gnu-g++ -qversion >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:6855: $? = 1
configure:6859: checking whether the compiler supports GNU C++
configure:6879: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.cpp >&5
configure:6879: $? = 0
configure:6891: result: yes
configure:6902: checking whether x86_64-pc-linux-gnu-g++ accepts -g
configure:6923: x86_64-pc-linux-gnu-g++ -c -g  conftest.cpp >&5
configure:6923: $? = 0
configure:6970: result: yes
configure:6990: checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features
configure:7005: x86_64-pc-linux-gnu-g++  -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.cpp >&5
conftest.cpp: In function 'int main(int, char**)':
conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
  175 |   cxx11test::delegate d2();
      |                         ^~
conftest.cpp:175:25: note: remove parentheses to default-initialize a variable
  175 |   cxx11test::delegate d2();
      |                         ^~
      |                         --
conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable
configure:7005: $? = 0
configure:7024: result: none needed
configure:7098: checking how to run the C preprocessor
configure:7124: x86_64-pc-linux-gnu-gcc -E  conftest.c
configure:7124: $? = 0
configure:7140: x86_64-pc-linux-gnu-gcc -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
    9 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7140: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7169: result: x86_64-pc-linux-gnu-gcc -E
configure:7183: x86_64-pc-linux-gnu-gcc -E  conftest.c
configure:7183: $? = 0
configure:7199: x86_64-pc-linux-gnu-gcc -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
    9 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7199: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7234: checking for x86_64-pc-linux-gnu-ranlib
configure:7267: result: x86_64-pc-linux-gnu-gcc-ranlib
configure:7340: checking for x86_64-pc-linux-gnu-gar
configure:7373: result: x86_64-pc-linux-gnu-gcc-ar
configure:7452: checking for x86_64-pc-linux-gnu-gas
configure:7488: result: no
configure:7452: checking for x86_64-pc-linux-gnu-as
configure:7473: found /usr/bin/x86_64-pc-linux-gnu-as
configure:7485: result: x86_64-pc-linux-gnu-as
configure:7564: checking for x86_64-pc-linux-gnu-gld
configure:7597: result: x86_64-pc-linux-gnu-ld
configure:7676: checking for x86_64-pc-linux-gnu-gnm
configure:7709: result: x86_64-pc-linux-gnu-gcc-nm
configure:7788: checking for x86_64-pc-linux-gnu-gobjcopy
configure:7824: result: no
configure:7788: checking for x86_64-pc-linux-gnu-objcopy
configure:7809: found /usr/bin/x86_64-pc-linux-gnu-objcopy
configure:7821: result: x86_64-pc-linux-gnu-objcopy
configure:7900: checking for x86_64-pc-linux-gnu-gobjdump
configure:7936: result: no
configure:7900: checking for x86_64-pc-linux-gnu-objdump
configure:7921: found /usr/bin/x86_64-pc-linux-gnu-objdump
configure:7933: result: x86_64-pc-linux-gnu-objdump
configure:8012: checking for x86_64-pc-linux-gnu-gstrip
configure:8048: result: no
configure:8012: checking for x86_64-pc-linux-gnu-strip
configure:8033: found /usr/bin/x86_64-pc-linux-gnu-strip
configure:8045: result: x86_64-pc-linux-gnu-strip
configure:8229: checking for stdio.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for stdlib.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for string.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for inttypes.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for stdint.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for strings.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for sys/stat.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for sys/types.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for unistd.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for wchar.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8229: $? = 0
configure:8229: result: yes
configure:8229: checking for minix/config.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
conftest.c:47:10: fatal error: minix/config.h: No such file or directory
   47 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:8229: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:8229: result: no
configure:8229: checking for vfork.h
configure:8229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
conftest.c:47:10: fatal error: vfork.h: No such file or directory
   47 | #include <vfork.h>
      |          ^~~~~~~~~
compilation terminated.
configure:8229: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:8229: result: no
configure:8260: checking whether it is safe to define __EXTENSIONS__
configure:8279: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8279: $? = 0
configure:8289: result: yes
configure:8292: checking whether _XOPEN_SOURCE should be defined
configure:8314: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
configure:8314: $? = 0
configure:8343: result: no
configure:8574: checking whether the linker is GNU ld
configure:8593: result: yes
configure:8597: checking whether x86_64-pc-linux-gnu-gcc -E accepts -o
configure:8610: x86_64-pc-linux-gnu-gcc -E -o conftest-1.i conftest.c
configure:8610: $? = 0
configure:8619: result: yes
configure:9029: checking for x86_64-pc-linux-gnu-gcc-ar flags
configure:9046: result: rcD
configure:9343: checking whether ln -s works
configure:9347: result: yes
configure:9354: checking whether make sets $(MAKE)
configure:9378: result: yes
configure:9402: checking for a BSD-compatible install
configure:9476: result: /usr/bin/install -c
configure:9498: checking for a race-free mkdir -p
configure:9541: result: mkdir -p
configure:9551: checking for x86_64-pc-linux-gnu-dtrace
configure:9587: result: no
configure:9597: checking for dtrace
configure:9633: result: no
configure:9645: checking for dot
configure:9681: result: no
configure:9693: checking for doxygen
configure:9729: result: no
configure:9742: checking for x86_64-pc-linux-gnu-pkg-config
configure:9763: found /usr/bin/x86_64-pc-linux-gnu-pkg-config
configure:9775: result: x86_64-pc-linux-gnu-pkg-config
configure:9860: checking whether it is Android
configure:9877: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing  conftest.c >&5
conftest.c:39:10: error: #error Not android
   39 |         #error Not android
      |          ^~~~~
configure:9877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| /* end confdefs.h.  */
|
|       #ifndef __ANDROID__
|       #error Not android
|       #endif
|
| int
| main (void)
| {
|
|   ;
|   return 0;
| }
configure:9907: result: no
configure:9930: checking for cd using physical directory
configure:9951: result: cd -P
configure:9972: checking whether CFLAGS is valid
configure:9985: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing   conftest.c >&5
configure:9985: $? = 0
configure:9987: result: yes
configure:10000: checking whether LDFLAGS is valid
configure:10020: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing   -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs conftest.c  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: warning: -z pack-relative-relocs ignored
configure:10020: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|   ;
|   return 0;
| }
configure:10027: result: no
configure:10029: error: something wrong with LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_undeclared_builtin_options='none needed'
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs'
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_cflags_set=
ac_cv_env_cflags_value=
ac_cv_env_cppflags_set=
ac_cv_env_cppflags_value=
ac_cv_env_cxxflags_set=
ac_cv_env_cxxflags_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_mkdir=mkdir
ac_cv_prog_AR=x86_64-pc-linux-gnu-gcc-ar
ac_cv_prog_AS=x86_64-pc-linux-gnu-as
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
ac_cv_prog_LD=x86_64-pc-linux-gnu-ld
ac_cv_prog_NM=x86_64-pc-linux-gnu-gcc-nm
ac_cv_prog_OBJCOPY=x86_64-pc-linux-gnu-objcopy
ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
ac_cv_prog_PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config
ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-gcc-ranlib
ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_should_define__xopen_source=no
ac_cv_target=x86_64-pc-linux-gnu
gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration
gl_cv_func_getcwd_path_max=yes
rb_cv_arflags=rcD
rb_cv_cppoutfile=yes
rb_cv_prog_gnu_ld=yes
rb_cv_target_archs=x86_64

## ----------------- ##
## Output variables. ##
## ----------------- ##

ADDITIONAL_DLDFLAGS=''
ALLOCA=''
AR='x86_64-pc-linux-gnu-gcc-ar'
ARCHFILE=''
ARCH_FLAG=''
ARFLAGS='rcD '
AS='x86_64-pc-linux-gnu-as'
ASMEXT=''
BASERUBY='./tool/missing-baseruby.bat'
BTESTRUBY=''
BUILTIN_ENCOBJS=''
BUILTIN_TRANSOBJS=''
BUILTIN_TRANSSRCS=''
CAPITARGET=''
CARGO=''
CARGO_BUILD_ARGS=''
CC='x86_64-pc-linux-gnu-gcc'
CCDLFLAGS=''
CC_VERSION='$(CC) --version'
CC_VERSION_MESSAGE='x86_64-pc-linux-gnu-gcc (Gentoo 14.2.1_p20241221 p7) 14.2.1 20241221
CC_WRAPPER=''
CFLAGS='-O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing '
CHDIR='cd -P'
COMMON_HEADERS=''
COMMON_LIBS=''
COMMON_MACROS=''
CONFIGURE=''
COROUTINE_TYPE=''
COUTFLAG='-o '
CP='cp'
CPP='x86_64-pc-linux-gnu-gcc -E'
CPPFLAGS=''
CPPOUTFILE='-o conftest.i'
CROSS_COMPILING=''
CSRCFLAG=''
CXX='x86_64-pc-linux-gnu-g++'
CXXFLAGS='-O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing'
Copyright (C) 2024 Free Software Foundation, Inc.
DEFS=''
DESTDIR=''
DLDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs'
DLDLIBS=''
DLDSHARED=''
DLEXT=''
DLLWRAP=''
DLNOBJ=''
DOT=''
DOXYGEN=''
DTRACE=''
DTRACE_EXT=''
DTRACE_OBJ=''
DTRACE_OPT=''
DTRACE_REBUILD=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ENABLE_DEBUG_ENV=''
ENABLE_SHARED=''
ENCOBJS=''
ENCSTATIC=''
EXECUTABLE_EXTS=''
EXEEXT=''
EXPORT_PREFIX=''
EXTDLDFLAGS=''
EXTLDFLAGS=''
EXTOBJS=''
EXTOUT=''
EXTSTATIC=''
GCC='yes'
GIT='git'
GNU_LD='yes'
HAVE_BASERUBY='no'
HAVE_GIT='yes'
INSTALLDOC=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STATIC_LIBRARY=''
LD='x86_64-pc-linux-gnu-ld'
LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs'
LDSHARED=''
LDSHAREDXX=''
LIBEXT=''
LIBOBJS=''
LIBPATHENV=''
LIBPATHFLAG=''
LIBRUBY=''
LIBRUBYARG=''
LIBRUBYARG_SHARED=''
LIBRUBYARG_STATIC=''
LIBRUBY_A=''
LIBRUBY_ALIASES=''
LIBRUBY_A_OBJS=''
LIBRUBY_DLDFLAGS=''
LIBRUBY_LDSHARED=''
LIBRUBY_RELATIVE=''
LIBRUBY_SO=''
LIBRUBY_SONAME=''
LIBS=''
LINK_SO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINLIBS=''
MAJOR='3'
MAKEDIRS='mkdir -p'
MAKEFILES=''
MANTYPE=''
MINIOBJS=''
MINIRUBY=''
MINOR='4'
MKDIR_P='mkdir -p'
MKMF_VERBOSE=''
NM='x86_64-pc-linux-gnu-gcc-nm'
NULLCMD=''
OBJCOPY='x86_64-pc-linux-gnu-objcopy'
OBJDUMP='x86_64-pc-linux-gnu-objdump'
OBJEXT='o'
OUTFLAG='-o '
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='x86_64-pc-linux-gnu-pkg-config'
PLATFORM_DIR=''
POSTLINK=''
PRELOADENV=''
PREP=''
RANLIB='x86_64-pc-linux-gnu-gcc-ranlib'
RDOCTARGET=''
RI_BASE_NAME=''
RJIT_SUPPORT=''
RM='rm -f'
RMALL='rm -fr'
RMDIR='rmdir --ignore-fail-on-non-empty'
RMDIRS='rmdir --ignore-fail-on-non-empty -p'
RPATHFLAG=''
RUBYW_BASE_NAME='rubyw'
RUBYW_INSTALL_NAME=''
RUBY_API_VERSION='$(MAJOR).$(MINOR)'
RUBY_BASE_NAME='ruby'
RUBY_DEVEL=''
RUBY_EXEC_PREFIX=''
RUBY_INSTALL_NAME=''
RUBY_LIB_VERSION=''
RUBY_LIB_VERSION_STYLE=''
RUBY_PROGRAM_VERSION='$(MAJOR).$(MINOR).$(TEENY)'
RUBY_SEARCH_PATH=''
RUBY_SO_NAME=''
RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}'
RUNRUBY=''
RUNRUBY_COMMAND=''
RUSTC=''
SET_MAKE=''
SHELL='/bin/sh'
SOEXT=''
SOLIBS=''
STATIC=''
STRIP='x86_64-pc-linux-gnu-strip'
SYMBOL_PREFIX=''
TEENY='1'
TEST_RUNNABLE=''
THREAD_MODEL=''
TRY_LINK=''
This is free software; see the source for copying conditions.  There is NO
UNIVERSAL_ARCHNAMES=''
UNIVERSAL_INTS=''
USE_LLVM_WINDRES=''
USE_RUBYGEMS=''
WASMOPT=''
WERRORFLAG=''
WINDRES=''
XCC_WRAPPER=''
XCFLAGS=''
XLDFLAGS=''
XRUBY=''
XRUBY_LIBDIR=''
XRUBY_LIBPATHENV_WRAPPER=''
XRUBY_RUBYHDRDIR=''
XRUBY_RUBYLIBDIR=''
XSYMBOLS_IN_EMPTYLIB=''
X_BUILTIN_BINARY=''
X_COROUTINE_H=''
X_COROUTINE_SRC=''
YJIT_LIBS=''
YJIT_OBJ=''
YJIT_SUPPORT=''
ac_ct_AR=''
ac_ct_AS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_LD=''
ac_ct_NM=''
ac_ct_OBJCOPY=''
ac_ct_OBJDUMP=''
ac_ct_STRIP=''
arch=''
archincludedir=''
archlibdir=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
cflags=''
cleanlibs=''
codesign=''
config_target='x86_64-pc-linux-gnu'
configure_args=''
cppflags=''
cxxflags=''
datadir='/usr/share'
datarootdir='/usr/share'
debugflags=''
docdir='/usr/share/doc/ruby-3.4.1-r1'
dsymutil=''
dvidir='${docdir}'
exec=''
exec_prefix='NONE'
hardenflags=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux'
host_vendor='pc'
htmldir='/usr/share/doc/ruby-3.4.1-r1/html'
incflags=''
includedir='${prefix}/include'
infodir='/usr/share/info'
libdir='/usr/lib64'
libdirname=''
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var/lib'
mandir='/usr/share/man'
modular_gc_dir=''
oldincludedir='/usr/include'
optflags='-O3'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s&$$&34&;s&^&&'
psdir='${docdir}'
ridir=''
ruby_pc=''
ruby_version=''
rubyarchdir=''
rubyarchhdrdir=''
rubyarchprefix=''
rubyhdrdir=''
rubylibdir=''
rubylibprefix=''
rubysitearchprefix=''
rubyw_install_name=''
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
setup=''
sharedstatedir='${prefix}/com'
sitearch=''
sitearchdir=''
sitearchhdrdir=''
sitearchincludedir=''
sitearchlibdir=''
sitedir=''
sitehdrdir=''
sitelibdir=''
strict_warnflags=''
sysconfdir='/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux'
target_vendor='pc'
try_header=''
vendorarchdir=''
vendorarchhdrdir=''
vendordir=''
vendorhdrdir=''
vendorlibdir=''
warnflags=''
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.'
wasmoptflags=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define STDC_HEADERS 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define __EXTENSIONS__ 1

configure: exit 1

_________________
Byte-Welt.de
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31453
Location: here

PostPosted: Mon Feb 03, 2025 9:43 am    Post subject: Reply with quote

You should update binutils with eselect.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum