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

gcc-11.2.0 won't install #32

Open
sidestepp opened this issue Dec 6, 2021 · 3 comments
Open

gcc-11.2.0 won't install #32

sidestepp opened this issue Dec 6, 2021 · 3 comments

Comments

@sidestepp
Copy link

=======> Building '/var/lib/pkg/pkg/gcc#11.2.0-1.pkg.tar.xz'.
bsdtar -p -o -C /var/lib/pkg/work/gcc/src -xf /var/lib/pkg/src/gcc-11.2.0.tar.xz
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Error exit delayed from previous errors.
=======> ERROR: Building '/var/lib/pkg/pkg/gcc#11.2.0-1.pkg.tar.xz' failed.

@sidestepp
Copy link
Author

when I went back to gcc-11.1.0, it then worked

@emmett1
Copy link
Owner

emmett1 commented Dec 7, 2021

Latest gcc sources wont extract inside chroot using bsdtar. To workaround this issue, add this function above build() function:

bsdtar() { tar $@; }

@sidestepp
Copy link
Author

sidestepp commented Dec 7, 2021 via email

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

No branches or pull requests

2 participants