pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/32886 (pkgsrc libtool makes ksh dump core on Solaris 10)
The following reply was made to PR pkg/32886; it has been noted by GNATS.
From: Idar Tollefsen <idart%performancedesign.no@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/32886 (pkgsrc libtool makes ksh dump core on Solaris 10)
Date: Tue, 04 Dec 2007 15:46:30 +0100
This is a multi-part message in MIME format.
--------------050104020003020109060900
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
/bin/sh has the exact same problem as originally described for /bin/ksh;
it makes libtool coredump when building gettext-tools. Please reopen
this PR.
uname -a:
SunOS x1.andhoy.no 5.10 Generic_118855-14 i86pc i386 i86pc
devel/libtools-base:
libtool-base-1.5.24nb5
devel/gettext-tools:
gettext-tools-0.14.6nb1
Using /bin/bash, as suggested earlier, works. I've attached a patch that
replaces /bin/sh from the earlier patch with /bin/bash.
- Idar
--------------050104020003020109060900
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
name="Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Makefile.diff"
--- Makefile.orig Sun Oct 7 14:32:00 2007
+++ Makefile Tue Dec 4 14:47:17 2007
@@ -58,7 +58,7 @@
.elif ${OPSYS} == "SunOS"
# force the use of /bin/sh on Solaris because under some conditions,
# it causes ksh to dump core; see PR pkg/32886.
-CONFIG_SHELL= /bin/sh
+CONFIG_SHELL= /bin/bash
.endif
--------------050104020003020109060900--
Home |
Main Index |
Thread Index |
Old Index