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

Bug 353630

Summary: sys-process/procps-3.2.8-r2 compile fails with <gcc-4.3
Product: Gentoo/Alt Reporter: Jack Edge <yellowbounder>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal CC: moonlapse81, staff, yellowbounder
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 303120    
Bug Blocks:    
Attachments: build log
environment file

Description Jack Edge 2011-02-03 18:19:24 UTC
procps fails to build on two seperate prefixes.

Reproducible: Always




Portage 2.2.01.17757-prefix (prefix/linux/amd64, gcc-4.2.4, unavailable, 2.6.18-194.11.4.el5 x86_64)
=================================================================
System uname: Linux-2.6.18-194.11.4.el5-x86_64-Intel-R-_Xeon-R-_CPU_W3520_@_2.67GHz-with-redhat-5.5-Tikanga
Timestamp of tree: Thu, 03 Feb 2011 17:42:49 +0000
app-shells/bash:     4.1_p7
dev-lang/python:     2.7.1-r00.1
sys-devel/autoconf:  2.68
sys-devel/automake:  1.11.1
sys-devel/binutils:  2.20.51.0.11
sys-devel/libtool:   2.4-r1
sys-devel/make:      3.82
Repositories: gentoo_prefix
Installed sets: 
ACCEPT_KEYWORDS="~amd64-linux"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
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="-O2 -pipe"
DISTDIR="/tmp/zombawesome/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs collision-protect distlocks fixlafiles fixpackages news parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_GB"
LDFLAGS="-Wl,-O1"
PKGDIR="/tmp/zombawesome/usr/portage/packages"
PORTAGE_CONFIGROOT="/tmp/zombawesome/"
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="/tmp/zombawesome/var/tmp"
PORTDIR="/tmp/zombawesome/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
USE="amd64 berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx modules mudflap ncurses nls nptl nptlonly openmp pcre perl pppd prefix python readline session sse sse2 ssl sysfs tcpd unicode xorg zlib" 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" 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="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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" 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="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy 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, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jack Edge 2011-02-03 18:20:35 UTC
Created attachment 261431 [details]
build log
Comment 2 Jack Edge 2011-02-03 18:20:59 UTC
Created attachment 261433 [details]
environment file
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-03 20:07:03 UTC
I'm pretty positive this report is invalid. Please paste the output of "gcc-config -l"

Your output:
gcc -D_GNU_SOURCE -I proc  -fno<......>

My output:
x86_64-pc-linux-gnu-gcc -c -D_GNU_SOURCE -I pr<....>

Which signals to me that you don't have your gcc symlinks set up correctly (done by 'gcc-config set <#>')

My output:
% gcc-config -l
 [1] x86_64-pc-linux-gnu-4.2.4
 [2] x86_64-pc-linux-gnu-4.4.5
 [3] x86_64-pc-linux-gnu-4.5.2 *

% type -a gcc
gcc is /home/jolexa/portage/linux-64/usr/bin/gcc
gcc is /home/jolexa/portage/linux-64/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2/gcc
gcc is /usr/bin/gcc

%% gcc --version
gcc (Gentoo 4.5.2 p1.0, pie-0.4.5) 4.5.2
Comment 4 Rabbe Fogelholm 2011-02-04 08:17:39 UTC
I am getting the same compilation failure during bootstrapping, in the "USE=-git emerge -u system step", where procps is package 6 out of 27. From the console log:

>>> Compiling source in /local/scratch/portage/sys-process/procps-3.2.8-r2/work/procps-3.2.8 ...
make CC=i686-pc-linux-gnu-gcc CPPFLAGS= 'CFLAGS=-O2 -march=i686 -pipe -m32' LDFLAGS=-Wl,-O1 
i686-pc-linux-gnu-gcc -D_GNU_SOURCE -I proc -MM -MG proc/pwcache.c proc/sig.c proc/alloc.c proc/escape.c proc/version.c proc/slab.c proc/ksym.c proc/sysinfo.c proc/whattime.c proc/devname.c proc/smaps.c proc/readproc.c > proc/.depend
i686-pc-linux-gnu-gcc -D_GNU_SOURCE -I proc  -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -march=i686 -pipe -m32  -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -frename-registers -fomit-frame-pointer -fno-inline-functions -c -o uptime.o uptime.c
i686-pc-linux-gnu-gcc -c -D_GNU_SOURCE -I proc  -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -march=i686 -pipe -m32  -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/pwcache.c -o proc/pwcache.o
i686-pc-linux-gnu-gcc -c -D_GNU_SOURCE -I proc  -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -march=i686 -pipe -m32  -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/sig.c -o proc/sig.o
i686-pc-linux-gnu-gcc -c -D_GNU_SOURCE -I proc  -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -march=i686 -pipe -m32  -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/alloc.c -o proc/alloc.o
i686-pc-linux-gnu-gcc -c -D_GNU_SOURCE -I proc  -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -march=i686 -pipe -m32  -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/escape.c -o proc/escape.o
In file included from proc/escape.h:7,
                 from proc/escape.c:15:
