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

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

bug#42579: closed (jfs-root-os test failing)


From: GNU bug Tracking System
Subject: bug#42579: closed (jfs-root-os test failing)
Date: Tue, 28 Jul 2020 12:18:02 +0000

Your message dated Tue, 28 Jul 2020 14:17:12 +0200
with message-id <87ft9bj0l3.fsf@gnu.org>
and subject line Re: bug#42579: jfs-root-os test failing
has caused the debbugs.gnu.org bug report #42579,
regarding jfs-root-os test failing
to be marked as done.

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


-- 
42579: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42579
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: jfs-root-os test failing Date: Tue, 28 Jul 2020 14:04:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

The "jfs-root-os" test is failing since a few weeks. See:
https://ci.guix.gnu.org/build/3038686/details.

The issue is that some "link" syscall fails during "guix system init"
call.

Mathieu



--- End Message ---
--- Begin Message --- Subject: Re: bug#42579: jfs-root-os test failing Date: Tue, 28 Jul 2020 14:17:12 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
> The "jfs-root-os" test is failing since a few weeks. See:
> https://ci.guix.gnu.org/build/3038686/details.
>
> The issue is that some "link" syscall fails during "guix system init"
> call.

This is fixed by 8b221b64a552d31e241701aa5c6d339287a7a15b on master. The
problem was occuring inside "deduplicate" procedure of (guix store
deduplication).

This procedure uses scandir* to check if the path to deduplicate is a
directory. The problem is that JFS does not support d_type so, the file
property returned was 'unknown. As this particular case was not handled,
directories were not detected as such, causing the procedure to call
"link" on a directory, which was failing.

Mathieu


--- End Message ---

reply via email to

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