#32350: dmapd @0.0 - build fails ------------------------------+--------------------------------------------- Reporter: pdvsfh@… | Owner: mike@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: dmapd ------------------------------+--------------------------------------------- Comment(by pdvsfh@…): Replying to [comment:8 ryandesign@…]:
dmapd has been updated with the gstreamer dependency added; see #32509.
The new log attached here shows this unusual message:
{{{ :info:configure ./configure: line 10889: systemdsystemunitdir: command not found :info:configure ./configure: line 10889: DISTCHECK_CONFIGURE_FLAGS: command not found }}}
These lines do not appear in my output.
And then: {{{ :info:configure checking for MAGICK... no :info:configure checking for VIPS... no }}}
On my system these are "yes", as they should be, since the port declares a library dependency on vips, which has a library dependency on ImageMagick, so they should be there.
What does this command print on your system?
{{{ pkg-config --variable=systemdsystemunitdir systemd; echo $? }}}
{{{ # pkg-config --variable=systemdsystemunitdir systemd; echo $? 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/32350#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS