i am trying to install xen but every time i run
Code: Select all
emerge -av app-emulation/xenCode: Select all
!!! failed to properly create symlink:
!!! /boot/xen.gz -> xen-4.15.0.gz
!!! [Errno 1] Operation not permitted: b'xen-4.15.0.gz' -> b'/boot/xen.gz'
!!! Failed to move file.
!!! /boot/xen.gz -> xen-4.15.0.gz
i tried to install with
Code: Select all
FEATURES="-collision-detect -protect-owned"emerge -av app-emulation/xenCode: Select all
* This package will overwrite one or more files that may belong to other
* packages (see list below). Add either "collision-protect" or "protect-
* owned" to FEATURES in make.conf if you would like the merge to abort
* in cases like this. See the make.conf man page for more information
* about these features. You can use a command such as `portageq owners /
* <filename>` to identify the installed package that owns a file. If
* portageq reports that only one package owns a file then do NOT file a
* bug report. A bug report is only useful if it identifies at least two
* or more packages that are known to install the same file(s). If a
* collision occurs and you can not explain where the file came from then
* you should simply ignore the collision since there is not enough
* information to determine if a real problem exists. Please do NOT file
* a bug report at https://bugs.gentoo.org/ unless you report exactly
* which two packages install the same file(s). See
* https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how
* to solve the problem. And once again, please do NOT file a bug report
* unless you have completely understood the above message.
*
* Detected file collision(s):
*
* /boot/xen-4.15.0.gz
* /boot/xen-4.15.0.config
* /usr/lib/debug/xen-syms-4.15.0
* /usr/lib/debug/xen-syms-4.15.0.map
* Package 'app-emulation/xen-4.15.0-r1' merged despite file collisions.
* If necessary, refer to your elog messages for the whole content of the
* above message.

