[Bug 222342] ports-mgmt/porttools: creates invalid configuration for bitcoin port

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 15 01:05:47 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222342

            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 at FreeBSD.org
          Reporter: hsw at bitmark.com
             Flags: maintainer-feedback?(skreuzer at FreeBSD.org)
          Assignee: skreuzer at FreeBSD.org

The port test in an updated litecoin port fails with an unhelpful error 1,
while a normal make is successful. 
I tracked this down to moc not being found during port test. 
However looking at the relevant config log lines I see that they are different
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 and
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)

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


More information about the freebsd-ports-bugs mailing list