* bug#42579: jfs-root-os test failing
@ 2020-07-28 12:04 Mathieu Othacehe
2020-07-28 12:17 ` Mathieu Othacehe
0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2020-07-28 12:04 UTC (permalink / raw)
To: 42579
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#42579: jfs-root-os test failing
2020-07-28 12:04 bug#42579: jfs-root-os test failing Mathieu Othacehe
@ 2020-07-28 12:17 ` Mathieu Othacehe
2020-07-28 12:44 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2020-07-28 12:17 UTC (permalink / raw)
To: 42579-done
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#42579: jfs-root-os test failing
2020-07-28 12:17 ` Mathieu Othacehe
@ 2020-07-28 12:44 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-07-28 12:44 UTC (permalink / raw)
To: Mathieu Othacehe; +Cc: 42579
[-- Attachment #1: Type: text/plain, Size: 109 bytes --]
Mathieu Othacehe 写道:
> This is fixed
Thanks for the lightning-fast fix!
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-07-28 12:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-28 12:04 bug#42579: jfs-root-os test failing Mathieu Othacehe
2020-07-28 12:17 ` Mathieu Othacehe
2020-07-28 12:44 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.