MACTEP n00b
Joined: 05 Jun 2018 Posts: 1
|
Posted: Tue Jun 05, 2018 10:00 pm Post subject: !!! [Errno 14] Bad address after compile of packages |
|
|
Hi all,
after a big emerge -vauDN @world I have a strange problem after a successful compile of a package which can be seen here:
Code: | >>> Completed installing portage-2.3.13-r1 into /var/tmp/portage/sys-apps/portage-2.3.13-r1/image/
* Final size of build directory: 17652 KiB (17.2 MiB)
* Final size of installed tree: 32476 KiB (31.7 MiB)
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
usr/lib64/python2.7/site-packages/portage/util/libc.so
usr/lib64/python2.7/site-packages/portage/util/file_copy/reflink_linux.so
usr/lib64/python3.5/site-packages/portage/util/libc.cpython-35m-x86_64-linux-gnu.so
usr/lib64/python3.5/site-packages/portage/util/file_copy/reflink_linux.cpython-35m-x86_64-linux-gnu.so
ecompressdir: bzip2 -9 /usr/share/man
ecompressdir: bzip2 -9 /usr/share/doc
>>> Installing (1 of 1) sys-apps/portage-2.3.13-r1::gentoo
* checking 4133 files for package collisions
3133 files remaining ...
2133 files remaining ...
1133 files remaining ...
133 files remaining ...
>>> Merging sys-apps/portage-2.3.13-r1 to /
--- /usr/
--- /usr/lib64/
--- /usr/lib64/python2.7/
--- /usr/lib64/python2.7/site-packages/
--- /usr/lib64/python2.7/site-packages/portage/
--- /usr/lib64/python2.7/site-packages/portage/xml/
!!! copy /var/tmp/portage/sys-apps/portage-2.3.13-r1/image/usr/lib64/python2.7/site-packages/portage/xml/metadata.py -> /usr/lib64/python2.7/site-packages/portage/xml/metadata.py failed.
!!! [Errno 14] Bad address |
It happens with every package I try to merge and looks like it's not linked to any specific package.
The update involved a python update (3.4 --> 3.5) and I suspect the problem is somewhere there.
I set the new 3.5 interpreter with eselect.
Does someone have any ideas what the problem might be? |
|