From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 25 18:00:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 335FF37B4D6 for ; Fri, 25 Apr 2003 18:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B6E43FCB for ; Fri, 25 Apr 2003 18:00:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3Q10OUp082305 for ; Fri, 25 Apr 2003 18:00:24 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3Q10O8h082304; Fri, 25 Apr 2003 18:00:24 -0700 (PDT) Resent-Date: Fri, 25 Apr 2003 18:00:24 -0700 (PDT) Resent-Message-Id: <200304260100.h3Q10O8h082304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Brandon D. Valentine" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AADA37B401 for ; Fri, 25 Apr 2003 17:50:59 -0700 (PDT) Received: from geekpunk.net (adsl-32-193-246.bna.bellsouth.net [67.32.193.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB4D43FA3 for ; Fri, 25 Apr 2003 17:50:58 -0700 (PDT) (envelope-from bandix@geekpunk.net) Received: from localhost.my.domain (taran [127.0.0.1]) by geekpunk.net (8.12.6/8.12.6) with ESMTP id h3PNP86G094443 for ; Fri, 25 Apr 2003 18:25:09 -0500 (CDT) (envelope-from bandix@geekpunk.net) Received: (from bandix@localhost) by localhost.my.domain (8.12.6/8.12.6/Submit) id h3PNP8sk094442; Fri, 25 Apr 2003 18:25:08 -0500 (CDT) (envelope-from bandix) Message-Id: <200304252325.h3PNP8sk094442@localhost.my.domain> Date: Fri, 25 Apr 2003 18:25:08 -0500 (CDT) From: "Brandon D. Valentine" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/51426: linux_base port does not install c++ shared libs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Brandon D. Valentine" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 01:00:26 -0000 >Number: 51426 >Category: ports >Synopsis: linux_base port does not install c++ shared libs >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 25 18:00:24 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Brandon D. Valentine >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: N/A >Environment: System: FreeBSD taran 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #2: Tue Dec 17 16:11:41 CST 2002 root@taran:/usr/obj/usr/src/sys/TARAN i386 >Description: The linux_base port does not install the linux libstdc++ RPM. This seriously impairs our compatibility with Linux C++ programs. This was uncovered by consumers of my linux-flashplugin6 port as well as several readers of -stable. >How-To-Repeat: Install the linux_base-7.1_3 port and run: % /usr/compat/linux/bin/rpm -qa | grep libstdc++ It returns: compat-libstdc++-6.2-2.9.0.14 It should return: libstdc++-2.96-112.7.1 compat-libstdc++-6.2-2.9.0.14 >Fix: Revert do-install target to Revision 1.64 of the Makefile so that the RedHat Update lisbtdc++ RPM will be installed as a PATCHFILE and bump PORTREVISION. --- linux_base.patch begins here --- Index: linux_base/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/linux_base/Makefile,v retrieving revision 1.73 diff -u -r1.73 Makefile --- linux_base/Makefile 2003/04/09 02:05:12 1.73 +++ linux_base/Makefile 2003/04/25 23:13:42 @@ -7,7 +7,7 @@ PORTNAME= linux_base PORTVERSION= 7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS @@ -144,6 +144,12 @@ done @for F in ${BRAND_FILES}; do \ brandelf -t Linux ${LINUXBASE}/$$F; \ + done +# +# Install updates + @for R in ${PATCHFILES}; do \ + ${ECHO} $$R; \ + ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ done @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${PREVIOUS_ELF} # --- linux_base.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: