From owner-freebsd-current@FreeBSD.ORG Fri Nov 14 07:23:27 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0587CD9 for ; Fri, 14 Nov 2014 07:23:27 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7AC01C1F for ; Fri, 14 Nov 2014 07:23:27 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id q107so11741843qgd.31 for ; Thu, 13 Nov 2014 23:23:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Lde7JckqgBBbc9WmxGtLAbCWh1JAXhozAz1dkJBjXd4=; b=EphM5yMDblyxuAQfG8Nt0Lt/5ClAGw4xd+D8SfA4LMLY1FsHUVhWlhMbszNqaM6hRV 7tWzVzXV4+7wo0hAjQZEh4BwXTjsrWsN6Nrx3w28A9TNHzr8MDzoA6axCMKrtTG4xQgi Gqf29KMi2ZeCiepZRwtNRf4S1d31Avp5KXmS1yWeCM5xHCSEB7+HMOgzOGxgDFtnzdZT CA02l/d3f4T+4h5pGgvUX7tJzJDnnzRV+x2ayfjpOMjv7fpfaLu4Xsv0Y50+UC0FmOX8 3SgQaq9FN7JfNNkw83gox851G6WxyUsEf0pdVHUfofq05eaaETUP3xZ8EhcTRT4P+Ks6 q+gA== MIME-Version: 1.0 X-Received: by 10.224.23.9 with SMTP id p9mr9095883qab.92.1415949806656; Thu, 13 Nov 2014 23:23:26 -0800 (PST) Sender: hiren.panchasara@gmail.com Received: by 10.96.205.201 with HTTP; Thu, 13 Nov 2014 23:23:26 -0800 (PST) In-Reply-To: <5463F2DE.2040408@pinyon.org> References: <5463F2DE.2040408@pinyon.org> Date: Thu, 13 Nov 2014 23:23:26 -0800 X-Google-Sender-Auth: QHCecYnNJU5hXUK_KqTxFVjH3Jw Message-ID: Subject: Re: building stable/10 on -current From: hiren panchasara To: "Russell L. Carter" Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 14 Nov 2014 07:23:27 -0000 On Wed, Nov 12, 2014 at 3:53 PM, Russell L. Carter wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > On current r273808, make buildworld in a stable/10 tree fails > with: > > building shared library libc.so.7 > /usr/bin/ld: _umtx_unlock.So: relocation R_X86_64_32 against > `SYS__umtx_unlock' can not be used when making a shared object; > recompile with -fPIC > _umtx_unlock.So: could not read symbols: Bad value > > However, poudriere can build it just fine in its jail. I am > curious why that is. I've not tried recently so no clue. > Can a -current host be made to build > stable/10, or is that impossible? iirc, it should. If it doesn't, something is broken and should be fixed. cheers, Hiren