gettext package: missing files #257
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
gettext 0.22.5-1.1 ALHP package does not contain textstyle files in lib and include dir
Can confirm. Ran into this issue when trying to build
mesa-git, which failed due tobison --versionfailing due to missinglibtextstyle.so.0.I then proceeded to check the upstream file list for gettext which did include
usr/lib/libtextstyle.so.0. So I ran a diff between apacman -Ql gettextcomparing Arch vs ALHP's versions, and got this:It's strange that ALHP's version is missing all this, when the package version is identical (except for the pkgrel). I wonder how this happened - does ALHP also make changes to the PKGBUILDs, if so, where can I find these customised PKGBUILDS?
Did you maybe hit https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/issues/3? Does it work with
0.22.5-2.1?ALHP does not modify anything except what you can find in this repo, e.g. the kernels.
Yes.
Well, the files are still not there, but according the issue you mentioned above this is on purpose. And after upgrading bison, it works as intended.
Sorry for the false alarm.
No worries, good to see you got it working.