From owner-svn-src-head@FreeBSD.ORG Fri Nov 1 01:02:28 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E80DE388; Fri, 1 Nov 2013 01:02:28 +0000 (UTC) (envelope-from rizzo.unipi@gmail.com) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C89062022; Fri, 1 Nov 2013 01:02:27 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id ep20so2964890lab.3 for ; Thu, 31 Oct 2013 18:02:25 -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:cc:content-type; bh=LZ/rNFolJYVGTqUn/AoWEiwVczYfr19p7jNvx4RyDZ8=; b=IW6wBUvKQRflJFtN4DL1zAop1mgXaovBr5QSHMqpblKxLJFODnsNxBXLhg3UFZWCkf 9pXxMF16ieWkofqn7k5Z1mZiIuHZ4ZwsLw/PbNG1g3SwK46NvyIjBzb2c9PnsdQOG0ES zFyQa3TR+b7XYpWaN1I1VPD3yLViWimRcqfEU3qGiGLO0Och8cIwhhQS7ONVFZU9GTF7 FFD0B3SJ4S7HMB2f5oVlN5QVOqqJgHLh8KO0nCNAdlTAUi4etk4I5myrGoEX2816rpnS d3GFbBbrOLiTHoZJ4Jp41UxgSrIVdmJmdbG9Cp0eTyMSWkJVaLt2BW1+Yj05v7I5Y5PH Cx6A== MIME-Version: 1.0 X-Received: by 10.112.52.33 with SMTP id q1mr234052lbo.30.1383267745571; Thu, 31 Oct 2013 18:02:25 -0700 (PDT) Sender: rizzo.unipi@gmail.com Received: by 10.114.23.35 with HTTP; Thu, 31 Oct 2013 18:02:25 -0700 (PDT) Date: Thu, 31 Oct 2013 18:02:25 -0700 X-Google-Sender-Auth: 0fgkHYpiRsCtfEwasdl1yyFHOGw Message-ID: Subject: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld From: Luigi Rizzo To: Brooks Davis Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 01:02:29 -0000 as per the subject, after this commit building head on stable/9 fails with the error below: ===> lib/libpam/modules/pam_krb5 (all) make: don't know how to make /media/bsd10/usr/home/luigi/FreeBSD/head/../usr/obj-pico-amd64/media/bsd10/usr/home/luigi/FreeBSD/head/tmp/usr/lib/libkrb5.a. Stop reverting the commit fixes the build. Any idea how this can be fixed ? thanks luigi On Mon, Oct 28, 2013 at 12:56 PM, Brooks Davis wrote: > Author: brooks > Date: Mon Oct 28 19:56:46 2013 > New Revision: 257268 > URL: http://svnweb.freebsd.org/changeset/base/257268 > > Log: > Enable the --sysroot=/foo option in ld by always building with a sysroot > defined. When not building as a cross linker, the sysroot is set to "/". > > Exp-run by: bdrewery (ports/183206) > MFC after: 3 days > > Modified: > head/gnu/usr.bin/binutils/ld/Makefile > > Modified: head/gnu/usr.bin/binutils/ld/Makefile > > ============================================================================== > --- head/gnu/usr.bin/binutils/ld/Makefile Mon Oct 28 19:46:01 2013 > (r257267) > +++ head/gnu/usr.bin/binutils/ld/Makefile Mon Oct 28 19:56:46 2013 > (r257268) > @@ -31,7 +31,7 @@ CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\" > CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\" > CFLAGS+= -DSCRIPTDIR=\"${TOOLS_PREFIX}/usr/libdata\" > CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" > -CFLAGS+= -DBINDIR=\"${BINDIR}\" -DTARGET_SYSTEM_ROOT=\"${TOOLS_PREFIX}\" > +CFLAGS+= -DBINDIR=\"${BINDIR}\" > -DTARGET_SYSTEM_ROOT=\"${TOOLS_PREFIX:U/}\" > CFLAGS+= -DTOOLBINDIR=\"${TOOLS_PREFIX}/${BINDIR}/libexec\" > CFLAGS+= -D_GNU_SOURCE > CFLAGS+= -I${SRCDIR}/ld -I${SRCDIR}/bfd > -- -----------------------------------------+------------------------------- Prof. Luigi RIZZO, rizzo@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL +39-050-2211611 . via Diotisalvi 2 Mobile +39-338-6809875 . 56122 PISA (Italy) -----------------------------------------+-------------------------------