Summary: | sys-fabric/mstflint-4.20.0_p1 - /.../install: cannot create regular file /.../regaccess.py: File exists | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Zac Medico <zmedico> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 351559 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 sys-fabric:mstflint-4.16.0_p2:20210625-045917.log temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 719199 [details]
emerge-info.txt
Created attachment 719202 [details]
emerge-history.txt
Created attachment 719205 [details]
environment
Created attachment 719208 [details]
etc.portage.tar.bz2
Created attachment 719211 [details]
logs.tar.bz2
Created attachment 719214 [details]
sys-fabric:mstflint-4.16.0_p2:20210625-045917.log
Created attachment 719217 [details]
temp.tar.bz2
I had this problem on 1 of 3 systems and weirdly, simply unemerging and reemerging (instead of updating) worked. I was able to suppress this with MAKEOPTS=j1 so apparently it's a parallel make issue. *** Bug 820596 has been marked as a duplicate of this bug. *** *** Bug 812644 has been marked as a duplicate of this bug. *** ci has reproduced this issue with version 4.20.0_p1 - Updating summary. I have a the bug bug (different file though): /bin/mkdir -p '/tmp/portage/portage/sys-fabric/mstflint-4.20.0_p1/image/usr/lib64/mstflint/python_tools/' /bin/mkdir -p '/tmp/portage/portage/sys-fabric/mstflint-4.20.0_p1/image/usr/lib64/mstflint/python_tools/' /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -m 644 mtcr.py '/tmp/portage/portage/sys-fabric/mstflint-4.20.0_p1/image/usr/lib64/mstflint/python_tools/' /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -m 644 cmtcr.so mtcr.py '/tmp/portage/portage/sys-fabric/mstflint-4.20.0_p1/image/usr/lib64/mstflint/python_tools/' /usr/bin/install: cannot create regular file '/tmp/portage/portage/sys-fabric/mstflint-4.20.0_p1/image/usr/lib64/mstflint/python_tools/mtcr.py': File exists make[2]: *** [Makefile:413: install-mtcr_pylibDATA] Error 1 make[2]: Leaving directory '/tmp/portage/portage/sys-fabric/mstflint-4.20.0_p1/work/mstflint-4.20.0-1/mtcr_py' make[1]: *** [Makefile:484: install-am] Error 2 make[1]: Leaving directory '/tmp/portage/portage/sys-fabric/mstflint-4.20.0_p1/work/mstflint-4.20.0-1/mtcr_py' make: *** [Makefile:552: install-recursive] Error 1 As others have mentioned, running the install phase through ebuild without sourcing make.conf for higher -j options makes the install work. |