Bug#837351: tar: FTBFS on kfreebsd: --numeric-owner basic tests FAILED

2018-11-14 Thread Carsten Leonhardt
Control: tags -1 + patch

Hi,

at the moment it's difflink.at (test number 92) that is failing for
kFreeBSD.

The test assumes "ln -L" is default behaviour, which seems to be correct
on Linux, but not on BSD, where "ln -P" seems to be default (tested on
kFreeBSD, FreeBSD and OpenBSD).

The attached patch adds an explicit "-P" to make sure the correct link
is created.

Build tested successfully on kfreebsd-amd64.

Regards,

Carsten

commit a74558ec0a5f83f952663c706b95905a642fea63
Author: Carsten Leonhardt 
Date:   Wed Nov 14 18:39:37 2018 +0100

fix kfreebsd FTBS

diff --git a/debian/patches/fix-for-difflink.at-failure.diff b/debian/patches/fix-for-difflink.at-failure.diff
index 25f1549..471cdeb 100644
--- a/debian/patches/fix-for-difflink.at-failure.diff
+++ b/debian/patches/fix-for-difflink.at-failure.diff
@@ -5,8 +5,9 @@ index eadfb088..4e011760 100644
 @@ -21,7 +21,7 @@ mkdir a
  genfile -f a/x
  ln -s x a/y
- ln a/y a/z
+-ln a/y a/z
 -tar cf a.tar a
++ln -P a/y a/z
 +tar cf a.tar a/x a/y a/z
  rm a/z
  ln -s x a/z


Bug#837351: tar: FTBFS on kfreebsd: --numeric-owner basic tests FAILED

2017-07-21 Thread Bdale Garbee
James Clarke  writes:

> Do you think you'd be able to prepare an upload with this, please
> (experimental is fine if you want to leave unstable alone)?

I just uploaded 1.29b-2 to unstable, with more test verbosity and capture
of the regression test in the build log.  I did a couple other minor
things too as long as I was making an upload, none of which seem likely
to affect this problem.

Good luck, and let me know how it goes!

Bdale


signature.asc
Description: PGP signature


Bug#837351: tar: FTBFS on kfreebsd: --numeric-owner basic tests FAILED

2017-07-20 Thread James Clarke
On Tue, Sep 13, 2016 at 10:20:54AM +0200, Andreas Beckmann wrote:
> On 2016-09-13 08:32, Pavel Raiskup wrote:
> > On Saturday, September 10, 2016 10:43:59 PM CEST Bdale Garbee wrote:
> >> Andreas Beckmann  writes:
> >>
> >>>  30: --numeric-owner basic tests FAILED  
> >>> (numeric.at:29)
> >>
> >> I'm unlikely to find time to investigate this soon.  Help figuring out
> >> what's going wrong and how to fix it would be appreciated.
> >
> > Relevant part of test-suite log?
>
> Unfortunately I cannot reproduce the failure on the kfreebsd
> porterboxes, so I requested a give-back to retry the build.
>
> Bdale, perhaps you could use
>
>   $(MAKE) check || { cat tests/testsuite.log; false; }
>
> to dump the testsuite log upon failure.

Hi Bdale,
Ping; this is still an issue (I couldn't reproduce on falla either so
requested a give-back which failed before seeing this bug). An
alternative to that is to use TESTSUITEFLAGS:

> $(MAKE) check TESTSUITEFLAGS=-v

This is extremely verbose, but logs are only really interesting when
something needs debugging, so I don't see that as an issue myself
(though you may disagree). Do you think you'd be able to prepare an
upload with this, please (experimental is fine if you want to leave
unstable alone)?

Regards,
James



Bug#837351: tar: FTBFS on kfreebsd: --numeric-owner basic tests FAILED

2016-09-13 Thread Andreas Beckmann
On 2016-09-13 08:32, Pavel Raiskup wrote:
> On Saturday, September 10, 2016 10:43:59 PM CEST Bdale Garbee wrote:
>> Andreas Beckmann  writes:
>>
>>>  30: --numeric-owner basic tests FAILED  (numeric.at:29)
>>
>> I'm unlikely to find time to investigate this soon.  Help figuring out
>> what's going wrong and how to fix it would be appreciated.
> 
> Relevant part of test-suite log?

Unfortunately I cannot reproduce the failure on the kfreebsd
porterboxes, so I requested a give-back to retry the build.

Bdale, perhaps you could use

$(MAKE) check || { cat tests/testsuite.log; false; }

to dump the testsuite log upon failure.


Andreas



Bug#837351: tar: FTBFS on kfreebsd: --numeric-owner basic tests FAILED

2016-09-13 Thread Pavel Raiskup
On Saturday, September 10, 2016 10:43:59 PM CEST Bdale Garbee wrote:
> Andreas Beckmann  writes:
> 
> >  30: --numeric-owner basic tests FAILED  (numeric.at:29)
> 
> I'm unlikely to find time to investigate this soon.  Help figuring out
> what's going wrong and how to fix it would be appreciated.

Relevant part of test-suite log?

Pavel



Bug#837351: tar: FTBFS on kfreebsd: --numeric-owner basic tests FAILED

2016-09-10 Thread Bdale Garbee
Andreas Beckmann  writes:

>  30: --numeric-owner basic tests FAILED  (numeric.at:29)

I'm unlikely to find time to investigate this soon.  Help figuring out
what's going wrong and how to fix it would be appreciated.

Bdale


signature.asc
Description: PGP signature


Bug#837351: tar: FTBFS on kfreebsd: --numeric-owner basic tests FAILED

2016-09-10 Thread Andreas Beckmann
Source: tar
Version: 1.29b-1
Severity: important

Hi,

tar FTBFS on kfreebsd-* with a test failure:

https://buildd.debian.org/status/fetch.php?pkg=tar=kfreebsd-i386=1.29b-1=1469234954
https://buildd.debian.org/status/fetch.php?pkg=tar=kfreebsd-amd64=1.29b-1=1469234573

 24: tar --index-file=FILE --file=-  ok
 25: tar cvf -   ok
 26: gzipok
 27: recurse ok
 28: recurse: toggle ok
 29: short records   ok
 30: --numeric-owner basic tests FAILED (numeric.at:29)


Andreas