From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1asMQr-0007ZZ-6Z for mharc-grub-devel@gnu.org; Mon, 18 Apr 2016 23:34:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asMQo-0007UJ-Hi for grub-devel@gnu.org; Mon, 18 Apr 2016 23:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asMQl-0005j7-B9 for grub-devel@gnu.org; Mon, 18 Apr 2016 23:34:30 -0400 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:33022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asMQl-0005ix-3e; Mon, 18 Apr 2016 23:34:27 -0400 Received: by mail-lf0-x229.google.com with SMTP id e190so4042901lfe.0; Mon, 18 Apr 2016 20:34:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=JSH9wFA5dyW8tgl51MivxmnQGzWxX1j6yrq932cVvy4=; b=mR6mNkfCpDvpR1uCtbUtUkaD22+CuQ0PoLgZomieKtIL1zlfjvzY4fnuQ34qx035QH UcsEnXB3Je18s7ivfWlW16A2KyeAk85UD1C7da+70L1GcNhtJJXn3/yws0uG4goEpbBj ZC8oeXk9thNYxli+zEVVvMDSEOWt0nuS5O3+NZYpvb5FbhROXS9Kw/upp4Z3Ng8q67rD wWxEBaTloWJpCp7fgwJBUNQJ/c1dtH+nfP2yHc6DFz/pgjJUR9AmOel0zEy/iIQLnGUp Bwraby0GulDyhSF5IQ/o9tJcA770G8xFx3hvdrznRIilRz4qS+k1vjryOM+VAiIR6z/g idfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=JSH9wFA5dyW8tgl51MivxmnQGzWxX1j6yrq932cVvy4=; b=m9z8wTuhZg2/4mBiAGagltPQhsg2bQK2wIvA+wxzNO0wj6uFyTR3xCIGPotIPu1Kkj AQUnQK8ra/bpbaW7zkQLNs1JhInF/zjpUZhhlRmGahzIHFbkoGSX03V7KUgNZXiAkoVR fj4nQWYBUCxv0dE23DPRP/HWptWimCOZ0ZtNJNqhtCIV+pgyQb+TzhdAIrpP95ODEwdO 16FdDjiTVdgJu8FkQJRICjNxX+ZDTJ/tMXwtic/6855/JUJJEVsHUlucLg1Ym2JasumT m9BHLDufPYClZF8YRBOUfrhNlOJsgi7rEIJkI/eJO/vuBxQKowaYgNjnMHRbOMXxvvvi /SvQ== X-Gm-Message-State: AOPr4FUPtrnr06moGgsgquW3JwFMqdFJ6wnUL/KbLeyfRfTsFeUmADh1bGuBpHsW/Eu1Ew== X-Received: by 10.25.10.216 with SMTP id 207mr244287lfk.44.1461036865381; Mon, 18 Apr 2016 20:34:25 -0700 (PDT) Received: from [192.168.1.42] (ppp109-252-90-50.pppoe.spdop.ru. [109.252.90.50]) by smtp.gmail.com with ESMTPSA id rn10sm9149286lbb.41.2016.04.18.20.34.24 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Apr 2016 20:34:24 -0700 (PDT) Subject: Re: Is objconv a requirement for building Grub? To: Eric Andrew Lewis , help-grub@gnu.org, The development of GNU GRUB References: From: Andrei Borzenkov X-Enigmail-Draft-Status: N1110 Message-ID: <5715A73F.3070404@gmail.com> Date: Tue, 19 Apr 2016 06:34:23 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::229 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2016 03:34:31 -0000 That's more in place on grub-devel. 19.04.2016 03:27, Eric Andrew Lewis пишет: > I'm trying to build a patched version of Grub from source on a Mac. I've > installed all the requirements in the INSTALL file, but got an error while > running ./configure > > configure: error: objconv not found which is required when building with > apple compiler obconv is used when using Apple linker instead of GNU ld (mesage is misleading here). If you installed all requirements, you should also have binutils which includes GNU ld and GCC. In this case any reason you do not use them? I suppose it is possible to build grub using native Apple cc/ld, in which case it probably becomes relevant. > I assume I should install objconv ? > If so, can we add this to the Requirements list? > Sure, I just wonder if someone can name more specific version requirements.