Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925084 - app-editors/vscodium-1.85.2.24019: rm: cannot remove '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/work/resources/app/LICENSE.txt': No such file or directory
Summary: app-editors/vscodium-1.85.2.24019: rm: cannot remove '/var/tmp/portage/app-ed...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Adel KARA SLIMANE
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-20 11:50 UTC by HougeLangley
Modified: 2024-02-22 20:39 UTC (History)
2 users (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 HougeLangley 2024-02-20 11:50:58 UTC
>>> Failed to emerge app-editors/vscodium-1.85.2.24019, Log file:
>>>  '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/temp/build.log'
>>> Jobs: 1 of 2 complete, 1 failed                 Load avg: 1.56, 2.34, 1.76
 * Package:    app-editors/vscodium-1.85.2.24019:0
 * Repository: gentoo
 * Maintainer: adel.ks@zegrapher.com arthurzam@gentoo.org,proxy-maint@gentoo.org
 * Upstream:   https://github.com/VSCodium/vscodium/issues
 * USE:        egl elibc_glibc kernel_linux loong wayland
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/app-editors/vscodium-1.85.2.24019/work
>>> Preparing source in /var/tmp/portage/app-editors/vscodium-1.85.2.24019/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-editors/vscodium-1.85.2.24019/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-editors/vscodium-1.85.2.24019/work ...
>>> Source compiled.
>>> Test phase [not enabled]: app-editors/vscodium-1.85.2.24019

>>> Install app-editors/vscodium-1.85.2.24019 into /var/tmp/portage/app-editors/vscodium-1.85.2.24019/image
rm: cannot remove '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/work/resources/app/LICENSE.txt': No such file or directory
 * ERROR: app-editors/vscodium-1.85.2.24019::gentoo failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 136:  Called src_install
 *   environment, line 1005:  Called die
 * The specific snippet of code:
 *       rm "${S}/resources/app/LICENSE.txt" || die;
 * 
 * If you need support, post the output of `emerge --info '=app-editors/vscodium-1.85.2.24019::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-editors/vscodium-1.85.2.24019::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/temp/environment'.
 * Working directory: '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/work'
 * S: '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/work'

 * Messages for package app-editors/vscodium-1.85.2.24019:

 * ERROR: app-editors/vscodium-1.85.2.24019::gentoo failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 136:  Called src_install
 *   environment, line 1005:  Called die
 * The specific snippet of code:
 *       rm "${S}/resources/app/LICENSE.txt" || die;
 * 
 * If you need support, post the output of `emerge --info '=app-editors/vscodium-1.85.2.24019::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-editors/vscodium-1.85.2.24019::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/temp/environment'.
 * Working directory: '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/work'
 * S: '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/work'
 * 
 * The following package has failed to build, install, or execute postinst:
 * 
 *  (app-editors/vscodium-1.85.2.24019:0/0::gentoo, ebuild scheduled for merge), Log file:
 *   '/var/tmp/portage/app-editors/vscodium-1.85.2.24019/temp/build.log'
Comment 1 Larry the Git Cow gentoo-dev 2024-02-22 20:39:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97948029c7d5b9232558b375da14a1a19e2eccd5

commit 97948029c7d5b9232558b375da14a1a19e2eccd5
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-02-22 20:38:25 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-02-22 20:38:25 +0000

    app-editors/vscodium: fix missing LICENSE file
    
    This file exists only in amd64 bin tarball. I have so many
    questions...
    
    Closes: https://bugs.gentoo.org/925084
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 app-editors/vscodium/vscodium-1.85.2.24019.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)