Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2001 04:39:21 -0700 (PDT)
From:      gabriel_ambuehl@buz.ch
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26814: STLport is broken (libstdc++ probably as well)
Message-ID:  <200104241139.f3OBdLL35269@freefall.freebsd.org>

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

>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




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