Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 372827

Summary: [drop keywords req] sys-process/htop-0.9 build fails on g/fbsd
Product: Gentoo/Alt Reporter: Yuta SATOH <nigoro.dev>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED DUPLICATE    
Severity: minor CC: napalmllama
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log for sys-process/htop-0.9

Description Yuta SATOH 2011-06-24 14:04:19 UTC
The following message is displayed and fails to compile on Gentoo/FBSD.

>>> Compiling source in /var/tmp/portage/sys-process/htop-0.9/work/htop-0.9 ...
gmake -j3
gmake  all-recursive
gmake[1]: Entering directory `/var/tmp/portage/sys-process/htop-0.9/work/htop-0.9'
gmake[2]: Entering directory `/var/tmp/portage/sys-process/htop-0.9/work/htop-0.9'
x86_64-gentoo-freebsd8.2-gcc -DHAVE_CONFIG_H -I. -I./plpa-1.3.2/src/libplpa  -DSYSCONFDIR=\"/etc\"  -pedantic -Wall -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -O2 -pipe -MT htop-AvailableMetersPanel.o -MD -MP -MF .deps/htop-AvailableMetersPanel.Tpo -c -o htop-AvailableMetersPanel.o `test -f 'AvailableMetersPanel.c' || echo './'`AvailableMetersPanel.c
x86_64-gentoo-freebsd8.2-gcc -DHAVE_CONFIG_H -I. -I./plpa-1.3.2/src/libplpa  -DSYSCONFDIR=\"/etc\"  -pedantic -Wall -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -O2 -pipe -MT htop-CategoriesPanel.o -MD -MP -MF .deps/htop-CategoriesPanel.Tpo -c -o htop-CategoriesPanel.o `test -f 'CategoriesPanel.c' || echo './'`CategoriesPanel.c
x86_64-gentoo-freebsd8.2-gcc -DHAVE_CONFIG_H -I. -I./plpa-1.3.2/src/libplpa  -DSYSCONFDIR=\"/etc\"  -pedantic -Wall -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -O2 -pipe -MT htop-CheckItem.o -MD -MP -MF .deps/htop-CheckItem.Tpo -c -o htop-CheckItem.o `test -f 'CheckItem.c' || echo './'`CheckItem.c
In file included from Object.h:13,
                 from Process.h:14,
                 from ProcessList.h:17In file included from Object.h:13,
                 from Settings.h:13,
                 from Process.h:14,
                 from AvailableMetersPanel.h:6,
                 from ProcessList.h:17In file included from Object.h:13,
                 from CheckItem.h:12,
                 from CheckItem.c:8:
CRT.h:17:22: error: execinfo.h: No such file or directory
,
                 from CategoriesPanel.h:6,
                 from CategoriesPanel.c:2:
CRT.h:17:22: error: execinfo.h: No such file or directory
,
                 from Settings.h:13,
                 from AvailableMetersPanel.h:6,
                 from AvailableMetersPanel.c:2:
CRT.h:17:22: error: execinfo.h: No such file or directory
gmake[2]: *** [htop-CheckItem.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: *** [htop-AvailableMetersPanel.o] Error 1
gmake[2]: *** [htop-CategoriesPanel.o] Error 1
gmake[2]: Leaving directory `/var/tmp/portage/sys-process/htop-0.9/work/htop-0.9'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/var/tmp/portage/sys-process/htop-0.9/work/htop-0.9'
gmake: *** [all] Error 2
emake failed



Reproducible: Always

Steps to Reproduce:
1. ACCEPT_KEYWORDS=~x86-fbsd emerge htop




execinfo.h is not included in Gentoo/FreeBSD.

G/Linux)
$ equery b execinfo.h
 * Searching for execinfo.h ...
sys-libs/glibc-2.12.2 (/usr/include/execinfo.h)

G/FBSD)
# equery b execinfo.h
 * Searching for execinfo.h ...
Comment 1 Tom Lloyd 2011-07-05 17:23:08 UTC
Created attachment 279179 [details]
build.log for sys-process/htop-0.9

I'm seeing this as well, on uclibc/hardened/ppc (Linux).  I've attached my build.log, and here's my emerge --info:

Portage 2.1.10.3 (uclibc/ppc/hardened, gcc-4.3.4, uclibc-0.9.30.1-r1, 2.6.28-hardened-r9-muttley-3-wifi ppc)
=================================================================
System uname: Linux-2.6.28-hardened-r9-muttley-3-wifi-ppc-G2_LE-with-gentoo-2.0.2
Timestamp of tree: Tue, 05 Jul 2011 15:15:01 +0000
distcc 3.1 powerpc-gentoo-linux-uclibc [disabled]
ccache version 2.4 [enabled]
app-shells/bash:          4.1_p9
dev-lang/python:          2.4.6, 2.7.1-r1, 3.1.3-r1
dev-util/ccache:          2.4-r9
dev-util/pkgconfig:       0.25-r2
sys-apps/baselayout:      2.0.2
sys-apps/openrc:          0.8.2-r1
sys-apps/sandbox:         2.4
sys-devel/autoconf:       2.68
sys-devel/automake:       1.10.3, 1.11.1
sys-devel/binutils:       2.20.1-r1
sys-devel/gcc:            3.4.6-r2, 4.3.4
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.2.10
sys-devel/make:           3.81-r2
sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
sys-libs/uclibc:          0.9.30.1-r1::<unknown repository>
Repositories: gentoo x-portage x-layman
ACCEPT_KEYWORDS="ppc"
ACCEPT_LICENSE="* -@EULA"
CBUILD="powerpc-gentoo-linux-uclibc"
CFLAGS="-O2 -mcpu=603e -pipe"
CHOST="powerpc-gentoo-linux-uclibc"
CONFIG_PROTECT="/etc /usr/share/openvpn/easy-rsa /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.2/ext-active/ /etc/php/cgi-php5.2/ext-active/ /etc/php/cli-php5.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -mcpu=603e -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs ccache distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-z,relro"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/mnt/spare"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /var/lib/layman"
SYNC="rsync://splig/gentoo-portage"
USE="alsa apache2 bzip2 cgi cli cracklib crypt cxx dri embedded fastcgi hardened ipv6 modules mudflap mysql ncurses offensive openmp pcre perl php pic ppc python quotas readline samba session sni sqlite ssl ssp suhosin syslog tcpd uclibc uclibc-compat unicode xorg 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 softvol" APACHE2_MODULES="alias auth_basic authn_alias authn_anon authn_default authn_file authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 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 proxy proxy_http dav dav_fs auth_digest" APACHE2_MPMS="prefork" CALLIGRA_FEATURES="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="sq905" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="uclibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="dummy fbdev v4l" 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:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 2 Yuta SATOH 2011-07-16 15:55:38 UTC
(In reply to comment #1)
> Created attachment 279179 [details]
> build.log for sys-process/htop-0.9
> 
> I'm seeing this as well, on uclibc/hardened/ppc (Linux).  I've attached my
> build.log, and here's my emerge --info:
> 

the bug that related to ulibc was fixed by bug 374595, maybe.
Comment 3 Yuta SATOH 2011-07-16 15:59:33 UTC
This problem fixed version 0.9-r1. 
closing...

*** This bug has been marked as a duplicate of bug 374595 ***