Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406827 - dev-libs/elfutils-0.153 compile phase failure due to missing argp.h header on sparc64-solaris
Summary: dev-libs/elfutils-0.153 compile phase failure due to missing argp.h header on...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: Sparc64 Solaris
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-03 20:52 UTC by Richard Yao (RETIRED)
Modified: 2017-11-15 17:14 UTC (History)
0 users

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


Attachments
dev-libs/elfutils-0.153 build.log (build.log,7.77 KB, text/plain)
2012-03-03 20:52 UTC, Richard Yao (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Yao (RETIRED) gentoo-dev 2012-03-03 20:52:07 UTC
Created attachment 304161 [details]
dev-libs/elfutils-0.153 build.log

I tried building www-client/chromium to complement my testing of www-client/firefox. I did not expect it to success due to v8, but I was surprised to see this fail.

$ emerge --info                                                                                                                                                                                                                                               
Portage 2.2.01.20271-prefix (prefix/sunos/solaris/5.10/sparc64, gcc-4.6.2, unavailable, 5.10 sun4u)
=================================================================
System uname: Solaris-2.10-sun4u-sparc-64bit-ELF
Timestamp of tree: Fri, 02 Mar 2012 21:42:15 +0000
distcc 3.1 sparcv9-sun-solaris2.10 [disabled]
ccache version 3.1.4 [disabled]
app-shells/bash:      4.2_p20::gentoo_prefix
dev-lang/python:      2.7.2-r3::gentoo_prefix
dev-util/ccache:      3.1.4::gentoo_prefix
dev-util/pkgconfig:   0.26::gentoo_prefix
sys-devel/autoconf:   2.13::gentoo_prefix, 2.68::gentoo_prefix
sys-devel/automake:   1.11.1::gentoo_prefix
sys-devel/binutils:   2.22-r1::gentoo_prefix
sys-devel/gcc:        4.6.2::gentoo_prefix
sys-devel/gcc-config: 1.5-r2::gentoo_prefix
sys-devel/libtool:    2.4-r4::gentoo_prefix
sys-devel/make:       3.82::gentoo_prefix
Repositories: gentoo_prefix local_overlay
Installed sets: 
ACCEPT_KEYWORDS="~sparc64-solaris"
ACCEPT_LICENSE="* -@EULA"
CBUILD="sparcv9-sun-solaris2.10"
CFLAGS="-mcpu=ultrasparc3 -mtune=ultrasparc3 -O2 -pipe"
CHOST="sparcv9-sun-solaris2.10"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/portage /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-mcpu=ultrasparc3 -mtune=ultrasparc3 -O2 -pipe"
DISTDIR="/home/stufs1/ryao/Gentoo-Solaris/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs collision-protect distlocks ebuild-locks fixlafiles force-prefix news nodoc noinfo parallel-fetch parallel-install preserve-libs protect-owned sfperms strict test test-fail-continue unknown-features-warn unmerge-logs unmerge-orphans "
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS=" -Wl,-O1 -Wl,--as-needed -Wl,--sort-common"
MAKEOPTS="-j2"
PKGDIR="/home/stufs1/ryao/Gentoo-Solaris/usr/portage/packages"
PORTAGE_CONFIGROOT="/home/stufs1/ryao/Gentoo-Solaris/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/tmp/ryao"
PORTDIR="/home/stufs1/ryao/Gentoo-Solaris/usr/portage"
PORTDIR_OVERLAY="/home/stufs1/ryao/Gentoo-Solaris/usr/local/portage"
SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
USE="cracklib cxx modules ncurses nls prefix readline sparc64-solaris ssl unicode zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softv"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Anthony Basile gentoo-dev 2012-05-25 15:53:09 UTC
Yep, this is related to bug #292191 and bug #292189.  Try emerging sys-libs/argp-standalone which I just added to the tree.
Comment 2 Anthony Basile gentoo-dev 2013-05-21 17:32:44 UTC
(In reply to comment #1)
> Yep, this is related to bug #292191 and bug #292189.  Try emerging
> sys-libs/argp-standalone which I just added to the tree.

Take a look at bug #470884#c2 where I prepare a patch so elfutils links against argp-standalone.
Comment 3 Fabian Groffen gentoo-dev 2017-11-15 17:14:36 UTC
I'm sorry, but we need to revisit this in the current situation.