* unable to compile eglibc_2.18
@ 2013-10-01 8:32 Anup Kini
2013-10-01 11:20 ` Lukas Bulwahn
0 siblings, 1 reply; 8+ messages in thread
From: Anup Kini @ 2013-10-01 8:32 UTC (permalink / raw)
To: openembedded-devel
Hi All,
I am facing a weird error while trying to build core-image-minimal with OE
Build Configuration:
BB_VERSION = "1.20.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "arm-oe-linux-gnueabi"
MACHINE = "zc702-zynq7"
DISTRO_VERSION = "oe-core.0"
TUNE_FEATURES = " armv7a vfp neon zynq"
TARGET_FPU = "vfp-neon"
meta =
"master:3f5f9d2681d41e44dade5d3a5a4bff3fd38f5506"
meta-xilinx =
"master:6efe82fb07d98f190e9b078132526eeadd8cf9fc"
" bitbake -v core-image-minimal " gives me the following error:
/2.18-r0/eglibc-2.18/libc/pwd/../nss/getXXbyYY_r.c:308: undefined reference
to `__nss_database_custom'
/home/akini/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv7a-vfp-neon-oe-linux-gnueabi.gcc-cross-initial/gcc/arm-oe-linux-gnueabi/4.8.1/ld:
/home/akini/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/eglibc/2.18-r0/build-arm-oe-linux-gnueabi/libc.so:
hidden symbol `__nss_not_use_nscd_group' isn't defined
/home/akini/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv7a-vfp-neon-oe-linux-gnueabi.gcc-cross-initial/gcc/arm-oe-linux-gnueabi/4.8.1/ld:
final link failed: Bad value
collect2: error: ld returned 1 exit status
PasteBin link to log.do_compile = http://pastebin.com/ujVwTrjg
Let me know if i am going wrong somewhere or missed some thing !!
--
*Anup Kini
*Systems Engineer****
*
------------------------------
*
*Synapticon** * | Cyber-Physical System Solutions ****
Mobile:
Direct:
+49 151 / 638 646 73
+49 7335 / 186 999 21
Fax:****
+49 7335 / 186 999 1
**
****
synapticon.com <http://www.synapticon.com/> |
@synapticon_co<https://twitter.com/#!/synapticon_co>
****
Synapticon GmbH | Hohlbachweg 2 | 73344 Gruibingen, DE
Secretary +49 7335 / 186 999 0 | General Manager: Nikolai Ensslen
Registry Court Ulm HRB 725114 | USt-ID DE271647127****
This message and any files transmitted with it are confidential and
intended
solely for the use of the individual or entity to whom they are addressed.
Please notify the sender immediately if you have received this e-mail by
mistake and delete it from your system.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unable to compile eglibc_2.18
2013-10-01 8:32 unable to compile eglibc_2.18 Anup Kini
@ 2013-10-01 11:20 ` Lukas Bulwahn
2013-10-01 11:25 ` Anup Kini
2013-10-01 11:31 ` Burton, Ross
0 siblings, 2 replies; 8+ messages in thread
From: Lukas Bulwahn @ 2013-10-01 11:20 UTC (permalink / raw)
To: openembedded-devel
Hi all,
I can confirm this error that occurs when you set DISTRO_FEATURES = "opengl
x11".
Lukas
> -----Ursprüngliche Nachricht-----
> Von: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] Im
> Auftrag von Anup Kini
> Gesendet: Dienstag, 1. Oktober 2013 10:32
> An: openembedded-devel@lists.openembedded.org
> Betreff: [oe] unable to compile eglibc_2.18
>
> Hi All,
>
> I am facing a weird error while trying to build core-image-minimal with OE
>
> Build Configuration:
> BB_VERSION = "1.20.0"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "Ubuntu-12.04"
> TARGET_SYS = "arm-oe-linux-gnueabi"
> MACHINE = "zc702-zynq7"
> DISTRO_VERSION = "oe-core.0"
> TUNE_FEATURES = " armv7a vfp neon zynq"
> TARGET_FPU = "vfp-neon"
> meta =
> "master:3f5f9d2681d41e44dade5d3a5a4bff3fd38f5506"
> meta-xilinx =
> "master:6efe82fb07d98f190e9b078132526eeadd8cf9fc"
>
> " bitbake -v core-image-minimal " gives me the following error:
>
> /2.18-r0/eglibc-2.18/libc/pwd/../nss/getXXbyYY_r.c:308: undefined
> reference to `__nss_database_custom'
>
> /home/akini/openembedded-core/build/tmp-eglibc/sysroots/x86_64-
> linux/usr/libexec/armv7a-vfp-neon-oe-linux-gnueabi.gcc-cross-
> initial/gcc/arm-oe-linux-gnueabi/4.8.1/ld:
> /home/akini/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-
> neon-oe-linux-gnueabi/eglibc/2.18-r0/build-arm-oe-linux-gnueabi/libc.so:
> hidden symbol `__nss_not_use_nscd_group' isn't defined
>
> /home/akini/openembedded-core/build/tmp-eglibc/sysroots/x86_64-
> linux/usr/libexec/armv7a-vfp-neon-oe-linux-gnueabi.gcc-cross-
> initial/gcc/arm-oe-linux-gnueabi/4.8.1/ld:
> final link failed: Bad value
> collect2: error: ld returned 1 exit status
>
>
> PasteBin link to log.do_compile = http://pastebin.com/ujVwTrjg
>
>
> Let me know if i am going wrong somewhere or missed some thing !!
>
> --
>
> *Anup Kini
> *Systems Engineer****
> *
> ------------------------------
> *
>
> *Synapticon** * | Cyber-Physical System Solutions ****
>
> Mobile:
>
> Direct:
>
> +49 151 / 638 646 73
>
> +49 7335 / 186 999 21
>
> Fax:****
> +49 7335 / 186 999 1
>
>
> **
>
> ****
>
> synapticon.com <http://www.synapticon.com/> |
> @synapticon_co<https://twitter.com/#!/synapticon_co>
> ****
>
> Synapticon GmbH | Hohlbachweg 2 | 73344 Gruibingen, DE Secretary +49
> 7335 / 186 999 0 | General Manager: Nikolai Ensslen Registry Court Ulm
HRB
> 725114 | USt-ID DE271647127****
>
> This message and any files transmitted with it are confidential and
intended
> solely for the use of the individual or entity to whom they are addressed.
> Please notify the sender immediately if you have received this e-mail by
> mistake and delete it from your system.
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unable to compile eglibc_2.18
2013-10-01 11:20 ` Lukas Bulwahn
@ 2013-10-01 11:25 ` Anup Kini
2013-10-01 11:31 ` Burton, Ross
1 sibling, 0 replies; 8+ messages in thread
From: Anup Kini @ 2013-10-01 11:25 UTC (permalink / raw)
To: openembedded-devel
Thanks a lot Lukas,
Is there a round about to this, so that i can include mesa packages ?
On 1 October 2013 13:20, Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>wrote:
> Hi all,
>
> I can confirm this error that occurs when you set DISTRO_FEATURES = "opengl
> x11".
>
> Lukas
>
> > -----Ursprüngliche Nachricht-----
> > Von: openembedded-devel-bounces@lists.openembedded.org
> > [mailto:openembedded-devel-bounces@lists.openembedded.org] Im
> > Auftrag von Anup Kini
> > Gesendet: Dienstag, 1. Oktober 2013 10:32
> > An: openembedded-devel@lists.openembedded.org
> > Betreff: [oe] unable to compile eglibc_2.18
> >
> > Hi All,
> >
> > I am facing a weird error while trying to build core-image-minimal with
> OE
> >
> > Build Configuration:
> > BB_VERSION = "1.20.0"
> > BUILD_SYS = "x86_64-linux"
> > NATIVELSBSTRING = "Ubuntu-12.04"
> > TARGET_SYS = "arm-oe-linux-gnueabi"
> > MACHINE = "zc702-zynq7"
> > DISTRO_VERSION = "oe-core.0"
> > TUNE_FEATURES = " armv7a vfp neon zynq"
> > TARGET_FPU = "vfp-neon"
> > meta =
> > "master:3f5f9d2681d41e44dade5d3a5a4bff3fd38f5506"
> > meta-xilinx =
> > "master:6efe82fb07d98f190e9b078132526eeadd8cf9fc"
> >
> > " bitbake -v core-image-minimal " gives me the following error:
> >
> > /2.18-r0/eglibc-2.18/libc/pwd/../nss/getXXbyYY_r.c:308: undefined
> > reference to `__nss_database_custom'
> >
> > /home/akini/openembedded-core/build/tmp-eglibc/sysroots/x86_64-
> > linux/usr/libexec/armv7a-vfp-neon-oe-linux-gnueabi.gcc-cross-
> > initial/gcc/arm-oe-linux-gnueabi/4.8.1/ld:
> > /home/akini/openembedded-core/build/tmp-eglibc/work/armv7a-vfp-
> > neon-oe-linux-gnueabi/eglibc/2.18-r0/build-arm-oe-linux-gnueabi/libc.so:
> > hidden symbol `__nss_not_use_nscd_group' isn't defined
> >
> > /home/akini/openembedded-core/build/tmp-eglibc/sysroots/x86_64-
> > linux/usr/libexec/armv7a-vfp-neon-oe-linux-gnueabi.gcc-cross-
> > initial/gcc/arm-oe-linux-gnueabi/4.8.1/ld:
> > final link failed: Bad value
> > collect2: error: ld returned 1 exit status
> >
> >
> > PasteBin link to log.do_compile = http://pastebin.com/ujVwTrjg
> >
> >
> > Let me know if i am going wrong somewhere or missed some thing !!
> >
> > --
> >
> > *Anup Kini
> > *Systems Engineer****
> > *
> > ------------------------------
> > *
> >
> > *Synapticon** * | Cyber-Physical System Solutions ****
> >
> > Mobile:
> >
> > Direct:
> >
> > +49 151 / 638 646 73
> >
> > +49 7335 / 186 999 21
> >
> > Fax:****
> > +49 7335 / 186 999 1
> >
> >
> > **
> >
> > ****
> >
> > synapticon.com <http://www.synapticon.com/> |
> > @synapticon_co<https://twitter.com/#!/synapticon_co>
> > ****
> >
> > Synapticon GmbH | Hohlbachweg 2 | 73344 Gruibingen, DE Secretary +49
> > 7335 / 186 999 0 | General Manager: Nikolai Ensslen Registry Court Ulm
> HRB
> > 725114 | USt-ID DE271647127****
> >
> > This message and any files transmitted with it are confidential and
> intended
> > solely for the use of the individual or entity to whom they are
> addressed.
> > Please notify the sender immediately if you have received this e-mail by
> > mistake and delete it from your system.
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
--
*Anup Kini
*Systems Engineer****
*
------------------------------
*
*Synapticon** * | Cyber-Physical System Solutions ****
Mobile:
Direct:
+49 151 / 638 646 73
+49 7335 / 186 999 21
Fax:****
+49 7335 / 186 999 1
**
****
synapticon.com <http://www.synapticon.com/> |
@synapticon_co<https://twitter.com/#!/synapticon_co>
****
Synapticon GmbH | Hohlbachweg 2 | 73344 Gruibingen, DE
Secretary +49 7335 / 186 999 0 | General Manager: Nikolai Ensslen
Registry Court Ulm HRB 725114 | USt-ID DE271647127****
This message and any files transmitted with it are confidential and
intended
solely for the use of the individual or entity to whom they are addressed.
Please notify the sender immediately if you have received this e-mail by
mistake and delete it from your system.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unable to compile eglibc_2.18
2013-10-01 11:20 ` Lukas Bulwahn
2013-10-01 11:25 ` Anup Kini
@ 2013-10-01 11:31 ` Burton, Ross
2013-10-01 11:38 ` Anup Kini
1 sibling, 1 reply; 8+ messages in thread
From: Burton, Ross @ 2013-10-01 11:31 UTC (permalink / raw)
To: OE-devel, akini
On 1 October 2013 12:20, Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> wrote:
> I can confirm this error that occurs when you set DISTRO_FEATURES = "opengl
> x11".
If that's all DISTRO_FEATURES is set to then I'm eglibc is bound to
not compile, because almost everything has been disabled.
You probably want DISTRO_FEATURES_append = " opengl x11" so that you
don't overwrite the default features.
Ross
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unable to compile eglibc_2.18
2013-10-01 11:31 ` Burton, Ross
@ 2013-10-01 11:38 ` Anup Kini
2013-10-01 12:34 ` Burton, Ross
2013-10-01 12:37 ` Paul Eggleton
0 siblings, 2 replies; 8+ messages in thread
From: Anup Kini @ 2013-10-01 11:38 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-devel
Thank you Ross,
but i already tried that..
I get the following error
ERROR: Please ensure that your setting of VIRTUAL-RUNTIME_init_manager
(sysvinit) matches the entries enabled in DISTRO_FEATURES
ERROR: Unable to parse
/home/akini/openembedded-core/meta/recipes-core/packagegroups/
packagegroup-core-boot.bb: Exited with "1"
Hence i used DISTRO_FEATURES += "opengl x11"
Anything i am missing with DISTRO_FEATURES ?
I am making this entry in the conf/local.conf file.
On 1 October 2013 13:31, Burton, Ross <ross.burton@intel.com> wrote:
> On 1 October 2013 12:20, Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
> wrote:
> > I can confirm this error that occurs when you set DISTRO_FEATURES =
> "opengl
> > x11".
>
> If that's all DISTRO_FEATURES is set to then I'm eglibc is bound to
> not compile, because almost everything has been disabled.
>
> You probably want DISTRO_FEATURES_append = " opengl x11" so that you
> don't overwrite the default features.
>
> Ross
>
--
*Anup Kini
*Systems Engineer****
*
------------------------------
*
*Synapticon** * | Cyber-Physical System Solutions ****
Mobile:
Direct:
+49 151 / 638 646 73
+49 7335 / 186 999 21
Fax:****
+49 7335 / 186 999 1
**
****
synapticon.com <http://www.synapticon.com/> |
@synapticon_co<https://twitter.com/#!/synapticon_co>
****
Synapticon GmbH | Hohlbachweg 2 | 73344 Gruibingen, DE
Secretary +49 7335 / 186 999 0 | General Manager: Nikolai Ensslen
Registry Court Ulm HRB 725114 | USt-ID DE271647127****
This message and any files transmitted with it are confidential and
intended
solely for the use of the individual or entity to whom they are addressed.
Please notify the sender immediately if you have received this e-mail by
mistake and delete it from your system.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unable to compile eglibc_2.18
2013-10-01 11:38 ` Anup Kini
@ 2013-10-01 12:34 ` Burton, Ross
2013-10-01 12:37 ` Paul Eggleton
1 sibling, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2013-10-01 12:34 UTC (permalink / raw)
To: Anup Kini; +Cc: OE-devel
On 1 October 2013 12:38, Anup Kini <akini@synapticon.com> wrote:
> Thank you Ross,
> but i already tried that..
>
_append doesn't insert whitespace, so I expect you did "opengl x11". You
need " opengl x11", with the leading space very important.
(the variable ended in sysvinit, but you turned it into sysvinitopengl,
which is why you got the warning)
Ross
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unable to compile eglibc_2.18
2013-10-01 11:38 ` Anup Kini
2013-10-01 12:34 ` Burton, Ross
@ 2013-10-01 12:37 ` Paul Eggleton
2013-10-01 12:45 ` Anup Kini
1 sibling, 1 reply; 8+ messages in thread
From: Paul Eggleton @ 2013-10-01 12:37 UTC (permalink / raw)
To: Anup Kini; +Cc: openembedded-devel
On Tuesday 01 October 2013 13:38:56 Anup Kini wrote:
> Hence i used DISTRO_FEATURES += "opengl x11"
To round this off, you cannot use += to set DISTRO_FEATURES in local.conf
because the default value of DISTRO_FEATURES is set with ?= in the Poky / OE-
Core distro configuration, and that is parsed after local.conf, thus if you set
it to anything in local.conf the ?= statement containing all of the other
normal values will not apply. Use _append instead which takes effect at the end
of parsing, or more appropriately create your own distro configuration to set
the value.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: unable to compile eglibc_2.18
2013-10-01 12:37 ` Paul Eggleton
@ 2013-10-01 12:45 ` Anup Kini
0 siblings, 0 replies; 8+ messages in thread
From: Anup Kini @ 2013-10-01 12:45 UTC (permalink / raw)
To: Paul Eggleton; +Cc: OE-devel
Hi Paul,
Thanks for explaining the DISTRO_FEATURE_append. I am using it currently
but only with x11.
I looked up the valid values for DISTRO_FEATURES in OE below:
http://git.openembedded.org/openembedded-core/tree/meta/conf/distro/include/default-distrovars.inc
opengl doesnt seem to be a valid value here.
On the other hand, Poky from Yocto does provide opengl as a feature !!!
http://git.yoctoproject.org/cgit.cgi/poky/tree/meta-yocto/conf/distro/poky.conf
I am just trying to include virtual/libgl into my image and stuck with it
from the past two days :( :(
On 1 October 2013 14:37, Paul Eggleton <paul.eggleton@linux.intel.com>wrote:
> On Tuesday 01 October 2013 13:38:56 Anup Kini wrote:
> > Hence i used DISTRO_FEATURES += "opengl x11"
>
> To round this off, you cannot use += to set DISTRO_FEATURES in local.conf
> because the default value of DISTRO_FEATURES is set with ?= in the Poky /
> OE-
> Core distro configuration, and that is parsed after local.conf, thus if
> you set
> it to anything in local.conf the ?= statement containing all of the other
> normal values will not apply. Use _append instead which takes effect at
> the end
> of parsing, or more appropriately create your own distro configuration to
> set
> the value.
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>
--
*Anup Kini
*Systems Engineer****
*
------------------------------
*
*Synapticon** * | Cyber-Physical System Solutions ****
Mobile:
Direct:
+49 151 / 638 646 73
+49 7335 / 186 999 21
Fax:****
+49 7335 / 186 999 1
**
****
synapticon.com <http://www.synapticon.com/> |
@synapticon_co<https://twitter.com/#!/synapticon_co>
****
Synapticon GmbH | Hohlbachweg 2 | 73344 Gruibingen, DE
Secretary +49 7335 / 186 999 0 | General Manager: Nikolai Ensslen
Registry Court Ulm HRB 725114 | USt-ID DE271647127****
This message and any files transmitted with it are confidential and
intended
solely for the use of the individual or entity to whom they are addressed.
Please notify the sender immediately if you have received this e-mail by
mistake and delete it from your system.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-10-01 12:45 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-01 8:32 unable to compile eglibc_2.18 Anup Kini
2013-10-01 11:20 ` Lukas Bulwahn
2013-10-01 11:25 ` Anup Kini
2013-10-01 11:31 ` Burton, Ross
2013-10-01 11:38 ` Anup Kini
2013-10-01 12:34 ` Burton, Ross
2013-10-01 12:37 ` Paul Eggleton
2013-10-01 12:45 ` Anup Kini
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.