On Fri, Nov 27, 2009 at 3:19 AM, Marcell Lengyel <[email protected]> wrote: >> Mine (which works) is 1.0.12-12 >> autobuilder one (which breaks my build) is 1.0.12-10 > > I have upgraded the toolchain on the autobuilder machine. Please try again.
Wow, that was fast :) I was even preparing a bug report to actually update the autobuilders. Fortunately, I found a workaround which allowed me to upload my packages even on the older toolchain. On a next upload I'll try removing the workaround and see what happens: For those interested, the issue with the older version is that it didn't like manipulation of the RPATH using the -rpath parameter for the linker. It seemed to remove the /usr/lib directory from the library path when using the parameter. My workaround consisted on also adding /usr/lib using -rpath, so I had : -Wl,-rpath,/custom/dir:/usr/lib The 1.0.12-12 fixed this problem. Thanks, -- Anderson Lizardo OpenBossa Labs - INdT Manaus - Brazil _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
