Return-Path: X-Original-To: apmail-httpd-bugs-archive@www.apache.org Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38B84DFF3 for ; Fri, 5 Oct 2012 12:58:22 +0000 (UTC) Received: (qmail 7727 invoked by uid 500); 5 Oct 2012 12:58:22 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 4171 invoked by uid 500); 5 Oct 2012 12:58:16 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 4105 invoked by uid 99); 5 Oct 2012 12:58:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 12:58:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 12:58:11 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id EB75DA40D; Fri, 5 Oct 2012 12:57:49 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: [Bug 43012] AIX instdso.sh libphp5.so Date: Fri, 05 Oct 2012 12:57:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Build X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mamfelt@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=43012 --- Comment #13 from Michael Felt --- This is something taht has been here for years - would be good to get it settled. perhaps having the environment before/after would help! root@x104:[/tmp/httpd/build]diff -u *.st* --- instdso.9502830.start 2012-10-05 14:43:35 +0200 +++ instdso.9502830.stop 2012-10-05 14:43:37 +0200 @@ -1,7 +1,12 @@ AUTHSTATE=compat CLCMD_PASSTHRU=1 +CMD='/var/apr/build-1/libtool --mode=install cp libphp5.la /var/tmp/root/php-RC1.0.0.0/opt/httpd/libexec/' +DLNAME=libphp5.so +DSOARCHIVE=libphp5.la +DSOARCHIVE_BASENAME=libphp5.la +DSOBASE=libphp5 EDITOR=/usr/bin/vi -ERRNO=25 +ERRNO=2 FCEDIT=/usr/bin/ed HOME=/ IFS=' @@ -9,7 +14,8 @@ INSTALL_ROOT=/var/tmp/root/php-RC1.0.0.0 LANG=en_US LC__FASTMSG=true -LINENO=29 +LIBRARY_NAMES='libphp5.a libphp5.a' +LINENO=104 LOCPATH=/usr/lib/nls/loc LOGIN=root LOGNAME=root @@ -29,14 +35,19 @@ PS3='#? ' PS4='+ ' PWD=/data/prj/php/php-RC1-5.3.18 -RANDOM=30138 -SECONDS=0 +RANDOM=11335 +SECONDS=2 SHELL=/usr/bin/ksh +SH_LIBTOOL=/var/apr/build-1/libtool SSH_CLIENT='192.168.129.45 54211 22' SSH_CONNECTION='192.168.129.45 54211 192.168.129.104 22' SSH_TTY=/dev/pts/0 +SYS=AIX +TARGETDIR=/var/tmp/root/php-RC1.0.0.0/opt/httpd/libexec +TARGET_NAME=libphp5.so TERM=vt100 TMOUT=0 TZ=Europe/Amsterdam USER=root -_=/tmp/httpd/build +_=/var/tmp/root/php-RC1.0.0.0/opt/httpd/libexec/liblibphp5.so +f=libphp5.a root@x104:[/tmp/httpd/build] === please note: to get this to work at all I have added the HACK if test -z "$DLNAME" then echo "Warning! dlname not found in $TARGETDIR/$DSOARCHIVE_BASENAME." echo "Assuming installing a .so rather than a libtool archive." exit 0 fi # HACK to move .a archive to .so archive [[ -e $TARGETDIR/$DSOBASE.a && ! -e $TARGETDIR/$TARGET_NAME ]] && \ mv $TARGETDIR/$DSOBASE.a $TARGETDIR/$TARGET_NAME # end HACK if test -n "$LIBRARY_NAMES" then for f in $LIBRARY_NAMES do rm -f $TARGETDIR/$f done fi -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org