Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22038 - sys-apps/procps-3.1.9 is b0rked
Summary: sys-apps/procps-3.1.9 is b0rked
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-01 01:11 UTC by Sebastian Bergmann (RETIRED)
Modified: 2003-06-08 15:55 UTC (History)
0 users

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 Sebastian Bergmann (RETIRED) gentoo-dev 2003-06-01 01:11:02 UTC
After merging sys-apps/procps-3.1.9 top, ps and friends no longer work.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
sb@wopr-mobile:~/ > top
zsh: 31253 floating point exception  top
sb@wopr-mobile:~/ > ps
  PID TTY          TIME CMD


Signal 8 (FPE) caught by ps (procps version 3.1.9).
Please send bug reports to <feedback@lists.sf.net> or <albert@users.sf.net>



Portage 2.0.48-r1 (default-x86-1.4, gcc-3.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror http://gentoo.oregonstate.edu/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow arts avi crypt cups encode gif jpeg kde libg++ libwww mikmod
mmx motif mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms zlib
gdbm berkdb slang readline svga tcltk guile postgres gpm tcpd pam perl python
esd imlib oggvorbis gtk qt acpi alsa apm dga directfb dvd gnome gtk2 java
mozilla opengl pcmcia sdl ssl usb X xv"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-march=pentium3 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache fixpackages"
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2003-06-01 01:15:29 UTC
Going back to version 3.1.8, which worked before, did not help.
Comment 2 Brandon Low (RETIRED) gentoo-dev 2003-06-01 19:42:56 UTC
did you recently change glibc or gcc versions? add selinux or -fstackprotector to your settings?  because a different version of procps doesn't change the compiling process at all, which leads me to conclude that something in your compiler toolchain is broken causing both versions to compile bad.
Comment 3 Sebastian Bergmann (RETIRED) gentoo-dev 2003-06-01 23:27:29 UTC
Well, not recently. Anyhow, I'm installing that system from scratch now.
Comment 4 Bernd Martin Wollny 2003-06-05 01:18:51 UTC
hello Brabndon, 
i have had the problem too. 
After changeing my CFLAGS procps ist now working.
Change your CFLAGS from 
  CFLAGS=-march=pentium3 -O3 -pipe
too
  CFLAGS=-march=pentium3 -O2 -pipe
Comment 5 Brandon Low (RETIRED) gentoo-dev 2003-06-08 15:55:58 UTC
ebuilds now contain this, was an issue introduced with gcc-3.3, closing bug.