Opened 6 years ago

Closed 6 years ago

#57139 closed defect (invalid)

GQRX fails to install

Reported by: doubleosixandahalf Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.5.3
Keywords: Cc:
Port: GQRX

Description (last modified by jmroot (Joshua Root))

This is the output I get when I attempt to install GQRX, log file from "/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gqrx/gqrx/main.log" is attached. I have Xquartz installed so I dont know why im getting messages about xcode not being installed.

$ sudo port install gqrx

Warning: xcodebuild exists but failed to execute
Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option
Warning: Xcode does not appear to be installed; most ports will likely fail to build.
Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option
--->  Computing dependencies for gqrx
--->  Configuring gqrx
Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option
Error: Failed to configure gqrx: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gqrx/gqrx/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port gqrx failed

Attachments (1)

main.log (666.9 KB) - added by doubleosixandahalf 6 years ago.
log file

Download all attachments as: .zip

Change History (6)

Changed 6 years ago by doubleosixandahalf

Attachment: main.log added

log file

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

Description: modified (diff)
Keywords: GQRX failed removed
Owner: set to michaelld
Status: newassigned

Xcode is not the same thing as Xquartz. What output does this command give?

xcodebuild -version

comment:2 Changed 6 years ago by michaelld (Michael Dickens)

It looks like Xcode isn't properly installed ... might be Xcode itself or the Command Line Tools. Please verify that these are installed, e..g, per @jmroot's suggestion above.

Once you have Xcode and the CLT installed, try doing the following:

sudo port clean --all "gqrx*"
sudo port install gqrx

and see if that works. If not, please post the new log file.

comment:3 Changed 6 years ago by doubleosixandahalf

Hmm, I just downloaded and reinstalled the latest version of Xcode and CLI tools that are compatible with Sierra, Xcode 9.2. I had installed Xcode like years ago when it still came on the OS X DVD. Reinstalling Xcode / CLI Tools did not change anything.

Running "xcodebuild -version" outputs "xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance"

Running "sudo port clean --all "gqrx*"" and "sudo port install gqrx" still ultimately returns a "Error: Processing of port gqrx failed"

Version 0, edited 6 years ago by doubleosixandahalf (next)

comment:4 Changed 6 years ago by doubleosixandahalf

AH, got it working. I needed to run "sudo xcode-select -s /Applications/Xcode.app/Contents/Developer"

comment:5 Changed 6 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.