Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939737 - dev-util/bpftool-7.5.0-r1: unnecessarily tries & fails to apply patch when LINUX_VERSION has only major.minor components
Summary: dev-util/bpftool-7.5.0-r1: unnecessarily tries & fails to apply patch when LI...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Holger Hoffstätte
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-16 11:16 UTC by Holger Hoffstätte
Modified: 2024-09-16 11:17 UTC (History)
1 user (show)

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 Holger Hoffstätte 2024-09-16 11:16:54 UTC
When the LINUX_VERSION in the bpftool ebuild has only major.minor components (no patch version) the ebuild still tries to apply the version's patch set onto the full version. This obviously fails.


Reproducible: Always

Steps to Reproduce:
1. set LINUX_VERSION to e.g. 6.11 in the ebuild
2. try to emerge bpftool

Actual Results:  
Failure to unpack/patch

Expected Results:  
Successful unpacking/patching
Comment 1 Holger Hoffstätte 2024-09-16 11:17:35 UTC
Will be fixed in the next update.