You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Andrew Black (JIRA)" <ji...@apache.org> on 2006/07/10 19:05:29 UTC

[jira] Created: (STDCXX-257) make clean in bin directory removes run_locale_utils.sh symlink

make clean in bin directory removes run_locale_utils.sh symlink
---------------------------------------------------------------

         Key: STDCXX-257
         URL: http://issues.apache.org/jira/browse/STDCXX-257
     Project: C++ Standard Library
        Type: Bug

  Components: Build  
    Reporter: Andrew Black
    Priority: Minor


Executing make clean on the bin subdirectory of the buildspace produces the following output.

[ablack@quandry stdcxx-test]$ make clean -Cbuild/bin
make: Entering directory `/build/ablack/stdcxx-test/build/bin'
rm -f localedef locale
rm -rf a.out core *.o *.i *.ii *.ti *.sh *.sta *.out  \
        *.a                               \
        tempinc cxx_repository SunWS_cache 2>/dev/null
make: Leaving directory `/build/ablack/stdcxx-test/build/bin'

This action removes the run_locale_utils.sh file, which is a symlink to the etc/config/run_locale_utils.sh script in the source tree.  Upon regeneration, the generated shell scipts for the different locales will fail to run as the script they depend on is missing.

I suspect the correct solution is to regenerate this symlink via makefile rules if it doesn't exist, and have the $(RUNTARGET) depend on this file.

-- 
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] Resolved: (STDCXX-257) make clean in bin directory removes run_locale_utils.sh symlink

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-257?page=all ]

Martin Sebor resolved STDCXX-257.
---------------------------------

    Fix Version/s: 4.2
       Resolution: Fixed

Fixed with the referenced changes.

> make clean in bin directory removes run_locale_utils.sh symlink
> ---------------------------------------------------------------
>
>                 Key: STDCXX-257
>                 URL: http://issues.apache.org/jira/browse/STDCXX-257
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>            Reporter: Andrew Black
>         Assigned To: Martin Sebor
>            Priority: Minor
>             Fix For: 4.2
>
>
> Executing make clean on the bin subdirectory of the buildspace produces the following output.
> [ablack@quandry stdcxx-test]$ make clean -Cbuild/bin
> make: Entering directory `/build/ablack/stdcxx-test/build/bin'
> rm -f localedef locale
> rm -rf a.out core *.o *.i *.ii *.ti *.sh *.sta *.out  \
>         *.a                               \
>         tempinc cxx_repository SunWS_cache 2>/dev/null
> make: Leaving directory `/build/ablack/stdcxx-test/build/bin'
> This action removes the run_locale_utils.sh file, which is a symlink to the etc/config/run_locale_utils.sh script in the source tree.  Upon regeneration, the generated shell scipts for the different locales will fail to run as the script they depend on is missing.
> I suspect the correct solution is to regenerate this symlink via makefile rules if it doesn't exist, and have the $(RUNTARGET) depend on this file.

-- 
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] Assigned: (STDCXX-257) make clean in bin directory removes run_locale_utils.sh symlink

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-257?page=all ]

Martin Sebor reassigned STDCXX-257:
-----------------------------------

    Assign To: Martin Sebor

> make clean in bin directory removes run_locale_utils.sh symlink
> ---------------------------------------------------------------
>
>          Key: STDCXX-257
>          URL: http://issues.apache.org/jira/browse/STDCXX-257
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Reporter: Andrew Black
>     Assignee: Martin Sebor
>     Priority: Minor

>
> Executing make clean on the bin subdirectory of the buildspace produces the following output.
> [ablack@quandry stdcxx-test]$ make clean -Cbuild/bin
> make: Entering directory `/build/ablack/stdcxx-test/build/bin'
> rm -f localedef locale
> rm -rf a.out core *.o *.i *.ii *.ti *.sh *.sta *.out  \
>         *.a                               \
>         tempinc cxx_repository SunWS_cache 2>/dev/null
> make: Leaving directory `/build/ablack/stdcxx-test/build/bin'
> This action removes the run_locale_utils.sh file, which is a symlink to the etc/config/run_locale_utils.sh script in the source tree.  Upon regeneration, the generated shell scipts for the different locales will fail to run as the script they depend on is missing.
> I suspect the correct solution is to regenerate this symlink via makefile rules if it doesn't exist, and have the $(RUNTARGET) depend on this file.

-- 
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-257) make clean in bin directory removes run_locale_utils.sh symlink

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

Martin Sebor closed STDCXX-257.
-------------------------------


> make clean in bin directory removes run_locale_utils.sh symlink
> ---------------------------------------------------------------
>
>                 Key: STDCXX-257
>                 URL: https://issues.apache.org/jira/browse/STDCXX-257
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>            Reporter: Andrew Black
>         Assigned To: Martin Sebor
>            Priority: Minor
>             Fix For: 4.2
>
>
> Executing make clean on the bin subdirectory of the buildspace produces the following output.
> [ablack@quandry stdcxx-test]$ make clean -Cbuild/bin
> make: Entering directory `/build/ablack/stdcxx-test/build/bin'
> rm -f localedef locale
> rm -rf a.out core *.o *.i *.ii *.ti *.sh *.sta *.out  \
>         *.a                               \
>         tempinc cxx_repository SunWS_cache 2>/dev/null
> make: Leaving directory `/build/ablack/stdcxx-test/build/bin'
> This action removes the run_locale_utils.sh file, which is a symlink to the etc/config/run_locale_utils.sh script in the source tree.  Upon regeneration, the generated shell scipts for the different locales will fail to run as the script they depend on is missing.
> I suspect the correct solution is to regenerate this symlink via makefile rules if it doesn't exist, and have the $(RUNTARGET) depend on this file.

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