Bug 2260555

Summary: F40FailsToInstall: root-tree-dataframe
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: rootAssignee: Mattias Ellert <mattias.ellert>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (root) Fails To Install in Fedora 40:

can't install root-tree-dataframe:
  - nothing provides libarrow.so.1400()(64bit) needed by root-tree-dataframe-6.30.02-8.fc40.x86_64
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-40-x86_64 --config-opts mirrored=False install root-tree-dataframe


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Mattias Ellert 2024-01-27 06:16:04 UTC
Needs rebuild to pick up libarrow soname bump.
Cuurently FTBFS on aarch64 due to gcc bug.

Comment 2 Mattias Ellert 2024-01-29 13:00:53 UTC
Rebuilt using gcc-14.0.1-0.4.fc40

Comment 3 Mattias Ellert 2024-02-23 13:12:30 UTC
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.

Comment 4 Mattias Ellert 2024-02-23 13:16:55 UTC
(In reply to Mattias Ellert from comment #3)

Sorry, the previous comment was added to the wrong bug. Please ignore.