| Summary: | devel/apr1: Fails to build - "configure: error: cannot compute sizeof (char)" | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Mike <mikeowens> |
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> |
| Status: | Closed Works As Intended | ||
| Severity: | Affects Only Me | CC: | joneum, mikeowens |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(apache) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mike
2019-07-22 21:51:06 UTC
Work fine for me http://joneumbox.org/data/120amd64-ports/2019-07-23_08h28m07s/logs/apr-1.6.5.1.6.1_1.log Installed ports in new jail from scratch: .... portsnap fetch portsnap extract cd /usr/ports/devel/apr1 make --- config-conditional --- --- do-config --- ===> Building/installing dialog4ports as it is required for the config dialog --- limited-clean-depends-noflavor --- --- config-conditional --- --- limited-clean-depends-noflavor --- --- limited-clean-depends --- --- config-conditional --- --- config --- ===> Skipping 'config' as NO_DIALOG is defined --- install --- --- /usr/ports/ports-mgmt/dialog4ports/work/.stage_done.dialog4ports._usr_local --- --- fake-pkg --- --- security-check --- --- install-message --- ===> Registering installation for dialog4ports-0.1.6 ===> Installing for dialog4ports-0.1.6 --- check-already-installed --- --- fake-pkg --- pkg-static: open(/usr/ports/ports-mgmt/dialog4ports/work/.metadir): No such file or directory --- check-already-installed --- ===> Checking if dialog4ports is already installed --- fake-pkg --- *** [fake-pkg] Error code 70 make[3]: stopped in /usr/ports/ports-mgmt/dialog4ports 1 error make[3]: stopped in /usr/ports/ports-mgmt/dialog4ports *** [install] Error code 2 make[2]: stopped in /usr/ports/ports-mgmt/dialog4ports --- limited-clean-depends-noflavor --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/ports/ports-mgmt/dialog4ports *** [limited-clean-depends-noflavor] Error code 2 make[2]: stopped in /usr/ports/ports-mgmt/dialog4ports 2 errors make[2]: stopped in /usr/ports/ports-mgmt/dialog4ports ===> Options unchanged A failure has been detected in another branch of the parallel make make[1]: stopped in /usr/ports/devel/apr1 *** [config-conditional] Error code 2 make: stopped in /usr/ports/devel/apr1 1 error make: stopped in /usr/ports/devel/apr1 .... Nowhere do I have NO_DIALOG. /etc/make.conf is empty. I have no idea why that won't come up, or why dialog4ports wont build. So I just install it from scratch and try to proceed: .... apr1 # pkg install dialog4ports Proceed with this action? [y/N]: y [1/1] Installing dialog4ports-0.1.6... [1/1] Extracting dialog4ports-0.1.6: 100% apr1 # make --- config-conditional --- --- do-config --- *** [do-config] Stopped -- signal 22 ... And it just hangs. This happens in the blank jail. So I do same steps in main host just in case its some weird jail issue. Same result. I've never had these kinds of problems from ports. Nothing builds. .... cd shells/bash n1 bash # make --- config-conditional --- --- do-config --- *** [do-config] Stopped -- signal 22 .... This vanilla FreeBSD 12. I have no idea what is in my environment that made it mad. But running from stock shell (not bash) worked fine. So its something in my shell environment that was causing problems. |