Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    Feathercoin Master 0.9 failed to install on OpenSuSe LEAP 42.3

    Newbies - New Members Must Start Here
    4
    12
    2174
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fgalaviz0 Regular Member last edited by

      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”

      1 Reply Last reply Reply Quote 2
      • AcidD
        AcidD Moderators last edited by

        Hi and welcome to the forums. Is it possible you can post your full console output ?

        • FTC Block Explorer + API @ https://fsight.chain.tips
        • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
        • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
        • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

        F 1 Reply Last reply Reply Quote 2
        • F
          fgalaviz0 Regular Member @AcidD last edited by

          @acidd

          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”

          1 Reply Last reply Reply Quote 2
          • AcidD
            AcidD Moderators last edited by

            Thanks. Do you know what version of GCC you’re using ?

            • FTC Block Explorer + API @ https://fsight.chain.tips
            • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
            • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
            • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

            F 1 Reply Last reply Reply Quote 2
            • AcidD
              AcidD Moderators last edited by

              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 
              
              • FTC Block Explorer + API @ https://fsight.chain.tips
              • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
              • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
              • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

              1 Reply Last reply Reply Quote 2
              • F
                fgalaviz0 Regular Member last edited by

                I used qt creator … havent tried ./autogen or ./configure… will try it now

                1 Reply Last reply Reply Quote 3
                • F
                  fgalaviz0 Regular Member last edited by

                  I tried this guide
                  http://forum.feathercoin.com/topic/4092/guide-beginners-guide-to-compiling-feathercoin-for-linux-ubuntu

                  I 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

                  1 Reply Last reply Reply Quote 3
                  • F
                    fgalaviz0 Regular Member @AcidD last edited by

                    @acidd 4.8-11.16-x86_64 from vendor openSUSE

                    1 Reply Last reply Reply Quote 3
                    • AcidD
                      AcidD Moderators last edited by

                      How did the guide go?
                      Sorry i dont use QT creator at all.

                      The build scripts work quite well…

                      • FTC Block Explorer + API @ https://fsight.chain.tips
                      • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
                      • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
                      • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

                      1 Reply Last reply Reply Quote 2
                      • wrapper
                        wrapper Moderators last edited by wrapper

                        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.

                        F 1 Reply Last reply Reply Quote 2
                        • F
                          fgalaviz0 Regular Member @wrapper last edited by

                          Solved… Wellenreiter 1 click install successful

                          1 Reply Last reply Reply Quote 2
                          • Wellenreiter
                            Wellenreiter Moderators last edited by Wellenreiter

                            Glad to hear ;)

                            Normally the version from p_conrad should have worked also, if it is the 0.9.6.2 version…

                            Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                            Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                            1 Reply Last reply Reply Quote 3
                            • First post
                              Last post