proc/readproc.h:76: warning: padding struct to align 'start_code'
i686-pc-linux-gnu-gcc -D_GNU_SOURCE -I proc  -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -march=i686 -pipe -m32  -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic -DVERSION=\"3\" -DSUBVERSION=\"2\" -DMINORVERSION=\"8\" -c -o proc/version.o proc/version.c
proc/version.c:36: error: wrong number of arguments specified for 'constructor' attribute
make: *** [proc/version.o] Error 1
emake failed
 * ERROR: sys-process/procps-3.2.8-r2 failed (compile phase):
 *   make failed
Comment 5 Jack Edge 2011-02-04 15:06:31 UTC
(In reply to comment #3)
> I'm pretty positive this report is invalid. Please paste the output of
> "gcc-config -l"
> 
> Your output:
> gcc -D_GNU_SOURCE -I proc  -fno<......>
> 
> My output:
> x86_64-pc-linux-gnu-gcc -c -D_GNU_SOURCE -I pr<....>
> 
> Which signals to me that you don't have your gcc symlinks set up correctly
> (done by 'gcc-config set <#>')
> 
> My output:
> % gcc-config -l
>  [1] x86_64-pc-linux-gnu-4.2.4
>  [2] x86_64-pc-linux-gnu-4.4.5
>  [3] x86_64-pc-linux-gnu-4.5.2 *
> 
> % type -a gcc
> gcc is /home/jolexa/portage/linux-64/usr/bin/gcc
> gcc is /home/jolexa/portage/linux-64/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2/gcc
> gcc is /usr/bin/gcc
> 
> %% gcc --version
> gcc (Gentoo 4.5.2 p1.0, pie-0.4.5) 4.5.2
> 

# gcc-config -l
[1] x86_64-pc-linux-gnu-4.2.4 *

# type -a gcc
gcc is /tmp/zombawesome/usr/bin/gcc
gcc is /usr/cslib/projects/prefix/usr/bin/gcc
gcc is /usr/cslib/projects/prefix/usr/x86_64-pc-linux-gnu/gcc-bin/4.2.4/gcc
gcc is /usr/bin/gcc

# gcc --version
gcc (GCC) 4.2.4 (Gentoo 4.2.4-r01.2 p1.1)
Copyright (C) 2007 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.
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-04 16:50:36 UTC
Yea, you are right. Sorry for assuming an invalid report. I assumed such because it builds fine on my main workstation here but I've just seen that it isn't building on my nightly bootstraps on another host.

The workaround will probably be to mask the package, but fist I want to see if I can investigate it abit.
Comment 7 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-07 17:19:29 UTC
Chris, based on the build.log above. I have reason to believe that the procps-3.2.8-linux-ver-init.patch is causing issues for us here. Do you have any suggestions? (Sorry for bringing this up 4 months after bug 303120 was resolved)
Comment 8 Chris Coleman 2011-02-07 17:49:48 UTC
(In reply to comment #7)
> Chris, based on the build.log above. I have reason to believe that the
> procps-3.2.8-linux-ver-init.patch is causing issues for us here. Do you have
> any suggestions? (Sorry for bringing this up 4 months after bug 303120 was
> resolved)
> 

You're right. Assigning priorities to constructors is only possible with gcc-4.3 and later.

Bug #303120 should probably be reopened. Instead of using prioritised constructors, init_libproc() should call init_Linux_version().
Comment 9 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-07 17:53:39 UTC
Thanks Chris for the timely feedback. Will you attach a new patch to that bug? :)
Comment 10 Chris Coleman 2011-02-07 18:24:42 UTC
(In reply to comment #9)
> Thanks Chris for the timely feedback. Will you attach a new patch to that bug?
> :)
> 

Done it.
Comment 11 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-07 20:53:37 UTC
I'll remove you, Chris, from CC so you don't get so much noise. Thx again.

masked -r2 for now in Gentoo Prefix.
Comment 12 Oleh 2011-07-25 15:13:43 UTC
Same (compile phase error) problem occurs with procps-3.2.8_p10 and 32-bit chroot environments on 64-bit hosts.
Comment 13 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-07-28 14:59:09 UTC
(In reply to comment #12)
> Same (compile phase error) problem occurs with procps-3.2.8_p10 and 32-bit
> chroot environments on 64-bit hosts.

Hello there, it is actually bug 303120 that you area looking for. That is, unless you use the Gentoo Prefix tree (notice who this bug is assigned to)
Comment 14 David J Cozatt 2011-08-04 04:04:21 UTC
86_64-pc-linux-gnu-gcc -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -march=native -O2 -msse4a -fno-builtin -ggdb -D_FORTIFY_SOURCE=2  -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fno-inline-functions top.o proc/libproc-3.2.8.so -Wl,-warn-common -Wl,--hash-style=gnu,-O1 -Wl,--as-needed -o top -lncurses
top.o: In function `parse_args':
/var/tmp/portage/sys-process/procps-3.2.8_p10-r1/work/procps-3.2.8/top.c:1851: undefined reference to `fabs'
collect2: ld returned 1 exit status
make: *** [top] Error 1
make: *** Waiting for unfinished jobs....
emake failed
 * ERROR: sys-process/procps-3.2.8_p10-r1 failed (compile phase):
 *   make failed
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 2499:  Called die
 * The specific snippet of code:
 *       emake CC="$(tc-getCC)" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "make failed"
 * 

id@random ~ $ emerge --info procps
Portage 2.1.10.10 (default/linux/amd64/10.0/desktop/gnome, gcc-4.5.2, glibc-2.13-r4, 3.0.0-gentoo x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-3.0.0-gentoo-x86_64-Intel-R-_Pentium-R-_4_CPU_3.20GHz-with-gentoo-2.0.3
Timestamp of tree: Thu, 04 Aug 2011 01:00:01 +0000
app-shells/bash:          4.2_p10
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.2-r2, 3.2-r2
dev-util/cmake:           2.8.5-r2
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.11.1-r1
sys-devel/binutils:       2.21.1
sys-devel/gcc:            4.5.2
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.38 (virtual/os-headers)
sys-libs/glibc:           2.13-r4
Repositories: gentoo desktop-effects x-local-overlay
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -msse4a -fno-builtin -ggdb -D_FORTIFY_SOURCE=2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -msse4a -fno-builtin -ggdb -D_FORTIFY_SOURCE=2"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs buildpkg distlocks ebuild-locks fixlafiles fixpackages multilib-strict news parallel-fetch protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox"
FFLAGS=""
GENTOO_MIRRORS="ftp://ftp.gtlib.gatech.edu/pub/gentoo/ ftp://gentoo.chem.wisc.edu/gentoo/ http://mirrors.163.com/gentoo/ ftp://mirror.bih.net.ba/gentoo/"
LANG="C"
LDFLAGS="-Wl,--hash-style=gnu,-O1 -Wl,--as-needed"
LINGUAS="en_US"
MAKEOPTS="-j3 --load-average"
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="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/desktop-effects /home/david/Desktop/local-overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cxx dbus dri dts dvd dvdr eds emboss en encode evo exif fam firefox flac fortran gallium gdbm gdu gif gnome gnome-keyring gpm gstreamer gtk gtk3 iconv jpeg lcms ldap libnotify mad midi mmx mng modules mp3 mp4 mpeg mudflap multilib nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl pic png policykit ppds pppd python qt3support readline sdl session spell sse sse2 ssl startup-notification svg sysfs tcpd threads tiff truetype udev unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="hda-intel" 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="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="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" 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="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_US" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18 ree18" USERLAND="GNU" VIDEO_CARDS="radeon r300 r600" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

=================================================================
                        Package Settings
=================================================================

sys-process/procps-3.2.8_p10-r1 was built with the following:
USE="(multilib) unicode"
CFLAGS="-march=native -O2 -msse4a -ggdb -D_FORTIFY_SOURCE=2"
CXXFLAGS="-march=native -O2 -msse4a -ggdb -D_FORTIFY_SOURCE=2"
Comment 15 SpanKY gentoo-dev 2011-09-26 23:00:41 UTC
procps-3.2.8_p10-r1 should work fine
Comment 16 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-11-09 19:13:44 UTC
SpanKY <vapier@gentoo.org> changed:

          What    |Removed                     |Added
----------------------------------------------------------------------------
        Depends on|                            |390003

^^ Interesting, because Gentoo Prefix doesn't care about the stable tree. Since bug 303120 is resolved again, we need the following to close this bug:
1) sync procps
2) try to compile it with gcc-4.2 *or* bootstrap with latest procps unmasked (same end result)
3) Upon success, lift mask & close bug
Comment 17 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-12-16 21:42:36 UTC
(In reply to comment #16)
> we need the following to close this bug:
> 1) sync procps
> 2) try to compile it with gcc-4.2 *or* bootstrap with latest procps unmasked
> (same end result)
> 3) Upon success, lift mask & close bug

Success. I did not lift the mask because it specifies a version and it will eventually become obsolete. Closing bug.