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

host dependency 'glibc-32bit' does not exist! #12990

Closed
boson-at opened this issue Jul 11, 2019 · 7 comments
Closed

host dependency 'glibc-32bit' does not exist! #12990

boson-at opened this issue Jul 11, 2019 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@boson-at
Copy link
Contributor

boson-at commented Jul 11, 2019

System

  • xuname:
    Void 4.19.58_1 x86_64 GenuineIntel uptodate rrmFFF

since about 17 hours I have problems with <depend="... glibc-32bit ...">
( after commit e4984d0 )

srcpkgs/my-test-package/template

[ "$XBPS_TARGET_MACHINE" == "x86_64" ] &&  depends+=" glibc-32bit"
$ ./xbps-src pkg my-test-package
grep: : Datei oder Verzeichnis nicht gefunden
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata': Not Found
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata': Not Found
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
=> my-test-package-1.0.1_1: removing autodeps, please wait...
=> my-test-package-1.0.1_1: building ... 
=> ERROR: my-test-package-1.0.1_1: host dependency 'glibc-32bit' does not exist!
@Johnnynator
Copy link
Member

I edited your post to properly use code tags.
` <- wrap longer logs ore code blocks with 3 backticks (or however they are called :)

@boson-at
Copy link
Contributor Author

@Johnnynator
Danke, thank you ;)

@abenson
Copy link
Contributor

abenson commented Jul 12, 2019

This also seems to break gcc-multilib.

@boson-at
Copy link
Contributor Author

the error is probably in "common/xbps-src/shutils/build_dependencies.sh"
I have replaced build_dependencies.sh with the version before "commit e4984d0" (529a019)

and "./xbps-src pkg my-test-package" works propperty

@MrPhantom
Copy link

Any updates on this? gcc-multilib is a version behind gcc and building is still broken.

Duncaen added a commit to Duncaen/void-packages that referenced this issue Sep 29, 2019
Duncaen added a commit to Duncaen/void-packages that referenced this issue Sep 29, 2019
@jnbr
Copy link
Contributor

jnbr commented Oct 31, 2019

fixed in #14822

@jnbr jnbr closed this as completed Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants
@abenson @MrPhantom @Johnnynator @jnbr @boson-at and others