Petr Salinger wrote:
Could be possible to upload xulrunner, kdebase and xorg-server into unreleased ?Done for xulrunner In progress for xorg-serverThe xorg-server.diff on alioth have been for 1.1.1-7, for 1.1.1-9 is needed a different, just committed.For kdebase, I have just discovered that g++ is totally broken on GNU/kFreeBSD, so I am unable to build it until I find the fix. When trying to build a C++ program, I get: /usr/lib/gcc/i486-kfreebsd-gnu/4.1.2/libstdc++.so: undefined reference to `_Unwind_GetIPInfo@GCC_4.2.0'
Actually the problem only appears if I add -L/usr/lib in the arguments list.
For me it still builds fine, with all gcc/g++ (namely libgcc1) from
4.1.1-15.
Does following c++ snippet work for you ?
****************************************
extern "C" int _Unwind_GetIPInfo(void);
volatile void *a;
int main()
{
a = (void *) _Unwind_GetIPInfo;
}
****************************************
Same problem, but again only with -L/usr/lib. I don't have the problem on another machine, so I am convince it is a problem with my local setup. The problem is that I use this machine to build and upload packages...
-- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net