From: Ferry Toth <ftoth@telfort.nl>
To: yocto@yoctoproject.org
Subject: populate sdk fails when multilib enabled
Date: Sun, 08 Oct 2017 22:37:19 +0200 [thread overview]
Message-ID: <ore29n$fsd$1@blaine.gmane.org> (raw)
When I build for x86_64 I found I needed to enable multilib to be able to
build u-boot (actually lib32_u-boot). U-boot now builds.
However 'bitbake edison-image -c populate_sdk' now errors with
Build Configuration:
BB_VERSION = "1.32.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "x86_64-poky-linux"
MACHINE = "edison"
DISTRO = "poky-edison"
DISTRO_VERSION = "2.2.2"
TUNE_FEATURES = "m64 core2"
The following packages have unmet dependencies:
lib32-packagegroup-core-standalone-sdk-target :
Depends: lib32-glibc but it is not installable
Depends: lib32-glibc-dbg but it is not installable
Depends: lib32-glibc-dev but it is not installable
Depends: lib32-glibc-gconv-cp1252 but it is not installable
Depends: lib32-glibc-gconv-ibm850 but it is not installable
Depends: lib32-glibc-gconv-iso8859-1 but it is not installable
Depends: lib32-glibc-gconv-iso8859-15 but it is not installable
Depends: lib32-glibc-localedata-i18n but it is not installable
Depends: lib32-glibc-thread-db but it is not installable
Depends: lib32-glibc-utils but it is not installable
Depends: lib32-libatomic but it is not installable
Depends: lib32-libatomic-dev but it is not installable
Depends: lib32-libgcc but it is not installable
Depends: lib32-libgcc-dev but it is not installable
Depends: lib32-libsegfault but it is not installable
Depends: lib32-libstdc++ but it is not installable
Depends: lib32-libstdc++-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
Other than u-boot I am not building any lib32- packages. In my image recipy
I have:
EXTRA_IMAGEDEPENDS += "lib32-u-boot"
In my conf file I have:
#multilib
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "core2-32"
IMAGE_INSTALL_append = " lib32-libgcc"
Both lib32-packagegroup-core-standalone-sdk-target and packagegroup-core-
standalone-sdk-target can be found under deploy/deb/all, the packages should
probably be under deploy/deb/core2-32. Some are there, some I don't
recognize, but I have not idea why there are not installable.
Does anybody know what's wrong here? Is there a bug in the lib32 package
group?
Is there a way I can prevent this package group from being installed in the
sdk?
Thanks in advance!
--
Ferry Toth
next reply other threads:[~2017-10-08 20:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-08 20:37 Ferry Toth [this message]
[not found] <DM5PR15MB19130691D868BC70C4E9C840F0FD0@DM5PR15MB1913.namprd15.prod.outlook.com>
2018-10-15 14:32 ` populate_sdk fails when multilib enabled Mohammad, Jamal M
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ore29n$fsd$1@blaine.gmane.org' \
--to=ftoth@telfort.nl \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.