Subject: pkg/24407: devel/SDL use own libtool
To: None <gnats-bugs@gnats.netbsd.org>
From: None <ccatrian@eml.cc>
List: netbsd-bugs
Date: 02/12/2004 23:13:54
>Number: 24407
>Category: pkg
>Synopsis: SDL doesn't override own libtool; failure
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Feb 13 02:14:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Cesar Catrian C.
>Release: NetBSD 1.6.2_RC3
>Organization:
>Environment:
System: NetBSD core.cjc.cl 1.6.2_RC3 NetBSD 1.6.2_RC3 (SAT) #0: Mon Jan 26 21:00:52 CLST 2004 cetrox@core.cjc.cl:/home/cetrox/X/src/sys/arch/i386/compile/SAT i386
Architecture: i386
Machine: i386
>Description:
devel/SDL uses his own libtool to compile/link. Compilation fails.
>How-To-Repeat:
make at devel/SDL
>Fix:
patch1:
--- configure.orig Wed Feb 11 11:25:45 2004
+++ configure Wed Feb 11 11:26:33 2004
@@ -1866,7 +1866,7 @@
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
patch2:
--- aclocal.m4.orig Wed Feb 11 11:25:51 2004
+++ aclocal.m4 Wed Feb 11 11:27:01 2004
@@ -219,7 +219,7 @@
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
AC_SUBST(LIBTOOL)dnl
# Redirect the config.log output again, so that the ltconfig log is not
patch3:
--- acinclude.m4.orig Wed Feb 11 11:25:57 2004
+++ acinclude.m4 Wed Feb 11 11:27:15 2004
@@ -229,7 +229,7 @@
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
AC_SUBST(LIBTOOL)dnl
# Redirect the config.log output again, so that the ltconfig log is not
>Release-Note:
>Audit-Trail:
>Unformatted: