Bug 187771 - audio/musicpd fails to build with cdparanoia -option
Summary: audio/musicpd fails to build with cdparanoia -option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 20:00 UTC by isoa
Modified: 2014-03-19 20:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description isoa 2014-03-19 20:00:00 UTC
I tried to build audio/musicpd with poudriere

Fails at configure -stage, cdparanoia already installed, but the configure script cannot find it for some reason. Maybe the name of the dynamic library is defined wrong?

Options for each package:
http://koti.kapsi.fi/~isoa/pr/2014-03-19/r100amd64-options/

Poudriere log for the spesific package:
http://koti.kapsi.fi/~isoa/pr/2014-03-19/musicpd-0.18.8_1.log

Package list of the repo:
http://koti.kapsi.fi/~isoa/pr/2014-03-19/packages.txt

How-To-Repeat: 1. poudriere options -j r100amd64 audio/musicpd
2. Choose at least cdparanoia
3. poudriere bulk -j r100amd64 audio/musicpd
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 20:00:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-19 20:26:02 UTC
Author: crees
Date: Wed Mar 19 20:25:58 2014
New Revision: 348649
URL: http://svnweb.freebsd.org/changeset/ports/348649
QAT: https://qat.redports.org/buildarchive/r348649/

Log:
  Fix build when cdparanoia option enabled.
  
  PR:		ports/187771
  Submitted by:	Arto Pekkanen <isoa@kapsi.fi>

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Wed Mar 19 19:31:01 2014	(r348648)
+++ head/audio/musicpd/Makefile	Wed Mar 19 20:25:58 2014	(r348649)
@@ -63,7 +63,7 @@ ADPLUG_LIB_DEPENDS=libadplug.so:${PORTSD
 AO_CONFIGURE_ENABLE=ao
 AO_LIB_DEPENDS=libao.so:${PORTSDIR}/audio/libao
 CDPARANOIA_CONFIGURE_ENABLE=cdio-paranoia
-CDPARANOIA_LIB_DEPENDS=libcdda_paranoia:${PORTSDIR}/audio/cdparanoia
+CDPARANOIA_LIB_DEPENDS=libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia
 CURL_CONFIGURE_ENABLE=curl
 CURL_LIB_DEPENDS=libcurl.so:${PORTSDIR}/ftp/curl
 FFMPEG_CONFIGURE_ENABLE=ffmpeg
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Chris Rees freebsd_committer freebsd_triage 2014-03-19 20:26:22 UTC
State Changed
From-To: open->closed

Fixed.  Sorry about that.