Opened 11 years ago

Closed 11 years ago

#36616 closed defect (fixed)

gnuradio-qtgui configure error

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

Description (last modified by mf2k (Frank Schima))

I have gotten this far after reading/following ticket #36453 and changeset r98739

My installation has been more successful and runs until the following error

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

Attachments (5)

main.log (23.6 KB) - added by edrisedo@… 11 years ago.
main.2.log (72.8 KB) - added by edrisedo@… 11 years ago.
main.3.log (71.9 KB) - added by FrankOrtmann (Frank Ortmann) 11 years ago.
main.4.log (121.9 KB) - added by FrankOrtmann (Frank Ortmann) 11 years ago.
main.5.log (143.8 KB) - added by edrisedo@… 11 years ago.

Download all attachments as: .zip

Change History (29)

Changed 11 years ago by edrisedo@…

Attachment: main.log added

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

Description: modified (diff)
Keywords: gnuradio-qtgui removed
Owner: changed from macports-tickets@… to michaelld@…
Port: gnuradio-qtgui added

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainer(s).

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

Please do:

sudo port clean gnuradio-qtgui
sudo port selfupdate
sudo port install gnuradio-qtgui

and see if that helps. If not, please attach the resulting main.log file which includes all of the stages. The initial one contains just the configure stage which doe not tell me enough for debugging purposes.

comment:3 Changed 11 years ago by edrisedo@…

Cc: edrisedo@… added

Cc Me!

comment:4 in reply to:  2 Changed 11 years ago by edrisedo@…

I restarted my Mac and ran the commands you gave me with same result. Here is the latest main.log

Replying to michaelld@…:

Please do:

sudo port clean gnuradio-qtgui
sudo port selfupdate
sudo port install gnuradio-qtgui

and see if that helps. If not, please attach the resulting main.log file which includes all of the stages. The initial one contains just the configure stage which doe not tell me enough for debugging purposes.

Changed 11 years ago by edrisedo@…

Attachment: main.2.log added

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

Thanks. Does "/opt/local/include/qwt" exist?

comment:6 in reply to:  5 Changed 11 years ago by edrisedo@…

There is /qwt directory but its real path is

/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/qwt

Replying to michaelld@…:

Thanks. Does "/opt/local/include/qwt" exist?

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

OK; so what does:

ls -lAF /opt/local/include/qwt

return for you?

comment:8 Changed 11 years ago by edrisedo@…

I get:

ls: /opt/local/include/qwt: No such file or directory
Last edited 11 years ago by edrisedo@… (previous) (diff)

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

Thanks! Very good. I know what the issue is and will fix it shorty (today or tomorrow) after I figure out the correct syntax to use in the Portfile.

comment:10 in reply to:  9 Changed 11 years ago by edrisedo@…

Thank You (-:

This will be getting referenced in my Thesis!!!

Replying to michaelld@…:

Thanks! Very good. I know what the issue is and will fix it shorty (today or tomorrow) after I figure out the correct syntax to use in the Portfile.

Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:11 Changed 11 years ago by FrankOrtmann (Frank Ortmann)

Cc: frank.ortmann@… added

I am having exactly the same problem. It will be awesome when this eventually works!

Last edited 11 years ago by FrankOrtmann (Frank Ortmann) (previous) (diff)

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

Should be fixed in r98817. Please do:

sudo port clean gnuradio-qtgui
sudo port selfupdate
sudo port install gnuradio-qtgui [+variants]

and let me know if it works. I'll leave this ticket open until I hear something positive back. I'd test it myself, but I'm in the process of updating the GNU Radio ports to 3.6.2 and so I can't actually build this older version without some real inconvenience.

comment:13 in reply to:  12 ; Changed 11 years ago by FrankOrtmann (Frank Ortmann)

I ran the three commands and got an error:

sudo port install gnuradio-qtgui [+variants]
--->  Computing dependencies for gnuradio-qtgui
--->  Fetching archive for gnuradio-qtgui
--->  Attempting to fetch gnuradio-qtgui-3.3.0_1+python26.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/gnuradio-qtgui
--->  Attempting to fetch gnuradio-qtgui-3.3.0_1+python26.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/gnuradio-qtgui
--->  Attempting to fetch gnuradio-qtgui-3.3.0_1+python26.darwin_12.x86_64.tbz2 from http://packages.macports.org/gnuradio-qtgui
--->  Fetching distfiles for gnuradio-qtgui
--->  Verifying checksum(s) for gnuradio-qtgui
--->  Extracting gnuradio-qtgui
--->  Applying patches to gnuradio-qtgui
--->  Configuring gnuradio-qtgui
Error: org.macports.configure for port gnuradio-qtgui returned: configure failure: command execution failed

Please see main.3.log.

Replying to michaelld@…:

Should be fixed in r98817. Please do:

sudo port clean gnuradio-qtgui
sudo port selfupdate
sudo port install gnuradio-qtgui [+variants]

and let me know if it works. I'll leave this ticket open until I hear something positive back. I'd test it myself, but I'm in the process of updating the GNU Radio ports to 3.6.2 and so I can't actually build this older version without some real inconvenience.

Changed 11 years ago by FrankOrtmann (Frank Ortmann)

Attachment: main.3.log added

comment:14 in reply to:  13 ; Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to frank.ortmann@…:

I ran the three commands and got an error:

Assuming you are getting your portfiles via rsync, like most users do, you needed to have waited 30 minutes after Michael committed the change. The rsync server only picks up changes from the Subversion repository every 30 minutes.

sudo port install gnuradio-qtgui [+variants]

"[+variants]" is not to be entered literally; you're supposed to replace that with the set of variants you want to use, if any.

comment:15 in reply to:  14 ; Changed 11 years ago by FrankOrtmann (Frank Ortmann)

Replying to ryandesign@…:

Assuming you are getting your portfiles via rsync, like most users do, you needed to have waited 30 minutes after Michael committed the change. The rsync server only picks up changes from the Subversion repository every 30 minutes.

Oops, thanks!

"[+variants]" is not to be entered literally; you're supposed to replace that with the set of variants you want to use, if any.

Newbies, we suck ;-)

