You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2009/04/01 23:23:12 UTC

[jira] Created: (HADOOP-5612) Some c++ scripts are not chmodded before ant execution

Some c++ scripts are not chmodded before ant execution
------------------------------------------------------

                 Key: HADOOP-5612
                 URL: https://issues.apache.org/jira/browse/HADOOP-5612
             Project: Hadoop Core
          Issue Type: Bug
          Components: build
            Reporter: Todd Lipcon


Before executing a lot of the configure scripts, there are lines like:
    <chmod file="${c++.libhdfs.src}/configure" perm="ugo+x"/>

that ensure the configure script is executable (since they seem to not always make it into the distribution in this form).

These chmods are missing for Pipes and C++ Utils which makes the build fail.

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


[jira] Updated: (HADOOP-5612) Some c++ scripts are not chmodded before ant execution

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

Todd Lipcon updated HADOOP-5612:
--------------------------------

    Attachment: 0001-HADOOP-5612-Add-chmod-rules-to-build.xml-to-make.patch

> Some c++ scripts are not chmodded before ant execution
> ------------------------------------------------------
>
>                 Key: HADOOP-5612
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5612
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Todd Lipcon
>         Attachments: 0001-HADOOP-5612-Add-chmod-rules-to-build.xml-to-make.patch
>
>
> Before executing a lot of the configure scripts, there are lines like:
>     <chmod file="${c++.libhdfs.src}/configure" perm="ugo+x"/>
> that ensure the configure script is executable (since they seem to not always make it into the distribution in this form).
> These chmods are missing for Pipes and C++ Utils which makes the build fail.

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


[jira] Updated: (HADOOP-5612) Some c++ scripts are not chmodded before ant execution

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

Tom White updated HADOOP-5612:
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0
         Assignee: Todd Lipcon
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

I've just committed this. Thanks Todd!

> Some c++ scripts are not chmodded before ant execution
> ------------------------------------------------------
>
>                 Key: HADOOP-5612
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5612
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.21.0
>
>         Attachments: 0001-HADOOP-5612-Add-chmod-rules-to-build.xml-to-make.patch
>
>
> Before executing a lot of the configure scripts, there are lines like:
>     <chmod file="${c++.libhdfs.src}/configure" perm="ugo+x"/>
> that ensure the configure script is executable (since they seem to not always make it into the distribution in this form).
> These chmods are missing for Pipes and C++ Utils which makes the build fail.

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


[jira] Commented: (HADOOP-5612) Some c++ scripts are not chmodded before ant execution

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694888#action_12694888 ] 

Hadoop QA commented on HADOOP-5612:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12404385/0001-HADOOP-5612-Add-chmod-rules-to-build.xml-to-make.patch
  against trunk revision 761082.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 Eclipse classpath. The patch retains Eclipse classpath integrity.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-minerva.apache.org/95/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-minerva.apache.org/95/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-minerva.apache.org/95/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-minerva.apache.org/95/console

This message is automatically generated.

> Some c++ scripts are not chmodded before ant execution
> ------------------------------------------------------
>
>                 Key: HADOOP-5612
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5612
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Todd Lipcon
>         Attachments: 0001-HADOOP-5612-Add-chmod-rules-to-build.xml-to-make.patch
>
>
> Before executing a lot of the configure scripts, there are lines like:
>     <chmod file="${c++.libhdfs.src}/configure" perm="ugo+x"/>
> that ensure the configure script is executable (since they seem to not always make it into the distribution in this form).
> These chmods are missing for Pipes and C++ Utils which makes the build fail.

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


[jira] Updated: (HADOOP-5612) Some c++ scripts are not chmodded before ant execution

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

Todd Lipcon updated HADOOP-5612:
--------------------------------

    Status: Patch Available  (was: Open)

> Some c++ scripts are not chmodded before ant execution
> ------------------------------------------------------
>
>                 Key: HADOOP-5612
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5612
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Todd Lipcon
>         Attachments: 0001-HADOOP-5612-Add-chmod-rules-to-build.xml-to-make.patch
>
>
> Before executing a lot of the configure scripts, there are lines like:
>     <chmod file="${c++.libhdfs.src}/configure" perm="ugo+x"/>
> that ensure the configure script is executable (since they seem to not always make it into the distribution in this form).
> These chmods are missing for Pipes and C++ Utils which makes the build fail.

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


[jira] Commented: (HADOOP-5612) Some c++ scripts are not chmodded before ant execution

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705302#action_12705302 ] 

Hudson commented on HADOOP-5612:
--------------------------------

Integrated in Hadoop-trunk #824 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/824/])
    

> Some c++ scripts are not chmodded before ant execution
> ------------------------------------------------------
>
>                 Key: HADOOP-5612
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5612
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.21.0
>
>         Attachments: 0001-HADOOP-5612-Add-chmod-rules-to-build.xml-to-make.patch
>
>
> Before executing a lot of the configure scripts, there are lines like:
>     <chmod file="${c++.libhdfs.src}/configure" perm="ugo+x"/>
> that ensure the configure script is executable (since they seem to not always make it into the distribution in this form).
> These chmods are missing for Pipes and C++ Utils which makes the build fail.

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