buildd error

Use this category to discuss anything related to the development of Guayadeque.
Locked
rotwang888
Posts: 55
Joined: Thu Oct 07, 2010 1:29 pm

buildd error

Post by rotwang888 »

I was unable to build 1289 with ./buildd. Even after running make clean, I got "Linking CXX executable guayadeque
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[2]: *** [src/guayadeque] Error 1
make[1]: *** [src/CMakeFiles/guayadeque.dir/all] Error 2
make: *** [all] Error 2"
It worked fine with build, so not a big deal, but I was hoping to reproduce a random crash I had earlier today running 1280 and get a backtrace.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

buildd error

Post by anonbeat »

do from the root of the source code

make clean
./buildd
make

Thanks for your help
rotwang888
Posts: 55
Joined: Thu Oct 07, 2010 1:29 pm

buildd error

Post by rotwang888 »

Do you mean guayadeque/src?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

buildd error

Post by anonbeat »

no into guayadeque/
rotwang888
Posts: 55
Joined: Thu Oct 07, 2010 1:29 pm

buildd error

Post by rotwang888 »

Ok. That's what I tried last time, without make after ./buildd. I still get "final link faild: bad value".
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

buildd error

Post by anonbeat »

can you post buildd complete log ?
rotwang888
Posts: 55
Joined: Thu Oct 07, 2010 1:29 pm

buildd error

Post by rotwang888 »

Sure. I guess BB code doesn't work here? Anyway....

No, actually I guess I can't. I just got a message that "Body is 934 characters too long.". I'll email it in a minute.
rotwang888
Posts: 55
Joined: Thu Oct 07, 2010 1:29 pm

buildd error

Post by rotwang888 »

For what it's worth, 1315 compiled fine with buildd. Go figure.
Locked