Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659018 - cross-i686-gentoo-linux-uclibc/gcc-7.3.0-r3 fails, execinfo.h missing
Summary: cross-i686-gentoo-linux-uclibc/gcc-7.3.0-r3 fails, execinfo.h missing
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-24 21:52 UTC by Kristoffer Bernssen
Modified: 2018-07-10 18:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kristoffer Bernssen 2018-06-24 21:52:37 UTC
/var/tmp/portage/cross-i686-gentoo-linux-uclibc/gcc-7.3.0-r3/work/gcc-7.3.0/libvtv/vtv_rts.cc:128:10: fatal error: execinfo.h: No such file or directory
 #include <execinfo.h>

/var/tmp/portage/cross-i686-gentoo-linux-uclibc/gcc-7.3.0-r3/work/gcc-7.3.0/libvtv/vtv_utils.cc:38:10: fatal error: execinfo.h: No such file or directory
 #include <execinfo.h>


i tried this:
emerge --deep --nospinner --verbose --with-bdeps y =dev-libs/libexecinfo-1.1

but that too failed to compile. with the following errors:
execinfo.c: In function 'backtrace_symbols':
execinfo.c:75:5: error: unknown type name 'Dl_info'
     Dl_info info;
     ^~~~~~~
execinfo.c:81:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
     cp = &(rval[size]);
        ^
execinfo.c:83:13: warning: implicit declaration of function 'dladdr' [-Wimplicit-function-declaration]
         if (dladdr(buffer[i], &info) != 0) {
             ^~~~~~
execinfo.c:84:21: error: request for member 'dli_sname' in something not a structure or union
             if (info.dli_sname == NULL)
                     ^
execinfo.c:85:21: error: request for member 'dli_sname' in something not a structure or union
                 info.dli_sname = "???";
                     ^
execinfo.c:86:21: error: request for member 'dli_saddr' in something not a structure or union
             if (info.dli_saddr == NULL)
                     ^
execinfo.c:87:21: error: request for member 'dli_saddr' in something not a structure or union
                 info.dli_saddr = buffer[i];
                     ^
execinfo.c:88:38: error: request for member 'dli_saddr' in something not a structure or union
             offset = buffer[i] - info.dli_saddr;
                                      ^
execinfo.c:93:31: error: request for member 'dli_sname' in something not a structure or union
                    strlen(info.dli_sname) + /* "function" */
                               ^
execinfo.c:97:31: error: request for member 'dli_fname' in something not a structure or union
                    strlen(info.dli_fname) + /* "filename" */
                               ^
execinfo.c:103:30: error: request for member 'dli_sname' in something not a structure or union
               buffer[i], info.dli_sname, offset, info.dli_fname);
                              ^
execinfo.c:103:54: error: request for member 'dli_fname' in something not a structure or union
               buffer[i], info.dli_sname, offset, info.dli_fname);
                                                      ^
execinfo.c: In function 'backtrace_symbols_fd':
execinfo.c:125:5: error: unknown type name 'Dl_info'
     Dl_info info;
     ^~~~~~~
execinfo.c:129:21: error: request for member 'dli_sname' in something not a structure or union
             if (info.dli_sname == NULL)
                     ^
execinfo.c:130:21: error: request for member 'dli_sname' in something not a structure or union
                 info.dli_sname = "???";
                     ^
execinfo.c:131:21: error: request for member 'dli_saddr' in something not a structure or union
             if (info.dli_saddr == NULL)
                     ^
execinfo.c:132:21: error: request for member 'dli_saddr' in something not a structure or union
                 info.dli_saddr = buffer[i];
                     ^
execinfo.c:133:38: error: request for member 'dli_saddr' in something not a structure or union
             offset = buffer[i] - info.dli_saddr;
                                      ^
execinfo.c:138:30: error: request for member 'dli_sname' in something not a structure or union
                   strlen(info.dli_sname) + /* "function" */
                              ^
