Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87133 - mysql-4.0.24 is unable to find ps switches, so it cannot complete configure
Summary: mysql-4.0.24 is unable to find ps switches, so it cannot complete configure
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-29 09:35 UTC by wiktorw
Modified: 2005-03-29 10:14 UTC (History)
0 users

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


Attachments
mysql-4.0.24 config.log (mysql.config.log,47.63 KB, text/plain)
2005-03-29 09:37 UTC, wiktorw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wiktorw 2005-03-29 09:35:41 UTC
I'm trying to build a new Gentoo installation based on amd64/2005.0 profile.
I have "mysql innodb" (among many others) in my USE flags, so mysql is going
to be emerged when doing "emerge -ave system". Alas, it cannot compile because
it displays the error while configuring. It says that it cannot figure out
switches for "ps" command.


Reproducible: Always
Steps to Reproduce:
1. untar amd64 stage3 on an empty partition
2. change USE flags in /etc/make.conf as 
3. do: emerge -ave system
4. wait about 4 hours to get the error :-(

Actual Results:  
...
checking for perl... /usr/bin/perl
checking for ps... /bin/ps
checking "how to check if pid exists"... configure: error: Could not find the
right ps switches. Which OS is this ?. See the Installation chapter in the
Reference Manual.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/mysql-4.0.24/work/mysql-4.0.24/config.log

!!! ERROR: dev-db/mysql-4.0.24 failed.


Expected Results:  
Do the configure and compilation of mysql-4.0.24

# emerge info

Gentoo Base System version 1.4.16
Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3,
glibc-2.3.4.20050125-r1, 2.6.11-nitro1 x86_64)
=================================================================
System uname: 2.6.11-nitro1 x86_64 
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 29 2005, 09:36:14)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.7.9-r1, 1.8.5-r3, 1.6.3, 1.9.4, 1.5
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=k8 -ffast-math -fomit-frame-pointer -mfpmath=sse
-funit-at-a-time -fpeel-loops -ftracer -funswitch-loops"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=k8 -ffast-math -fomit-frame-pointer -mfpmath=sse
-funit-at-a-time -fpeel-loops -ftracer -funswitch-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.prz.rzeszow.pl http://src.gentoo.pl
http://gentoo.netnitco.net http://gentoo.inode.at"
LANG="pl_PL"
LC_ALL="pl_PL"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://gentoo.prz.rzeszow.pl/gentoo-portage"
USE="amd64 X accessibility acl acpi aim alsa apm artworkextra avi
bash-completion berkdb bitmap-fonts bzip2 cdr crypt cups dio divx4linux doc dvd
dvdr encode evo font-server fortran gdbm gif gnome gphoto2 gpm gstreamer gtk
gtk2 gtkhtml hal icq imap inifile innodb ipv6 jabber java jp2 jpeg kde
kdeenablefinal lzw lzw-tiff mikmod mime mozilla mozsvg mozxmlterm mp3 mpeg msn
mysql ncurses nls nptl nptlonly oggvorbis opengl oss pam pcre pdflib perl php
pic png postgres python qt quicktime readline samba soap spell ssl svg tcpd
tetex tidy tiff truetype truetype-fonts type1-fonts unicode usb
usepackagedmakefiles userlocales videos wmf xml2 xmlrpc xmms xpm xrandr xsl xv
xvid yahoo zlib linguas_pl"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS
Comment 1 wiktorw 2005-03-29 09:37:44 UTC
Created attachment 54776 [details]
mysql-4.0.24 config.log

Here goes the config.log for mysql-4.0.24, as the emerge asked.
Comment 2 wiktorw 2005-03-29 10:13:09 UTC
Well, well. I feel somewhat ashamed...
I did ./configure manually and it turned out that the bug still persists.
But when I tried to list processes...

# ps
Error, do this: mount -t proc proc /proc

As I said, I feel ashamed. Bug closed. There was no bug.
The problem was between the keyboard and the chair ;)
Comment 3 wiktorw 2005-03-29 10:14:13 UTC
Closed, that is.