Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 850193

Summary: sys-block/gparted-1.5.0-r1 fails test test_SupportedFileSystems when sys-fs/hfsutils is installed
Product: Gentoo Linux Reporter: Jonathan Lovelace <kingjon3377>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: UNCONFIRMED ---    
Severity: normal CC: kingjon3377, kripton
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: sys-block:gparted-1.4.0:20220606-163502.log
emerge-info.txt
test-suite.log

Description Jonathan Lovelace 2022-06-07 01:44:56 UTC
Created attachment 783194 [details]
sys-block:gparted-1.4.0:20220606-163502.log

=sys-block/gparted-1.4.0 fails its test suite for me, specifically the test test_SupportedFileSystems. The relevant snippet from the test-suite.log (which I will attach) is:

----
[ RUN      ] My/SupportedFileSystemsTest.CreateAndCheck/hfsplus
test_SupportedFileSystems.cc:631: Failure
Value of: m_fs_object->check_repair(m_partition, m_operation_detail)
  Actual: false
Expected: true
Operation details:
mkfs.hfsplus '/var/tmp/portage/sys-block/gparted-1.4.0/work/gparted-1.4.0/tests/test_SupportedFileSystems.img'
    00:00:00  (SUCCESS)
Initialized /var/tmp/portage/sys-block/gparted-1.4.0/work/gparted-1.4.0/tests/test_SupportedFileSystems.img as
 a 256 MB HFS Plus volume


fsck.hfsplus -f -y '/var/tmp/portage/sys-block/gparted-1.4.0/work/gparted-1.4.0/tests/test_SupportedFileSystem
s.img'    00:00:00  (ERROR)



[  FAILED  ] My/SupportedFileSystemsTest.CreateAndCheck/hfsplus, where GetParam() = 16 (62 ms)
----

I have not yet tried installing sys-fs/hfsplusutils (the last time I remember investigating this test failure was before the ~amd64 KEYWORD was added to that package in 2019).
Comment 1 Jonathan Lovelace 2022-06-07 01:45:17 UTC
Created attachment 783197 [details]
emerge-info.txt
Comment 2 Jonathan Lovelace 2022-06-07 01:45:33 UTC
Created attachment 783200 [details]
test-suite.log
Comment 3 Jonathan Lovelace 2023-04-02 17:05:55 UTC
I'm still seeing this in version 1.5.0-r1. And I now have sys-fs/hfsplusutils    installed, but that doesn't seem to have helped.
Comment 4 Jonathan Lovelace 2024-04-16 01:10:06 UTC
I'm still seeing the issue with version 1.6.0. I also tried inserting the "hfsplus" module into the kernel, and reran the build, but the test still failed in (as far as I can see) the same way.