[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz
From: |
Sam James |
Subject: |
Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz |
Date: |
Mon, 10 Apr 2023 22:21:42 +0100 |
User-agent: |
mu4e 1.10.1; emacs 29.0.60 |
Pádraig Brady <P@draigBrady.com> writes:
> We plan to release coreutils-9.3 in the coming week
> so any testing you can do on various different systems
> between now and then would be most welcome.
> This is a bug fix release coming about 3 weeks after the 9.2 release.
>
> --------------------------------------
>
> You can download the coreutils snapshot in xz format (5.7 MB) from:
> https://pixelbeat.org/cu/coreutils-ss.tar.xz
>
> And verify with gpg or md5sum with:
> https://pixelbeat.org/cu/coreutils-ss.tar.xz.sig
> MD5 (coreutils-ss.tar.xz) = d208d306026fb42c128a787dffcba17a
>
> --------------------------------------
>
> To test follow this standard procedure:
>
> tar -xf coreutils-ss.tar.xz
> cd coreutils-9.2.18-ffd62/
> ./configure && make check VERBOSE=yes
>
> Failures are reported, and details are in tests/test-suite.log
> Please report/attach any issues to coreutils@gnu.org
>
I get one failure in tests/cp/backup-dir.sh inside our packaging:
```
+ env cp --version
cp (GNU coreutils) 9.2.18-ffd62
Packaged by Gentoo (9.2_p20230410 (p0))
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering.
+ mkdir x y
+ cp -a x y
+ cp -ab x y
+ test -d y/x
+ test -d y/x~
+ mkdir -p {src,dst}/foo
+ touch {src,dst}/foo/bar
+ cp --recursive --backup src/* dst
+ fail=1
+ Exit 1
+ set +e
+ exit 1
+ exit 1
+ remove_tmp_
+ __st=1
+ cleanup_
+ :
+ test = yes
+ cd
/var/tmp/portage/sys-apps/coreutils-9.2_p20230410/work/coreutils-9.2.18-ffd62
+ chmod -R u+rwx
/var/tmp/portage/sys-apps/coreutils-9.2_p20230410/work/coreutils-9.2.18-ffd62/gt-backup-dir.sh.YhFV
+ rm -rf
/var/tmp/portage/sys-apps/coreutils-9.2_p20230410/work/coreutils-9.2.18-ffd62/gt-backup-dir.sh.YhFV
+ exit 1
FAIL tests/cp/backup-dir.sh (exit status: 1)
```
In another environment (same machine but this time running manually,
outside of our packaging, and on a ZFS filesystem instead of tmpfs),
I get two failures:
1. tests/cp/sparse-2.sh.log: http://sprunge.us/jOCSEr (unfortunately I
can't consistently reproduce this one)
2. ./tests/misc/tty-eof.log: http://sprunge.us/yWNByM
best,
sam
signature.asc
Description: PGP signature
- new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Pádraig Brady, 2023/04/10
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Pádraig Brady, 2023/04/10
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Pádraig Brady, 2023/04/10
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz,
Sam James <=
- Message not available
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Sam James, 2023/04/10
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Pádraig Brady, 2023/04/11
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Sam James, 2023/04/12
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Pádraig Brady, 2023/04/12
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Sam James, 2023/04/13
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Pádraig Brady, 2023/04/13
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Sam James, 2023/04/13
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Pádraig Brady, 2023/04/15
- Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Sam James, 2023/04/17
Re: new snapshot available: coreutils-9.2.18-ffd62.tar.xz, Pádraig Brady, 2023/04/17