emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63150: closed (quilt tests fail)


From: GNU bug Tracking System
Subject: bug#63150: closed (quilt tests fail)
Date: Sat, 20 May 2023 19:23:02 +0000

Your message dated Sat, 20 May 2023 22:22:29 +0300
with message-id <ZGkd9Z9monw6_fpL@3900XT>
and subject line Re: bug#63150: [PATCH 1/2] gnu: quilt: Fix build because of 
grep warnings.
has caused the debbugs.gnu.org bug report #63150,
regarding quilt tests fail
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63150: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63150
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: quilt tests fail Date: Fri, 28 Apr 2023 11:00:39 -0400 (EDT) User-agent: Alpine 2.21 (DEB 202 2017-01-01)
Hi Guix,

The check phase or quilt (below) currently fails (guix commit aecc6e70587f8412cbbb9b2c13141de4f534518e). Maybe something with newer grep from core-updates? I'm not sure yet (which is why there is no patch 😁).

```
starting phase `check'
[add-filename-check.test]
6 commands (6 passed, 0 failed)
[altered-series.test]
12 commands (12 passed, 0 failed)
[annotate.test]
31 commands (31 passed, 0 failed)
[applied.test]
15 commands (15 passed, 0 failed)
[auto-refresh.test]
14 commands (14 passed, 0 failed)
[backup-files.test]
119 commands (119 passed, 0 failed)
[colon-in-patch-name.test]
23 commands (23 passed, 0 failed)
[comments.test]
11 commands (11 passed, 0 failed)
[conflicts.test]
39 commands (39 passed, 0 failed)
[create-delete.test]
[4] $ mkdir patches -- ok
[6] $ echo delete > delete -- ok
[7] $ quilt new test.diff -- ok
[10] $ quilt add create -- ok
[13] $ echo create > create -- ok
[14] $ quilt refresh -- ok
[17] $ quilt add delete -- ok
[20] $ rm -f delete -- ok
[21] $ quilt refresh -- ok
[23] $ quilt header -r -- ok
[31] $ quilt patches -v create -- ok
[33] $ quilt patches delete -- ok
[36] $ quilt pop -q -- ok
[40] $ quilt patches create -- ok
[42] $ quilt patches -v delete -- ok
[44] $ quilt patches -- /dev/null dev/null null --- -- failed
grep: warning: stray \ before /       != ~
grep: warning: stray \ before /       != ~
grep: warning: stray \ before /       != ~
[46] $ echo create > create -- ok
[47] $ rm -f delete -- ok
[48] $ patch -p1 --dry-run < patches/test.diff -- ok
19 commands (18 passed, 1 failed)
make: *** [Makefile:411: test/.create-delete.ok] Error 1
```

Best,
Jack

--- End Message ---
--- Begin Message --- Subject: Re: bug#63150: [PATCH 1/2] gnu: quilt: Fix build because of grep warnings. Date: Sat, 20 May 2023 22:22:29 +0300
On Sun, Apr 30, 2023 at 02:34:27PM +0200, Josselin Poiret via Bug reports for 
GNU Guix wrote:
> From: Josselin Poiret <dev@jpoiret.xyz>
> 
> * gnu/packages/patches/quilt-avoid-grep-warnings.patch: New patch.
> * gnu/local.mk (dist_patch_DATA): Register it.
> * gnu/packages/patchutils.scm (quilt): Use it.
> ---
> Hi everyone,
> 
> This should fix the build and also update quilt.

It seems I applied basically the same patch and didn't see this patch.
Sorry!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]