All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] libcroco: disable Bsymbolic if it is not supported on some hosts
@ 2013-09-10 10:02 b28495
  2013-09-10 15:58 ` Alexandru Palalau
  0 siblings, 1 reply; 3+ messages in thread
From: b28495 @ 2013-09-10 10:02 UTC (permalink / raw)
  To: openembedded-core

From: Ting Liu <b28495@freescale.com>

When trying to build on my Centos 5.5 machine, got below error:
| checking for gtkdoc-mkpdf... no
| checking whether to build gtk-doc documentation... no
| checking for CROCO... yes
| checking if gcc supports "-Wl,-Bsymbolic-functions" flag...
| configure: error: -Bsymbolic requested but not supported by ld. Use --disable-Bsymbolic to disable
| Configure failed. The contents of all config.log files follows to aid debugging
|
| configure: exit 1
| ERROR: oe_runconf failed

Set --enable_Bsymbolic=auto to disable it when it is not suppported.

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 meta/recipes-support/libcroco/libcroco_0.6.8.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/libcroco/libcroco_0.6.8.bb b/meta/recipes-support/libcroco/libcroco_0.6.8.bb
index 3c5dc9a..fe1a42d 100644
--- a/meta/recipes-support/libcroco/libcroco_0.6.8.bb
+++ b/meta/recipes-support/libcroco/libcroco_0.6.8.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
 SECTION = "x11/utils"
 DEPENDS = "glib-2.0 libxml2 zlib"
 BBCLASSEXTEND = "native"
-
+EXTRA_OECONF += "--enable_Bsymbolic=auto"
 PR = "r1"
 
 inherit autotools pkgconfig gnomebase
-- 
1.7.5.4




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

* Re: [PATCH v2] libcroco: disable Bsymbolic if it is not supported on some hosts
  2013-09-10 10:02 [PATCH v2] libcroco: disable Bsymbolic if it is not supported on some hosts b28495
@ 2013-09-10 15:58 ` Alexandru Palalau
  2013-09-10 16:09   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandru Palalau @ 2013-09-10 15:58 UTC (permalink / raw)
  To: openembedded-core

On 9/10/2013 1:02 PM, b28495@freescale.com wrote:
> From: Ting Liu <b28495@freescale.com>
>
> When trying to build on my Centos 5.5 machine, got below error:
> | checking for gtkdoc-mkpdf... no
> | checking whether to build gtk-doc documentation... no
> | checking for CROCO... yes
> | checking if gcc supports "-Wl,-Bsymbolic-functions" flag...
> | configure: error: -Bsymbolic requested but not supported by ld. Use --disable-Bsymbolic to disable
> | Configure failed. The contents of all config.log files follows to aid debugging
> |
> | configure: exit 1
> | ERROR: oe_runconf failed
>
> Set --enable_Bsymbolic=auto to disable it when it is not suppported.
>
> Signed-off-by: Ting Liu <b28495@freescale.com>
> ---
>   meta/recipes-support/libcroco/libcroco_0.6.8.bb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-support/libcroco/libcroco_0.6.8.bb b/meta/recipes-support/libcroco/libcroco_0.6.8.bb
> index 3c5dc9a..fe1a42d 100644
> --- a/meta/recipes-support/libcroco/libcroco_0.6.8.bb
> +++ b/meta/recipes-support/libcroco/libcroco_0.6.8.bb
> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
>   SECTION = "x11/utils"
>   DEPENDS = "glib-2.0 libxml2 zlib"
>   BBCLASSEXTEND = "native"
> -
> +EXTRA_OECONF += "--enable_Bsymbolic=auto"

I think that the correct parameter would be --enalbe-Bsymbolic (no 
underscore as Ross already mentioned)

>   PR = "r1"
>
>   inherit autotools pkgconfig gnomebase
>

Best,

-- 
Alexandru Palalau


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

* Re: [PATCH v2] libcroco: disable Bsymbolic if it is not supported on some hosts
  2013-09-10 15:58 ` Alexandru Palalau
@ 2013-09-10 16:09   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-09-10 16:09 UTC (permalink / raw)
  To: Alexandru Palalau; +Cc: OE-core

On 10 September 2013 16:58, Alexandru Palalau
<alexandrux.palalau@linux.intel.com> wrote:
>> +EXTRA_OECONF += "--enable_Bsymbolic=auto"
>
> I think that the correct parameter would be --enalbe-Bsymbolic (no
> underscore as Ross already mentioned)

The ironyometer is at 11 now thanks to even more typos!  This patch is doomed.

https://git.gnome.org/browse/libcroco/tree/configure.in?id=0.6.8#n101

The option is "--enable-Bsymbolic=auto". :)

Ross


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

end of thread, other threads:[~2013-09-10 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-10 10:02 [PATCH v2] libcroco: disable Bsymbolic if it is not supported on some hosts b28495
2013-09-10 15:58 ` Alexandru Palalau
2013-09-10 16:09   ` Burton, Ross

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.