Opened 7 years ago
Closed 7 years ago
#55110 closed defect (invalid)
Cannot install mod_fcgid port after forced upgrade to apache2 @2.4.28_0+preforkmpm
Reported by: | jlrobins | Owned by: | pixilla (Bradley Giesbrecht) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | mod_fcgid |
Description
Was running apache 2.2 and mod_fcgid via macports until yesterday's 'upgrade outdated' which seemed to force ship down apache2 @2.4.28_0+preforkmpm. Now cannot rebuild mod_fcgid:
$ sudo port install mod_fcgid Password: ---> Computing dependencies for mod_fcgid ---> Building mod_fcgid Error: Failed to build mod_fcgid: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_fs1_macports_ports_www_mod_fcgid/mod_fcgid/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port mod_fcgid failed
Looks like the port has /opt/local/apache2/bin/apxs
hardcoded, should instead pivot location off of which apache2 variant is actually installed? New places for axps is /opt/local/bin/apxs
See attached main.log.
Attachments (1)
Change History (4)
Changed 7 years ago by jlrobins
comment:1 Changed 7 years ago by mf2k (Frank Schima)
Owner: | set to pixilla |
---|---|
Port: | mod_fcgid added |
Status: | new → assigned |
In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers mod_fcgid
), if any.
comment:2 Changed 7 years ago by jlrobins
Sorry. Should close this tix invalid / worksforme. Ends up we have our own port variant patching the source to give more environment space. The upstream portfile properly switches to find axps, our variant cloned from upstream years ago does not.
My bad, please disregard.
comment:3 Changed 7 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
port build main.log, croaking when trying to run hardcoded path axps