Bug 2260555
| Summary: | F40FailsToInstall: root-tree-dataframe | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | root | Assignee: | Mattias Ellert <mattias.ellert> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mattias.ellert, r-maint-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | root-6.30.02-9.fc40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-01-29 13:00:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2260560 | ||
| Bug Blocks: | 2231790 | ||
|
Description
Fedora Fails To Install
2024-01-26 20:02:43 UTC
Needs rebuild to pick up libarrow soname bump. Cuurently FTBFS on aarch64 due to gcc bug. Rebuilt using gcc-14.0.1-0.4.fc40 The Debian build does the following: override_dh_auto_test: touch testfile if ( setfattr -n user.testattr -v testvalue testfile ) ; then \ dh_auto_test ; \ else \ echo "Extended file attributes not supported by file system" ; \ echo "Don't run tests that require them" ; \ dh_auto_test -- ARGS+="-E '\ XrdCl::FileCopyTest|\ XrdCl::FileSystemTest.PlugInTest|\ XrdCl::FileSystemTest.ServerQueryTest|\ XrdCl::FileSystemTest.XAttrTest|\ XrdCl::FileTest.XAttrTest|\ XrdCl::LocalFileHandlerTest.XAttrTest|\ XrdCl::ThreadingTest|\ XrdCl::WorkflowTest.CheckpointTest|\ XrdCl::WorkflowTest.XAttrWorkflowTest|\ XrdCl::XrdEcTests|\ XrdEc::|\ XRootD::smoke-test-cluster'" ; \ fi rm testfile This was never implemented in the Fedora/EPEL spec file since all the builders in koji supports xattrs. (In reply to Mattias Ellert from comment #3) Sorry, the previous comment was added to the wrong bug. Please ignore. |