[meta] current build status of all "user" packages for BETA5
This is a meta-issue that tracks the current build/test status of all "user" packages for all supported architectures. Its purpose is to focus on getting the packages repository to build fully. For bugs that do not prevent a .apk
from being created (i.e. logic/configuration/vulnerabilities), please file separate issues. Do not link any issues to this one.
You can test the latest binaries by setting your /etc/apk/repositories
file to use https://next.adelielinux.org /{user,system}
. Note that these binaries may be rebuilt or deleted at any time. These are being pulled directly from the official build servers.
Each cell in the tables below should link to a GitLab issue with more details. The "verified" column contains the commit in which it was verified, indicating sign-off by @z after the row is resolved. Rows from one table may be moved to another table, as needed, e.g. if a package goes from "builddeps failed" to "build failed".
FETCH Failed
- (none)
BUILD Failed
package | aarch64 | armv7 | ppc64 | ppc | x86_64 | pmmx | verified | |
---|---|---|---|---|---|---|---|---|
bind | b75332c9 | |||||||
calligra | 0626331d | |||||||
digikam | f54f6373 | |||||||
firefox-esr | 9e3238a0 | |||||||
gitlab-runner | b75332c9 | |||||||
gtk4 | 497d57a9 | |||||||
libkscreen | 52b8db5d | |||||||
libreoffice | #859* | #859* | #859* | d7e5a717 | ||||
libsigc++3 | 0626331d | |||||||
llvm14 | 0626331d | |||||||
llvm8 | 0626331d | |||||||
mariadb | 198e0130 | |||||||
node | #837 (closed) | 4549827a | ||||||
openjdk8 | aa018289 | |||||||
openldap | 5b5c5dc8 | |||||||
opencv | ffe36d24 | |||||||
protobuf | e8adedc8 | |||||||
py3-twisted | d262cc5c | |||||||
qemu | 0626331d | |||||||
qt5-qtwebkit | 9ffe136f | |||||||
rust | 9e3238a0 | |||||||
supertux | 198e0130 | |||||||
thunderbird | acc601bd | |||||||
trojita | 0626331d | |||||||
wine | 5c682aa7 |
CHECK Failed
package | aarch64 | armv7 | ppc64 | ppc | x86_64 | pmmx | verified | |
---|---|---|---|---|---|---|---|---|
clang | 9a6e4b7f | |||||||
clucene | 12bf0314 | |||||||
dovecot | 6ee72293 | |||||||
freecell-solver | 9a6e4b7f | |||||||
gambit-c | ba0da9dc | |||||||
gobject-intros. | #776*** | 4549827a | ||||||
grantlee | 491802e5 | |||||||
gst-plugins-good | #941** | d311d08f | ||||||
gstreamer | d13bc52f | |||||||
libnih | #854*** | 4549827a | ||||||
libpng | aa91db8a | |||||||
libuv | 4549827a | |||||||
llvm14 | d262cc5c | |||||||
llvm8 | ffe36d24 | |||||||
mosquitto | ffe36d24 | |||||||
node | #878**** | 3532cc03 | ||||||
openldap | 6ff0fab2 | |||||||
orc | 9e3238a0 | |||||||
perl-devel-mat | be62bbb9 | |||||||
py3-pyirc | d262cc5c | |||||||
python3 | 52b8db5d | |||||||
rrdtool | d13bc52f | |||||||
sox | #961* | 491802e5 | ||||||
spack | 5c92c0bc | |||||||
strongswan | #831*** | 4549827a |
ROOTPKG Failed
package | aarch64 | armv7 | ppc64 | ppc | x86_64 | pmmx | verified | ||
---|---|---|---|---|---|---|---|---|---|
libdv | ffe36d24 |
MISSING Dependencies
As a result of the above failures, the following packages cannot be built due to missing dependencies. This list is updated whenever changes are made to the above table(s), however it may not be perfectly correct at all times as we focus on fixing the issues above.
architecture | list |
---|---|
aarch64 | libreoffice* sox* easy-kernel mac-fdisk xf86-video-siliconmotion xf86-video-vmware |
armv7 | libreoffice* sox* ant davmail firefox-esr numactl openjdk8 thunderbird xf86-video-siliconmotion xf86-video-vmware |
ppc64 | libreoffice* sox* gleam |
ppc | libreoffice* sox* easy-kernel firefox-esr gitlab-runner gleam node spack thunderbird |
x86_64 | libreoffice* sox* |
pmmx | libreoffice* sox* |
In addition to the asterisked items above, to see disabled-per-arch packages, do this:
for k in aarch64 armv7 ppc64 ppc x86_64 pmmx; do
echo -n ${k}:\ ; grep -r '!'"${k}\b" . \
| grep -v experimental \
| grep -v legacy \
| sort \
| cut -d/ -f3 \
| xargs \
;
done
(*) d7e5a717 moved to Legacy for this release.
(**) Cannot reproduce on POWER8 builder; issue only found on POWER9. Possible silicon errata.
(***) Intermittent/race-related.
(****) Cannot reproduce on HR350A builder; issue only found on LX2160A. Possible silicon errata.