Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 777102 - dev-libs/libsigsegv-2.13 rm: cannot remove '/var/tmp/portage/dev-libs/libsigsegv-2.13/image/usr/lib64/*.la': No such file or directory when using rlibtool
Summary: dev-libs/libsigsegv-2.13 rm: cannot remove '/var/tmp/portage/dev-libs/libsigs...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-03-18 19:37 UTC by Alessandro Barbieri
Modified: 2021-03-18 20:19 UTC (History)
2 users (show)

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


Attachments
libsigsegv-2.13:20210318-034553.log (libsigsegv-2.13:20210318-034553.log,24.85 KB, text/plain)
2021-03-18 19:38 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2021-03-18 19:37:57 UTC
make TARGETSTACK="install-recursive install-am install-data-am" install-data-hook
make[3]: Entering directory '/var/tmp/portage/dev-libs/libsigsegv-2.13/work/libsigsegv-2.13'

Now use the package; you can remove it later via 'make uninstall'.

make[3]: Leaving directory '/var/tmp/portage/dev-libs/libsigsegv-2.13/work/libsigsegv-2.13'
make[2]: Leaving directory '/var/tmp/portage/dev-libs/libsigsegv-2.13/work/libsigsegv-2.13'
make[1]: Leaving directory '/var/tmp/portage/dev-libs/libsigsegv-2.13/work/libsigsegv-2.13'
rm: cannot remove '/var/tmp/portage/dev-libs/libsigsegv-2.13/image/usr/lib64/*.la': No such file or directory
 * ERROR: dev-libs/libsigsegv-2.13::gentoo failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 125:  Called src_install
 *   environment, line 2721:  Called die
 * The specific snippet of code:
 *       rm "${ED}/usr/$(get_libdir)"/*.la || die;
Comment 1 Alessandro Barbieri 2021-03-18 19:38:35 UTC
Created attachment 692313 [details]
libsigsegv-2.13:20210318-034553.log

buildlog
Comment 2 Ionen Wolkens gentoo-dev 2021-03-18 19:57:50 UTC
.la files will be missing with slibtool, so 'rm' line should be replaced by the usual 'find' version
Comment 4 Larry the Git Cow gentoo-dev 2021-03-18 20:18:49 UTC
The bug has been closed via the following commit(s):

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

commit cefcf4a0053725381aa0ca1b478063c2f834b8e4
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2021-03-18 20:18:02 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2021-03-18 20:18:43 +0000

    dev-libs/libsigsegv: Fix src_install failure
    
    Closes: https://bugs.gentoo.org/777102
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 dev-libs/libsigsegv/libsigsegv-2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Ulrich Müller gentoo-dev 2021-03-18 20:19:11 UTC
Thanks for reporting.