Feathercoin Master 0.9 failed to install on OpenSuSe LEAP 42.3
-
Hi and welcome to the forums. Is it possible you can post your full console output ?
-
07:20:11: Running steps for project feathercoin-qt…
07:20:11: Configuration unchanged, skipping qmake step.
07:20:11: Starting: “/usr/bin/make”
/usr/lib64/qt5/bin/uic …/src/qt/forms/aboutdialog.ui -o ui_aboutdialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/addressbookpage.ui -o ui_addressbookpage.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/askpassphrasedialog.ui -o ui_askpassphrasedialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/coincontroldialog.ui -o ui_coincontroldialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/editaddressdialog.ui -o ui_editaddressdialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/helpmessagedialog.ui -o ui_helpmessagedialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/intro.ui -o ui_intro.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/openuridialog.ui -o ui_openuridialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/optionsdialog.ui -o ui_optionsdialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/overviewpage.ui -o ui_overviewpage.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/qrcodedialog.ui -o ui_qrcodedialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/receivecoinsdialog.ui -o ui_receivecoinsdialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/receiverequestdialog.ui -o ui_receiverequestdialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/rpcconsole.ui -o ui_rpcconsole.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/sendcoinsdialog.ui -o ui_sendcoinsdialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/sendcoinsentry.ui -o ui_sendcoinsentry.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/shiftdialog.ui -o ui_shiftdialog.h
…/src/qt/forms/shiftdialog.ui: Warning: The name ‘horizontalLayout_1_Wallet’ (QHBoxLayout) is already in use, defaulting to ‘horizontalLayout_1_Wallet1’.
/usr/lib64/qt5/bin/uic …/src/qt/forms/signverifymessagedialog.ui -o ui_signverifymessagedialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/snapwidget.ui -o ui_snapwidget.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/transactiondescdialog.ui -o ui_transactiondescdialog.h
/usr/lib64/qt5/bin/uic …/src/qt/forms/paperwalletdialog.ui -o ui_paperwalletdialog.h
/usr/lib64/qt5/bin/rcc -name feathercoin …/src/qt/feathercoin.qrc -o qrc_feathercoin.cpp
g++ -c -pipe -O2 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I…/contrib -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o qrc_feathercoin.o qrc_feathercoin.cpp
g++ -Wl,-O1 -o feathercoin-qt qrc_feathercoin.o -lQt5PrintSupport -L/usr/lib64 -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread
/usr/lib64/gcc/x86_64-suse-linux/4.8/…/…/…/…/lib64/crt1.o: In function_start': /home/abuild/rpmbuild/BUILD/glibc-2.22/csu/../sysdeps/x86_64/start.S:114: undefined reference to
main’
Makefile:131: recipe for target ‘feathercoin-qt’ failed
collect2: error: ld returned 1 exit status
make: *** [feathercoin-qt] Error 1
07:20:24: The process “/usr/bin/make” exited with code 2.
Error while building/deploying project feathercoin-qt (kit: Desktop)
When executing step “Make” -
Thanks. Do you know what version of GCC you’re using ?
-
also can you post your build commands ?
it should be something like
./autogen ./configure blah blah blah feathercoin build switches here like --with-qt=qt5
-
I used qt creator … havent tried ./autogen or ./configure… will try it now
-
I tried this guide
http://forum.feathercoin.com/topic/4092/guide-beginners-guide-to-compiling-feathercoin-for-linux-ubuntuI downloaded the 1 click install home:p_conrad:coins and accepted and trusted the key
I downloaded Master 0.9 from Github and used the feathercoin-qt.pro file in contrib folder for qt creator to compile
-
@acidd 4.8-11.16-x86_64 from vendor openSUSE
-
How did the guide go?
Sorry i dont use QT creator at all.The build scripts work quite well…
-
The *.pro file is not used to compile the (Bitcoin) codebase any more. Also, the Feathercoin documentation on compiling the code at Github, are the ones kept up to date.
https://github.com/FeatherCoin/Feathercoin/tree/master-0.9/doc
The other method you tried was to download a precompiled version, home:p_conrad:coins and accepted and trusted the key
Whilst Admin have contact with conrad, the official FTC builds are by Wellenreiter.
-
Solved… Wellenreiter 1 click install successful
-
Glad to hear ;)
Normally the version from p_conrad should have worked also, if it is the 0.9.6.2 version…