-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net-voip/linphone-desktop-5.2.4 broken #158
Comments
I can't reproduce this. |
Maybe the problem is in
|
I don't think so.
You could verify this by copying ebuild to local overlay and removing this line from it. In your original error you're missing headers for plugin and looks like you workaround makes them accessible for your build environment. |
Try this ebuild:
|
Your ebuild works for me in the same way as ebuild without 'ln'. In your original error:
It fails on string
which doesn't make much sense since it is available under the second from the top path:
Your change makes PluginDataAPI.hpp available under /var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4/linphone-app/src/LinphoneApp/PluginDataAPI.hpp but there are no reference to this file as So your change shouldn't make any difference, but apparently it works for you. So, I have no idea why your build environment ignores supplied path for headers /var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4/linphone-app and I have no idea why your change helps you. But this change harmless and if it helps your it could be applied, but not in the way you proposed it.
and I will merge it. |
here's the error:
FAILED: linphone-app/CMakeFiles/app-library.dir/app-library_autogen/mocs_compilation.cpp.o
/usr/bin/x86_64-pc-linux-gnu-g++ -DENABLE_VIDEO -I/var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4_build/linphone-app -I/var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4/linphone-app -I/var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4_build/linphone-app/app-library_autogen/include -I/var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4/linphone-app/src -I/usr/include/OpenGL -I"/var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4/linphone-app/$ENV{DESTDIR}/usr/include" -isystem /usr/include/belle-sip -isystem /usr/include/libxml2 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtQmlModels -isystem /usr/include/qt5/QtQml -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtQuick -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtQuickControls2 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtConcurrent -isystem /usr/include/qt5/QtTest -isystem /usr/include/qt5/QtMultimedia -isystem /usr/include/qt5/QtDBus -mtune=generic -O2 -pipe -DQMLMODELS_ENABLED -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -std=gnu++14 -fPIC -MD -MT linphone-app/CMakeFiles/app-library.dir/app-library_autogen/mocs_compilation.cpp.o -MF linphone-app/CMakeFiles/app-library.dir/app-library_autogen/mocs_compilation.cpp.o.d -o linphone-app/CMakeFiles/app-library.dir/app-library_autogen/mocs_compilation.cpp.o -c /var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4_build/linphone-app/app-library_autogen/mocs_compilation.cpp
In file included from /var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4_build/linphone-app/app-library_autogen/WROIZFETPG/../../../../linphone-desktop-5.2.4/linphone-app/src/components/contacts/ContactsImporterModel.hpp:28,
from /var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4_build/linphone-app/app-library_autogen/WROIZFETPG/moc_ContactsImporterModel.cpp:10,
from /var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4_build/linphone-app/app-library_autogen/mocs_compilation.cpp:46:
/var/tmp/portage/net-voip/linphone-desktop-5.2.4/work/linphone-desktop-5.2.4/linphone-app/include/LinphoneApp/PluginDataAPI.hpp:9:18: fatal error: LinphoneApp/LinphonePlugin.hpp: No such file or directory
9 | #include <LinphoneApp/LinphonePlugin.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: