Summary: | [xfce overlay] xfce-base/xfdesktop-9999 does not compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Marek Bartosiewicz <marek.bartosiewicz> |
Component: | Current packages | Assignee: | XFCE Team <xfce> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info |
Description
Marek Bartosiewicz
2008-02-26 07:47:09 UTC
Well, we obviously can't fix live SVN stuff since it's changing all the time. The only thing we can fix is an issue with the ebuild itself, which obviously isn't the problem here. Report to http://bugzilla.xfce.org/ if the problem persists for more than a couple of days. Hello again, I think that we have an ebuild problem, as xfdesktop from SVN compiles cleanly by hand: http://bugzilla.xfce.org/show_bug.cgi?id=3877 [SNIP] gcc -shared .libs/xfce4_desktop_menu_la-desktop-menu.o -Wl,--whole-archive ../../common/.libs/libxfdesktop.a -Wl,--no-whole-archive /usr/lib64/libxfce4menu-0.1.so -L/usr/lib64 /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libX11.so /usr/lib64/libxfcegui4.so /usr/lib64/libthunar-vfs-1.so /usr/lib64/libexo-0.3.so /usr/lib64/libgthread-2.0.so -lrt /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libxfce4util.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libglib-2.0.so -pthread -pthread -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,xfce4_desktop_menu.so -o .libs/xfce4_desktop_menu.so rm -fr .libs/xfce4_desktop_menu.lax mkdir .libs/xfce4_desktop_menu.lax rm -fr .libs/xfce4_desktop_menu.lax/libxfdesktop.a mkdir .libs/xfce4_desktop_menu.lax/libxfdesktop.a (cd .libs/xfce4_desktop_menu.lax/libxfdesktop.a && ar x /xfce_svn/xfdesktop/trunk/modules/menu/../../common/.libs/libxfdesktop.a) ar cru .libs/xfce4_desktop_menu.a xfce4_desktop_menu_la-desktop-menu.o .libs/xfce4_desktop_menu.lax/libxfdesktop.a/libxfdesktop_la-xfdesktop-common.o ranlib .libs/xfce4_desktop_menu.a rm -fr .libs/xfce4_desktop_menu.lax creating xfce4_desktop_menu.la (cd .libs && rm -f xfce4_desktop_menu.la && ln -s ../xfce4_desktop_menu.la xfce4_desktop_menu.la) make[4]: Opuszczenie katalogu `/xfce_svn/xfdesktop/trunk/modules/menu' make[3]: Opuszczenie katalogu `/xfce_svn/xfdesktop/trunk/modules/menu' make[3]: Wejście do katalogu `/xfce_svn/xfdesktop/trunk/modules' make[3]: Nie ma nic do zrobienia w `all-am'. make[3]: Opuszczenie katalogu `/xfce_svn/xfdesktop/trunk/modules' make[2]: Opuszczenie katalogu `/xfce_svn/xfdesktop/trunk/modules' Making all in pixmaps make[2]: Wejście do katalogu `/xfce_svn/xfdesktop/trunk/pixmaps' make[2]: Nie ma nic do zrobienia w `all'. make[2]: Opuszczenie katalogu `/xfce_svn/xfdesktop/trunk/pixmaps' make[2]: Wejście do katalogu `/xfce_svn/xfdesktop/trunk' make[2]: Opuszczenie katalogu `/xfce_svn/xfdesktop/trunk' make[1]: Opuszczenie katalogu `/xfce_svn/xfdesktop/trunk' Sigh... I said to bug upstream in a couple of *days*, not two minutes after this bug has been resolved. Yeah, sorry! I've found that this bug has something to do with LANG in the ebuild. That "env: ca: No such file or directory" changed to the next lang code when I removed "ca" from the ebuild's LANG line. But I don't know how to "repair" the ebuild. Attach a full emerge log w/ MAKEOPTS="-j1" and post emerge --info output. Created attachment 144670 [details]
build.log
Created attachment 144671 [details]
emerge --info
Here ya go. And by the way, xfdesktop-9999 emerged succesfully when I modified the lang line to: LANG="pl" i.e. only one language was left. The problem was actually that the variable was named LANG, simply renaming it (it's now LINGUAS) fixed the problem without removing Catalan. Thanks, it emerges cleanly now. |