From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VhH94-0003G2-Ip for mharc-grub-devel@gnu.org; Fri, 15 Nov 2013 06:01:02 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhH8y-0003Fu-UZ for grub-devel@gnu.org; Fri, 15 Nov 2013 06:01:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhH8u-0008AF-BD for grub-devel@gnu.org; Fri, 15 Nov 2013 06:00:56 -0500 Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]:50963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhH8u-0008A0-4D for grub-devel@gnu.org; Fri, 15 Nov 2013 06:00:52 -0500 Received: by mail-ee0-f47.google.com with SMTP id c50so442182eek.6 for ; Fri, 15 Nov 2013 03:00:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=s09pyQtknxc37sXI8n5f7ne8Ipnf7GNRJfI5etVuX/U=; b=bQa+jMogw4ppme1TWEQ6oAC+UYKnAA1gh9vi1onO9DRjPGtGy2MHrWj/Gulx8ho99p 1vbGvGyO5aXxgCJ3az3LwHKdXHikaPfLBohBEgEg6YHzDgvXPpkKMgCzXEtiM0EMa3SG qeQxItcB5YlyuAdDO79WDaMHraMIuP7uN+TK7yxWszxfvI5c5iYNJCa9yk/HzKofrUhr PuBUkO0Du+aw2ir6Uo4h/fgh4X4IoPVK1evkj1NbhI6UWTO7U9XUBC/W66zAOH7/LHYN nX1s426j3xPGrDZCx4FbG/x3zA3Bq/KmmBVJ2GtZ8sQOPYhcMWe2j3IjBy268Vxyj39g 9hQg== X-Received: by 10.14.4.200 with SMTP id 48mr2591907eej.38.1384513251171; Fri, 15 Nov 2013 03:00:51 -0800 (PST) Received: from [192.168.1.16] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id g47sm5228581eeo.19.2013.11.15.03.00.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Nov 2013 03:00:50 -0800 (PST) Message-ID: <5285FEE1.3030601@gmail.com> Date: Fri, 15 Nov 2013 12:00:49 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: PPC build failure with undefined symbols __ashldi3, _restgpr_14_x, ... References: <20131115091954.2b642e0b@opensuse.site> In-Reply-To: <20131115091954.2b642e0b@opensuse.site> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2LQOBGRGAWXNRQWASUDDI" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22f 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, 15 Nov 2013 11:01:01 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2LQOBGRGAWXNRQWASUDDI Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 15.11.2013 06:19, Andrey Borzenkov wrote: > Sources at 6fcec439545c817fbc8e2f51c667a70037a34a76 >=20 > Building RPM for PPC (32 or 64 bits) I get >=20 > [ 187s] cat syminfo.lst | sort | gawk -f ../../grub-core/genmoddep.awk= > moddep.lst || (rm -f moddep.lst; exit 1) > [ 187s] __ashldi3 in affs is not defined > [ 187s] _restgpr_14_x in affs is not defined > [ 187s] _restgpr_20_x in affs is not defined > [ 187s] _restgpr_25_x in affs is not defined > [ 187s] _restgpr_27_x in affs is not defined > [ 187s] _restgpr_28_x in affs is not defined > [ 187s] _restgpr_30_x in affs is not defined > ... >=20 > for a long list of them. >=20 > Full build logs are available as > https://build.opensuse.org/build/home:arvidjaar:grub2-next/openSUSE_Fac= tory_PowerPC/ppc/grub2/_log > https://build.opensuse.org/build/home:arvidjaar:grub2-next/openSUSE_Fac= tory_PowerPC/ppc64/grub2/_log >=20 > I do not myself have access to any PPC system nor any experience with > them. >=20 You don't have multilib installed. > x86 builds OK. >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >=20 ------enig2LQOBGRGAWXNRQWASUDDI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlKF/uEACgkQmBXlbbo5nOtfYQD/Zj0gPro0hp0rNhopU7tJfW7B Hy0xQsnFMTYXncTzlEUBAK9RFELuzJPVgin+J7aRB8JQRlJ5UJNuj/ooCrtdtv+0 =Bpxt -----END PGP SIGNATURE----- ------enig2LQOBGRGAWXNRQWASUDDI--