Opened 12 years ago

Closed 11 years ago

#36393 closed defect (fixed)

gnuradio-qtgui @3.3.0 +python26, linking failure - QtGui framework not found despite being installed

Reported by: macports@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: kfs@…, edrisedo@…
Port: gnuradio-qtgui

Description

Hi,

gnuradio-qtgui fails linking due to the QtGui framework not being found (according to main.log). My system is OSX 10.6.8 with Xcode 4.2, MacPorts is 2.1.2 .

I'm trying to install gnuradio using wxwidgets-devel for 64 Bit support and boost 1.49.0_0 because of missing symbols when building gnuradio-gruel with boost 1.50. The QtGui Framework seems to be place:

aquila:~ eligs$ ls -l /opt/local/Library/Frameworks/QtGui.framework/Versions/4/
total 25464
drwxr-xr-x  849 root  wheel     28866 30 Sep 12:32 Headers
-rwxr-xr-x    1 root  wheel  13037352 20 Sep 22:44 QtGui
drwxr-xr-x    3 root  wheel       102 30 Sep 12:32 Resources

And according to the Log QTGUI is found by the configure script:

...
:info:configure checking for PyQt4 for Qt4... yes
:info:configure checking for QTCORE... yes
:info:configure checking for QTGUI... yes
:info:configure checking for QTOPENGL... yes
...

All ports were just wiped, cleaned and rebuilt before trying to install gnuradio.

Attachments (1)

main.log (102.2 KB) - added by macports@… 12 years ago.

Download all attachments as: .zip

Change History (8)

Changed 12 years ago by macports@…

Attachment: main.log added

comment:2 Changed 12 years ago by kfs@…

Happens on 10.8 as well. I don't think the OS release matters, it seems to be the qt moving from a library to a frameworks

comment:3 Changed 12 years ago by kfs@…

Cc: kfs@… added

Cc Me!

comment:4 Changed 12 years ago by edrisedo@…

Cc: edrisedo@… added

Cc Me!

my install failed at gnuradio-qtgui too
I'm running OS X 10.8.2 on MBP retina

Error: org.macports.configure for port gnuradio-qtgui returned: configure failure: command execution failed
Error: Failed to install gnuradio-qtgui

Should I start a new ticket with my own main.log file?

Last edited 12 years ago by edrisedo@… (previous) (diff)

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

Owner: changed from macports-tickets@… to michaelld@…

comment:6 in reply to:  4 ; Changed 12 years ago by mf2k (Frank Schima)

Replying to edrisedo@…:

Should I start a new ticket with my own main.log file?

Not if it is the same error.

comment:7 in reply to:  6 Changed 12 years ago by edrisedo@…

I guess I will starte a new ticket since I have a different system (10.8.2, Xcode 4.5.1)

Replying to macsforever2000@…:

Replying to edrisedo@…:

Should I start a new ticket with my own main.log file?

Not if it is the same error.

comment:8 Changed 11 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed

Fixed in r99885.

Note: See TracTickets for help on using tickets.