pkgsrc-Bugs archive

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

pkg/43434: [PATCH] audio/pulseaudio wants autoconf-2.63 or higher



>Number:         43434
>Category:       pkg
>Synopsis:       [PATCH] audio/pulseaudio wants autoconf-2.63 or higher
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 08 08:25:00 +0000 2010
>Originator:     Makoto Fujiwara
>Release:        NetBSD 5.0_STABLE
>Organization:
KINU Corporation
>Environment:
        
        
System: NetBSD modena 5.0_STABLE NetBSD 5.0_STABLE (XEN3_DOM0) #0: Wed Apr 7 
02:17:52 UTC 2010 
builds%b8.netbsd.org@localhost:/home/builds/ab/netbsd-5/amd64/201004070000Z-obj/home/builds/ab/netbsd-5/src/sys/arch/amd64/compile/XEN3_DOM0
 amd64
Architecture: x86_64
Machine: amd64
>Description:
        audio/pulseaudio/Makefile says:
        AUTOCONF_REQD=  2.62
but it really wants autoconf-2.63 or higher,  as you will see as below
----------
===> Configuring for pulseaudio-0.9.21nb2
cd /export/pkgsrc/audio/pulseaudio/work/pulseaudio-0.9.21 && autoreconf -f
configure.ac:23: error: Autoconf version 2.63 or higher is required
configure.ac:23: the top level
autom4te: /usr/pkg/bin/gm4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
*** Error code 63
----------
>How-To-Repeat:
        cd pkgsrc/audio/pulseaudio; make clean && make
>Fix:
Index: audio/pulseaudio/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/audio/pulseaudio/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- audio/pulseaudio/Makefile   22 Feb 2010 21:48:03 -0000      1.35
+++ audio/pulseaudio/Makefile   8 Jun 2010 07:59:20 -0000
@@ -21,7 +21,7 @@
 USE_TOOLS+=    pkg-config gmake m4 msgfmt intltool perl \
                autoconf automake autoreconf
 
-AUTOCONF_REQD= 2.62
+AUTOCONF_REQD= 2.63
 
 PKGCONFIG_OVERRIDE+=   libpulse-browse.pc.in
 PKGCONFIG_OVERRIDE+=   libpulse-mainloop-glib.pc.in

>Unformatted:
 audio/pulseaudio wants autoconf-2.63 or higher but Makefile says 
'AUTOCONF_REQD= 2.62'
        
        


Home | Main Index | Thread Index | Old Index