Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779046 - dev-util/debugedit-4.16.1.3 /usr/bin/debugedit: error: '/usr/bin/.libs/debugedit' does not exist
Summary: dev-util/debugedit-4.16.1.3 /usr/bin/debugedit: error: '/usr/bin/.libs/debuge...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-03-29 07:31 UTC by Alessandro Barbieri
Modified: 2022-05-12 20:47 UTC (History)
1 user (show)

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


Attachments
info (info,18.15 KB, text/plain)
2021-03-29 07:31 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-29 07:31:16 UTC
Created attachment 695877 [details]
info

when emerging packages I get this if I build debugedit with LIBTOOL="libtool"

/usr/bin/debugedit: error: '/usr/bin/.libs/debugedit' does not exist                                                   
This script is just a wrapper for debugedit.               
See the libtool documentation for more information.
/usr/bin/debugedit: error: '/usr/bin/.libs/debugedit' does not exist                                                   
This script is just a wrapper for debugedit.                                                                           
See the libtool documentation for more information.


and this if I build with LIBTOOL="rlibtool"

/usr/bin/debugedit: line 25: /var/tmp/portage/dev-util/debugedit-4.16.1.3/work/rpm-4.16.1.3/.libs/debugedit: No such file or directory
Comment 1 Ionen Wolkens gentoo-dev 2021-04-11 15:37:26 UTC
Looks like it's installing a shell script wrapper with MAKEFLAGS='LIBTOOL=rlibtool' rather than the actual binary.

I'll mark this as a slibtool issue given LIBTOOL=libtool doesn't make much sense to use.
Comment 2 orbea 2021-04-11 21:38:38 UTC
Ebuild bug, its doing `dobin debugedit` instead of `make install`.
Comment 3 orbea 2022-05-12 20:46:49 UTC
Fixed