Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747331 - net-misc/icaclient-20.06.0.15 - src_install(): rm: cannot remove 'lib/ctxjpeg_fb_8.so': No such file or directory
Summary: net-misc/icaclient-20.06.0.15 - src_install(): rm: cannot remove 'lib/ctxjpeg...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-08 13:42 UTC by 5836000
Modified: 2020-11-05 11:45 UTC (History)
0 users

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 5836000 2020-10-08 13:42:54 UTC
##
 cat /var/tmp/portage/net-misc/icaclient-20.06.0.15/temp/build.log
 * Package:    net-misc/icaclient-20.06.0.15
 * Repository: gentoo
 * Maintainer: polynomial-c@gentoo.org
 * USE:        abi_x86_32 elibc_glibc kernel_linux userland_GNU x86
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking linuxx86-20.06.0.15.tar.gz to /var/tmp/portage/net-misc/icaclient-20.06.0.15/work
>>> Source unpacked in /var/tmp/portage/net-misc/icaclient-20.06.0.15/work
>>> Preparing source in /var/tmp/portage/net-misc/icaclient-20.06.0.15/work/linuxx86/linuxx86.cor ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/net-misc/icaclient-20.06.0.15/work/linuxx86/linuxx86.cor ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/net-misc/icaclient-20.06.0.15/work/linuxx86/linuxx86.cor ...
>>> Source compiled.
>>> Test phase [not enabled]: net-misc/icaclient-20.06.0.15

>>> Install net-misc/icaclient-20.06.0.15 into /var/tmp/portage/net-misc/icaclient-20.06.0.15/image
rm: cannot remove 'lib/ctxjpeg_fb_8.so': No such file or directory
 * ERROR: net-misc/icaclient-20.06.0.15::gentoo failed (install phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 125:  Called src_install
 *   environment, line 1670:  Called die
 * The specific snippet of code:
 *       rm lib/ctxjpeg_fb_8.so || die;
 *
 * If you need support, post the output of `emerge --info '=net-misc/icaclient-20.06.0.15::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-misc/icaclient-20.06.0.15::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-misc/icaclient-20.06.0.15/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-misc/icaclient-20.06.0.15/temp/environment'.
 * Working directory: '/var/tmp/portage/net-misc/icaclient-20.06.0.15/work/linuxx86/linuxx86.cor'
 * S: '/var/tmp/portage/net-misc/icaclient-20.06.0.15/work/linuxx86/linuxx86.cor'



# lib folder is empty 
 ls -lh /var/tmp/portage/net-misc/icaclient-20.06.0.15/image/opt/Citrix/ICAClient/lib
total 0
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2020-11-03 12:43:28 UTC
Is this still an issue with newer versions of icaclient package?
Comment 2 5836000 2020-11-03 13:32:01 UTC
It was  only stable 20.06.0.15 used for installation. 
I will try latest ~x86 later on , and provide you with details
Comment 3 5836000 2020-11-04 14:13:21 UTC
#same error for new version as well...
>>> Install net-misc/icaclient-20.10.0.6 into /var/tmp/portage/net-misc/icaclient-20.10.0.6/image
rm: cannot remove 'lib/ctxjpeg_fb_8.so': No such file or directory
 * ERROR: net-misc/icaclient-20.10.0.6::gentoo failed (install phase):
 *   (no error message)
 *


 ls /var/tmp/portage/net-misc/icaclient-20.10.0.6/image/opt/Citrix/ICAClient/lib
( empty )
Comment 4 5836000 2020-11-05 11:35:07 UTC
for info : emerge for net-misc/icaclient-20.10.0.6 on amd64 was successful.

It looks like issue related to x86 architecture build
Comment 5 Larry the Git Cow gentoo-dev 2020-11-05 11:45:07 UTC
The bug has been closed via the following commit(s):

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

commit b288957e43c1fc7d3b690803de14048aebe470e9
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-11-05 11:44:46 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-11-05 11:45:02 +0000

    net-misc/icaclient: Fixed src_install() for x86
    
    Closes: https://bugs.gentoo.org/747331
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-misc/icaclient/icaclient-20.06.0.15-r1.ebuild | 4 +++-
 net-misc/icaclient/icaclient-20.06.0.15.ebuild    | 4 +++-
 net-misc/icaclient/icaclient-20.10.0.6.ebuild     | 4 +++-
 net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild  | 4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)