Closed Vistaus closed 7 years ago
Make clean build, it passed on CI.
Clean build doesn't solve it. Compilations terminates with:
ger.o ../../build/moc_jsoptions.o ../../build/moc_pluginsmanager.o ../../build/moc_preferences.o ../../build/moc_thememanager.o ../../build/moc_useragentdialog.o ../../build/moc_recoveryjsobject.o ../../build/moc_sessionmanager.o ../../build/moc_sessionmanagerdialog.o ../../build/moc_bookmarkssidebar.o ../../build/moc_historysidebar.o ../../build/moc_sidebar.o ../../build/moc_combotabbar.o ../../build/moc_tabbar.o ../../build/moc_tabicon.o ../../build/moc_tabstackedwidget.o ../../build/moc_tabwidget.o ../../build/moc_aesinterface.o ../../build/moc_animatedwidget.o ../../build/moc_buttonbox.o ../../build/moc_buttonwithmenu.o ../../build/moc_clickablelabel.o ../../build/moc_delayedfilewatcher.o ../../build/moc_emptynetworkreply.o ../../build/moc_enhancedmenu.o ../../build/moc_focusselectlineedit.o ../../build/moc_headerview.o ../../build/moc_html5permissionsdialog.o ../../build/moc_html5permissionsnotification.o ../../build/moc_iconprovider.o ../../build/moc_mactoolbutton.o ../../build/moc_menubar.o ../../build/moc_pagethumbnailer.o ../../build/moc_progressbar.o ../../build/moc_sqldatabase.o ../../build/moc_toolbutton.o ../../build/moc_treewidget.o ../../build/moc_widget.o ../../build/moc_autofilljsobject.o ../../build/moc_externaljsobject.o ../../build/moc_webinspector.o ../../build/moc_webpage.o ../../build/moc_webview.o ../../build/moc_webscrollbar.o ../../build/moc_webscrollbarmanager.o ../../build/moc_searchtoolbar.o ../../build/moc_tabbedwebview.o ../../build/moc_webtab.o -lxcb -lcrypto -lQt5WebEngineWidgets -lQt5WebEngineCore -lQt5QuickWidgets -lQt5Quick -lQt5PrintSupport -lQt5Widgets -lQt5X11Extras -lQt5Gui -lQt5WebChannel -lQt5Qml -lQt5Network -lQt5Positioning -lQt5Sql -lQt5DBus -lQt5Core -lGL -lpthread
../../build/browserwindow.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:1187: ../../bin/libQupZilla.so.2.1.99] Error 1
make[1]: Leaving directory '/media/MicroSD/Apps/qupzilla/src/lib'
make: *** [Makefile:47: sub-src-lib-make_first] Error 2
[20:18:20] vistaus@vistaus-solus /media/MicroSD/Apps/qupzilla (2)
>
Does it also happen when doing non-parallel build? (eg. just make
, not make -jx
)
@nowrep does the plugin MailHandle is actually competable with this sourse. As i see in the first log, the build fails on it.
@nowrep Yes, it also happens when doing a non-parallel build.
@cranes-bill But if it's not compatible, then how come, as I said, QupZilla (with MailHandle) actually built fine up until a few days ago?
../../build/browserwindow.o: file not recognized: File truncated
No idea, is you microSD card failing? Try to build it from disk.
Did a fresh checkout and now it's building fine again (from my MicroSD, btw). Thanks for your help though!
@nowrep First of all, i need tell you that i know here is not the place about that, so sorry! :flushed: Is there some way to workaround the following compilation error with latest Falkon source (GCC 4.8.5):
../../../src/lib/webengine/webpage.cpp: In member function 'virtual bool WebPage::javaScriptPrompt(const QUrl&, const QString&, const QString&, QString*)':
../../../src/lib/webengine/webpage.cpp:496:56: error: 'qOverload' was not declared in this scope
connect(view(), &WebView::viewportResized, widget, qOverload<const QSize &>(&QFrame::resize));
^
Otherwise, probably would be fine if include the compiler minimal version requirement check in CMake. Thanks!
It's not -> https://bugs.kde.org/describecomponents.cgi?product=Falkon
gcc 4.8.5 is ancient, it builds fine on KDE CI.
Not sure what has caused it, but up until the commits of Aug 19 it did compile fine.