Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91146 - linux-logo-4.12 fails emerge
Summary: linux-logo-4.12 fails emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 03:46 UTC by john s j anderson
Modified: 2005-05-02 04:32 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 john s j anderson 2005-05-02 03:46:52 UTC
upgrading from linux-logo-4.10 to linux-logo-4.12 fails; i think because of a typo in a shell script.

Reproducible: Always
Steps to Reproduce:
1. emerge =linux-logo-4.12
2.
3.

Actual Results:  
cd all && make
make[2]: Entering directory
`/var/tmp/portage/linux-logo-4.12/work/linux_logo-4.12/libsysinfo-0.0.8/all'
gcc -O2 -Wall -I.. -c bogomips.c
gcc -O2 -Wall -I.. -c fix_mhz.c
gcc -O2 -Wall -I.. -c parsing.c
gcc -O2 -Wall -I.. -c sysinfo_common.c
gcc -O2 -Wall -I.. -c uname.c 
make[2]: Leaving directory
`/var/tmp/portage/linux-logo-4.12/work/linux_logo-4.12/libsysinfo-0.0.8/all'
cd Linux && make
make[2]: Entering directory
`/var/tmp/portage/linux-logo-4.12/work/linux_logo-4.12/libsysinfo-0.0.8/Linux'
gcc -O2 -Wall -I.. -I. -I../include -o cpuinfo.o -c cpuinfo_ix86.c
gcc -O2 -Wall -I.. -I. -I../include -c sysinfo_linux.c
ar crus ../libsysinfo.a cpuinfo.o sysinfo_linux.o
ranlib ../libsysinfo.a
make[2]: Leaving directory
`/var/tmp/portage/linux-logo-4.12/work/linux_logo-4.12/libsysinfo-0.0.8/Linux'
ar crus libsysinfo.a ./Linux/*.o ./all/*.o
make[1]: Leaving directory
`/var/tmp/portage/linux-logo-4.12/work/linux_logo-4.12/libsysinfo-0.0.8'
gcc -g -O2 -Wall -I./libsysinfo-0.0.8 -o linux_logo linux_logo.o vmw_string.o
./libsysinfo-0.0.8/libsysinfo.a -L./libsysinfo-0.0.8
if `which xgettext`; then echo "No xgettext support"; \
else ; \
fi
/bin/sh: -c: line 0: syntax error near unexpected token `;'
/bin/sh: -c: line 0: `if `which xgettext`; then echo "No xgettext support"; 
else ;  fi'
make: *** [all] Error 2

!!! ERROR: app-misc/linux-logo-4.12 failed.
!!! Function src_compile, Line 36, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



Expected Results:  
built.

Portage 2.0.51.21 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.5-r0,
2.6.10-gentoo-r1 i686)
=================================================================
System uname: 2.6.10-gentoo-r1 i686 AMD Duron(tm) processor
Gentoo Base System version 1.6.11
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.2.3-r5, 2.3.5
sys-apps/sandbox:    1.2.3
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon -Os -fomit-frame-pointer -ffast-math -fforce-addr"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/
ftp://ftp.ndlug.nd.edu/pub/gentoo/ http://open-systems.ufl.edu/mirrors/gentoo
http://gentoo.blueyonder.co.uk ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa apache2 apm bash-completion berkdb cdr crypt cscope curl emacs
emboss gd gdbm gpm imagemagick imlib ldap libg++ libwww mmx mmx2 mp3 mysql
ncurses nptl ogg pam pcmcia pcre perl readline samba slang ssl tiff
truetype-fonts type1-fonts vorbis xml xml2 zlib userland_GNU kernel_linux
libc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2005-05-02 04:32:53 UTC
Fixed in CVS.