Trying it all again now that the 30 minutes are over.

Changed 11 years ago by FrankOrtmann (Frank Ortmann)

Attachment: main.4.log added

comment:16 Changed 11 years ago by FrankOrtmann (Frank Ortmann)

The process got a lot further this time, until an error occurred during the compilation of FrequencyDisplayPlot. See line 1445 of main.4.log.

comment:17 in reply to:  15 ; Changed 11 years ago by edrisedo@…

I ran the three commands and the install still fails

sudo port clean gnuradio-qtgui
sudo port selfupdate
sudo port install gnuradio-qtgui [+variants]

I checked the portfile and it matches the changes in r98817
Also a newbie here, so am I supposed to writing something in place of "[+variants]"?
added my main.log (main.5.log)

Looking through my main.5.log and comparing it to main.4.log my install fails at nearly the same point

1453	: info:build ConstellationDisplayPlot.cc:27:38: error: unknown type name 'QwtDoublePoint'

Replying to frank.ortmann@…:

Replying to ryandesign@…:

Assuming you are getting your portfiles via rsync, like most users do, you needed to have waited 30 minutes after Michael committed the change. The rsync server only picks up changes from the Subversion repository every 30 minutes.

Oops, thanks!

"[+variants]" is not to be entered literally; you're supposed to replace that with the set of variants you want to use, if any.

Newbies, we suck ;-)

Trying it all again now that the 30 minutes are over.

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

Changed 11 years ago by edrisedo@…

Attachment: main.5.log added

comment:18 in reply to:  17 Changed 11 years ago by edrisedo@…

I'm trying to understand how MacPorts works. I started looking for the missing 'QwtDoublePoint' I'm not sure if this will help but What I noticed is that 'QPoint' and QPointF' are defined in

/opt/local/Libaray/Frameworks/QtCore.framework/Versions/4/Headers/qpoint.h

While 'QwtDoublePoint' is defined in

/opt/local/Libaray/Frameworks/QtCore.framework/Versions/6/Headers/qwt_compat.h

I wonder if the .../Versions/4/ VS .../Versions/6/ is anything to worry about.

I hope my newb mining is a positive contribution.

Replying to edrisedo@…:

I ran the three commands and the install still fails

comment:19 Changed 11 years ago by mcquiggi (Kevin McQuiggin)

I am having the same issue with gnuradio-qtgui. I tried all the various ideas but no go.

Just a "me too!" post.

Anything I can do to help, let me know.

Kevin

comment:20 in reply to:  19 Changed 11 years ago by edrisedo@…

I've given up on the OSX build. I've got VMWare Fusion with an Ubuntu 11.04 working. I'm also buying an SSD for my PC so I can use Ubuntu on that too with the benefits of SSD in Software Radio.

I am guessing the people at MacPorts are busy porting the latest GNURadio 3.6.x for OS X, I am awaiting for that to come along.

Replying to mcquiggi@…:

I am having the same issue with gnuradio-qtgui. I tried all the various ideas but no go.

Just a "me too!" post.

Anything I can do to help, let me know.

Kevin

comment:21 Changed 11 years ago by mcquiggi (Kevin McQuiggin)

Bump!

Anything happening with this issue?

Tnx,

Kevin

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

Yes. I'm working on upgrading GNU Radio to the latest release. Still testing, but should be there within a few days.

comment:23 in reply to:  22 Changed 11 years ago by mcquiggi (Kevin McQuiggin)

Replying to michaelld@…:

Yes. I'm working on upgrading GNU Radio to the latest release. Still testing, but should be there within a few days.

THANK YOU!

In less personally busy times I would have had time to actually help rather just "bump" from the sidelines, but alas work gets in the way with being able to get deeply into new systems and coding environments. Although I've been coding and developing for ~40 years the learning curve for a lot of the latest tools is quite steep, and this need for dedicated time and focus precludes being able to do this alongside "real" work, family, et cetera. Not enough hours in the day...

Your collective work as volunteers (as porters and maintainers) is really appreciated by the macports community.

Kevin

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

Resolution: fixed
Status: newclosed

Fixed in r99885.

Note: See TracTickets for help on using tickets.