From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-catalyst+bounces-3454-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DDA641381F3 for <garchives@archives.gentoo.org>; Thu, 21 Apr 2016 05:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8878E21C028; Thu, 21 Apr 2016 05:41:52 +0000 (UTC) Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F19B321C028 for <gentoo-catalyst@lists.gentoo.org>; Thu, 21 Apr 2016 05:41:51 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id os9so20940228lbb.2 for <gentoo-catalyst@lists.gentoo.org>; Wed, 20 Apr 2016 22:41:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=efrrD5BDYi2ljU0wfImYVkobkLBlTGa2ZaHiihPkiEw=; b=b25LbHbAdsi0XCDV6O+HVanisWTDUEqyzYgtsQ69l0p0JJ0pKNU6Fv4X0A7MS/AvgZ JpvoO3sSZOTBmVkgC3fjUMpEdAqqD90NVrp8dv10KLkzYWal5a6UuDaUxu/1ppiGXYUA 5sZ9jCpKtHAcIu87Gl+BFa96t274zDkvOS5S6ow0afH/Cny01mJm6e48nXmGYfiDd6B2 GO8fnhOsDSPTX27WnS1FV4igAwrA7lY1phf0tOnmst9V1y/91sMJVNxfLb308ZhE905Y 8ZKwGWDLBMoFDh4ESSK7SEniTvvnjmpYFZ2h28XE/GUJa0IbO3HUNqWl6SM1/CRytgz0 Ne8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=efrrD5BDYi2ljU0wfImYVkobkLBlTGa2ZaHiihPkiEw=; b=SqGDgk35BMK38xn37614nhHwjDF7LGx5qrOyBwl6XaEDg1/m2IRyYURyT1BPXtdPBa QpRY/jPJbfLbFI4Q1kkbD+hTUr9j8cVl6eRB/xzxzP8UIQUmqpoqWAsQd8MTZcATmxa+ n5+K++ctN/RtbGDjlWYRdhLWG3keKsy1+XCNKWIhp+cGGmiVBMulT8rSUM6JLsmSLwab aBtYc8i6v/ib/Kek3VjkRbV8UrtYYddzXAFiqEEFqFEihsdO0N6oE83vlCkam5ObpCh5 I56eEAt4zwbQnlqhSYI7WJ5xIp5O23HjMNLZSo/QLO3YqJzOngWicGVTHt6ySG3TWW9J NjXQ== X-Gm-Message-State: AOPr4FWAAZix99eCum8nftaKvl7kyp3CRaoN0/svuby1Y+uwEeVCNlNyBDHmT5dbpJ4Gue2BHvf1xDFx0cqWFg== X-Received: by 10.112.163.135 with SMTP id yi7mr5340087lbb.122.1461217310423; Wed, 20 Apr 2016 22:41:50 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-catalyst@lists.gentoo.org> List-Help: <mailto:gentoo-catalyst+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-catalyst+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-catalyst+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-catalyst.gentoo.org> X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.25.19.72 with HTTP; Wed, 20 Apr 2016 22:41:30 -0700 (PDT) In-Reply-To: <57109E43.3010801@nextworks.it> References: <57109E43.3010801@nextworks.it> From: Leno Hou <lenohou@gmail.com> Date: Thu, 21 Apr 2016 13:41:30 +0800 Message-ID: <CAGQVrL9tLHGjkOVd-hHR+1CRmsPX4yL2XPpghTFCiuGSes2G8w@mail.gmail.com> Subject: Re: [gentoo-catalyst] genkernel version parsing problem To: gentoo-catalyst@lists.gentoo.org Content-Type: multipart/alternative; boundary=089e01183bc8ba40e10530f82a62 X-Archives-Salt: c721b31c-3894-4a96-81dd-bd2ffd8a9b4d X-Archives-Hash: 04811d1b535102aec61da25e22058f27 --089e01183bc8ba40e10530f82a62 Content-Type: text/plain; charset=UTF-8 On Fri, Apr 15, 2016 at 3:54 PM, Marco Gigante <m.gigante@nextworks.it> wrote: > Hi, > 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. > > I made a quick fix which worked for me and wanted to share it for comments. > > Thanks > marco > Thanks, yesterday I have faced the problem you said and this works fine with me~~ -Leno Hou --089e01183bc8ba40e10530f82a62 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_extra"><div><div><div dir=3D"ltr"><div= dir=3D"ltr"><br></div></div></div></div><div class=3D"gmail_quote">On Fri,= Apr 15, 2016 at 3:54 PM, Marco Gigante <span dir=3D"ltr"><<a href=3D"ma= ilto:m.gigante@nextworks.it" target=3D"_blank">m.gigante@nextworks.it</a>&g= t;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0= .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br> I got a problem with catalyst and latest version of genkernel, installed wi= th genkernel-9999 ebuild.<br> genkernel --version returns v3.5.0.1 (with the 'v' prefix) and cata= lyst fails to check the minimal required version.<br> <br> I made a quick fix which worked for me and wanted to share it for comments.= <br> <br> Thanks<span><font color=3D"#888888"><br> marco<br></font></span></blockquote><div><br></div><div>Thanks, yesterday I= have faced the problem you said and this works fine with me~~</div><div><b= r></div><div>-Leno Hou=C2=A0</div></div><br></div></div> --089e01183bc8ba40e10530f82a62--