Summary: | Error while compiling gnomemeeting | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | LuisMi Garcia <ktecho> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED DUPLICATE | ||
Severity: | critical | CC: | ktecho |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Here it is. |
Description
LuisMi Garcia
2003-11-14 14:46:52 UTC
I have just seen this is not a gnomemeeting specific problem. I have the same output while emerging blender, so I think fixing one problem can fix both; emerge blender [...] lots of lines of "compiling" [...] /bin/sh ./libtool --mode=link gcc -O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe -funsigned-char -I/usr/include/freetype2 -DWITH_FREETYPE2 -L/usr/lib -L/usr/lib -lfreetype -L/usr/lib -L/usr/lib -o blender -L/usr/lib/python2.2/config -Xlinker -export-dynamic source/libblender_source.la intern/bsp/libblender_BSP.la intern/decimation/libblender_LOD.la intern/ghost/libblender_GHOST.la intern/string/libblender_STR.la intern/guardedalloc/libblender_guardedalloc.la intern/bmfont/libblender_BMF.la intern/container/libblender_CTR.la intern/memutil/libblender_MEM.la intern/iksolver/libblender_IK.la intern/moto/libblender_MT.la intern/SoundSystem/libsoundsystem.la -lpython2.2 -lm -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -ljpeg -lpng -lpthread -lz -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread mkdir .libs libtool: link: cannot find the library `' gmake[2]: *** [blender] Error 1 gmake[2]: Leaving directory `/var/tmp/portage/blender-2.30/work/blender-2.30' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/var/tmp/portage/blender-2.30/work/blender-2.30' make: *** [all] Error 2 !!! ERROR: media-gfx/blender-2.30 failed. !!! Function src_compile, Line 69, Exitcode 2 !!! (no error message) bash-2.05b# do you have the LANG variable set for your environment? and if so, what is it? yes, I have LANG set as: es_ES@euro Any test do you want for me to do? Thanks! i've seen this problem before, but i've forgotten what triggered it. can you try: LANG=C emerge gnomemeeting and see if it helps? No, it seems the problem is not LANG related... remember, plese! remember! ;) any other thing to test? Thanks I get this while emerging some packages but they are build correctly (I think). Could it be related? rm: cannot remove `': Invalid argument Any test for me to do? Thanks And I have this while compiling kde 3.2-beta1 and I don't know if it's related: /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O3 -fomit-frame-pointer -ffast-math -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe -fstrict-aliasing -Wall -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o ModelinePlugin.lo `test -f 'ModelinePlugin.cpp' || echo './'`ModelinePlugin.cpp rm: cannot remove `': Invalid argument ModelinePlugin.cpp: In member function ` So the char --> ` <-- is implied in both of the errors. Can this (in the two last lines) be the problem? -DQT_NO_TRANSLATION -c -o ModelinePlugin.lo `test -f 'ModelinePlugin.cpp' || echo './'`ModelinePlugin.cpp It seems like a ` used instead of a ' Now... where is this? luismi: do you use kde-cvs ? if so, please re-emerge libsdl and then see if your other programs can emerge correctly i'm not using kde-cvs. I'm using kde-3.2-beta1 from gentoo but that's not the problem. I have reemerged libsdl but I cannot build gnomemeeting. The same error. could you post your /usr/lib/libSDL.la file as an attachment please ? Created attachment 21501 [details]
Here it is.
actually, that seems to be the exact problem ;) *** This bug has been marked as a duplicate of 34804 *** |