Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 668408

Summary: dev-libs/chmlib package requires aclocal.m4 update, libtool has become obsolete
Product: Gentoo Linux Reporter: Denis Pronin <dannftk>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, qsx
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=668404
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 526268, 668736    
Attachments: ebuild patch

Description Denis Pronin 2018-10-11 23:49:37 UTC
Hi,

I opened a similar issue, please take a look https://bugs.gentoo.org/668404

The solution for this project is just executing the command 'autoreconf --install --force' in the root of the project
Comment 1 Thomas Schneider 2020-04-23 11:25:30 UTC
Created attachment 634180 [details, diff]
ebuild patch

I am experiencing a bug with this package of which I am not sure if it is related to libtool as well:

``` build.log
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
./config.status: 1141: shift: can't shift that many
```

Anyway, here’s a patch.
Comment 2 Larry the Git Cow gentoo-dev 2020-06-29 06:29:15 UTC
The bug has been closed via the following commit(s):

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

commit 71011bdab94ac24d87bd41065d40fdf5380e1fe2
Author:     Thomas Schneider <qsx@chaotikum.eu>
AuthorDate: 2020-04-23 11:19:48 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-06-29 06:29:09 +0000

    dev-libs/chmlib: Run eautoreconf in src_prepare()
    
    Closes: https://bugs.gentoo.org/668408
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Thomas Schneider <qsx@chaotikum.eu>
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 dev-libs/chmlib/chmlib-0.40-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)