execinfo.c:142:30: error: request for member 'dli_fname' in something not a structure or union
                   strlen(info.dli_fname) + /* "filename" */
                              ^
execinfo.c:148:30: error: request for member 'dli_sname' in something not a structure or union
               buffer[i], info.dli_sname, offset, info.dli_fname);
                              ^
execinfo.c:148:54: error: request for member 'dli_fname' in something not a structure or union
               buffer[i], info.dli_sname, offset, info.dli_fname);
                                                      ^
execinfo.c:158:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(fd, buf, len - 1);
         ^~~~~~~~~~~~~~~~~~~~~~~
*** [execinfo.pico] Error code 1

bmake: stopped in /var/tmp/portage/dev-libs/libexecinfo-1.1/work/libexecinfo-1.1
--- execinfo.o ---
execinfo.c: In function 'backtrace_symbols':
execinfo.c:75:5: error: unknown type name 'Dl_info'
     Dl_info info;
     ^~~~~~~
execinfo.c:81:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
     cp = &(rval[size]);
        ^
execinfo.c:83:13: warning: implicit declaration of function 'dladdr' [-Wimplicit-function-declaration]
         if (dladdr(buffer[i], &info) != 0) {
             ^~~~~~
execinfo.c:84:21: error: request for member 'dli_sname' in something not a structure or union
             if (info.dli_sname == NULL)
                     ^
execinfo.c:85:21: error: request for member 'dli_sname' in something not a structure or union
                 info.dli_sname = "???";
                     ^
execinfo.c:86:21: error: request for member 'dli_saddr' in something not a structure or union
             if (info.dli_saddr == NULL)
                     ^
execinfo.c:87:21: error: request for member 'dli_saddr' in something not a structure or union
                 info.dli_saddr = buffer[i];
                     ^
execinfo.c:88:38: error: request for member 'dli_saddr' in something not a structure or union
             offset = buffer[i] - info.dli_saddr;
                                      ^
execinfo.c:93:31: error: request for member 'dli_sname' in something not a structure or union
                    strlen(info.dli_sname) + /* "function" */
                               ^
execinfo.c:97:31: error: request for member 'dli_fname' in something not a structure or union
                    strlen(info.dli_fname) + /* "filename" */
                               ^
execinfo.c:103:30: error: request for member 'dli_sname' in something not a structure or union
               buffer[i], info.dli_sname, offset, info.dli_fname);
                              ^
execinfo.c:103:54: error: request for member 'dli_fname' in something not a structure or union
               buffer[i], info.dli_sname, offset, info.dli_fname);
                                                      ^
execinfo.c: In function 'backtrace_symbols_fd':
execinfo.c:125:5: error: unknown type name 'Dl_info'
     Dl_info info;
     ^~~~~~~
execinfo.c:129:21: error: request for member 'dli_sname' in something not a structure or union
             if (info.dli_sname == NULL)
                     ^
execinfo.c:130:21: error: request for member 'dli_sname' in something not a structure or union
                 info.dli_sname = "???";
                     ^
execinfo.c:131:21: error: request for member 'dli_saddr' in something not a structure or union
             if (info.dli_saddr == NULL)
                     ^
execinfo.c:132:21: error: request for member 'dli_saddr' in something not a structure or union
                 info.dli_saddr = buffer[i];
                     ^
execinfo.c:133:38: error: request for member 'dli_saddr' in something not a structure or union
             offset = buffer[i] - info.dli_saddr;
                                      ^
execinfo.c:138:30: error: request for member 'dli_sname' in something not a structure or union
                   strlen(info.dli_sname) + /* "function" */
                              ^
execinfo.c:142:30: error: request for member 'dli_fname' in something not a structure or union
                   strlen(info.dli_fname) + /* "filename" */
                              ^
execinfo.c:148:30: error: request for member 'dli_sname' in something not a structure or union
               buffer[i], info.dli_sname, offset, info.dli_fname);
                              ^
execinfo.c:148:54: error: request for member 'dli_fname' in something not a structure or union
               buffer[i], info.dli_sname, offset, info.dli_fname);
                                                      ^
execinfo.c:158:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(fd, buf, len - 1);
         ^~~~~~~~~~~~~~~~~~~~~~~
*** [execinfo.o] Error code 1




Reproducible: Always

Steps to Reproduce:
1. emerge --deep --with-bdeps y =cross-i686-gentoo-linux-uclibc/gcc-7.3.0-r3
2. 
3. 



emerge --info '=sys-libs/glibc-2.25-r11::gentoo'
Portage 2.3.40 (python 3.4.8-final-0, default/linux/amd64/17.0/desktop, gcc-6.4.0, glibc-2.26-r7, 4.16.15-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.16.15-gentoo-x86_64-Intel-R-_Core-TM-_i7-6700K_CPU_@_4.00GHz-with-gentoo-2.4.1
KiB Mem:    15815300 total,   2409416 free
KiB Swap:   65566716 total,  65566460 free
Timestamp of repository gentoo: Sun, 24 Jun 2018 19:00:01 +0000
Head commit of repository gentoo: 651e80df6084a483e192e1fed27a528457d28818
Head commit of repository steam-overlay: 1237b523da636a247376b25cd4ec59c16d5b0104

sh bash 4.4_p12
ld GNU ld (Gentoo 2.28.1 p1.0) 2.28.1
distcc[25199] (dcc_mkdir) ERROR: mkdir '/var/tmp/portage/.distcc//state' failed: No such file or directory [disabled]
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.24.3-r1::gentoo
dev-lang/python:          2.7.14-r1::gentoo, 3.4.8::gentoo, 3.5.5::gentoo, 3.6.5::gentoo
dev-util/cmake:           3.9.6::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.34.11::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.10.3-r3::gentoo, 1.11.6-r3::gentoo, 1.13.4-r2::gentoo, 1.15.1-r2::gentoo
sys-devel/binutils:       2.28.1::gentoo, 2.29.1-r1::gentoo, 2.30-r2::gentoo
sys-devel/gcc:            6.4.0-r1::gentoo, 7.3.0-r3::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:           2.26-r7::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 
    sync-rsync-verify-metamanifest: yes

crossdev
    location: /usr/local/portage-crossdev
    masters: gentoo
    priority: 10

steam-overlay
    location: /usr/local/portage/steam-overlay
    sync-type: git
    sync-uri: https://github.com/anyc/steam-overlay.git
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE freedist NVIDIA-r2"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=skylake -O1 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/sddm/scripts/Xsetup"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.1/ext-active/ /etc/php/cgi-php7.1/ext-active/ /etc/php/cli-php7.1/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=skylake -O1 -pipe"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="rsync://trumpetti.atm.tut.fi/gentoo/ rsync://ftp.heanet.ie/pub/gentoo/ rsync://rsync1.no.gentoo.org/gentoo-x86-portage"
LANG="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
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"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam flac fortran gdbm gif glamor gpm gtk gtk3 iconv ipv6 jpeg lcms ldap libnotify libtirpc mad mng modules mp3 mp4 mpeg mtp multilib multitarget ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf pie png policykit ppds pulseaudio qt3support qt5 readline sdl seccomp spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wayland wxwidgets x264 xattr xcb xinerama xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx sse sse2 mmxext" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-32 efi-64 pc" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_4 python3_5 python3_6" RUBY_TARGETS="ruby23" USERLAND="GNU" VIDEO_CARDS="intel i965" XFCE_PLUGINS="brightness clock trash" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jonas Stein gentoo-dev 2018-07-10 18:59:31 UTC
This is difficult to read and to parse.
Please *attach* the full logfiles as described on
https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket

Please write the full package with the bug name in first place of the title.