Bug 196753 - audio/musicpd adplug undefined reference
Summary: audio/musicpd adplug undefined reference
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-15 10:50 UTC by Jens Grassel
Modified: 2016-01-17 15:32 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (crees)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Grassel 2015-01-15 10:50:04 UTC
If I try to compile musicpd with the adplug option enabled then I get the following error message.

libdecoder_plugins.a(libdecoder_plugins_a-AdPlugDecoderPlugin.o): In function `adplug_scan_file(c[8/3705]
t*, tag_handler const*, void*)':
AdPlugDecoderPlugin.cxx:(.text._ZL16adplug_scan_filePKcPK11tag_handlerPv+0x67): undefined reference to `C
AdPlug::factory(std::string const&, Copl*, CPlayers const&, CFileProvider const&)'
libdecoder_plugins.a(libdecoder_plugins_a-AdPlugDecoderPlugin.o): In function `adplug_file_decode(Decoder
&, char const*)':
AdPlugDecoderPlugin.cxx:(.text._ZL18adplug_file_decodeR7DecoderPKc+0x65): undefined reference to `CAdPlug
::factory(std::string const&, Copl*, CPlayers const&, CFileProvider const&)'
collect2: error: ld returned 1 exit status
Makefile:4356: recipe for target 'src/mpd' failed
gmake[3]: *** [src/mpd] Error 1
gmake[3]: Leaving directory '/usr/ports/audio/musicpd/work/mpd-0.18.11'
Makefile:3235: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory '/usr/ports/audio/musicpd/work/mpd-0.18.11'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/audio/musicpd
*** Error code 1

Stop.
make: stopped in /usr/ports/audio/musicpd

Using 10.1-RELEASE with latest patches.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-15 10:50:04 UTC
Auto-assigned to maintainer crees@FreeBSD.org
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2016-01-17 15:32:16 UTC
Hi,

With the current version (0.19.10)I am unable to reproduce that. I close this here. Thanks for your report.

Martin