Summary: | audio/deadbeef build error with OPTIONS_FILE_SET+=SID | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Ivan Klymenko <fidaj> |
Component: | Individual Port(s) | Assignee: | Veniamin Gvozdikov <vg> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | --- | ||
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Ivan Klymenko
2014-08-06 14:42:33 UTC
over to maintainer (In reply to Ivan Klymenko from comment #0) > ... > > ===>>> make build failed for audio/deadbeef > ===>>> Aborting update > > > ===>>> You can restart from the point of failure with this command line: > portmaster <flags> audio/deadbeef Check UPDATING and remove old libevent then try again. (In reply to Veniamin Gvozdikov from comment #2) > (In reply to Ivan Klymenko from comment #0) > > ... > > > > > ===>>> make build failed for audio/deadbeef > > ===>>> Aborting update > > > > > > ===>>> You can restart from the point of failure with this command line: > > portmaster <flags> audio/deadbeef > > Check UPDATING and remove old libevent then try again. pkg info | grep libevent libevent2-2.0.21_2 API for executing callback functions on events or timeouts root@nonamehost:/ # (In reply to Ivan Klymenko from comment #3) > > pkg info | grep libevent > libevent2-2.0.21_2 API for executing callback functions on > events or timeouts > root@nonamehost:/ # Try this, and show me output: pkg which /usr/local/include/event.h (In reply to Veniamin Gvozdikov from comment #4) > (In reply to Ivan Klymenko from comment #3) > > > > > pkg info | grep libevent > > libevent2-2.0.21_2 API for executing callback functions on > > events or timeouts > > root@nonamehost:/ # > > Try this, and show me output: > > pkg which /usr/local/include/event.h pkg which /usr/local/include/event.h /usr/local/include/event.h was installed by package libevent2-2.0.21_2 (In reply to Ivan Klymenko from comment #5) > pkg which /usr/local/include/event.h > /usr/local/include/event.h was installed by package libevent2-2.0.21_2 Ok, I'll fix it as soon as possible. (In reply to Ivan Klymenko from comment #5) > (In reply to Veniamin Gvozdikov from comment #4) > > (In reply to Ivan Klymenko from comment #3) > > > > > > > > pkg info | grep libevent > > > libevent2-2.0.21_2 API for executing callback functions on > > > events or timeouts > > > root@nonamehost:/ # > > > > Try this, and show me output: > > > > pkg which /usr/local/include/event.h > > pkg which /usr/local/include/event.h > /usr/local/include/event.h was installed by package libevent2-2.0.21_2 Upgrade ports tree and try this patch: --- Makefile (revision 364259) +++ Makefile (working copy) @@ -80,8 +80,8 @@ LASTFM_CONFIGURE_OFF= --disable-lfm ART_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libImlib2.so:${PORTSDIR}/graphics/imlib2 \ libjpeg.so:${PORTSDIR}/graphics/jpeg -ART_USE= efl=imlib2 ART_CONFIGURE_OFF= --disable-artwork --disable-artwork-imlib2 EQ_CONFIGURE_OFF= --disable-supereq (In reply to Veniamin Gvozdikov from comment #7) > (In reply to Ivan Klymenko from comment #5) > > (In reply to Veniamin Gvozdikov from comment #4) > > > (In reply to Ivan Klymenko from comment #3) > > > > > > > > > > > pkg info | grep libevent > > > > libevent2-2.0.21_2 API for executing callback functions on > > > > events or timeouts > > > > root@nonamehost:/ # > > > > > > Try this, and show me output: > > > > > > pkg which /usr/local/include/event.h > > > > pkg which /usr/local/include/event.h > > /usr/local/include/event.h was installed by package libevent2-2.0.21_2 > > Upgrade ports tree and try this patch: > > --- Makefile (revision 364259) > +++ Makefile (working copy) > @@ -80,8 +80,8 @@ > LASTFM_CONFIGURE_OFF= --disable-lfm > > ART_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ > + libImlib2.so:${PORTSDIR}/graphics/imlib2 \ > libjpeg.so:${PORTSDIR}/graphics/jpeg > -ART_USE= efl=imlib2 > ART_CONFIGURE_OFF= --disable-artwork --disable-artwork-imlib2 > > EQ_CONFIGURE_OFF= --disable-supereq Upgrade to http://svnweb.freebsd.org/ports?view=revision&revision=364259 and patch solved the problem. A commit references this bug: Author: vg Date: Thu Aug 7 19:26:40 UTC 2014 New revision: 364315 URL: http://svnweb.freebsd.org/changeset/ports/364315 Log: - Fix build SID plugin PR: ports/192437 Changes: head/audio/deadbeef/Makefile Fixed. Thank you! (In reply to Veniamin Gvozdikov from comment #10) > Fixed. Thank you! Thank you! |