From owner-freebsd-ppc@freebsd.org Sun Jun 28 17:48:33 2015 Return-Path: Delivered-To: freebsd-ppc@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 A879598F26C; Sun, 28 Jun 2015 17:48:33 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (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 778E8116A; Sun, 28 Jun 2015 17:48:33 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by igblr2 with SMTP id lr2so40036831igb.0; Sun, 28 Jun 2015 10:48:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=u5RlyckRMUYJ0NAqDnkorW1TG4FoiLwDGI9Pt9lvt/A=; b=S3H2NSPaRVRkZI25O6lr4imusZBbdanKUrYr54iMpHk/q2V+gih65ReKjRrxsDDZet iasgpL8Q5j47FC0oBcohQoaLhZSHaRZgYaV9ZGjVEKQmpRPyrPNJWWg8Oq9G22ZloA6u 3d8q8glGdJhvb9x7Ua9uLgboM6Du7rNEa1UAp2x9uEcpicFucO6DHAVI2ytdsHTOvYc3 Xb9rPk3lwHAmOzLU4mluRQCxEY7lF1QEGYZSnN0P6Pc2p4rY2oI6f5g2BimOUw+IjlTp pxIVqZv1wy1KA1sonLUecnTsGXG5Zh0E+SOpSHPKj8kVw7fl1fd3cWNboq+5bJvyg5kh dUKA== MIME-Version: 1.0 X-Received: by 10.107.129.228 with SMTP id l97mr14834386ioi.32.1435513712907; Sun, 28 Jun 2015 10:48:32 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.36.69.80 with HTTP; Sun, 28 Jun 2015 10:48:32 -0700 (PDT) Date: Sun, 28 Jun 2015 10:48:32 -0700 X-Google-Sender-Auth: TwciF3gCPaZJTWAAMnUM7sA0gbw Message-ID: Subject: powerpc and powerpc64 builds broken From: Justin Hibbits To: FreeBSD Current , FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:48:33 -0000 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. The error seen at this point is: 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=gnu99 -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 I've seen this both locally on my G5, and on the Power8 in the FreeBSD cluster. - Justin