Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784080 - app-emulation/crossover-bin-20.0.4: "Could not install into ${ED}/opt/cxoffice";
Summary: app-emulation/crossover-bin-20.0.4: "Could not install into ${ED}/opt/cxoffice";
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-19 10:43 UTC by Joonas Niilola
Modified: 2021-05-08 09:27 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonas Niilola gentoo-dev 2021-04-19 10:43:16 UTC
* Package:    app-emulation/crossover-bin-20.0.4
 * Repository: gentoo
 * USE:        abi_x86_64 amd64 capi cups doc elibc_glibc gphoto2 jpeg kernel_linux lcms python_single_target_python3_8 ssl userland_GNU v4l
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
 * Using python3.8 to build
>>> Unpacking source...
>>> Unpacking install-crossover-20.0.4.bin to /var/tmp/portage/app-emulation/crossover-bin-20.0.4/work
warning [/var/tmp/portage/app-emulation/crossover-bin-20.0.4/distdir/install-crossover-20.0.4.bin]:  813444 extra bytes at beginning or within zipfile
  (attempting to process anyway)
>>> Source unpacked in /var/tmp/portage/app-emulation/crossover-bin-20.0.4/work
>>> Preparing source in /var/tmp/portage/app-emulation/crossover-bin-20.0.4/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-emulation/crossover-bin-20.0.4/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-emulation/crossover-bin-20.0.4/work ...
>>> Source compiled.
 * Skipping make test/check due to ebuild restriction.
>>> Test phase [disabled because of RESTRICT=test]: app-emulation/crossover-bin-20.0.4

>>> Install app-emulation/crossover-bin-20.0.4 into /var/tmp/portage/app-emulation/crossover-bin-20.0.4/image
 * ERROR: app-emulation/crossover-bin-20.0.4::gentoo failed (install phase):
 *   Could not install into /var/tmp/portage/app-emulation/crossover-bin-20.0.4/image/opt/cxoffice
 *
 * Call stack:
 *     ebuild.sh, line 125:  Called src_install
 *   environment, line 2196:  Called die
 * The specific snippet of code:
 *       find . | cpio -dumpl "${ED}/opt/cxoffice" 2> /dev/null || die "Could not install into ${ED}/opt/cxoffice";
 *
 * If you need support, post the output of `emerge --info '=app-emulation/crossover-bin-20.0.4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-emulation/crossover-bin-20.0.4::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/vbslogs/build/app-emulation/crossover-bin-20.0.4:20210419-064818.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emulation/crossover-bin-20.0.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/crossover-bin-20.0.4/temp/environment'.
 * Working directory: '/var/tmp/portage/app-emulation/crossover-bin-20.0.4/work'
 * S: '/var/tmp/portage/app-emulation/crossover-bin-20.0.4/work'
Comment 1 Pacho Ramos gentoo-dev 2021-05-03 08:43:57 UTC
I cannot reproduce... but I guess you will need to drop the /dev/null piping to try to see what is happening. I neither know why it relies on cpio for installing... it's inherited from older versions :/
Comment 2 Pacho Ramos gentoo-dev 2021-05-03 08:45:52 UTC
Or maybe cpio is missing in your system, as I see it is not listed as BDEPEND
Comment 3 Pacho Ramos gentoo-dev 2021-05-03 08:49:00 UTC
I see it was changed in
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4586248b5fb989e38e7a749dcedf6b15d40aaa8

but without any trace explaining the reasons
Comment 4 Joonas Niilola gentoo-dev 2021-05-03 11:21:05 UTC
I can confirm cpio is not installed, and not getting pulled in by emerging crossover-bin.
Comment 5 Larry the Git Cow gentoo-dev 2021-05-08 09:27:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9400133d4f9c98a1ff372d53b822ee6db9b4a449

commit 9400133d4f9c98a1ff372d53b822ee6db9b4a449
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2021-05-08 08:39:29 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2021-05-08 09:27:32 +0000

    app-emulation/crossover-bin: app-arch/cpio is used for the installation
    
    Thanks-to: Joonas Niilola
    Closes: https://bugs.gentoo.org/784080
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 app-emulation/crossover-bin/crossover-bin-20.0.4.ebuild | 1 +
 1 file changed, 1 insertion(+)