From owner-freebsd-ports Tue Apr 24 4:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 319D137B43E for ; Tue, 24 Apr 2001 04:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3OBe2x35311; Tue, 24 Apr 2001 04:40:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F14737B43C for ; Tue, 24 Apr 2001 04:39:22 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3OBdLL35269; Tue, 24 Apr 2001 04:39:21 -0700 (PDT) (envelope-from nobody) Message-Id: <200104241139.f3OBdLL35269@freefall.freebsd.org> Date: Tue, 24 Apr 2001 04:39:21 -0700 (PDT) From: gabriel_ambuehl@buz.ch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/26814: STLport is broken (libstdc++ probably as well) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26814 >Category: ports >Synopsis: STLport is broken (libstdc++ probably as well) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 24 04:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gabriel Ambuehl >Release: 4.3 RC#5 >Organization: >Environment: FreeBSD local.root.li 4.3-RC FreeBSD 4.3-RC #5: Tue Apr 3 22:28:52 CEST 2001 root@local.root.li:/home/obj/usr/src/sys/triligon i386 >Description: I wanted to compile a program which uses the STL template wstring but unfortunately, that one is commented out in /usr/include/g++/string (which brings me to the idea that this is probably not standard compliant?). So I thought I could fix this by installing the STLport but that one is broken: root@local 13:36:41 /usr/ports/devel/stlport $ make ===> Building for stlport-4.0 rm -rf obj/GCCi386/Release obj/GCCi386/Debug \ obj/GCCi386/DebugSTL obj/GCCi386/ReleaseD \ obj/GCCi386/DebugD obj/GCCi386/DebugSTLD SunWS_cache Templates.DB tempinc mkdir -p obj/GCCi386/ReleaseD c++ -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32 -O2 -fPIC dll_main.cpp -c -o obj/GCCi386/ReleaseD/dll_main.o In file included from ../stlport/stl/_alloc.h:68, from ../stlport/memory:28, from dll_main.cpp:5: ../stlport/new:47: ../include/new: No such file or directory gmake: *** [obj/GCCi386/ReleaseD/dll_main.o] Error 1 *** Error code 2 Stop in /usr/ports/devel/stlport. *** Error code 1 Stop in /usr/ports/devel/stlport. *** Error code 1 >How-To-Repeat: cd /usr/ports/devel/stlport make >Fix: Fixing libstdc++ would probably be the better approach (if there aren't any serious reasons why wstring shouldn't work on FreeBSD). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message