Skip to content
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

gentoo/i386 has wrong ACCEPT_KEYWORDS="~amd64" #338

Closed
juippis opened this issue May 25, 2020 · 2 comments
Closed

gentoo/i386 has wrong ACCEPT_KEYWORDS="~amd64" #338

juippis opened this issue May 25, 2020 · 2 comments

Comments

@juippis
Copy link

juippis commented May 25, 2020

Hey,

when downloading and launching gentoo/i386 from https://images.linuxcontainers.org it has wrong keywords for x86 architechture in /etc/portage/make.conf.

# grep KEYWORDS /etc/portage/make.conf 
ACCEPT_KEYWORDS=~amd64

This should be ~x86 or even x86. I don't know where this gets added to the container image. CFLAGS is set correctly to -O2 -march=i686 -pipe.

I didn't check other architechture images (s390, ppc64, arm), but they might have the same issue.

| gentoo/i386 (2 more)                 | ad80156ef2ff | yes    | Gentoo current i386 (20200524_16:07)         | i686         | CONTAINER       | 219.88MB | May 24, 2020 at 12:00am (UTC) |
@monstermunchkin
Copy link
Member

Thanks for reporting this.

Our gentoo.yaml is incorrect in that we only consider x86_64 and arm. I'll add a check for x86 as well.

@monstermunchkin
Copy link
Member

I'm closing this issue as it's not an issue with distrobuilder itself. lxc/lxc-ci#161 should fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants