You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Steve Glaser (JIRA)" <xa...@xml.apache.org> on 2005/03/30 01:00:21 UTC

[jira] Created: (XALANC-471) file permissions wrong in 1.9 xalan-c source distribution....

file permissions wrong in 1.9 xalan-c source distribution....
-------------------------------------------------------------

         Key: XALANC-471
         URL: http://issues.apache.org/jira/browse/XALANC-471
     Project: XalanC
        Type: Bug
  Components: XalanC  
    Versions: 1.9    
 Environment: RedHat Linux 7.2
    Reporter: Steve Glaser


The install instructions don't work cause the execute permissions got dropped from some files.
 
% tar tvfz Xalan-C_1_8_0-src.tar.gz | grep -i '^-rwx'
-rwx------ torxslt/staff   564 2004-04-28 03:32:35 xml-xalan/c/NOTICE
-rwx------ torxslt/staff   2994 2004-04-28 03:32:52 xml-xalan/c/build.bat
-rwx------ torxslt/staff 131781 2004-04-28 03:32:52 xml-xalan/c/configure
-rwx------ torxslt/staff   5598 2004-04-28 03:32:52 xml-xalan/c/install-sh
-rwx------ torxslt/staff  13135 2004-04-28 03:32:52 xml-xalan/c/runConfigure
-rwx------ torxslt/staff  53839 2004-04-28 03:32:52 xml-xalan/c/samples/configure
-rwx------ torxslt/staff   3050 2004-04-28 03:32:52 xml-xalan/c/samples/configure.in
-rwx------ torxslt/staff   8890 2004-04-28 03:32:52 xml-xalan/c/samples/runConfigure
-rwx------ torxslt/staff    644 2004-04-28 03:33:27 xml-xalan/c/xdocs/run
% tar tvfz Xalan-C_1_9_0-src.tar.gz | grep -i '^-rwx'
% 

Even using sh runConfigure instead of ./runConfigure fails since runConfigure use ./configure to invole the script.

Fixing the permissions gets much further. I think the build bombs cause our ancient RedHat 7.2 systems have way out of date gcc/g++/library bits. I'll move to a newer Linux distribution and try again.


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANC-471) file permissions wrong in 1.9 xalan-c source distribution....

Posted by "Steve Glaser (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-471?page=comments#action_62617 ]
     
Steve Glaser commented on XALANC-471:
-------------------------------------

I don't understand. Your resolution comments says to use switch to CVS or to Version 1.9 but the complaint is _about_ version 1.9.

Something changed between 1.8 and 1.9 and some file permissions got screwed up.  The change needs to be undone for version 1.10.

The CVS tree has the correct permissions. I can't see if or when the permissions changed in CVSROOT so I can't tell whether they were temporarily broken and are now fixed or if your source tarball build process is what's at fault. (Note: permissions of the ,v file in CVS become the permissions in the sandbox and permission changes are not tracked by CVS).

I'm assuming that the Won't Fix resolution really means Duplicate and it's already addressed.

Thanks


> file permissions wrong in 1.9 xalan-c source distribution....
> -------------------------------------------------------------
>
>          Key: XALANC-471
>          URL: http://issues.apache.org/jira/browse/XALANC-471
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: 1.9
>  Environment: RedHat Linux 7.2
>     Reporter: Steve Glaser

>
> The install instructions don't work cause the execute permissions got dropped from some files.
>  
> % tar tvfz Xalan-C_1_8_0-src.tar.gz | grep -i '^-rwx'
> -rwx------ torxslt/staff   564 2004-04-28 03:32:35 xml-xalan/c/NOTICE
> -rwx------ torxslt/staff   2994 2004-04-28 03:32:52 xml-xalan/c/build.bat
> -rwx------ torxslt/staff 131781 2004-04-28 03:32:52 xml-xalan/c/configure
> -rwx------ torxslt/staff   5598 2004-04-28 03:32:52 xml-xalan/c/install-sh
> -rwx------ torxslt/staff  13135 2004-04-28 03:32:52 xml-xalan/c/runConfigure
> -rwx------ torxslt/staff  53839 2004-04-28 03:32:52 xml-xalan/c/samples/configure
> -rwx------ torxslt/staff   3050 2004-04-28 03:32:52 xml-xalan/c/samples/configure.in
> -rwx------ torxslt/staff   8890 2004-04-28 03:32:52 xml-xalan/c/samples/runConfigure
> -rwx------ torxslt/staff    644 2004-04-28 03:33:27 xml-xalan/c/xdocs/run
> % tar tvfz Xalan-C_1_9_0-src.tar.gz | grep -i '^-rwx'
> % 
> Even using sh runConfigure instead of ./runConfigure fails since runConfigure use ./configure to invole the script.
> Fixing the permissions gets much further. I think the build bombs cause our ancient RedHat 7.2 systems have way out of date gcc/g++/library bits. I'll move to a newer Linux distribution and try again.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Resolved: (XALANC-471) file permissions wrong in 1.9 xalan-c source distribution....

Posted by "Dmitry Hayes (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-471?page=history ]
     
Dmitry Hayes resolved XALANC-471:
---------------------------------

    Resolution: Won't Fix

Please try the latest CVS or the XalanC1.9. Thanks!

> file permissions wrong in 1.9 xalan-c source distribution....
> -------------------------------------------------------------
>
>          Key: XALANC-471
>          URL: http://issues.apache.org/jira/browse/XALANC-471
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: 1.9
>  Environment: RedHat Linux 7.2
>     Reporter: Steve Glaser

>
> The install instructions don't work cause the execute permissions got dropped from some files.
>  
> % tar tvfz Xalan-C_1_8_0-src.tar.gz | grep -i '^-rwx'
> -rwx------ torxslt/staff   564 2004-04-28 03:32:35 xml-xalan/c/NOTICE
> -rwx------ torxslt/staff   2994 2004-04-28 03:32:52 xml-xalan/c/build.bat
> -rwx------ torxslt/staff 131781 2004-04-28 03:32:52 xml-xalan/c/configure
> -rwx------ torxslt/staff   5598 2004-04-28 03:32:52 xml-xalan/c/install-sh
> -rwx------ torxslt/staff  13135 2004-04-28 03:32:52 xml-xalan/c/runConfigure
> -rwx------ torxslt/staff  53839 2004-04-28 03:32:52 xml-xalan/c/samples/configure
> -rwx------ torxslt/staff   3050 2004-04-28 03:32:52 xml-xalan/c/samples/configure.in
> -rwx------ torxslt/staff   8890 2004-04-28 03:32:52 xml-xalan/c/samples/runConfigure
> -rwx------ torxslt/staff    644 2004-04-28 03:33:27 xml-xalan/c/xdocs/run
> % tar tvfz Xalan-C_1_9_0-src.tar.gz | grep -i '^-rwx'
> % 
> Even using sh runConfigure instead of ./runConfigure fails since runConfigure use ./configure to invole the script.
> Fixing the permissions gets much further. I think the build bombs cause our ancient RedHat 7.2 systems have way out of date gcc/g++/library bits. I'll move to a newer Linux distribution and try again.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org