On 21/04/2016 07:48, Leno Hou wrote:
On Thu, Apr 21, 2016 at 1:42 PM, Mike Frysinger <[email protected]
<mailto:[email protected]>> wrote:
On 15 Apr 2016 09:54, Marco Gigante wrote:
> I got a problem with catalyst and latest version of genkernel,
installed
> with genkernel-9999 ebuild.
> genkernel --version returns v3.5.0.1 (with the 'v' prefix) and
catalyst
> fails to check the minimal required version.
is this new to 3.5.0.1 ? or did it happen with 3.5.0.0 ? i don't
think
it was intentional, so we can always just change genkernel ...
I looked at genkernel before writing and GK_V is "3.5.0.1". Couldn't
quickly figure out where the 'v' comes from.
I just analysed the issue, and it is the genkernel-9999 ebuild which
modifies the GK_V into src_prepare(), by picking the git tag as version
number.
Not sure which is better, change genkernel or catalyst. I guess
protecting version check in catalyst will make it more reliable anyway.
-marco
-mike
Faced the problem only in v3.5.0.1. Not happen in v3.5.0.0
leno@localhost~ $ genkernel --version
v3.5.0.1
-Leno Hou