-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building angstrom-v2015.12-yocto2.0 is getting failed #26
Comments
I am facing the same issue. Can anyone help on it, please? |
remove meta-gnome from bblayers.conf as a stop gap |
If I do that, I come up with the following error: I would like to build systemd-qt5-image or systemd-gnome-image, but even if I try to build just systemd-image, this error appears. |
if you are not building xfce image then punt meta-xfce as well |
It seems that there is a compile error at the qtbase.bb recipe: qtbase/5.5.1+gitAUTOINC+5afc431323-r0/git/src/widgets/styles/qgtkstyle.cpp: In member function 'virtual QRect QGtkStyle::subControlRect(QStyle::ComplexControl, const QStyleOptionComplex_, QStyle::SubControl, const QWidget_) const': ERROR: Task 1184 (sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb, do_compile) failed with exit code '1' Is there any fix for this build error? I have also tried the systemd-gnome-image and got the following error: ERROR: Nothing RPROVIDES 'gnome-common-schemas' (but /home/mauricio/git/angstrom/sources/meta-angstrom/recipes-angstrom/packagegroups/packagegroup-gnome.bb RDEPENDS on or otherwise requires it) These packages seems to be provided by meta-gnome layer which we have removed. It is frustrating. The only image I could build was systemd-image, before removing the meta-gnome layer, but it does not have any GUI so it is not useful for my application. |
I did even try to build the systemd-qt5-image or systemd-gnome-image yesterday and I am still failing miserably. Anyone please help how to build the images successfully. I am using Debian 8.0 with Debian in VMware. @mauriciocirelli Mauricio : What is the environment you are using to build the angstrom?? My another question is what distribution of linux are you using it to build angstrom successfully.. I used CentOS and Debian and still unable to move further.. Any help is appreciated !!!! |
Can you try adding
|
Hi Khem, but getting the below build error, ERROR: Nothing RPROVIDES 'gnome-keyring' (but /home/gibson/layers/meta-angstrom/recipes-angstrom/packagegroups/packagegroup-gnome.bb RDEPENDS on or otherwise requires it) Summary: There were 2 WARNING messages shown. |
On Sun, May 15, 2016 at 8:51 AM, Gibson [email protected] wrote:
remove it from packagegroup-gnome.bb for now
|
ok i'll do that and try |
I did try that also Khem, but eventually landing up in a lot more errors |
I did try as you said and i encountered with a set of errors, ERROR: Nothing RPROVIDES 'gnome-power-manager' (but /home/gibson/layers/meta-angstrom/recipes-angstrom/packagegroups/packagegroup-gnome.bb RDEPENDS on or otherwise requires it) |
On Sun, May 15, 2016 at 10:35 AM, Gibson [email protected] wrote:
Yes, gir changes has broken few recipes. Do you need gnome ?
|
sure i am able to compile the systemd-image--- found to be successful. I was looking for qt5 image that again ran into some issues. then again systemd-gnome-image==> again issues.. Kind of confused and bewildered how people successfully build the angstrom... |
On Sun, May 15, 2016 at 10:47 AM, Gibson [email protected] wrote:
for qt5 image what errors do you get.
|
I will give a try on this new branch. I had that same issues and had given up. |
Let me know Mauricio :) |
Mauricio I did try to build from the master, but still I am facing the same issue. Just wondering what to do!!! |
I did a systemd-qt5-image build and it built ok. you will need this patch |
Thanks Khem and appreciate your quick response!!!! I will try today and let you know how it progresses. I am going to try out by checking out from the master with the latest updates and not from any specific branch. I will update you soon on this.. Regards, |
Hi Khem, OTE: /home/gibson/layers/openembedded-core/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb: base_contains is deprecated, please use bb.utils.contains instead. Summary: There were 4 WARNING messages shown. Now where am I going wrong?? Regards, |
can you repo sync and build again ? |
Dear Khem, I checked out from the master and did a build for systemd-qt5-image and got the below errors, NOTE: Preparing RunQueue Summary: 1 task failed: Regards, |
Delete that bb file.
|
Thanks Khem, I was able to build systemd-qt5-image sucessfully by deleting the qtquick1_git.bb!!!!! Regards, |
Hi Khem , I did a repo sync and did bitbake systemd-qt5-image and I am screwed up again. gibson@debian:~$ bitbake systemd-qt5-image Summary: There was 1 WARNING message shown. Where am I going wrong??? Regards, |
I followed the steps written in the below link,
https://github.com/Angstrom-distribution/angstrom-manifest/tree/angstrom-v2015.12-yocto2.0
I landed up with the following issues
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'gnome-keyring' (but /home/gibson/sources/meta-angstrom/recipes-angstrom/packagegroups/packagegroup-gnome.bb RDEPENDS on or otherwise requires it)
ERROR: gnome-keyring was skipped: Recipe is blacklisted: This version conflicts with gcr from oe-core
NOTE: Runtime target 'gnome-keyring' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gnome-keyring']
NOTE: Runtime target 'packagegroup-gnome' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-gnome', 'gnome-keyring']
ERROR: Required build target 'systemd-gnome-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['systemd-gnome-image', 'packagegroup-gnome', 'gnome-keyring']
Host Distro : Debian 7.x.x and Debian 8.xx 64 bit OS
Machine : Beaglebone Black
Regards,
Gibson
The text was updated successfully, but these errors were encountered: