Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 826778 - sci-mathematics/nauty-2.7.3 fails to compile: libtool: error: CURRENT must be a nonnegative integer
Summary: sci-mathematics/nauty-2.7.3 fails to compile: libtool: error: CURRENT must be...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
: 826770 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-11-23 09:40 UTC by Agostino Sarubbo
Modified: 2021-11-24 02:14 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,121.01 KB, text/plain)
2021-11-23 09:40 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-11-23 09:40:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-mathematics/nauty-2.7.3 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-11-23 09:40:58 UTC
Created attachment 755502 [details]
build.log

build log and emerge --info
Comment 2 Michael Orlitzky gentoo-dev 2021-11-23 12:36:21 UTC
Oof, slibtool silently ignored the garbage -version-info, sorry. Working on it.
Comment 3 Larry the Git Cow gentoo-dev 2021-11-23 13:25:56 UTC
The bug has been closed via the following commit(s):

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

commit 6eadfa11b23cf80d5f594a0252837b11b48ba66c
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2021-11-23 13:25:05 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2021-11-23 13:25:22 +0000

    sci-mathematics/nauty: fix v2.7.3 build with GNU libtool.
    
    I accidentally left a variable unset from the Debian autotools patch,
    leading to build failures with the libtool that everyone actually
    uses. This commit sets it with sed, and gets us a proper soname again.
    
    Closes: https://bugs.gentoo.org/826778
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 sci-mathematics/nauty/nauty-2.7.3.ebuild | 4 ++++
 1 file changed, 4 insertions(+)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-24 02:10:36 UTC
(In reply to Michael Orlitzky from comment #2)
> Oof, slibtool silently ignored the garbage -version-info, sorry. Working on
> it.

Might be worth telling the slibtool folks about it, I'm surprised about that!
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-24 02:10:43 UTC
*** Bug 826770 has been marked as a duplicate of this bug. ***
Comment 6 Michael Orlitzky gentoo-dev 2021-11-24 02:14:24 UTC
(In reply to Sam James from comment #4)
> (In reply to Michael Orlitzky from comment #2)
> > Oof, slibtool silently ignored the garbage -version-info, sorry. Working on
> > it.
> 
> Might be worth telling the slibtool folks about it, I'm surprised about that!

Already done: https://dev.midipix.org/cross/slibtool/issue/48