Summary: | =sys-devel/distcc-3.3.3-r1 - src_install() sed: can't read pump: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Fab <netbox253> |
Component: | Current packages | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cluster |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info |
Description
Fab
2020-06-04 16:32:54 UTC
Created attachment 643432 [details]
emerge --info
I relaunched the update later and it magically worked :
> # emerge -avuDN @world
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] sys-devel/distcc-3.3.3-r1::gentoo USE="gtk ipv6 -gssapi -hardened (-selinux) -xinetd -zeroconf (-gnome%)"
> PYTHON_SINGLE_TARGET="python3_7 -python3_6 (-python3_8) (-python3_9)" 0 KiB
>
> Total: 1 package (1 reinstall), Size of downloads: 0 KiB
>
> Would you like to merge these packages? [Yes/No]
> >>> Verifying ebuild manifests
> >>> Emerging (1 of 1) sys-devel/distcc-3.3.3-r1::gentoo
> >>> Installing (1 of 1) sys-devel/distcc-3.3.3-r1::gentoo
> >>> Jobs: 1 of 1 complete Load avg: 2.03, 1.87, 2.94
> >>> Auto-cleaning packages...
>
> >>> No outdated packages were found on your system.
>
> * GNU info directory index is up-to-date.
> * After world updates, it is important to remove obsolete packages with
> * emerge --depclean. Refer to `man emerge` for more information.
Maybe a parallel build issue, on successful build « creating pump » happens later :
> running install_egg_info
> Writing /var/tmp/portage/sys-devel/distcc-3.3.3-r1/image/usr/lib/python3.7/site-packages/include_server-3.3.3-py3.7.egg-info
> package init file '/var/tmp/portage/sys-devel/distcc-3.3.3-r1/work/distcc-3.3.3/include_server/__init__.py' not found (or not a regular file)
> writing list of installed files to './_include_server/install.log.pre'
> mkdir /var/tmp/portage/sys-devel/distcc-3.3.3-r1/image/usr/bin
> config.status: creating pump
> config.status: creating src/config.h
> config.status: src/config.h is unchanged
> touch src/config.h.stamp
> /bin/sh ./mkinstalldirs "/var/tmp/portage/sys-devel/distcc-3.3.3-r1/image//usr/bin"
> /bin/sh ./mkinstalldirs "/var/tmp/portage/sys-devel/distcc-3.3.3-r1/image//usr/sbin"
> mkdir /var/tmp/portage/sys-devel/distcc-3.3.3-r1/image/usr/sbin
I can't reproduce but I'll just add -j1. Hopefully it should resolve this without it with minimal cost. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a733913255769e9d8fc19210f5d910177ce373b5 commit a733913255769e9d8fc19210f5d910177ce373b5 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2020-06-05 13:51:59 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2020-06-05 13:57:03 +0000 sys-devel/distcc: Force -j1 for install Closes: https://bugs.gentoo.org/727152 Signed-off-by: Michał Górny <mgorny@gentoo.org> sys-devel/distcc/distcc-3.3.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |