Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 753991 - sys-apps/firejail-0.9.64 fails tests
Summary: sys-apps/firejail-0.9.64 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hank Leininger
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-11-11 08:47 UTC by Agostino Sarubbo
Modified: 2020-11-13 20:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,140.86 KB, text/plain)
2020-11-11 08:48 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-11-11 08:47:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/firejail-0.9.64 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-11-11 08:48:00 UTC
Created attachment 670900 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-11-11 08:48:01 UTC
Possible context of error(s):

/bin/sh: line 0: cd: test/private-lib: No such file or directory
/bin/sh: line 0: cd: test/fnetfilter: No such file or directory
/bin/sh: ./private-lib.sh: No such file or directory
/bin/sh: ./fnetfilter.sh: No such file or directory
rm: cannot remove 'out': No such file or directory
rm: cannot remove 'out.*': No such file or directory
find: '/var/tmp/portage/sys-apps/firejail-0.9.64/homedir/.config/ibus/bus': No such file or directory
Comment 3 Hank Leininger 2020-11-12 22:49:15 UTC
Yup. I have already gotten a fix for this accepted upstream:

https://github.com/netblue30/firejail/issues/3712

It was a packaging problem; some tests included in the Makefile were not included in the tarball.

Until the new release that includes them, I'll update our ebuild to skip those particular tests.

When those are excluded, all tests succeed for me.
Comment 4 Larry the Git Cow gentoo-dev 2020-11-13 20:57:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbe14ee3b240671d22bdbd6fe3d86a8090ca2b2

commit 3dbe14ee3b240671d22bdbd6fe3d86a8090ca2b2
Author:     Hank Leininger <hlein@korelogic.com>
AuthorDate: 2020-11-13 16:20:19 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2020-11-13 20:54:48 +0000

    sys-apps/firejail: Disabled nonworking tests
    
    Skip some tests that were not included in this version of the release
    tarball.
    
    Signed-off-by: Hank Leininger <hlein@korelogic.com>
    Closes: https://bugs.gentoo.org/753991
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Closes: https://github.com/gentoo/gentoo/pull/18245
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 sys-apps/firejail/firejail-0.9.64.ebuild | 5 +++++
 1 file changed, 5 insertions(+)