From nobody@FreeBSD.org  Wed Mar 19 19:52:31 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 56A0B1D0
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2014 19:52:31 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 433FD688
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2014 19:52:31 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JJqURL056368
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2014 19:52:30 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2JJqUJv056365;
	Wed, 19 Mar 2014 19:52:30 GMT
	(envelope-from nobody)
Message-Id: <201403191952.s2JJqUJv056365@cgiserv.freebsd.org>
Date: Wed, 19 Mar 2014 19:52:30 GMT
From: Arto Pekkanen <isoa@kapsi.fi>
To: freebsd-gnats-submit@FreeBSD.org
Subject: audio/musicpd fails to build with cdparanoia -option
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         187771
>Category:       ports
>Synopsis:       audio/musicpd fails to build with cdparanoia -option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 20:00:00 UTC 2014
>Closed-Date:    Wed Mar 19 20:26:22 UTC 2014
>Last-Modified:  Wed Mar 19 20:30:00 UTC 2014
>Originator:     Arto Pekkanen
>Release:        10.0-RELEASE
>Organization:
none
>Environment:
FreeBSD aakkeri 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 19 20:00:05 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187771 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Wed Mar 19 20:26:22 UTC 2014 
State-Changed-Why:  
Fixed.  Sorry about that. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187771 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187771: commit references a PR
Date: Wed, 19 Mar 2014 20:26:02 +0000 (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"
 
>Unformatted:
