From owner-freebsd-current@freebsd.org Sun Jun 28 18:36:41 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2936A98F405; Sun, 28 Jun 2015 18:36:41 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8CA31171; Sun, 28 Jun 2015 18:36:40 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pactm7 with SMTP id tm7so93177021pac.2; Sun, 28 Jun 2015 11:36:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=BWl6GvSVGg1MFJicVwI9S2YIa+A2UOi8+Kt81uIUe2A=; b=f7aCBaYW1zl84drad2c6H/VydOZozd4hvxk9Bvm1MNSIA/2Yecz1AOFKdLULadmZ/v 473xQpRzT6AEosxCa5xdsJfDK3HhXnfJDUKhKbN7qI8fQxcMRE4xRq9wcyn6PKRWR49L uq46qiUdqKGiVivVP2xYSzDZouS39AB1YUtgNU7+4dOvXqutOauaO9j3gLSfYIcxyFIA PlkkngP/c1bZJLLIiqz8kowqhNuce8Vcgftc0XvPkmK10OAakzOHK/sMmsT21+AvugyA C1BwmEv01c459ddJI2sBWitEUx7QXXV77GhyMaOkotN7N++lFonD0ZpjkiykASzniOan Y1eg== X-Received: by 10.70.119.73 with SMTP id ks9mr13170561pdb.131.1435516600326; Sun, 28 Jun 2015 11:36:40 -0700 (PDT) Received: from [192.168.20.7] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id ud3sm39661891pbc.10.2015.06.28.11.36.39 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Jun 2015 11:36:39 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: powerpc and powerpc64 builds broken From: Garrett Cooper X-Mailer: iPhone Mail (12F70) In-Reply-To: Date: Sun, 28 Jun 2015 11:36:38 -0700 Cc: FreeBSD Current , FreeBSD PowerPC ML Content-Transfer-Encoding: quoted-printable Message-Id: <8C09575A-B885-4F41-BFF8-46FEC028E755@gmail.com> References: To: Justin Hibbits X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 18:36:41 -0000 > On Jun 28, 2015, at 10:48, Justin Hibbits wrote: >=20 > Both powerpc and powerpc64 builds are broken in the same way, in > usr.bin/mkesdb. It was working correctly as of just before BSDCan, I > successfully built world and kernel on June 6. >=20 > The error seen at this point is: >=20 > cc -O2 -pipe -I/home/chmeee/freebsd/head/usr.bin/mkesdb > -I/home/chmeee/freebsd/head/usr.bin/mkesdb/../mkesdb > -I/home/chmeee/freebsd/head/usr.bin/mkesdb/../../lib/libc/iconv > -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual > -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wno-pointer-sign > -L/home/chmeee/world/zhabar/home/chmeee/freebsd/head/usr.bin/mkesdb/../../= lib/libc > -o mkesdb lex.o yacc.o > /home/chmeee/world/zhabar/home/chmeee/freebsd/head/tmp/usr/bin/ld: > undefined reference to symbol `_end' (try adding -lc) > /home/chmeee/world/zhabar/home/chmeee/freebsd/head/tmp/lib/libc.so.7: > could not read symbols: Bad value >=20 > I've seen this both locally on my G5, and on the Power8 in the FreeBSD clu= ster. - What does file say when you run it on libc.so.7? - What's your current revision? - Does it work when SRCCONF/__MAKECONF are set to /dev/null? Thanks!=