From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YlhBG-00041y-0L for mharc-grub-devel@gnu.org; Fri, 24 Apr 2015 13:14:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlhBD-00041r-Fr for grub-devel@gnu.org; Fri, 24 Apr 2015 13:14:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlhB9-0002lE-BV for grub-devel@gnu.org; Fri, 24 Apr 2015 13:14:19 -0400 Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:34000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlhB9-0002l7-3n for grub-devel@gnu.org; Fri, 24 Apr 2015 13:14:15 -0400 Received: by laat2 with SMTP id t2so40001440laa.1 for ; Fri, 24 Apr 2015 10:14:14 -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; bh=jC01nLU5DiO5mu/qvHpZOiseHPeXWEDLNz6JrLVAeyo=; b=O7rjXMuLA2W0MIXPoT0tTYjijVtauxCwM8l6l8/41wNsKuVTor/iirWqqyQmPbEAGQ /XMMKf8wQN5zpK2fpLjBW0Gm637OU7a13HMXmh0OB5x+B5lfpErlTIGAm5ghKtk95AAq mZlRcYmsxgxqQIB5ucRlOa5d6UBfVtPDi0WngF+NfgmEl7ncU/bVGCNkLDTjuHMCpEyA fbaepjytD5qHzbZlj1nwgjydc0PRL4pHiGype7SbstHKC5bxT8Bpytd39iQd8vj9b2pZ RQft0B07PqsUjGUcP5uLpbkJP8QiO6UzCBlyiqCcuISOaZBE7M6B4aCfelWxAECwrj/I yiDQ== X-Received: by 10.112.161.66 with SMTP id xq2mr6699230lbb.31.1429895654337; Fri, 24 Apr 2015 10:14:14 -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 df8sm1285340lac.3.2015.04.24.10.14.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Apr 2015 10:14:13 -0700 (PDT) Date: Fri, 24 Apr 2015 20:14:11 +0300 From: Andrei Borzenkov To: Vladimir =?UTF-8?B?J8+GLWNvZGVyL3BoY29kZXIn?= Serbinenko Subject: Re: grub-mkrescue problems in argp_parse Message-ID: <20150424201411.10c2be37@opensuse.site> In-Reply-To: <553A6734.1030606@gmail.com> References: <2037922098.114.1428942601173.JavaMail.open-xchange@ronja.mits.lan> <20150413200612.63bc9d99@opensuse.site> <1024715044.117.1428945362438.JavaMail.open-xchange@ronja.mits.lan> <20150413204906.4a4897b0@opensuse.site> <553A6734.1030606@gmail.com> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.27; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/TvfRcCO7xnN6EGdJe8uo1Ab"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::233 Cc: The development of GNU GRUB 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: Fri, 24 Apr 2015 17:14:20 -0000 --Sig_/TvfRcCO7xnN6EGdJe8uo1Ab Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =D0=92 Fri, 24 Apr 2015 17:54:28 +0200 Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0=B8= =D1=88=D0=B5=D1=82: > On 13.04.2015 19:49, Andrei Borzenkov wrote: > > =D0=92 Mon, 13 Apr 2015 19:16:02 +0200 (CEST) > > Dietmar Maurer =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >=20 > >>>> After reverting the following commit everything works again: > >>>> > >>>> http://git.savannah.gnu.org/cgit/grub.git/commit/?id=3Dcf47a2fba5852= 014bc59959c5e357e8313933414 > >>>> > >>>> Any ideas? > >>>> > >>> > >>> Does it work if you remove "--"? > >>> > >> > >> 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. > >=20 > > Vladimir? > >=20 > I believe that behavioural change was a mistake. In all I kinda like > that grub-mkrescue would be drop-in replacement for xorrisofs/mkisofs > with additional boot semantics. Unfortunately it requires additional > discipline of avoiding option clashes like this one. > I fixed this bug. Now help text does not match. > In principle I'm ok with having more elegant command line if the name of > tool changes. > > _______________________________________________ > > Grub-devel mailing list > > Grub-devel@gnu.org > > https://lists.gnu.org/mailman/listinfo/grub-devel > >=20 >=20 >=20 --Sig_/TvfRcCO7xnN6EGdJe8uo1Ab Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlU6eeMACgkQR6LMutpd94xwEgCfei65XIr+uMVVnW/zZvq1i1ie C+0An14EgL6r8habXLwvxYcIsreDy+kp =ACqw -----END PGP SIGNATURE----- --Sig_/TvfRcCO7xnN6EGdJe8uo1Ab--