bug-guix
[Top][All Lists]
Advanced

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

bug#42579: jfs-root-os test failing


From: Mathieu Othacehe
Subject: 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





reply via email to

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