Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 751466 - sys-apps/firejail-9999: /usr/bin/install: cannot stat 'firejail.1.gz': No such file or directory
Summary: sys-apps/firejail-9999: /usr/bin/install: cannot stat 'firejail.1.gz': No suc...
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-10-27 15:48 UTC by Dmitriy Baranov
Modified: 2020-11-20 10:42 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,103.19 KB, text/plain)
2020-10-27 15:50 UTC, Dmitriy Baranov
Details
emerge --info (einfo.txt,6.08 KB, text/plain)
2020-10-27 15:51 UTC, Dmitriy Baranov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitriy Baranov 2020-10-27 15:48:20 UTC
install -m 0755 -d /var/tmp/portage/sys-apps/firejail-9999/image/usr/share/man/man1 /var/tmp/portage/sys-apps/firejail-9999/image/usr/share/man/man5
for man in firejail.1 firemon.1 firecfg.1 firejail-profile.5 firejail-login.5 firejail-users.5; do \
	case "$man" in \
		*.1) install -m 0644 $man.gz /var/tmp/portage/sys-apps/firejail-9999/image/usr/share/man/man1/; ;; \
		*.5) install -m 0644 $man.gz /var/tmp/portage/sys-apps/firejail-9999/image/usr/share/man/man5/; ;; \
	esac; \
done
/usr/bin/install: cannot stat 'firejail.1.gz': No such file or directory
install-xattr: failed to stat firejail.1.gz: No such file or directory
/usr/bin/install: cannot stat 'firemon.1.gz': No such file or directory
install-xattr: failed to stat firemon.1.gz: No such file or directory
/usr/bin/install: cannot stat 'firecfg.1.gz': No such file or directory
install-xattr: failed to stat firecfg.1.gz: No such file or directory
/usr/bin/install: cannot stat 'firejail-profile.5.gz': No such file or directory
install-xattr: failed to stat firejail-profile.5.gz: No such file or directory
/usr/bin/install: cannot stat 'firejail-login.5.gz': No such file or directory
install-xattr: failed to stat firejail-login.5.gz: No such file or directory
/usr/bin/install: cannot stat 'firejail-users.5.gz': No such file or directory
install-xattr: failed to stat firejail-users.5.gz: No such file or directory
make[1]: *** [Makefile:128: realinstall] Error 1
make[1]: Leaving directory '/var/tmp/portage/sys-apps/firejail-9999/work/firejail-9999'
make: *** [Makefile:160: install] Error 2

Reproducible: Always
Comment 1 Dmitriy Baranov 2020-10-27 15:50:36 UTC
Created attachment 668816 [details]
build.log
Comment 2 Dmitriy Baranov 2020-10-27 15:51:45 UTC
Created attachment 668819 [details]
emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2020-11-20 10:42:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738a16256a49052f35c041aa3f1bf1cc944da355

commit 738a16256a49052f35c041aa3f1bf1cc944da355
Author:     Hank Leininger <hlein@korelogic.com>
AuthorDate: 2020-11-14 07:26:38 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-11-20 10:33:00 +0000

    sys-apps/firejail: bring live ebuild in line with current
    
    The live ebuild lags behind various fixes; sync it.
    
    Signed-off-by: Hank Leininger <hlein@korelogic.com>
    Closes: https://bugs.gentoo.org/751466
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Closes: https://github.com/gentoo/gentoo/pull/18258
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 sys-apps/firejail/firejail-9999.ebuild | 65 +++++++++++++++++++++-------------
 1 file changed, 41 insertions(+), 24 deletions(-)