* [Buildroot] [autobuild.buildroot.net] Your build results for 2017-06-02
2017-06-05 21:46 ` [Buildroot] [autobuild.buildroot.net] Your build results for 2017-06-02 Yann E. MORIN
@ 2017-06-06 9:27 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-06-06 9:27 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 5 Jun 2017 23:46:38 +0200, Yann E. MORIN wrote:
> On 2017-06-03 08:31 +0200, Thomas Petazzoni spake thusly:
> > Build failures related to your packages:
> > x86_64 | freerdp-17834af7bb378f85a3b... | http://autobuild.buildroot.net/results/59077f8c4e06fd976b85a6da302fe9809753d536
>
> I was not able to reproduce it, even with just runnint "make".
I was able to reproduce, and it's once again a {#[@^\@^\{#[ rpath
problem, with CMake adding /usr/lib to the rpath.
The link command line contains:
-Wl,-rpath,/home/test/outputs/59077f8c4e06fd976b85a6da302fe9809753d536/output/build/freerdp-17834af7bb378f85a3b3cc4dcadaa5125a337e16/client/X11:/usr/lib:/home/test/outputs/59077f8c4e06fd976b85a6da302fe9809753d536/output/build/freerdp-17834af7bb378f85a3b3cc4dcadaa5125a337e16/client/common:/home/test/outputs/59077f8c4e06fd976b85a6da302fe9809753d536/output/build/freerdp-17834af7bb378f85a3b3cc4dcadaa5125a337e16/libfreerdp:/home/test/outputs/59077f8c4e06fd976b85a6da302fe9809753d536/output/build/freerdp-17834af7bb378f85a3b3cc4dcadaa5125a337e16/winpr/libwinpr:
Changing that to:
-Wl,-rpath,/home/test/outputs/59077f8c4e06fd976b85a6da302fe9809753d536/output/build/freerdp-17834af7bb378f85a3b3cc4dcadaa5125a337e16/client/X11:/home/test/outputs/59077f8c4e06fd976b85a6da302fe9809753d536/output/build/freerdp-17834af7bb378f85a3b3cc4dcadaa5125a337e16/client/common:/home/test/outputs/59077f8c4e06fd976b85a6da302fe9809753d536/output/build/freerdp-17834af7bb378f85a3b3cc4dcadaa5125a337e16/libfreerdp:/home/test/outputs/59077f8c4e06fd976b85a6da302fe9809753d536/output/build/freerdp-17834af7bb378f85a3b3cc4dcadaa5125a337e16/winpr/libwinpr:
fixes the build (well at least that one binary links fine, I haven't
tested the rest of the defconfig).
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread