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

Bug 82289

Summary: emerge guitoo - app-portage/guitoo-0.50.01 failed
Product: Gentoo Linux Reporter: Miroslaw Holubek <miroslaw.holubek>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Miroslaw Holubek 2005-02-16 15:08:07 UTC
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/doc'
Making all in en
make[3]: Entering directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/doc/en'
cd ../.. && /bin/sh ./config.status doc/en/Makefile
fast creating doc/en/Makefile
config.pl: fast created 1 file(s).
make[3]: Leaving directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/doc/en'
make[3]: Entering directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/doc/en'
/usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/doc/en'
make[2]: Leaving directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/doc'
Making all in po
make[2]: Entering directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/po'
cd .. && /bin/sh ./config.status po/Makefile
fast creating po/Makefile
config.pl: fast created 1 file(s).
make[2]: Leaving directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/po'
make[2]: Entering directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/po'
rm -f es.gmo; /usr/bin/gmsgfmt -o es.gmo ./es.po
make[2]: *** No rule to make target `sv.po', needed by `sv.gmo'.  Stop.
make[2]: *** Waiting for unfinished jobs....
test ! -f es.gmo || touch es.gmo
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/guitoo-0.50.01/work/guitoo-0.50.01'
make: *** [all] Error 2

!!! ERROR: app-portage/guitoo-0.50.01 failed.
!!! Function kde_src_compile, Line 164, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.

my emerge info
Portage 2.0.51-r15 (default-linux/x86/2005.0, gcc-3.4.3, glibc-2.3.4.20050125-r0, 2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct  1 2004, 03:59:57)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://mirror.gentoo.no/ http://mirror.gentoo.se/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LANG="pl_PL"
LC_ALL="pl_PL"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
MAKEOPTS="-j2"
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 X aalib acpi alsa apm arts avi berkdb bitmap-fonts cdr crypt cups curl dga dvd encode esd f77 fam flac foomaticdb fortran gdbm gif gpm gtk gtk2 imagemagick imlib ipv6 java jpeg junit kde ldap libg++ libwww mad maildir mikmod motif mozilla mpeg ncurses nls nptl oggvorbis opengl oss pam pcmcia pdflib perl png pnp python qt quicktime readline samba sdl slang spell ssl svga tcpd tiff truetype truetype-fonts type1-fonts xinerama xml2 xmms xv zlib linguas_pl"
Unset:  ASFLAGS, CBUILD, CTARGET


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-02-17 01:54:52 UTC
> rm -f es.gmo; /usr/bin/gmsgfmt -o es.gmo ./es.po
> make[2]: *** No rule to make target `sv.po', needed by `sv.gmo'.  Stop.
> make[2]: *** Waiting for unfinished jobs....

I don't see how that could happen, since there's nothing like sv.po or sv.gmo
referenced anywhere...
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-12 10:16:27 UTC
Is this still an issue?
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-06-10 09:37:48 UTC
No reply from reporter.