Opened 11 years ago

Closed 11 years ago

#40225 closed defect (fixed)

Build Error in QwtPlotZoomer

Reported by: szygmunt@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: py27-pyqwt

Description

Appears to be a problem with the sip creation of QwtPlotZoomer.cpp in py27-pyqwt. Possibly related to the revision increase in sip? (I have been unable to revert my sip install to test)

Started with a clean /opt installation on a new disk and hit the problem while installing gnuradio.

:info:build /usr/bin/clang++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DHAS_NUMPY -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/opt/local/include -I/opt/local/include/qwt -I/opt/local/incl
ude/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nu
mpy/core/include -I/opt/local/share/qt4/mkspecs/default -I/opt/local/Library/Frameworks/QtCore.framework/Headers -I/opt/local/Library/Frameworks/QtGui.framework/Headers -F/opt/local/lib 
-F/opt/local/Library/Frameworks -o sipQwtQwtPlotZoomer.o sipQwtQwtPlotZoomer.cpp
:info:build /usr/bin/clang++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DHAS_NUMPY -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/opt/local/include -I/opt/local/include/qwt -I/opt/local/incl
ude/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nu
mpy/core/include -I/opt/local/share/qt4/mkspecs/default -I/opt/local/Library/Frameworks/QtCore.framework/Headers -I/opt/local/Library/Frameworks/QtGui.framework/Headers -F/opt/local/lib 
-F/opt/local/Library/Frameworks -o sipQwtQwtPlotScaleItem.o sipQwtQwtPlotScaleItem.cpp
:info:build In file included from ../sip/qwt5qt4/qwt_plot_zoomer.sip:77:
:info:build /opt/local/include/qwt/qwt_plot_zoomer.h:88:18: warning: 'QwtPlotZoomer::move' hides overloaded virtual function [-Woverloaded-virtual]
:info:build     virtual void move(double x, double y);
:info:build                  ^
:info:build /opt/local/include/qwt/qwt_plot_picker.h:106:18: note: hidden overloaded virtual function 'QwtPlotPicker::move' declared here
:info:build     virtual void move(const QPoint &);
:info:build                  ^
:info:build tmp-qwt5qt4/sipQwtQwtPlotZoomer.cpp:579:31: error: too few arguments to function call, expected 2, have 1
:info:build         QwtPlotZoomer::move(a0);
:info:build         ~~~~~~~~~~~~~~~~~~~   ^
:info:build /opt/local/include/qwt/qwt_plot_zoomer.h:88:5: note: 'move' declared here
:info:build     virtual void move(double x, double y);
:info:build     ^

Any advice on a fix or work around would be greatly appreciated.

Attachments (1)

py27-pyqwt.log (40.3 KB) - added by szygmunt@… 11 years ago.
Build log file

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by szygmunt@…

Attachment: py27-pyqwt.log added

Build log file

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

This is not a complete log.

:debug:main Skipping completed org.macports.archivefetch (py27-pyqwt)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (py27-pyqwt)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (py27-pyqwt)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (py27-pyqwt)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (py27-pyqwt)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (py27-pyqwt)
:debug:main Privilege de-escalation not attempted as not running as root.

As per the Guide, please clean, try again, and attach the new main.log if necessary.

comment:2 Changed 11 years ago by szygmunt@…

Issue was resolved with patch r109950. Thanks!!!

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

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.