Opened 8 years ago

Last modified 5 years ago

#51084 reopened defect

py27-pyqwt fails to compile on OSX 10.11.4 when installing gnuradio

Reported by: mail@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: py-pyqwt

Description

Can't get py27-pyqwt to compile. This is mainly an issue because gnuradio requires this by default.

Attachments (1)

main.log (130.4 KB) - added by mail@… 8 years ago.
logfile

Download all attachments as: .zip

Change History (6)

Changed 8 years ago by mail@…

Attachment: main.log added

logfile

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

Owner: changed from macports-tickets@… to michaelld@…
Port: py-pyqwt added

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers py27-pyqwt), if any.

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

Summary: py27-pyqwt fails to compile on OSX 10.11.4py27-pyqwt fails to compile on OSX 10.11.4 when installing gnuradio

Have you tried cleaning & installing directly?

sudo port clean py27-pyqwt
sudo port install py27-pyqwt

and, if that fails then attach the new failing build log here. If it works, then try installing gnuradio again.

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

Resolution: duplicate
Status: newclosed

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

Resolution: duplicate
Status: closedreopened

I'm moving the discussion from the prior ticket to this one, since it is recent & stands a chance of the OP being present.

Reviewing the logfile you provided, I see:

/usr/local/include/qwt_plot_svgitem.h

which means some package manager other than MacPorts installed some QWT files. Please remove any such files, clean py27-pyqwt, and try installing it again.

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

BTW> You can review the files actually installed for any port via port contents ... and you can figure out which version of qwt is installed via port installed "*qwt*" and active.

Note: See TracTickets for help on using tickets.