Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2003 17:34:20 -0600 (CST)
From:      Blaine Kahle <goatee@binary.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47573: [PATCH] linux_base-7.1_2 port does not install libstdc++-2.96-112.7.1.i386.rpm
Message-ID:  <20030127233420.63C6656B7@arrakis.binary.net>

next in thread | raw e-mail | index | archive | help

>Number:         47573
>Category:       ports
>Synopsis:       [PATCH] linux_base-7.1_2 port does not install libstdc++-2.96-112.7.1.i386.rpm
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 27 15:40:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Blaine Kahle <goatee@binary.net>
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
none
>Environment:
System: FreeBSD arrakis.binary.net 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #1: Tue Nov 19 17:13:48 CST 2002 goatee@arrakis.binary.net:/usr/obj/usr/src/sys/ARRAKIS i386
>Description:
	The linux_base port, version 7.1_2, fetches libstdc++-2.96-112.7.1.i386.rpm, but does not install it. IIRC, previous revisions of this port installed it correctly, so it may have been overlooked in an update to the Makefile. This RPM contains libstdc++-3-libc6.2-2-2.10.0.so and libstdc++-libc6.2-2.so.3, which install into /usr/compat/linux/usr/lib/.

>How-To-Repeat:
	cd /usr/ports/emulators/linux_base
	make install
	
	(libstdc++-2.96-112.7.1.i386.rpm will be missing from the build output.  libstdc++-3-libc6.2-2-2.10.0.so and libstdc++-libc6.2-2.so.3 will be missing from /usr/compat/linux/usr/lib)

>Fix:
	Apply this patch:

--- Makefile.orig       Mon Jan 27 15:05:00 2003
+++ Makefile    Mon Jan 27 17:16:41 2003
@@ -79,7 +79,7 @@
 RPM_SETSERIAL=         setserial-2.17-2.i386.rpm
 RPM_SETUP=             setup-2.4.7-1.noarch.rpm
 RPM_XFREE86_LIBS=      XFree86-libs-4.0.3-5.i386.rpm
-UPDATES+=              libstdc++-2.96-112.7.1.i386.rpm
+UPD_SET2+=             libstdc++-2.96-112.7.1.i386.rpm
 .else
 RPM_BZIP2=             bzip2-1.0.1-4.alpha.rpm
 RPM_FREETYPE=          freetype-2.0.1-5.alpha.rpm

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030127233420.63C6656B7>