From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VhBpC-0002Hk-NA for mharc-grub-devel@gnu.org; Fri, 15 Nov 2013 00:20:10 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhBp4-0002B7-Hy for grub-devel@gnu.org; Fri, 15 Nov 2013 00:20:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhBoy-00013w-St for grub-devel@gnu.org; Fri, 15 Nov 2013 00:20:02 -0500 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:40325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhBoy-00013o-L9 for grub-devel@gnu.org; Fri, 15 Nov 2013 00:19:56 -0500 Received: by mail-lb0-f175.google.com with SMTP id p9so2290101lbv.6 for ; Thu, 14 Nov 2013 21:19:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=fx72l4Wa246c+AcWg+mP81JuiMG04Ud7lzi+RRkxrKw=; b=PnJBUM9kGWi23PLwQxkgfgRJw5wAhRAYWXLqJ7HQ+TJItUZgso7V5fbTihAYux3DiA TBadtBZUHBDpQs8zxAJxOqHvA88jVdQ4eLynFzIaJuVKbQ8rzcWNn5/LOpSDhv0sTUC+ bB/+pgDyzdB5hwqyXgKJmKVEugCBs4pQE52Orv+7xxyZZvHF9kZNMiwL0eQiWaX8aKbg P1FDbxQn+r5bWyz73Loa0jO6ahmvvLW9Lgh70YnJNddrzHKur+ygG6D+RMzz5Ta5/MxB 3BxVuMR8AuCzcp1FZELKwHDlu6dpWAJhy6lVOmzgtEWAk6tNIwv5COpLp6CNYSL+YpkO 7xzA== X-Received: by 10.112.144.5 with SMTP id si5mr116369lbb.33.1384492795543; Thu, 14 Nov 2013 21:19:55 -0800 (PST) Received: from opensuse.site (ppp91-76-174-89.pppoe.mtu-net.ru. [91.76.174.89]) by mx.google.com with ESMTPSA id vz9sm893497lbb.17.2013.11.14.21.19.54 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 14 Nov 2013 21:19:55 -0800 (PST) Date: Fri, 15 Nov 2013 09:19:54 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: PPC build failure with undefined symbols __ashldi3, _restgpr_14_x, ... Message-ID: <20131115091954.2b642e0b@opensuse.site> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::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 05:20:08 -0000 Sources at 6fcec439545c817fbc8e2f51c667a70037a34a76 Building RPM for PPC (32 or 64 bits) I get [ 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 ... for a long list of them. Full build logs are available as https://build.opensuse.org/build/home:arvidjaar:grub2-next/openSUSE_Factory_PowerPC/ppc/grub2/_log https://build.opensuse.org/build/home:arvidjaar:grub2-next/openSUSE_Factory_PowerPC/ppc64/grub2/_log I do not myself have access to any PPC system nor any experience with them. x86 builds OK.