[jira] Created: (MUNIX-24) [PATCH] Implement useFakeroot dpkg setting

View: New views
6 Messages — Rating Filter:   Alert me  

[jira] Created: (MUNIX-24) [PATCH] Implement useFakeroot dpkg setting

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[PATCH] Implement useFakeroot dpkg setting
------------------------------------------

                 Key: MUNIX-24
                 URL: http://jira.codehaus.org/browse/MUNIX-24
             Project: Maven 2.x Unix Plugin
          Issue Type: New Feature
    Affects Versions:  1.0-alpha-4
            Reporter: Luis Arias
         Attachments: unix.fakeroot.patch

dpkg wasn't working for me because of a permission error (141) so I implemented the fakeRoot setting in DpkgSettings down through Dpkg where it was partially implemented.  I am now building a deb package fine with fakeRoot true in my pom.xml. Patch is against today's trunk. (svn rev 9858 I believe).

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (MUNIX-24) [PATCH] Implement useFakeroot dpkg setting

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MUNIX-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luis Arias updated MUNIX-24:
----------------------------

    Attachment: useFakeroot+depends.patch

This new patch (useFakeroot+depends.patch) was made against current svn and implements the previous fakeroot option and a depends section in the dpkg specific parameters so that package run-time dependencies can be specified in the pom.xml.

> [PATCH] Implement useFakeroot dpkg setting
> ------------------------------------------
>
>                 Key: MUNIX-24
>                 URL: http://jira.codehaus.org/browse/MUNIX-24
>             Project: Maven 2.x Unix Plugin
>          Issue Type: New Feature
>    Affects Versions:  1.0-alpha-4
>            Reporter: Luis Arias
>         Attachments: unix.fakeroot.patch, useFakeroot+depends.patch
>
>
> dpkg wasn't working for me because of a permission error (141) so I implemented the fakeRoot setting in DpkgSettings down through Dpkg where it was partially implemented.  I am now building a deb package fine with fakeRoot true in my pom.xml. Patch is against today's trunk. (svn rev 9858 I believe).

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MUNIX-24) [PATCH] Implement useFakeroot dpkg setting

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MUNIX-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179082#action_179082 ]

Trygve Laugstol commented on MUNIX-24:
--------------------------------------

Do you know why you got the permission denied error? It was working for me earlier so I'm a bit surprised.

> [PATCH] Implement useFakeroot dpkg setting
> ------------------------------------------
>
>                 Key: MUNIX-24
>                 URL: http://jira.codehaus.org/browse/MUNIX-24
>             Project: Maven 2.x Unix Plugin
>          Issue Type: New Feature
>    Affects Versions:  1.0-alpha-4
>            Reporter: Luis Arias
>         Attachments: unix.fakeroot.patch, useFakeroot+depends.patch
>
>
> dpkg wasn't working for me because of a permission error (141) so I implemented the fakeRoot setting in DpkgSettings down through Dpkg where it was partially implemented.  I am now building a deb package fine with fakeRoot true in my pom.xml. Patch is against today's trunk. (svn rev 9858 I believe).

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MUNIX-24) [PATCH] Implement useFakeroot dpkg setting

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MUNIX-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179154#action_179154 ]

Luis Arias commented on MUNIX-24:
---------------------------------

No I don't, probably because I was not running under root ?  I didn't really want to try that.  I'm on ubuntu 9.04.

> [PATCH] Implement useFakeroot dpkg setting
> ------------------------------------------
>
>                 Key: MUNIX-24
>                 URL: http://jira.codehaus.org/browse/MUNIX-24
>             Project: Maven 2.x Unix Plugin
>          Issue Type: New Feature
>    Affects Versions:  1.0-alpha-4
>            Reporter: Luis Arias
>         Attachments: unix.fakeroot.patch, useFakeroot+depends.patch
>
>
> dpkg wasn't working for me because of a permission error (141) so I implemented the fakeRoot setting in DpkgSettings down through Dpkg where it was partially implemented.  I am now building a deb package fine with fakeRoot true in my pom.xml. Patch is against today's trunk. (svn rev 9858 I believe).

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (MUNIX-24) [PATCH] Implement useFakeroot dpkg setting

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MUNIX-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trygve Laugstol updated MUNIX-24:
---------------------------------

    Component/s: deb

> [PATCH] Implement useFakeroot dpkg setting
> ------------------------------------------
>
>                 Key: MUNIX-24
>                 URL: http://jira.codehaus.org/browse/MUNIX-24
>             Project: Maven 2.x Unix Plugin
>          Issue Type: New Feature
>          Components: deb
>    Affects Versions:  1.0-alpha-4
>            Reporter: Luis Arias
>         Attachments: unix.fakeroot.patch, useFakeroot+depends.patch
>
>
> dpkg wasn't working for me because of a permission error (141) so I implemented the fakeRoot setting in DpkgSettings down through Dpkg where it was partially implemented.  I am now building a deb package fine with fakeRoot true in my pom.xml. Patch is against today's trunk. (svn rev 9858 I believe).

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (MUNIX-24) [PATCH] Implement useFakeroot dpkg setting

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MUNIX-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trygve Laugstol updated MUNIX-24:
---------------------------------

    Fix Version/s: 1.0-alpha-5

> [PATCH] Implement useFakeroot dpkg setting
> ------------------------------------------
>
>                 Key: MUNIX-24
>                 URL: http://jira.codehaus.org/browse/MUNIX-24
>             Project: Maven 2.x Unix Plugin
>          Issue Type: New Feature
>          Components: deb
>    Affects Versions:  1.0-alpha-4
>            Reporter: Luis Arias
>             Fix For: 1.0-alpha-5
>
>         Attachments: unix.fakeroot.patch, useFakeroot+depends.patch
>
>
> dpkg wasn't working for me because of a permission error (141) so I implemented the fakeRoot setting in DpkgSettings down through Dpkg where it was partially implemented.  I am now building a deb package fine with fakeRoot true in my pom.xml. Patch is against today's trunk. (svn rev 9858 I believe).

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email