-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Labels
bug reportSomething is not working properlySomething is not working properlyinactiveNo activity in a certain period of timeNo activity in a certain period of timepackagingIssue related to building packages, not affecting end users directlyIssue related to building packages, not affecting end users directlypacman
Description
Problem description
Now I'm setting up build-bootstraps.sh to support compiling bootstrap which will be based on pacman. During testing, a bug was noticed, it appears when the compiler reaches the bzip2 package.
Error message (testing happens in docker):
[*] Building 'bzip2'...
ERROR: No package bzip2 found in any of the enabled repositories. Are you trying to set up a custom repository?
[*] Building 'bzip2' exited with exit code 1
Failed to build package 'bzip2' for arch 'aarch64' in format 'pacman'
In fact, this can be fixed in build-bootstraps.sh, but I don't know if this will be correct.
What steps will reproduce the bug?
Command:
./scripts/build-bootstraps.sh --pm pacman --architectures aarch64
What is the expected behavior?
No response
System information
On all devices
Metadata
Metadata
Assignees
Labels
bug reportSomething is not working properlySomething is not working properlyinactiveNo activity in a certain period of timeNo activity in a certain period of timepackagingIssue related to building packages, not affecting end users directlyIssue related to building packages, not affecting end users directlypacman