Ah I see the same issue in the standalone tar.gz file. The bin directory is
set to 000 for some reason.

As for the user/group names, I'm not exactly sure how those got there
unless the assembly plugin or whatever is simply calling whatever version
of tar is on the PATH.

Those errors in the distribution artifact do seem like a bit of a blocker.
No worries; this was the first RC for a release that hasn't been done in a
long time, so there were bound to be issues! This could be related to
outdated maven plugins being used as the standalone assembly config is
extremely similar to the bin assembly config.

On 12 November 2017 at 12:02, Mikael Ståldal <mi...@apache.org> wrote:

> The apache-chainsaw-2.0.0-standalone.tar.gz artifact has wrong
> permissions set on the bin directory:
>
> $ tar -tvzf apache-chainsaw-2.0.0-standalone.tar.gz
> d--------- 0/0     0 2017-11-10 19:24 apache-chainsaw/2.0.0/bin/
>
> after extracting:
>
> $ cd apache-chainsaw-2.0.0/
> $ ls
> bin  repo
> $ cd bin/
> bash: cd: bin/: Permission denied
>
> I have to do:
>
> $ chmod +rwx bin/
> $ cd bin/
> $ ls
> chainsaw  chainsaw.bat
>
> Same problem with apache-chainsaw-2.0.0-standalone.zip.
>
> Most files and directories in both .tar.gz artifacts also has owner/group
> set to "matt/staff", which might not be appropriate.
>
>
> On 2017-11-10 20:00, Matt Sicker wrote:
>
>> This is a vote to release Apache Chainsaw 2.0.0-rc1.
>>
>> (Note: I've created release instructions on the new wiki: <
>> https://cwiki.apache.org/confluence/display/LOGGING/Chainsaw
>> +Release+Guide>)
>>
>> Artifacts:
>> https://dist.apache.org/repos/dist/dev/logging/chainsaw/
>> svn revision 23048
>>
>> Site:
>> http://musigma.org/chainsaw-site/
>>
>> Git:
>> https://git-wip-us.apache.org/repos/asf/logging-chainsaw.git
>> tag: chainsaw-2.0.0-rc1
>>
>> All artifacts have been signed by my PGP key
>> id 748F15B2CF9BA8F024155E6ED7C92B70FA1C814D as included in the Logging
>> KEYS
>> file.
>>
>> This vote will be open for at least 72 hours and requires at least 3 +1
>> votes and more +1 votes than -1 votes.
>>
>>
>


-- 
Matt Sicker <boa...@gmail.com>

Reply via email to