Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2017 01:05:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222342] ports-mgmt/porttools: creates invalid configuration for bitcoin port
Message-ID:  <bug-222342-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222342

            Bug ID: 222342
           Summary: ports-mgmt/porttools: creates invalid configuration
                    for bitcoin port
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: skreuzer@FreeBSD.org
          Reporter: hsw@bitmark.com
             Flags: maintainer-feedback?(skreuzer@FreeBSD.org)
          Assignee: skreuzer@FreeBSD.org

The port test in an updated litecoin port fails with an unhelpful error 1,
while a normal make is successful.=20
I tracked this down to moc not being found during port test.=20
However looking at the relevant config log lines I see that they are differ=
ent
during port test and normal make.

I also see the same problem with the net-p2p/bitcoin port.

It is interesting to note that moc,uic and rcc are affected, but lrelease a=
nd
lupdate always have correct path.

For port test: (invalid /tmp paths)

checking for QT... yes
checking for QT_TEST... no
checking for QT_DBUS... yes
checking for static Qt... no
checking whether -fPIE can be used with this Qt config... no
checking for moc-qt5... /tmp/litecoin-0.14.2/lib/qt5/bin/moc
checking for uic-qt5... /tmp/litecoin-0.14.2/lib/qt5/bin/uic
checking for rcc-qt5... /tmp/litecoin-0.14.2/lib/qt5/bin/rcc
checking for lrelease-qt5... no
checking for lrelease5... no
checking for lrelease... /usr/local/lib/qt5/bin/lrelease
checking for lupdate-qt5... no
checking for lupdate5... no
checking for lupdate... /usr/local/lib/qt5/bin/lupdate
checking whether to build Litecoin Core GUI... yes (Qt5)

With a normal "make configure": (all paths ok)

checking for QT... yes
checking for QT_TEST... no
checking for QT_DBUS... yes
checking for static Qt... no
checking whether -fPIE can be used with this Qt config... no
checking for moc-qt5... /usr/local/lib/qt5/bin/moc
checking for uic-qt5... /usr/local/lib/qt5/bin/uic
checking for rcc-qt5... /usr/local/lib/qt5/bin/rcc
checking for lrelease-qt5... no
checking for lrelease5... no
checking for lrelease... /usr/local/lib/qt5/bin/lrelease
checking for lupdate-qt5... no
checking for lupdate5... no
checking for lupdate... /usr/local/lib/qt5/bin/lupdate
checking whether to build Litecoin Core GUI... yes (Qt5)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222342-13>