Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765490 - dev-libs/xxhash-0.8.0: needs subslot bump
Summary: dev-libs/xxhash-0.8.0: needs subslot bump
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Guilherme Amadio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-15 01:00 UTC by Sam James
Modified: 2021-11-15 11:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-15 01:00:55 UTC
The SONAME changed upstream and apparently this indicates ABI breakage even if the minor version changes there.

See: https://abi-laboratory.pro/index.php?view=compat_report&l=xxhash&v1=0.7.4&v2=0.8.0&obj=8e24f&kind=abi

It looks like we should bump the subslot and (ideally then) add subslot operators to consumers.
Comment 1 Guilherme Amadio gentoo-dev 2021-01-19 12:59:56 UTC
The SONAME change is a false positive, should still be libxxhash.so.0, but the change in XXH3_state_s likely warrants the suggested change to bump subslot.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-20 01:41:34 UTC
(In reply to Guilherme Amadio from comment #1)
> The SONAME change is a false positive, should still be libxxhash.so.0, but
> the change in XXH3_state_s likely warrants the suggested change to bump
> subslot.

Let's bump it next time around to ensure people get rebuilds then, for safety.
Comment 3 Guilherme Amadio gentoo-dev 2021-11-15 11:03:53 UTC
As far as I can tell, the subslot bump was never needed. It was just a false positive as the ABI didn't actually change.