Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9725 - enlightenment-cvs fails in apps/etcher/po
Summary: enlightenment-cvs fails in apps/etcher/po
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-26 17:07 UTC by SpanKY
Modified: 2002-10-27 21:00 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 SpanKY gentoo-dev 2002-10-26 17:07:24 UTC
make[3]: Leaving directory `/var/tmp/portage/enlightenment-cvs-
0.17.20021026/work/e17/apps/etcher/po'
/usr/bin/msgmerge --update de.po .pot
/usr/bin/msgmerge: de.po: warning: Charset "CHARSET" is not a portable encoding 
name.
              Message conversion to user's charset might not work.
/usr/bin/msgmerge: error while opening ".pot" for reading: No such file or 
directory
make[2]: *** [de.po] Error 1
make[2]: Leaving directory `/var/tmp/portage/enlightenment-cvs-
0.17.20021026/work/e17/apps/etcher/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/enlightenment-cvs-
0.17.20021026/work/e17/apps/etcher'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 151, Exitcode 2
!!! could not make etcher
Comment 1 SpanKY gentoo-dev 2002-10-26 17:13:41 UTC
on second thought guys, i think it might be because you have 'nls' in your USE 
variable ... try setting -nls in your USE variable and emerging again
Comment 2 kikoune 2002-10-27 03:56:38 UTC
i have the same bug...
i try it with and without nls in my use

my use is :
USE="xv slang readline gpm berkdb mmx -3dnow gdbm tcpd pam libwww ssl nls
mitshm -arts lame perl python esd gif imlib sdl oggvorbis gnome gtk X qt
-kde -motif opengl avi png tiff jpeg sse cups slp dga fbcon -directfb gtk2
bonobo evo gtkhtml gd mpeg quicktime -alsa oss xmms dvd flash encode
truetype xml xml2 pdflib samba"

i'm runing gentoo 1.4rc1 with gcc 3.2-r2, glibc 2.3.1-r1, binutils 
2.13.90.0.10, gettext 0.11.5

my flags are : 
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -mcpu=pentium3 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS} -z combreloc"

Comment 3 kikoune 2002-10-27 06:24:06 UTC
without nls in use it fails :

gcc  -march=pentium3 -mcpu=pentium3 -O3 -pipe -fomit-frame-pointer
-I/var/tmp/portage/enlightenment-cvs-0.17.20021026/work/e17/libs/e
{bg,bits,core,db,style,tox,vas,wd}/src
-I/var/tmp/portage/enlightenment-cvs-0.17.20021026/work/e17/apps/efsd/efsd
-o etcher  bits.o callbacks.o etcher.o etching.o file_dialog.o interface.o
preferences.o recent.o splash.o support.o workspace.o -L/usr/e17/lib -levas
-L/usr/local/lib -lGL -lXrender -lXext -lXext -lXext -L/usr/X11R6/lib -lX11
-lX11 -I/usr/X11R6/include -L/usr/lib -lm -lGL -L/usr/lib -L/usr/lib
-lXrender -lXext -lXext -lXext -L/usr/X11R6/lib -lX11 -lX11 -L/usr/lib
-lImlib2 -lttf -lm -ldl -lXext -lXext -lX11 -L/usr/X11R6/lib -L/usr/e17/lib
-ledb -lm -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib
-ldl -lXi -lXext -lX11 -lm
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -levas
collect2: ld returned 1 exit status
make[2]: *** [etcher] Error 1
make[2]: Leaving directory
/var/tmp/portage/enlightenment-cvs-0.17.20021026/work/e17/apps/etcher/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
/var/tmp/portage/enlightenment-cvs-0.17.20021026/work/e17/apps/etcher'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 164, Exitcode 2
!!! could not make etcher