From owner-freebsd-bugs Mon Nov 18 05:50:16 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA10313 for bugs-outgoing; Mon, 18 Nov 1996 05:50:16 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA10291; Mon, 18 Nov 1996 05:50:13 -0800 (PST) Resent-Date: Mon, 18 Nov 1996 05:50:13 -0800 (PST) Resent-Message-Id: <199611181350.FAA10291@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, cracauer@cons.org Received: from knight.cons.org (knight.cons.org [194.233.237.86]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA09946 for ; Mon, 18 Nov 1996 05:42:26 -0800 (PST) Received: (from cracauer@localhost) by knight.cons.org (8.7.5/8.7.3) id OAA28588; Mon, 18 Nov 1996 14:43:51 +0100 (MET) Message-Id: <199611181343.OAA28588@knight.cons.org> Date: Mon, 18 Nov 1996 14:43:51 +0100 (MET) From: cracauer@cons.org Reply-To: cracauer@cons.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/2050: gnu/libstdc++ files are in source tree, but don't make it into lib Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2050 >Category: gnu >Synopsis: libstdc++ missed three source files >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 18 05:50:09 PST 1996 >Last-Modified: >Originator: Martin Cracauer >Organization: private >Release: FreeBSD RELENG_2_2 and FreeBSD 3.0-current >Environment: FreeBSD RELENG_2_2 and FreeBSD 3.0-current >Description: the files from directory /usr/src/contrib/libg++/libstdc++/stl should be included in /usr/lib/libstdc++.{a,so...}, but they are missing from the Makefile /usr/src/gnu/lib/libstdc++/Makefile As a reult, most application using the stl will not work. These include the popular guavac JAVA compiler. >How-To-Repeat: Try to build guavac (a Java compiler) from ports. >Fix: Diff below. Remember, this is both for RELENG_2_2 and 3.0-current =================================================================== RCS file: src/gnu/lib/libstdc++/Makefile,v retrieving revision 1.1 diff -r1.1 Makefile 7c7 < .PATH: ${GPPDIR}/libstdc++ ${GPPDIR}/libio ${GPPDIR}/libiberty --- > .PATH: ${GPPDIR}/libstdc++ ${GPPDIR}/libstdc++/stl ${GPPDIR}/libio ${GPPDIR}/libiberty 40c40 < projectn.h set.h stack.h tempbuf.h tree.h vector.h --- > projectn.h set.h stack.h tempbuf.h tree.h vector.h 43c43,45 < stdexcepti.cc cstdlibi.cc cmathi.cc --- > stdexcepti.cc cstdlibi.cc cmathi.cc \ > random.cc tree.cc tempbuf.cc > >Audit-Trail: >Unformatted: