You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Christian Schulte <cs...@schulte.it> on 2017/03/14 21:29:28 UTC

Distribution file permission issue with current master.

Hi,

see the attachment. After unzipping the binary distribution, I cannot
delete it anymore without updating file permissions.

Regards,
-- 
Christian


Distribution file permission issue with current master (attachment).

Posted by Christian Schulte <cs...@schulte.it>.
$ rm -rf apache-maven-3.5.0-SNAPSHOT
rm: apache-maven-3.5.0-SNAPSHOT/lib/jansi-native: Permission denied
rm: apache-maven-3.5.0-SNAPSHOT/lib: Directory not empty
rm: apache-maven-3.5.0-SNAPSHOT: Directory not empty
$ find apache-maven-3.5.0-SNAPSHOT
apache-maven-3.5.0-SNAPSHOT
apache-maven-3.5.0-SNAPSHOT/lib
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native
find: apache-maven-3.5.0-SNAPSHOT/lib/jansi-native: Permission denied
$ ls -lah apache-maven-3.5.0-SNAPSHOT
total 16
drwxr-xr-x   3 schulte  schulte   512B Mar 14 22:26 .
drwxr-xr-x  29 schulte  schulte   1.0K Mar 14 22:28 ..
drwxr-xr-x   3 schulte  schulte   3.0K Mar 14 22:26 lib
$ ls -lah apache-maven-3.5.0-SNAPSHOT/lib
total 16
drwxr-xr-x  3 schulte  schulte   3.0K Mar 14 22:26 .
drwxr-xr-x  3 schulte  schulte   512B Mar 14 22:26 ..
d---------  7 schulte  schulte   512B Mar 14 22:22 jansi-native
$ ls -lah apache-maven-3.5.0-SNAPSHOT/lib/jansi-native
ls: jansi-native: Permission denied
$ ^D


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


Re: Distribution file permission issue with current master.

Posted by Christian Schulte <cs...@schulte.it>.
Am 19.03.2017 um 10:39 schrieb Herv BOUTEMY:
> I updated parent pom, which brings a new m-assembly-p version that does not 
> have this bug

Thanks.

Regards,
-- 
Christian


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


Re: Distribution file permission issue with current master.

Posted by Hervé BOUTEMY <he...@free.fr>.
yes, this is a critical bug

in fact, I didn't understand your initial report and didn't see that there was 
an issue with only the .zip distribution file (every other distribution -- that 
I tried -- does not have this issue, and this jansi-native directory is not 
different from other directory that are in our source tree)

I updated parent pom, which brings a new m-assembly-p version that does not 
have this bug

Regards,

Hervé

Le dimanche 19 mars 2017, 04:22:16 CET Christian Schulte a écrit :
> Am 03/15/17 um 23:37 schrieb Hervé BOUTEMY:
> > no issue for me on Linux
> > I don't understand what happens to you: I suppose this is once again
> > related to FreeBSD
> > I can't do anything for you
> 
> Upgrading the assembly plugin to 2.6 solves this. Should we consider
> upgrading the parent for alpha-2 from 27 to 30? Just the assembly
> plugin? We would be shipping a somehow broken zip file with current
> master due to some assembly plugin or plexus-archiver issue (I did not
> dig any deeper into this and just tried a more recent assembly plugin).
> 
> Regards,



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


Re: Distribution file permission issue with current master.

Posted by Christian Schulte <cs...@schulte.it>.
Am 03/15/17 um 23:37 schrieb Herv BOUTEMY:
> no issue for me on Linux
> I don't understand what happens to you: I suppose this is once again related 
> to FreeBSD
> I can't do anything for you

Upgrading the assembly plugin to 2.6 solves this. Should we consider
upgrading the parent for alpha-2 from 27 to 30? Just the assembly
plugin? We would be shipping a somehow broken zip file with current
master due to some assembly plugin or plexus-archiver issue (I did not
dig any deeper into this and just tried a more recent assembly plugin).

Regards,
-- 
Christian


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


Re: Distribution file permission issue with current master.

Posted by Christian Schulte <cs...@schulte.it>.
Am 03/15/17 um 23:37 schrieb Herv BOUTEMY:
> no issue for me on Linux
> I don't understand what happens to you: I suppose this is once again related 
> to FreeBSD
> I can't do anything for you

Thanks for taking a look. It's happening with the zip distribution only.
It's not happening using the tar distribution. Will take a look at the
assembly plugin for what is going on.

Regards,
-- 
Christian


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


Re: Distribution file permission issue with current master.

Posted by Christian Schulte <cs...@schulte.it>.
Am 03/18/17 um 20:33 schrieb Christian Schulte:
> Am 03/18/17 um 20:33 schrieb Christian Schulte:
>> Am 03/15/17 um 23:37 schrieb Herv BOUTEMY:
>>> no issue for me on Linux
>>> I don't understand what happens to you: I suppose this is once again related 
>>> to FreeBSD
>>> I can't do anything for you
>>
>> I am having the same issue on Jenkins with Linux, BTW. Seems the "unzip"
>> command cannot handle our ZIPs correctly. Using the "jar" command, the
>> permissions are as expected.
>>
>> <https://builds.apache.org/view/Maven%20Master%20Release%20Status/job/maven-master-release-status-test-doxia-linux/14/console>
>>
>> + xargs -0 rm -rf
>> rm: cannot remove
>> '/home/jenkins/jenkins-slave/workspace/maven-master-release-status-test-doxia-linux/apache-maven-dist/lib/jansi-native':
>> Permission denied
>> Build step 'Execute shell' marked build as failure
>>
>> In the assembly descriptor, the jansi related files are the only ones
>> having the file mode set. Can we just remove this from the descriptors
>> until we know what is going on?
>>
>> Regards,
>>
> 
> Talking about
> 
> $ unzip
> UnZip 6.00 of 20 April 2009, by Info-ZIP.  Maintained by C. Spieler.  Send
> bug reports using http://www.info-zip.org/zip-bug.html; see README for
> details.

This is the output of zipinfo:

Note this line with incorrect permissions.

d---------  2.0 unx        0 b- stor 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/


Archive:  apache-maven-3.5.0-SNAPSHOT-bin.zip
Zip file size: 8693301 bytes, number of entries: 112
drwxr-xr-x  2.0 unx        0 b- stor 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/
drwxr-xr-x  2.0 unx        0 b- stor 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/boot/
-rw-r--r--  2.0 unx    52684 bl defN 16-Oct-11 01:19
apache-maven-3.5.0-SNAPSHOT/boot/plexus-classworlds-2.5.2.jar
drwxr-xr-x  2.0 unx        0 b- stor 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/lib/
-rw-r--r--  2.0 unx    98054 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-embedder-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx    44619 bl defN 17-Mar-15 03:04
apache-maven-3.5.0-SNAPSHOT/lib/maven-settings-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx   247351 bl defN 16-Oct-06 02:24
apache-maven-3.5.0-SNAPSHOT/lib/plexus-utils-3.0.24.jar
-rw-r--r--  2.0 unx   624267 bl defN 17-Mar-15 03:05
apache-maven-3.5.0-SNAPSHOT/lib/maven-core-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx   165047 bl defN 17-Mar-15 03:03
apache-maven-3.5.0-SNAPSHOT/lib/maven-model-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx   479881 bl defN 16-Nov-14 03:30
apache-maven-3.5.0-SNAPSHOT/lib/commons-lang3-3.5.jar
-rw-r--r--  2.0 unx    42885 bl defN 17-Mar-15 03:04
apache-maven-3.5.0-SNAPSHOT/lib/maven-settings-builder-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx    14915 bl defN 17-Mar-15 03:03
apache-maven-3.5.0-SNAPSHOT/lib/maven-builder-support-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx    78876 bl defN 16-Nov-12 21:28
apache-maven-3.5.0-SNAPSHOT/lib/plexus-interpolation-1.24.jar
-rw-r--r--  2.0 unx     4288 bl defN 16-Oct-18 16:44
apache-maven-3.5.0-SNAPSHOT/lib/plexus-component-annotations-1.7.1.jar
-rw-r--r--  2.0 unx    27703 bl defN 16-Oct-09 00:16
apache-maven-3.5.0-SNAPSHOT/lib/plexus-sec-dispatcher-1.4.jar
-rw-r--r--  2.0 unx    13350 bl defN 16-Oct-11 23:26
apache-maven-3.5.0-SNAPSHOT/lib/plexus-cipher-1.7.jar
-rw-r--r--  2.0 unx    27514 bl defN 17-Mar-15 03:04
apache-maven-3.5.0-SNAPSHOT/lib/maven-repository-metadata-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx    55032 bl defN 17-Mar-15 03:03
apache-maven-3.5.0-SNAPSHOT/lib/maven-artifact-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx    47816 bl defN 17-Mar-15 03:03
apache-maven-3.5.0-SNAPSHOT/lib/maven-plugin-api-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx   205307 bl defN 16-Oct-11 01:19
apache-maven-3.5.0-SNAPSHOT/lib/org.eclipse.sisu.plexus-0.3.3.jar
-rw-r--r--  2.0 unx    44908 bl defN 16-Oct-11 01:19
apache-maven-3.5.0-SNAPSHOT/lib/cdi-api-1.0.jar
-rw-r--r--  2.0 unx     5848 bl defN 16-Oct-11 01:19
apache-maven-3.5.0-SNAPSHOT/lib/jsr250-api-1.0.jar
-rw-r--r--  2.0 unx     2497 bl defN 16-Oct-11 01:19
apache-maven-3.5.0-SNAPSHOT/lib/javax.inject-1.jar
-rw-r--r--  2.0 unx   379175 bl defN 16-Oct-11 01:19
apache-maven-3.5.0-SNAPSHOT/lib/org.eclipse.sisu.inject-0.3.3.jar
-rw-r--r--  2.0 unx   178539 bl defN 17-Mar-15 03:04
apache-maven-3.5.0-SNAPSHOT/lib/maven-model-builder-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx  2442625 bl defN 16-Nov-14 03:32
apache-maven-3.5.0-SNAPSHOT/lib/guava-20.0.jar
-rw-r--r--  2.0 unx    68322 bl defN 17-Mar-15 03:04
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-provider-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx   146422 bl defN 17-Feb-04 23:48
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-api-1.0.3.jar
-rw-r--r--  2.0 unx    35583 bl defN 17-Feb-04 23:48
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-spi-1.0.3.jar
-rw-r--r--  2.0 unx   158956 bl defN 17-Feb-04 23:48
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-util-1.0.3.jar
-rw-r--r--  2.0 unx   184324 bl defN 17-Feb-04 23:48
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-impl-1.0.3.jar
-rw-r--r--  2.0 unx   163692 bl defN 16-Oct-11 23:27
apache-maven-3.5.0-SNAPSHOT/lib/maven-shared-utils-3.1.0.jar
-rw-r--r--  2.0 unx   208700 bl defN 16-Oct-06 02:28
apache-maven-3.5.0-SNAPSHOT/lib/commons-io-2.5.jar
-rw-r--r--  2.0 unx   423560 bl defN 16-Dec-15 19:17
apache-maven-3.5.0-SNAPSHOT/lib/guice-4.0-no_aop.jar
-rw-r--r--  2.0 unx     4467 bl defN 16-Oct-11 01:20
apache-maven-3.5.0-SNAPSHOT/lib/aopalliance-1.0.jar
-rw-r--r--  2.0 unx   291032 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-compat-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx    55170 bl defN 17-Feb-04 23:48
apache-maven-3.5.0-SNAPSHOT/lib/wagon-provider-api-2.12.jar
-rw-r--r--  2.0 unx    41077 bl defN 16-Dec-21 07:06
apache-maven-3.5.0-SNAPSHOT/lib/slf4j-api-1.7.22.jar
-rw-r--r--  2.0 unx    52988 bl defN 16-Oct-11 23:29
apache-maven-3.5.0-SNAPSHOT/lib/commons-cli-1.3.1.jar
-rw-r--r--  2.0 unx  2166992 bl defN 17-Feb-04 23:53
apache-maven-3.5.0-SNAPSHOT/lib/wagon-http-2.12-shaded.jar
-rw-r--r--  2.0 unx    16521 bl defN 16-Dec-21 07:07
apache-maven-3.5.0-SNAPSHOT/lib/jcl-over-slf4j-1.7.22.jar
-rw-r--r--  2.0 unx    11606 bl defN 17-Feb-04 23:48
apache-maven-3.5.0-SNAPSHOT/lib/wagon-file-2.12.jar
-rw-r--r--  2.0 unx    42200 bl defN 17-Feb-04 23:48
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-connector-basic-1.0.3.jar
-rw-r--r--  2.0 unx    30284 bl defN 17-Feb-04 23:48
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-transport-wagon-1.0.3.jar
-rw-r--r--  2.0 unx    19834 bl defN 17-Mar-15 03:05
apache-maven-3.5.0-SNAPSHOT/lib/maven-slf4j-provider-3.5.0-SNAPSHOT.jar
-rw-r--r--  2.0 unx   151874 bl defN 16-Oct-11 23:29
apache-maven-3.5.0-SNAPSHOT/lib/jansi-1.13.jar
-rw-r--r--  2.0 unx     2544 bl defN 17-Mar-08 18:04
apache-maven-3.5.0-SNAPSHOT/README.txt
-rw-r--r--  2.0 unx      182 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/NOTICE
-rw-r--r--  2.0 unx    21169 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/LICENSE
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/commons-cli.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/commons-io.license
-rw-r--r--  2.0 unx    18116 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/jsr250-api.license
-rw-r--r--  2.0 unx    22845 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/cdi-api.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/commons-lang3.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-artifact.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-builder-support.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-compat.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-core.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-embedder.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-model.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-model-builder.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-plugin-api.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-repository-metadata.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-provider.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-settings.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-settings-builder.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-slf4j-provider.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-api.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-connector-basic.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-impl.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-spi.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-transport-wagon.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-resolver-util.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/maven-shared-utils.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/wagon-file.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/wagon-http.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/wagon-provider-api.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/plexus-utils.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/plexus-component-annotations.license
-rw-r--r--  2.0 unx    11358 bl defN 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/plexus-interpolation.license
-rw-r--r--  2.0 unx    12637 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/lib/org.eclipse.sisu.inject.license
-rw-r--r--  2.0 unx    12637 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/lib/org.eclipse.sisu.plexus.license
-rw-r--r--  2.0 unx      255 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/lib/jcl-over-slf4j.license
-rw-r--r--  2.0 unx      255 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/lib/slf4j-api.license
-rw-r--r--  2.0 unx    22845 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/lib/plexus-cipher.license
-rw-r--r--  2.0 unx    22845 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/lib/plexus-sec-dispatcher.license
d---------  2.0 unx        0 b- stor 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/
drwxr-xr-x  2.0 unx        0 b- stor 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/osx/
drwxr-xr-x  2.0 unx        0 b- stor 16-Jun-15 08:23
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/linux64/
drwxr-xr-x  2.0 unx        0 b- stor 16-Jun-15 08:23
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/linux32/
drwxr-xr-x  2.0 unx        0 b- stor 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/windows32/
drwxr-xr-x  2.0 unx        0 b- stor 17-Mar-15 03:06
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/windows64/
-rwxr-xr-x  2.0 unx    43692 bl defN 16-Jun-15 08:23
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/osx/libjansi.jnilib
-rwxr-xr-x  2.0 unx    54754 bl defN 16-Jun-15 08:23
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/linux64/libjansi.so
-rwxr-xr-x  2.0 unx    53238 bl defN 16-Jun-15 08:23
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/linux32/libjansi.so
-rwxr-xr-x  2.0 unx    17408 bl defN 16-Jun-15 08:23
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/windows32/jansi.dll
-rwxr-xr-x  2.0 unx    20480 bl defN 16-Jun-15 08:23
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/windows64/jansi.dll
drwxr-xr-x  2.0 unx        0 b- stor 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/bin/
-rw-r--r--  2.0 unx      228 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/bin/m2.conf
-rw-r--r--  2.0 unx     6226 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/bin/mvn.cmd
-rw-r--r--  2.0 unx     1668 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/bin/mvnDebug.cmd
-rwxr-xr-x  2.0 unx     5582 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/bin/mvn
-rwxr-xr-x  2.0 unx     1485 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/bin/mvnDebug
-rwxr-xr-x  2.0 unx     1532 bl defN 17-Mar-15 03:07
apache-maven-3.5.0-SNAPSHOT/bin/mvnyjp
drwxr-xr-x  2.0 unx        0 b- stor 17-Feb-01 05:45
apache-maven-3.5.0-SNAPSHOT/conf/
drwxr-xr-x  2.0 unx        0 b- stor 17-Mar-08 18:04
apache-maven-3.5.0-SNAPSHOT/conf/logging/
-rw-r--r--  2.0 unx     1473 bl defN 17-Mar-08 18:04
apache-maven-3.5.0-SNAPSHOT/conf/logging/simplelogger.properties
-rw-r--r--  2.0 unx    10211 bl defN 17-Feb-01 05:45
apache-maven-3.5.0-SNAPSHOT/conf/settings.xml
-rw-r--r--  2.0 unx     3645 bl defN 17-Feb-01 05:45
apache-maven-3.5.0-SNAPSHOT/conf/toolchains.xml
drwxr-xr-x  2.0 unx        0 b- stor 17-Jan-09 16:00
apache-maven-3.5.0-SNAPSHOT/lib/ext/
-rw-r--r--  2.0 unx      152 bl defN 17-Jan-09 16:00
apache-maven-3.5.0-SNAPSHOT/lib/ext/README.txt
-rw-r--r--  2.0 unx      392 bl defN 17-Mar-14 21:13
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native/README.txt
112 files, 10244663 bytes uncompressed, 8670853 bytes compressed:  15.4%


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


