#50119: LibreCAD 2.0.8_0.darwin failure on destroot ---------------------------------+------------------------ Reporter: ernesto.migliore@… | Owner: librecad@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: LibreCAD | ---------------------------------+------------------------ Comment (by ernesto.migliore@…): Replying to [comment:2 and.damore@…]:
The Boost and muParser errors are already in #42555 and #43276, those are not critical though as I see the application bundle in my work directory properly working.
The command is being manually called in the overridden destroot phase, in fact replacing {{{ system -W ${worksrcpath} "macdeployqt LibreCAD.app" }}} with {{{ system -W ${worksrcpath} "$prefix/libexec/qt4/bin/macdeployqt LibreCAD.app" }}} is enough to complete destroot target.
This makes me wonder if this is the right approach rather than going through the actual qmake's scripts considering '''scripts/build-osx.sh''' uses the '''${QT_PATH}/macdeployqt''' command.
Does it translate into something that a non-expert MacPort user (aka me) can do to fix the problem? -- Ticket URL: <https://trac.macports.org/ticket/50119#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X