php fails to build: Unable to find required gettext library | /usr/pkg/lib/libbz2.so: error adding symbols: File in wrong format #12
Loading…
Reference in a new issue
No description provided.
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?
A continuation from the #9 issue.
phpbuild fails in during the configure stage:Found the failure in
config.log:It sounds familiar already, but the location is different this time:
Directory
/usr/pkgalso belongs to the pkgsrc but this time it's a system-wide install.It's way older, so I had already forgot about its' existence.
Still no ideas why it interferes with
./configurefour times:AFAIK this path is absent from any of my configuration.
This is first time
./configurementions/usr/pkg-based paths:Heck! It's hardcoded into the
php-8.1.20/configurescript!No ideas on how to proceed further.
Probably requires tinkering with AutoConf.
E.g. this
NetBSDfr/pkgincross-compilation patch for seemingly relatedconfigureissue:configure.ac: Avoid existence checks in system we're building for. #134
Ah, so this location comes from NetBSD:
Fixed by eb8bfcc
Metadata Update from @sskras: