pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44108: gstreamer0.10-0.10.30 has gst-inspect that never returns on DragonFly



>Number:         44108
>Category:       pkg
>Synopsis:       gstreamer0.10-0.10.30 has gst-inspect that never returns on 
>DragonFly
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 18 03:30:00 +0000 2010
>Originator:     Justin Sherrill
>Release:        DragonFly 2.8
>Organization:
DragonFly BSD
>Environment:
DragonFly df.v12.su 2.8-RELEASE DragonFly v2.8.2.3.gfcdf2-RELEASE #1: Sat Oct 
30 20:55:55 MSD 2010     root%df.v12.su@localhost:/usr/obj/usr/src/sys/DFAHCI  
i386

>Description:
All the multimedia/totem* packages configure themselves using this code:

for base_element in playbin2 ffmpegcolorspace videoscale
do
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking GStreamer 0.10 
$base_element plugin" >&5
$as_echo_n "checking GStreamer 0.10 $base_element plugin... " >&6; }
        if $gst010_inspect $base_element >/dev/null 2>/dev/null; then

As soon as it hits that step:

checking GStreamer 0.10 playbin2 plugin...

It never finishes.  It is actually running 

/usr/pkg/bin/gst-inspect-0.10 playbin2 

Running gst-inspect-0.10 for any of the modules never completes.  This keeps 
the totem packages from building, and incidentally brings bulk package building 
completely to a stop.

>How-To-Repeat:
cd /usr/pkgsrc/multimedia; bmake
>Fix:



Home | Main Index | Thread Index | Old Index