All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [autobuild.buildroot.net] Your build results for 2017-06-02
       [not found] <20170603063112.06C5220F36@mail.free-electrons.com>
@ 2017-06-05 21:46 ` Yann E. MORIN
  2017-06-06  9:27   ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2017-06-05 21:46 UTC (permalink / raw)
  To: buildroot

Thomas, All,

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".

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [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

end of thread, other threads:[~2017-06-06  9:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20170603063112.06C5220F36@mail.free-electrons.com>
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.