Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24380 - sylpheed-claws 0.9.3 doesn't compile (problems with msgmerge)
Summary: sylpheed-claws 0.9.3 doesn't compile (problems with msgmerge)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-13 04:33 UTC by jochen
Modified: 2003-07-13 17:56 UTC (History)
3 users (show)

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 jochen 2003-07-13 04:33:36 UTC
just emerge sync'd and tried to upgrade my sylpheed-claws, however the build
process stops with the following error:

Reproducible: Always
Steps to Reproduce:
1. emerge sync && emerge sylpheed-claws
2.
3.
Actual Results:  
compile & install

Expected Results:  
make[4]: Leaving directory
`/var/tmp/portage/sylpheed-claws-0.9.3/work/sylpheed-0.9.3claws/po'
/usr/bin/msgmerge --update bg.po sylpheed-claws.pot
/usr/bin/msgmerge --update cs.po sylpheed-claws.pot
/usr/bin/msgmerge: error while opening "sylpheed-claws.pot" for reading: No such
file or directory
make[3]: *** [cs.po] Error 1
make[3]: *** Waiting for unfinished jobs....
/usr/bin/msgmerge: error while opening "sylpheed-claws.pot" for reading: No such
file or directory
make[3]: *** [bg.po] Error 1
make[3]: Leaving directory
`/var/tmp/portage/sylpheed-claws-0.9.3/work/sylpheed-0.9.3claws/po'
make[2]: *** [stamp-po] Error 2
make[2]: Leaving directory
`/var/tmp/portage/sylpheed-claws-0.9.3/work/sylpheed-0.9.3claws/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/sylpheed-claws-0.9.3/work/sylpheed-0.9.3claws'
make: *** [all] Error 2

!!! ERROR: net-mail/sylpheed-claws-0.9.3 failed.
!!! Function src_compile, Line 94, Exitcode 2
!!! (no error message)

Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-xfs-r3 i686 Celeron (Coppermine)
GENTOO_MIRRORS="ftp://sunsite.cnlab-switch.ch/mirror/gentoo/ http://gentoo.inode
.at/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/confi
g /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/share/texmf/tex/generic/co
nfig/ /usr/share/texmf/tex/platex/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="/usr/local/portage"
USE="avi gif jpeg libg++ mad mmx mpeg nls pdflib png spell xml2 xmms xv zlib gdb
m slang X sdl tcpd pam libwww perl python esd imlib oggvorbis gtk motif opengl x
fs berkdb -3dnow -arts -qt -kde acl apm crypt dga doc dvd gphoto2 gpm imap ipv6 
java jikes kerberos mbox oss pcmcia ncurses readline sse tetex truetype x86 -gno
me -qtmt -quicktime -svga -mikmod tcltk mldonkeypango -afs ssl clamav gtkhtml xf
ace -cups encode"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -mcpu=pentium3 -mmmx -msse -fforce-addr -fomit
-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-fu
nctions=4"
CXXFLAGS="-march=pentium3 -O3 -pipe -mcpu=pentium3 -mmmx -msse -fforce-addr -fom
it-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-
functions=4"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox strict userpriv ccache distcc"
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-07-13 10:10:54 UTC
You need gettext-0.12 if you have nls in your USE flags which is not in portage yet. Either emerge with USE=-nls or install gettext-0.12 (existing ebuild for 0.11.5 should work).
Comment 2 jochen 2003-07-13 12:09:55 UTC
the 0.11.5 includes ugly patch disgused as a hack in unpack() to fix some emacs related stuff in misc/Makefile.in. gettext-0.12 does not contain such a subdirectory. removing that hack makes both gettext and sylpheed work
Comment 3 Hanno Böck gentoo-dev 2003-07-13 15:21:29 UTC
I just bumped gettext to 0.12 and added dependency to sylpheed-claws. Should be fixed now.
Comment 4 Brad Cowan (RETIRED) gentoo-dev 2003-07-13 17:56:59 UTC
thanks Hanno, genone told me this last night as I was about to goto bed.