Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#23005 closed defect (fixed)

nginx-0.7.64_0 install fails with +universal

Reported by: michaellenaghan (Michael Lenaghan) Owned by: boeyms@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: nginx

Description

My apologies if this is based on a misunderstanding of proper ports usage:

$ sudo port install nginx +universal
--->  Computing dependencies for nginx
--->  Configuring nginx
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_nginx/work/nginx-0.7.64" && ./configure --prefix=/opt/local --disable-dependency-tracking --with-cc-opt="-I/opt/local/include -O2" --with-ld-opt="-L/opt/local/lib" --conf-path=/opt/local/etc/nginx/nginx.conf --error-log-path=/opt/local/var/log/nginx/error.log --http-log-path=/opt/local/var/log/nginx/access.log --pid-path=/opt/local/var/run/nginx/nginx.pid --lock-path=/opt/local/var/run/nginx/nginx.lock --http-client-body-temp-path=/opt/local/var/run/nginx/client_body_temp --http-proxy-temp-path=/opt/local/var/run/nginx/proxy_temp --http-fastcgi-temp-path=/opt/local/var/run/nginx/fastcgi_temp " returned error 1
Command output: ./configure: error: invalid option "--disable-dependency-tracking"

Error: Status 1 encountered during processing.

Change History (3)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Keywords: nginx removed
Owner: changed from macports-tickets@… to boeyms@…

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

r61916 only added "configure.universal_args-delete --disable-dependency-tracking"; the port now builds with the universal variant, but doesn't produce universal binaries. I undid r61916 and instead added "universal_variant no" in r68367.

Note: See TracTickets for help on using tickets.