Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 668408 - dev-libs/chmlib package requires aclocal.m4 update, libtool has become obsolete
Summary: dev-libs/chmlib package requires aclocal.m4 update, libtool has become obsolete
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: nonbash 668736
  Show dependency tree
 
Reported: 2018-10-11 23:49 UTC by Denis Pronin
Modified: 2020-06-29 06:29 UTC (History)
2 users (show)

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


Attachments
ebuild patch (0001-dev-libs-chmlib-Run-eautoreconf-in-src_prepare.patch,1.03 KB, patch)
2020-04-23 11:25 UTC, Thomas Schneider
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)