public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [Attn. Maintainer] tar
@ 2019-06-02 18:27 Achim Gratz
  2019-07-25 18:22 ` Achim Gratz
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Achim Gratz @ 2019-06-02 18:27 UTC (permalink / raw)
  To: cygwin-apps


GNU tar has seen some development activity in the last three years
again, as a new feature ZStandard compression is now supported.  I've
changed the cygport file minimally and locally built the package on both
arches successfully.  There are some test failures that look like they
were probably there in the current version also, but I haven't checked
so far.

--8<---------------cut here---------------start------------->8---
Failed tests:
GNU tar 1.32 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

  35: T-null2.at:17      --null enables verbatim reading
      files-from null t-null2 t-verbatim
 147: time01.at:20       time: tricky time stamps
      time time01
 213: xattr03.at:25      xattrs: trusted.* attributes
      xattrs xattr03 chdir
 215: xattr05.at:28      xattrs: keywords with '=' and '%'
      xattrs xattr05 chdir
 218: acls01.at:25       acls: basic functionality
      xattrs acls acls01
 219: acls02.at:25       acls: work with -C
      xattrs acls acls02 chdir
 220: acls03.at:30       acls: default ACLs
      xattrs acls acls03 chdir
--8<---------------cut here---------------end--------------->8---

Test numbers 218 and 219 only failed on 32bit, but also on a different
system, so it might be related to the default ACL there.

Here's the changed cygport file:

--8<---------------cut here---------------start------------->8---
# tar.cygport - directions for packaging tar for cygwin

# Copyright (C) 2006-2010, 2014-2015 Eric Blake
# This file is free software; I give unlimited permission to copy and/or
# distribute it, with or without modifications, as long as this notice is
# preserved.

NAME=tar
VERSION=1.32
RELEASE=1

SUMMARY="A GNU file archiving program"
DESCRIPTION="The GNU tar program saves many files together in one archive
and can restore individual files (or all of the files) from that
archive. Tar can also be used to add supplemental files to an archive and
to update or list files in the archive. Tar includes multivolume support,
automatic archive compression/decompression, the ability to perform
remote archives, and the ability to perform incremental and full backups."
CATEGORY=Base
REQUIRES='bzip2 gzip xz zstd'

HOMEPAGE=http://www.gnu.org/software/$PN
SRC_URI=mirror://gnu/$PN/$P.tar.xz
SRC_URI+=" $SRC_URI.sig"

CYGCONF_ARGS="--without-libintl-prefix --without-libiconv-prefix \
  --enable-backup-scripts --with-packager=Cygwin --with-packager-version=$PVR \
  --with-packager-bug-reports=cygwin@cygwin.com"

DIFF_EXCLUDES='-x testsuite'

# Enable this function for releases that work without autoreconf
src_compile()
{
  cd $B
  cygconf
  cygmake
}

# Local Variables:
# fill-column: 72
# mode: sh
# sh-indentation: 2
# End:
--8<---------------cut here---------------end--------------->8---


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Attn. Maintainer] tar
  2019-06-02 18:27 [Attn. Maintainer] tar Achim Gratz
@ 2019-07-25 18:22 ` Achim Gratz
  2020-08-04 17:38 ` Achim Gratz
  2020-10-31  8:19 ` [ITA] GNU tar Achim Gratz
  2 siblings, 0 replies; 5+ messages in thread
From: Achim Gratz @ 2019-07-25 18:22 UTC (permalink / raw)
  To: cygwin-apps

Achim Gratz writes:
> GNU tar has seen some development activity in the last three years
> again, as a new feature ZStandard compression is now supported.  I've
> changed the cygport file minimally and locally built the package on both
> arches successfully.  There are some test failures that look like they
> were probably there in the current version also, but I haven't checked
> so far.

Eric, ping?


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Attn. Maintainer] tar
  2019-06-02 18:27 [Attn. Maintainer] tar Achim Gratz
  2019-07-25 18:22 ` Achim Gratz
@ 2020-08-04 17:38 ` Achim Gratz
  2020-10-31  8:19 ` [ITA] GNU tar Achim Gratz
  2 siblings, 0 replies; 5+ messages in thread
From: Achim Gratz @ 2020-08-04 17:38 UTC (permalink / raw)
  To: cygwin-apps

Achim Gratz writes:
> GNU tar has seen some development activity in the last three years
> again, as a new feature ZStandard compression is now supported.  I've
> changed the cygport file minimally and locally built the package on both
> arches successfully.  There are some test failures that look like they
> were probably there in the current version also, but I haven't checked
> so far.

Eric, Ping #2…


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITA] GNU tar
  2019-06-02 18:27 [Attn. Maintainer] tar Achim Gratz
  2019-07-25 18:22 ` Achim Gratz
  2020-08-04 17:38 ` Achim Gratz
@ 2020-10-31  8:19 ` Achim Gratz
  2020-10-31 12:45   ` Marco Atzeri
  2 siblings, 1 reply; 5+ messages in thread
From: Achim Gratz @ 2020-10-31  8:19 UTC (permalink / raw)
  To: cygwin-apps

Achim Gratz writes:
> GNU tar has seen some development activity in the last three years
> again, as a new feature ZStandard compression is now supported.  I've
> changed the cygport file minimally and locally built the package on both
> arches successfully.  There are some test failures that look like they
> were probably there in the current version also, but I haven't checked
> so far.

In light of recent and not-so-recent discussions with Eric I'd like to
adopt GNU tar, either as the sole maintainer or as a co-maintainer
together with Eric.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITA] GNU tar
  2020-10-31  8:19 ` [ITA] GNU tar Achim Gratz
@ 2020-10-31 12:45   ` Marco Atzeri
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Atzeri @ 2020-10-31 12:45 UTC (permalink / raw)
  To: cygwin-apps

On 31.10.2020 09:19, Achim Gratz wrote:
> Achim Gratz writes:
>> GNU tar has seen some development activity in the last three years
>> again, as a new feature ZStandard compression is now supported.  I've
>> changed the cygport file minimally and locally built the package on both
>> arches successfully.  There are some test failures that look like they
>> were probably there in the current version also, but I haven't checked
>> so far.
> 
> In light of recent and not-so-recent discussions with Eric I'd like to
> adopt GNU tar, either as the sole maintainer or as a co-maintainer
> together with Eric.
> 
> 
> Regards,
> Achim.
> 

Hi Achim,
I set you as co-maintainer with Eric

Thanks
Marco


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-31 12:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-02 18:27 [Attn. Maintainer] tar Achim Gratz
2019-07-25 18:22 ` Achim Gratz
2020-08-04 17:38 ` Achim Gratz
2020-10-31  8:19 ` [ITA] GNU tar Achim Gratz
2020-10-31 12:45   ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).