Re: Distribution file permission issue with current master.

Posted by Christian Schulte <cs...@schulte.it>.
Am 03/18/17 um 20:33 schrieb Christian Schulte:
> Am 03/15/17 um 23:37 schrieb Herv BOUTEMY:
>> no issue for me on Linux
>> I don't understand what happens to you: I suppose this is once again related 
>> to FreeBSD
>> I can't do anything for you
> 
> I am having the same issue on Jenkins with Linux, BTW. Seems the "unzip"
> command cannot handle our ZIPs correctly. Using the "jar" command, the
> permissions are as expected.
> 
> <https://builds.apache.org/view/Maven%20Master%20Release%20Status/job/maven-master-release-status-test-doxia-linux/14/console>
> 
> + xargs -0 rm -rf
> rm: cannot remove
> '/home/jenkins/jenkins-slave/workspace/maven-master-release-status-test-doxia-linux/apache-maven-dist/lib/jansi-native':
> Permission denied
> Build step 'Execute shell' marked build as failure
> 
> In the assembly descriptor, the jansi related files are the only ones
> having the file mode set. Can we just remove this from the descriptors
> until we know what is going on?
> 
> Regards,
> 

Talking about

$ unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP.  Maintained by C. Spieler.  Send
bug reports using http://www.info-zip.org/zip-bug.html; see README for
details.



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


