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

Bug 935877

Summary: app-arch/patool-2.3.0 fails tests: FAILED test_unar.py::TestUnar::test_unar - patoolib.util.PatoolError: Command unar, -o, Unpack_rwz4sae, t.rar] returned non-zero exit status 127
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Alfred Wingate <parona>
Status: RESOLVED INVALID    
Severity: normal CC: eschwartz, proxy-maint
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-07-12 06:44:04 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-arch/patool-2.3.0 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-12 06:44:06 UTC
Created attachment 897469 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-12 06:44:06 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E           patoolib.util.PatoolError: Command `['/usr/bin/unar', '-o', './Unpack_dqp61que', '-p', 'thereisnotry', '/var/tmp/portage/app-arch/patool-2.3.0/work/patool-2.3.0/tests/data/p.zip']' returned non-zero exit status 127
E           patoolib.util.PatoolError: Command `['/usr/bin/unar', '-o', './Unpack_jx62j3d_', '/var/tmp/portage/app-arch/patool-2.3.0/work/patool-2.3.0/tests/data/t.rar.foo']' returned non-zero exit status 127
E           patoolib.util.PatoolError: Command `['/usr/bin/unar', '-o', './Unpack_rwz4saeb', '/var/tmp/portage/app-arch/patool-2.3.0/work/patool-2.3.0/tests/data/t.rar']' returned non-zero exit status 127
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
FAILED tests/archives/test_unar.py::TestUnarPassword::test_unar - patoolib.util.PatoolError: Command `['/usr/bin/unar', '-o', './Unpack_dqp61que', '-p', 'thereisnotry', '/var/tmp/portage/app-arch/patool-2.3.0/work/patool-2.3.0/tests/data/p.zip']' returned non-zero exit status 127
FAILED tests/archives/test_unar.py::TestUnar::test_unar_file - patoolib.util.PatoolError: Command `['/usr/bin/unar', '-o', './Unpack_jx62j3d_', '/var/tmp/portage/app-arch/patool-2.3.0/work/patool-2.3.0/tests/data/t.rar.foo']' returned non-zero exit status 127
FAILED tests/archives/test_unar.py::TestUnar::test_unar - patoolib.util.PatoolError: Command `['/usr/bin/unar', '-o', './Unpack_rwz4saeb', '/var/tmp/portage/app-arch/patool-2.3.0/work/patool-2.3.0/tests/data/t.rar']' returned non-zero exit status 127
msg = "Command `['/usr/bin/unar', '-o', './Unpack_dqp61que', '-p', 'thereisnotry', '/var/tmp/portage/app-arch/patool-2.3.0/work/patool-2.3.0/tests/data/p.zip']' returned non-zero exit status 127"
msg = "Command `['/usr/bin/unar', '-o', './Unpack_jx62j3d_', '/var/tmp/portage/app-arch/patool-2.3.0/work/patool-2.3.0/tests/data/t.rar.foo']' returned non-zero exit status 127"
msg = "Command `['/usr/bin/unar', '-o', './Unpack_rwz4saeb', '/var/tmp/portage/app-arch/patool-2.3.0/work/patool-2.3.0/tests/data/t.rar']' returned non-zero exit status 127"
            msg = f"Command `{cmd}' returned non-zero exit status {retcode}"
 'returned non-zero exit status 127')
tests/archives/test_unar.py::TestUnarPassword::test_unar <- tests/__init__.py FAILED [157/207]
tests/archives/test_unar.py::TestUnar::test_unar_file <- tests/__init__.py FAILED [156/207]
tests/archives/test_unar.py::TestUnar::test_unar <- tests/__init__.py FAILED [155/207]
/usr/bin/unar: error while loading shared libraries: libobjc.so.4: cannot open shared object file: No such file or directory
Comment 3 Eli Schwartz gentoo-dev 2024-07-12 12:59:36 UTC
usr/bin/unar: error while loading shared libraries: libobjc.so.4: cannot open shared object file: No such file or directory

This doesn't look like a patool problem?