Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2013 18:49:30 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182838: audio/sox missing dependency on audio/pulseaudio
Message-ID:  <201310081849.r98InUc2086656@oldred.freebsd.org>
Resent-Message-ID: <201310081850.r98Io0tU066950@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182838
>Category:       ports
>Synopsis:       audio/sox missing dependency on audio/pulseaudio
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 08 18:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #0 r256150M: Tue Oct  8 17:10:26 CEST 2013     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
configure script looks for pulseaudio on the system:

checking pulse/simple.h usability... yes
checking pulse/simple.h presence... yes
checking for pulse/simple.h... yes
checking for pa_simple_new in -lpulse... yes

and sox links to it:

[corn:ports/audio/sox]> ldd /usr/local/bin/sox | grep pulse
        libpulse-simple.so.0 => /usr/local/lib/libpulse-simple.so.0 (0x803410000)
        libpulse.so.0 => /usr/local/lib/libpulse.so.0 (0x803614000)
        libpulsecommon-0.9.23.so => /usr/local/lib/libpulsecommon-0.9.23.so (0x803857000)


this is not recorded in package's deps:

[corn:ports/audio/sox]> pkg info -d sox | grep pulse
[corn:ports/audio/sox]> 

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310081849.r98InUc2086656>