Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/x11r7/xapp_xfs: Fix linking error
@ 2015-02-20 17:22 Bernd Kuhls
  2015-02-20 18:35 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2015-02-20 17:22 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/a0b/a0bd6312d450fb78db7f57d3db9e01ba2b26687d//
http://autobuild.buildroot.net/results/534/5347293cdcd7eb2e84b762ee9d073f3b937b5312//
http://autobuild.buildroot.net/results/b5e/b5e7599ba33dc43a8f7e81bfa6d7ad9cb0ac68a1//

and many others (microblazeel only)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xfs/xapp_xfs.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/x11r7/xapp_xfs/xapp_xfs.mk b/package/x11r7/xapp_xfs/xapp_xfs.mk
index 3e70455..2284fba 100644
--- a/package/x11r7/xapp_xfs/xapp_xfs.mk
+++ b/package/x11r7/xapp_xfs/xapp_xfs.mk
@@ -11,4 +11,7 @@ XAPP_XFS_LICENSE = MIT
 XAPP_XFS_LICENSE_FILES = COPYING
 XAPP_XFS_DEPENDENCIES = xlib_libFS xlib_libXfont xproto_fontsproto
 
+# needed for linking against libXfont
+XAPP_XFS_MAKE_OPTS += LIBS=-ldl
+
 $(eval $(autotools-package))
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/1] package/x11r7/xapp_xfs: Fix linking error
  2015-02-20 17:22 [Buildroot] [PATCH 1/1] package/x11r7/xapp_xfs: Fix linking error Bernd Kuhls
@ 2015-02-20 18:35 ` Thomas Petazzoni
  2015-02-20 18:50   ` Bernd Kuhls
  2015-08-09 14:43   ` Bernd Kuhls
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-02-20 18:35 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Fri, 20 Feb 2015 18:22:49 +0100, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/a0b/a0bd6312d450fb78db7f57d3db9e01ba2b26687d//
> http://autobuild.buildroot.net/results/534/5347293cdcd7eb2e84b762ee9d073f3b937b5312//
> http://autobuild.buildroot.net/results/b5e/b5e7599ba33dc43a8f7e81bfa6d7ad9cb0ac68a1//
> 
> and many others (microblazeel only)

Maybe this is a silly question, but do we know why this error is
appearing on Microblaze only?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/1] package/x11r7/xapp_xfs: Fix linking error
  2015-02-20 18:35 ` Thomas Petazzoni
@ 2015-02-20 18:50   ` Bernd Kuhls
  2015-08-09 14:43   ` Bernd Kuhls
  1 sibling, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2015-02-20 18:50 UTC (permalink / raw)
  To: buildroot

Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8
@public.gmane.org> wrote in news:20150220193524.72d2ff63 at free-electrons.com:

> Dear Bernd Kuhls,
> 
> On Fri, 20 Feb 2015 18:22:49 +0100, Bernd Kuhls wrote:
>> Fixes
>> 
http://autobuild.buildroot.net/results/a0b/a0bd6312d450fb78db7f57d3db9e01ba2b
26687d//
>> 
http://autobuild.buildroot.net/results/534/5347293cdcd7eb2e84b762ee9d073f3b93
7b5312//
>> 
http://autobuild.buildroot.net/results/b5e/b5e7599ba33dc43a8f7e81bfa6d7ad9cb0
ac68a1//
>> 
>> and many others (microblazeel only)
> 
> Maybe this is a silly question, but do we know why this error is
> appearing on Microblaze only?

Hi,

during configure xapp_xfs (and xapp_bdftopcf as well...) does not check for 
dlopen so at the end "-ldl" is missing at linking stage. After digging around 
a bit in libtool stuff I stopped because I could not find out what was going 
on there...

Regards, Bernd

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

* [Buildroot] [PATCH 1/1] package/x11r7/xapp_xfs: Fix linking error
  2015-02-20 18:35 ` Thomas Petazzoni
  2015-02-20 18:50   ` Bernd Kuhls
@ 2015-08-09 14:43   ` Bernd Kuhls
  1 sibling, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2015-08-09 14:43 UTC (permalink / raw)
  To: buildroot

Am Fri, 20 Feb 2015 19:35:24 +0100 schrieb Thomas Petazzoni:

> Dear Bernd Kuhls,
> 
> On Fri, 20 Feb 2015 18:22:49 +0100, Bernd Kuhls wrote:
>> Fixes
>> http://autobuild.buildroot.net/results/a0b/
a0bd6312d450fb78db7f57d3db9e01ba2b26687d//
>> http://autobuild.buildroot.net/
results/534/5347293cdcd7eb2e84b762ee9d073f3b937b5312//
>> http://autobuild.buildroot.net/results/b5e/
b5e7599ba33dc43a8f7e81bfa6d7ad9cb0ac68a1//
>> 
>> and many others (microblazeel only)
> 
> Maybe this is a silly question, but do we know why this error is
> appearing on Microblaze only?

Hi Thomas,

(currently busy cleaning up my local patch queues ;))

just ftr: the error is gone with current buildroot.

Regards, Bernd

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

end of thread, other threads:[~2015-08-09 14:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 17:22 [Buildroot] [PATCH 1/1] package/x11r7/xapp_xfs: Fix linking error Bernd Kuhls
2015-02-20 18:35 ` Thomas Petazzoni
2015-02-20 18:50   ` Bernd Kuhls
2015-08-09 14:43   ` Bernd Kuhls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox