| Summary: | net-wireless/gnuradio-3.7.10.1 - ../../lib/libgnuradio-qtgui-3.7.10.1.so.0.0.0: undefined reference to `QwtPlotRasterItem::interval(Qt::Axis) const' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | tonemgub |
| Component: | Current packages | Assignee: | Gentoo Radio project <radio> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | zerochaos |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
environment
folder.tar.bz2 build log |
||
|
Description
tonemgub
2016-10-15 20:46:05 UTC
Created attachment 450318 [details]
environment
Created attachment 450322 [details]
folder.tar.bz2
...:sigh:... Anyway, going by the error in the log (a series of 'missing symbol') and the preceding linking command for the lib, the problem seems to come from libqwt...might be a too low version req. Comment on attachment 450322 [details]
folder.tar.bz2
Why would you put a single file in a tarball like that? Just compress the file and skip the tar step.
still appears to occur. Created attachment 458868 [details]
build log
so, that basically qt4/qt5 messed. Check if qwt:6 built with qt4 or qt5.
gnuradio has to be
qt4? (
>=dev-python/PyQt4-4.4[X,opengl,${PYTHON_USEDEP}]
>=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
>=dev-qt/qtcore-4.4:4
>=dev-qt/qtgui-4.4:4
x11-libs/qwt:6[qt4]
)
and it has following:
qt4? (
>=dev-python/PyQt4-4.4[X,opengl,${PYTHON_USEDEP}]
>=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
>=dev-qt/qtcore-4.4:4
>=dev-qt/qtgui-4.4:4
x11-libs/qwt:6
)
fixed, thanks Oleg |