| Summary: | www/apache24: Install from ports fails because pkg-static complains of unknown keywords | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Stefan B. <sblachmann> |
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> |
| Status: | Closed DUPLICATE | ||
| Severity: | Affects Some People | CC: | sblachmann, se |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(apache) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Stefan B.
2022-01-04 17:26:42 UTC
I cannot reproduce this problem - @preunexec works in my ports, and I can build, package, and install apache24 (just checked). My environment: FreeBSD-CURRENT on amd64 with pkg-1.17.5. Thank you for checking, Stefan Esser! I now have found what the cause of the error is: System was installed with the DVD installer option "install ports tree". So, with ports tree generated by the FreeBSD DVD installer, make install of the apache build failed as described. But after I removed the ports tree and reinstalled it using portsnap, the problem was gone and build/install worked: rm -r /usr/src/* rm -r /usr/src/.* portsnap fetch portsnap extract portsnap update Could there be something wrong with the ports tree being installed by the DVD installer ? *** This bug has been marked as a duplicate of bug 261441 *** |