You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/07 22:10:50 UTC

[jira] Created: (STDCXX-650) 22.locale.codecvt.out test fails to compile

22.locale.codecvt.out test fails to compile
-------------------------------------------

                 Key: STDCXX-650
                 URL: https://issues.apache.org/jira/browse/STDCXX-650
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Tests
    Affects Versions: 4.2
            Reporter: Travis Vitek
             Fix For: 4.2.1


There is actually nothing wrong with the test itself. The problem is the name of the test. The makefile has rules for .out files, and when trying to build the executable 22.locale.codecvt.out, it thinks you are talking about a .out file, not an executable, so it does nothing. Renaming the source file to 22.locale.codecvt.outx.cpp avoids the problem.

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


[jira] Resolved: (STDCXX-650) 22.locale.codecvt.out test fails to compile

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

Martin Sebor resolved STDCXX-650.
---------------------------------

    Resolution: Fixed

Resolved thus: http://svn.apache.org/viewvc?rev=602770&view=rev
Will close once the fix has been confirmed in nightly build results.

> 22.locale.codecvt.out test fails to compile
> -------------------------------------------
>
>                 Key: STDCXX-650
>                 URL: https://issues.apache.org/jira/browse/STDCXX-650
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Assignee: Martin Sebor
>             Fix For: 4.2.1
>
>
> There is actually nothing wrong with the test itself. The problem is the name of the test. The makefile has rules for .out files, and when trying to build the executable 22.locale.codecvt.out, it thinks you are talking about a .out file, not an executable, so it does nothing. Renaming the source file to 22.locale.codecvt.outx.cpp avoids the problem.

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


[jira] Commented: (STDCXX-650) 22.locale.codecvt.out test fails to compile

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

Martin Sebor commented on STDCXX-650:
-------------------------------------

Yes. Here's some background:
http://www.nabble.com/missing-build-line-for-22.locale.codecvt.out-tf4385887.html#a12503279

> 22.locale.codecvt.out test fails to compile
> -------------------------------------------
>
>                 Key: STDCXX-650
>                 URL: https://issues.apache.org/jira/browse/STDCXX-650
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2
>            Reporter: Travis Vitek
>             Fix For: 4.2.1
>
>
> There is actually nothing wrong with the test itself. The problem is the name of the test. The makefile has rules for .out files, and when trying to build the executable 22.locale.codecvt.out, it thinks you are talking about a .out file, not an executable, so it does nothing. Renaming the source file to 22.locale.codecvt.outx.cpp avoids the problem.

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


[jira] Closed: (STDCXX-650) 22.locale.codecvt.out test fails to compile

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

Martin Sebor closed STDCXX-650.
-------------------------------


Fix verified in nightly builds.
Merged to 4.2.1 in http://svn.apache.org/viewvc?view=rev&revision=603470
Closing...

> 22.locale.codecvt.out test fails to compile
> -------------------------------------------
>
>                 Key: STDCXX-650
>                 URL: https://issues.apache.org/jira/browse/STDCXX-650
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Assignee: Martin Sebor
>             Fix For: 4.2.1
>
>
> There is actually nothing wrong with the test itself. The problem is the name of the test. The makefile has rules for .out files, and when trying to build the executable 22.locale.codecvt.out, it thinks you are talking about a .out file, not an executable, so it does nothing. Renaming the source file to 22.locale.codecvt.outx.cpp avoids the problem.

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


[jira] Assigned: (STDCXX-650) 22.locale.codecvt.out test fails to compile

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

Martin Sebor reassigned STDCXX-650:
-----------------------------------

    Assignee: Martin Sebor

> 22.locale.codecvt.out test fails to compile
> -------------------------------------------
>
>                 Key: STDCXX-650
>                 URL: https://issues.apache.org/jira/browse/STDCXX-650
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Assignee: Martin Sebor
>             Fix For: 4.2.1
>
>
> There is actually nothing wrong with the test itself. The problem is the name of the test. The makefile has rules for .out files, and when trying to build the executable 22.locale.codecvt.out, it thinks you are talking about a .out file, not an executable, so it does nothing. Renaming the source file to 22.locale.codecvt.outx.cpp avoids the problem.

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