You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2006/08/14 00:31:13 UTC

[jira] Created: (STDCXX-274) [Compaq C++] unsats for __rw_pod_array::append()

[Compaq C++] unsats for __rw_pod_array::append()
------------------------------------------------

                 Key: STDCXX-274
                 URL: http://issues.apache.org/jira/browse/STDCXX-274
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Build
    Affects Versions: 4.1.3
         Environment: Compaq/HP C++, Tru64 UNIX
            Reporter: Martin Sebor
         Assigned To: Martin Sebor
             Fix For: 4.2


All example programs (and tests) fail to link with the following error(s):

gmake: Entering directory `/build2/batman/5.0.0/builds/33012080/source-buildspace/build/examples'
cxx -c -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -x cxx -nocxxstd -std strict_ansi_errors -g  -ptr accumulate.ti -w1 -msg_disable 450  /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/accumulate.cpp
cxx accumulate.o -o accumulate -nocxxstd -liconv   -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -ptr accumulate.ti -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd   -lm
ld:
Unresolved:
__rw::__rw_pod_array<char, 256>::append(const char*, unsigned long)
gmake: *** [accumulate] Error 1
...
cxx -c -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -x cxx -nocxxstd -std strict_ansi_errors -g  -ptr collate.ti -w1 -msg_disable 450  /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/collate.cpp
cxx collate.o -o collate -nocxxstd -liconv   -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -ptr collate.ti -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd   -lm
ld:
Unresolved:
__rw::__rw_pod_array<const unsigned int*, 1024>::append(const unsigned int* const*, unsigned long)
__rw::__rw_pod_array<char, 256>::append(const char*, unsigned long)
gmake: *** [collate] Error 1


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (STDCXX-274) [Compaq C++] unsats for __rw_pod_array::append()

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-274.
-------------------------------

    Resolution: Fixed

I don't see these unsats anymore so closing (the related STDCXX-406 is still pending).

> [Compaq C++] unsats for __rw_pod_array::append()
> ------------------------------------------------
>
>                 Key: STDCXX-274
>                 URL: https://issues.apache.org/jira/browse/STDCXX-274
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.3
>         Environment: Compaq/HP C++, Tru64 UNIX
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Blocker
>             Fix For: 4.2
>
>
> All example programs (and tests) fail to link with the following error(s):
> gmake: Entering directory `/build2/batman/5.0.0/builds/33012080/source-buildspace/build/examples'
> cxx -c -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -x cxx -nocxxstd -std strict_ansi_errors -g  -ptr accumulate.ti -w1 -msg_disable 450  /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/accumulate.cpp
> cxx accumulate.o -o accumulate -nocxxstd -liconv   -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -ptr accumulate.ti -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd   -lm
> ld:
> Unresolved:
> __rw::__rw_pod_array<char, 256>::append(const char*, unsigned long)
> gmake: *** [accumulate] Error 1
> ...
> cxx -c -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -x cxx -nocxxstd -std strict_ansi_errors -g  -ptr collate.ti -w1 -msg_disable 450  /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/collate.cpp
> cxx collate.o -o collate -nocxxstd -liconv   -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -ptr collate.ti -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd   -lm
> ld:
> Unresolved:
> __rw::__rw_pod_array<const unsigned int*, 1024>::append(const unsigned int* const*, unsigned long)
> __rw::__rw_pod_array<char, 256>::append(const char*, unsigned long)
> gmake: *** [collate] Error 1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-274) [Compaq C++] unsats for __rw_pod_array::append()

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-274:
--------------------------------

    Priority: Blocker  (was: Major)

Like STDCXX-406, this is a Blocker.

> [Compaq C++] unsats for __rw_pod_array::append()
> ------------------------------------------------
>
>                 Key: STDCXX-274
>                 URL: https://issues.apache.org/jira/browse/STDCXX-274
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.3
>         Environment: Compaq/HP C++, Tru64 UNIX
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Blocker
>             Fix For: 4.2
>
>
> All example programs (and tests) fail to link with the following error(s):
> gmake: Entering directory `/build2/batman/5.0.0/builds/33012080/source-buildspace/build/examples'
> cxx -c -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -x cxx -nocxxstd -std strict_ansi_errors -g  -ptr accumulate.ti -w1 -msg_disable 450  /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/accumulate.cpp
> cxx accumulate.o -o accumulate -nocxxstd -liconv   -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -ptr accumulate.ti -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd   -lm
> ld:
> Unresolved:
> __rw::__rw_pod_array<char, 256>::append(const char*, unsigned long)
> gmake: *** [accumulate] Error 1
> ...
> cxx -c -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -x cxx -nocxxstd -std strict_ansi_errors -g  -ptr collate.ti -w1 -msg_disable 450  /build2/batman/5.0.0/builds/33012080/source-buildspace/examples/manual/collate.cpp
> cxx collate.o -o collate -nocxxstd -liconv   -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33012080/source-buildspace/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33012080/source-buildspace/examples/include  -ptr collate.ti -L/build2/batman/5.0.0/builds/33012080/source-buildspace/build/lib -lstd   -lm
> ld:
> Unresolved:
> __rw::__rw_pod_array<const unsigned int*, 1024>::append(const unsigned int* const*, unsigned long)
> __rw::__rw_pod_array<char, 256>::append(const char*, unsigned long)
> gmake: *** [collate] Error 1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.