Re: Distribution file permission issue with current master.

Posted by Christian Schulte <cs...@schulte.it>.
Am 03/15/17 um 23:37 schrieb Herv BOUTEMY:
> no issue for me on Linux
> I don't understand what happens to you: I suppose this is once again related 
> to FreeBSD
> I can't do anything for you

I am having the same issue on Jenkins with Linux, BTW. Seems the "unzip"
command cannot handle our ZIPs correctly. Using the "jar" command, the
permissions are as expected.

<https://builds.apache.org/view/Maven%20Master%20Release%20Status/job/maven-master-release-status-test-doxia-linux/14/console>

+ xargs -0 rm -rf
rm: cannot remove
'/home/jenkins/jenkins-slave/workspace/maven-master-release-status-test-doxia-linux/apache-maven-dist/lib/jansi-native':
Permission denied
Build step 'Execute shell' marked build as failure

In the assembly descriptor, the jansi related files are the only ones
having the file mode set. Can we just remove this from the descriptors
until we know what is going on?

Regards,
-- 
Christian


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


Re: Distribution file permission issue with current master.

Posted by Hervé BOUTEMY <he...@free.fr>.
no issue for me on Linux
I don't understand what happens to you: I suppose this is once again related 
to FreeBSD
I can't do anything for you

Regards,

Hervé

Le mardi 14 mars 2017, 22:29:28 CET Christian Schulte a écrit :
> Hi,
> 
> see the attachment. After unzipping the binary distribution, I cannot
> delete it anymore without updating file permissions.
> 
> Regards,



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