From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YhiTz-0002tK-5w for mharc-grub-devel@gnu.org; Mon, 13 Apr 2015 13:49:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhiTx-0002tE-CT for grub-devel@gnu.org; Mon, 13 Apr 2015 13:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhiTu-0002bw-Nt for grub-devel@gnu.org; Mon, 13 Apr 2015 13:49:13 -0400 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:34180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhiTu-0002br-Fi for grub-devel@gnu.org; Mon, 13 Apr 2015 13:49:10 -0400 Received: by laat2 with SMTP id t2so63721337laa.1 for ; Mon, 13 Apr 2015 10:49:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=U+OmxQzLAJ5fmeMG4gZYwIkUF/QHL/odmgFpdDzMk2Y=; b=jq+BY87hZ6H4sVFZN63RD5ecikCRK+NV8I9YAf+pYd1aPLA/0JtgeELtSokjv3ogqo UatYSqhvG+tnBitdxLerLzjNR97k+91GCmyLiOXktMhWENntyQQIgRP6smSdiGbLJD0I rj/Kt95CwdbMI0Zllc8k0sE7DZHko8mZAThs4N/sPOgdLjii0wxP2b9NNhwoMtUDwurI uFJl+ssMFQmEBZYZ4pOK8/uP+6d1uchB9GJJhh29dTya5NJGB+FjDYanGEFeVXVJQSN5 AmG2Tqw1zA5wRfvTVLQ7jrS5als0EKGeB/YNxjjW3BNqrgdRQc0VjJEmAMLWNka2PPfg vuDg== X-Received: by 10.112.56.42 with SMTP id x10mr14459261lbp.123.1428947349643; Mon, 13 Apr 2015 10:49:09 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id p7sm1802160lae.47.2015.04.13.10.49.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Apr 2015 10:49:08 -0700 (PDT) Date: Mon, 13 Apr 2015 20:49:06 +0300 From: Andrei Borzenkov To: Dietmar Maurer Subject: Re: grub-mkrescue problems in argp_parse Message-ID: <20150413204906.4a4897b0@opensuse.site> In-Reply-To: <1024715044.117.1428945362438.JavaMail.open-xchange@ronja.mits.lan> References: <2037922098.114.1428942601173.JavaMail.open-xchange@ronja.mits.lan> <20150413200612.63bc9d99@opensuse.site> <1024715044.117.1428945362438.JavaMail.open-xchange@ronja.mits.lan> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.27; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b Cc: grub-devel@gnu.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 17:49:14 -0000 =D0=92 Mon, 13 Apr 2015 19:16:02 +0200 (CEST) Dietmar Maurer =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > > After reverting the following commit everything works again: > > >=20 > > > http://git.savannah.gnu.org/cgit/grub.git/commit/?id=3Dcf47a2fba58520= 14bc59959c5e357e8313933414 > > >=20 > > > Any ideas? > > >=20 > >=20 > > Does it work if you remove "--"? > >=20 >=20 > no >=20 It chokes on -V which is "display version and exit" in argp. I still believe this patch was mistake; it leaves no possibility to disambiguate between grub and external options. Vladimir?