pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/48894: audio/pulseaudio 5.0 build failed with devel/libtool-base < 2.4
>Number: 48894
>Category: pkg
>Synopsis: audio/pulseaudio 5.0 build failed with devel/libtool-base < 2.4
>Confidential: no
>Severity: non-critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Jun 11 15:10:00 +0000 2014
>Originator: ISIHARA Takanori
>Release: pkgsrc-current 2014/6/11
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
NetBSD ishitPc9.home 6.1_STABLE NetBSD 6.1_STABLE (ISHITPC9) #19: Sun Jun 1
09:06:32 JST 2014
sysbuild%ishitPc9.home@localhost:/opt/sysbuild/netbsd-6/obj/i386/sys/arch/i386/compile/ISHITPC9
i386
>Description:
audio/pulseaudio 5.0 build failed with devel/libtool-base < 2.4.
# cd /usr/pkgsrc/audio/pulseaudio
# make install
<snip>
===> Configuring for pulseaudio-5.0
set -e; cd /opt/pkgsrc/audio/pulseaudio/work.i386/pulseaudio-5.0; aclocal;
autoheader; automake -a --foreign -i; autoconf
configure.ac:101: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library
configure.ac:102: warning: macro 'AM_GNU_GETTEXT' not found in library
configure.ac:567: warning: macro 'AM_ICONV' not found in library
configure.ac:365: error: Libtool version 2.4 or higher is required
/usr/pkg/share/aclocal/libtool.m4:46: LT_PREREQ is expanded from...
configure.ac:365: the top level
autom4te: /usr/pkg/bin/gm4 failed with exit status: 63
aclocal: error: echo failed with exit status: 63
*** Error code 63
Stop.
make: stopped in /opt/pkgsrc/audio/pulseaudio
*** Error code 1
Stop.
make: stopped in /opt/pkgsrc/audio/pulseaudio
#
>How-To-Repeat:
devel/libtool-base < 2.4 environment & cd /usr/pkgsrc/audio/pulseaudio; make
install
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/pulseaudio/Makefile,v
retrieving revision 1.88
diff -u -r1.88 Makefile
--- Makefile 10 Jun 2014 23:50:49 -0000 1.88
+++ Makefile 11 Jun 2014 14:51:35 -0000
@@ -10,6 +10,8 @@
COMMENT= Sound server for POSIX and Win32 systems
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
+DEPENDS+= libtool-base>=2.4:../../devel/libtool-base
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= aclocal autoheader autoconf automake gmake gm4 intltool msgfmt
pkg-config
Home |
Main Index |
Thread Index |
Old Index