Opened 5 years ago

Closed 5 years ago

#59188 closed defect (fixed)

jack-1.9.12_0 fails

Reported by: xhale (Alex Heyes) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), hjlbs
Port: jack

Description

Installing jack (dependency of gnuradio) fails as '--nocache' flag not recognised.

stdout:

--->  Fetching archive for jack
--->  Attempting to fetch jack-1.9.12_0.darwin_18.x86_64.tbz2 from https://packages.macports.org/jack
--->  Attempting to fetch jack-1.9.12_0.darwin_18.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/jack
--->  Attempting to fetch jack-1.9.12_0.darwin_18.x86_64.tbz2 from http://nue.de.packages.macports.org/jack
--->  Configuring jack
Error: Failed to configure jack: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_jack/jack/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port gnuradio failed

snipped logfile:

:info:configure waf: error: no such option: --nocache
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_jack/jack/work/jack2-1.9.12" && /opt/local/bin/python2.7 ./waf configure --prefix=/opt/local --doxygen=no --alsa=no --firewire=no --freebob=no --iio=no --portaudio=no --winmme=no --celt=no --opus=no --samplerate=yes --sndfile=yes --readline=no --nocache
:info:configure Exit code: 2
:error:configure Failed to configure jack: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
:debug:configure     while executing
:debug:configure "$procedure $targetname"
:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_jack/jack/main.log for details.

Change History (4)

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Port: jack added

In the future, please fill in the Port field.

comment:2 Changed 5 years ago by mf2k (Frank Schima)

Cc: ryandesign added

comment:3 Changed 5 years ago by mf2k (Frank Schima)

Cc: hjlbs added

Has duplicate #59202.

comment:4 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 90e5e808e33db32ada87ef01935a665b55e064b1/macports-ports (master):

jack: Delete --nocache option

This waf does not support that option.

Closes: #59188

Note: See TracTickets for help on using tickets.