Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20856 - Can't emerge sys-apps/baselayout-1.8.6.7
Summary: Can't emerge sys-apps/baselayout-1.8.6.7
Status: RESOLVED DUPLICATE of bug 20835
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-12 11:30 UTC by Sebastian Bergmann (RETIRED)
Modified: 2005-07-17 13:06 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-05-12 11:30:52 UTC
Can't emerge sys-apps/baselayout-1.8.6.7. During the build I get a

  Please install sys-apps/gawk-3.1.1-r2 or later!

message, but GNU Awk (gawk) 3.1.2 is installed.


Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS=~x86 emerge sys-apps/baselayout

Actual Results:  
wopr-mobile root # ACCEPT_KEYWORDS=~x86 emerge sys-apps/baselayout
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/baselayout-1.8.6.7 to /
>>> Downloading
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/distfiles/sysvinit-2.84.tar.gz
--17:25:24-- 
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/distfiles/sysvinit-2.84.tar.gz
           => `/usr/portage/distfiles/sysvinit-2.84.tar.gz'
Resolving linux.rz.ruhr-uni-bochum.de... done.
Connecting to linux.rz.ruhr-uni-bochum.de[134.147.32.57]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /gentoo-mirror/distfiles ... done.
==> PASV ... done.    ==> RETR sysvinit-2.84.tar.gz ... done.
Length: 91,488 (unauthoritative)

100%[====================================>] 91,488        79.49K/s    ETA 00:00

17:25:26 (79.49 KB/s) - `/usr/portage/distfiles/sysvinit-2.84.tar.gz' saved [91488]

>>> md5 ;-) sysvinit-2.84.tar.gz
>>> Unpacking source...
>>> Unpacking sysvinit-2.84.tar.gz to /var/tmp/portage/baselayout-1.8.6.7/work
>>> Unpacking rc-scripts-1.4.3.7.tar.bz2
 * Checking if we need to tweak CONFIG_PROTECT_MASK
>>> Source unpacked.
 * Building utilities...
gcc -march=pentium3 -O3 -pipe   -c -o consoletype.o consoletype.c
gcc -o consoletype consoletype.o
gcc -march=pentium3 -O3 -pipe   -c -o runscript.o runscript.c
gcc -o runscript runscript.o
gcc -march=pentium3 -O3 -pipe   -c -o start-stop-daemon.o start-stop-daemon.c
gcc -o start-stop-daemon start-stop-daemon.o
 * Building sysvinit...
gcc -c -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE init.c
gcc -c -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE -DINIT_MAIN utmp.c -o
init_utmp.o
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o halt.o halt.c
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o ifdown.o ifdown.c
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o hddown.o hddown.c
gcc -c -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE utmp.c
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o dowall.o dowall.c
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o shutdown.o shutdown.c
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE    killall5.c   -o killall5
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o runlevel.o runlevel.c
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o sulogin.o sulogin.c
init.c: In function `init_main':
init.c:2439: warning: no return statement in function returning non-void
sulogin.c: In function `main':
sulogin.c:347: warning: `p' might be used uninitialized in this function
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o utmpdump.o utmpdump.c
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o last.o last.c
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o mesg.o mesg.c
gcc -Wall -march=pentium3 -O3 -pipe -D_GNU_SOURCE   -c -o wall.o wall.c
gcc   -o init init.o init_utmp.o
gcc  -o halt halt.o ifdown.o hddown.o utmp.o
gcc  -o shutdown dowall.o shutdown.o utmp.o
gcc  -o runlevel runlevel.o
gcc   -o sulogin sulogin.o -lcrypt
gcc  -o utmpdump utmpdump.o
gcc  -o mesg mesg.o
gcc  -o wall dowall.o wall.o
gcc  -o last last.o
 * Please install sys-apps/gawk-3.1.1-r2 or later!

!!! ERROR: sys-apps/baselayout-1.8.6.7 failed.
!!! Function src_compile, Line 126, Exitcode 0
!!! gawk too old



wopr-mobile root # gawk --version
GNU Awk 3.1.2
Copyright (C) 1989, 1991-2003 Free Software Foundation.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.


wopr-mobile root # emerge info
Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror
ftp://ftp.fhh.opensource-mirror.de/pub/gentoo.org
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo 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/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/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 apm avi crypt cups encode gif jpeg kde libg++ mikmod mmx mpeg
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb
slang readline arts tetex aalib svga tcltk java guile postgres sdl gpm tcpd pam
libwww ssl perl python esd imlib oggvorbis gtk qt motif opengl mozilla gphoto2 X
gtk2 gnome alsa apache2"
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"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-12 11:37:27 UTC
After recompiling gawk and running env-update, ldconfig and source /etc/profile
the baselayout emerge went fine

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