#24186 closed defect (fixed)
cmus-2.3.1 +universal Configure error — unrecognized option `--disable-dependency-tracking'
Reported by: | cshei@… | Owned by: | milosh@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | cmus |
Description
While trying to upgrade cmus, I get the following error:
---> Configuring cmus DEBUG: Using compiler 'Mac OS X gcc 4.2' DEBUG: Executing org.macports.configure (cmus) DEBUG: Environment: CFLAGS='-O2 -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64 -arch i386' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64 -arch i386' FFLAGS='-O2' CC='/usr/bin/gcc-4.2' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_cmus/work/cmus-v2.3.1" && ./configure --disable-dependency-tracking prefix=/opt/local CONFIG_MIKMOD=n CONFIG_MAD=y CONFIG_VORBIS=y CONFIG_AAC=y CONFIG_MP4=y CONFIG_FLAC=y' unrecognized option `--disable-dependency-tracking' rm: .tmp-0-prog.dSYM: is a directory rm: .tmp-1-prog.dSYM: is a directory rm: .tmp-2-prog.dSYM: is a directory rm: .tmp-3-prog.dSYM: is a directory rm: .tmp-4-prog.dSYM: is a directory rm: .tmp-5-prog.dSYM: is a directory rm: .tmp-6-prog.dSYM: is a directory rm: .tmp-7-prog.dSYM: is a directory rm: .tmp-8-prog.dSYM: is a directory rm: .tmp-9-prog.dSYM: is a directory 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_audio_cmus/work/cmus-v2.3.1" && ./configure --disable-dependency-tracking prefix=/opt/local CONFIG_MIKMOD=n CONFIG_MAD=y CONFIG_VORBIS=y CONFIG_AAC=y CONFIG_MP4=y CONFIG_FLAC=y " returned error 1 DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_cmus/work/cmus-v2.3.1" && ./configure --disable-dependency-tracking prefix=/opt/local CONFIG_MIKMOD=n CONFIG_MAD=y CONFIG_VORBIS=y CONFIG_AAC=y CONFIG_MP4=y CONFIG_FLAC=y " returned error 1 while executing "$procedure $targetname" Warning: the following items did not execute (for cmus): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
Change History (4)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Keywords: | cmus removed |
---|---|
Owner: | changed from macports-tickets@… to milosh@… |
Summary: | cmus-2.3.1 Configure error — unrecognized option `--disable-dependency-tracking' → cmus-2.3.1 +universal Configure error — unrecognized option `--disable-dependency-tracking' |
comment:2 Changed 15 years ago by milosh@…
Status: | new → assigned |
---|
As cmus does not use a standard configure script, "--disable-dependency-tracking" was bound to fail.
Does anybody know a better correction than not building universal? If not, I will add "universal_variant no" to the Portfile.
comment:3 Changed 15 years ago by milosh@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Disable universal in r65469
comment:4 Changed 15 years ago by jmroot (Joshua Root)
It doesn't look like the unknown configure arg was what actually caused it to fail, but this would remove it:
configure.universal_args-delete --disable-dependency-tracking
Note: See
TracTickets for help on using
tickets.
Please remember to cc the maintainer.