From owner-freebsd-current@freebsd.org Mon May 29 18:45:37 2017 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 EB874D7D75D for ; Mon, 29 May 2017 18:45:37 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 B42D4857E7 for ; Mon, 29 May 2017 18:45:37 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id k91so45073856ioi.1 for ; Mon, 29 May 2017 11:45:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Fjuoqec/zozOi7q3X5QTeFhYJP0wylWh57NCfg0CG/4=; b=TzhTQTZyJwg2bdToBs2ZfJi9pD1m5OPxVFoza0SZZC2jAPSUEVj1agOZi3H09BfLOb 6oPoe8X2Q3DA5XPjoU/c41wDNFG+sYvOC0vNHtxQ9yc7kWq9yAvjrfIHnthU5EpUxViW MTWR75cwxGEOISJKFXrE6DwX0AGQ/+h2FNADh/Qe4fKWTDPh7gWaRPAQt9QSOrRm1eum Wi6nDNuE1X+TRCxZEXZC9I53dnaXSWH418wZPtez/2UmCvF5qn/2t942sTY3KG0z/Awg /CcYaE2xMmucH+zcJF13mzaKqsE96aT+wefIZ9AADMZ3//MjiEu3+PWGRaGoAJuuQ/IW CipQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Fjuoqec/zozOi7q3X5QTeFhYJP0wylWh57NCfg0CG/4=; b=Zb/cAzXbxb368ucK/pmUF54VAIOSQD736tNOXkRgMfGw3tXuCRXknRvHYMiF1mu9rZ rmLY1KTnti9IrItLz/NVw39YkoOv4kRZhUeygPL2Mb1se3eSKsq6TPULd+Av1Ii8uwMS BQ4gm3ClxyHrmDaWacGYupvp0vwJ0cLdr17TzRsAEUBq9lqrRc3tK7+DS+E/8hAndBWu V2vFiyQKIT1OcB+AKOgQT5V0i7c/n2r0XqwBiZcTPExudcTBy6vxG6ciIgadHGnfn5dy 8Lg77m1t+TmCjtDAbeElGYxSwIyDj4I5Y4CABrbB5yKe5LS9AnVeKSz4NLhqwYNFcv0R 989g== X-Gm-Message-State: AODbwcC55DBmTXtNJ4/1/FvLwuJcJdpw28AljHvs4eH/Uuz/GGJLgpnu xNv4cULDV4fQMHiMoBruPCJpwjNcosxlajg= X-Received: by 10.107.170.16 with SMTP id t16mr14099222ioe.113.1496083537018; Mon, 29 May 2017 11:45:37 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.169.201 with HTTP; Mon, 29 May 2017 11:45:16 -0700 (PDT) In-Reply-To: <20170529105949.1cecf4e2@freyja.zeit4.iv.bundesimmobilien.de> References: <20170529105949.1cecf4e2@freyja.zeit4.iv.bundesimmobilien.de> From: Ed Maste Date: Mon, 29 May 2017 14:45:16 -0400 X-Google-Sender-Auth: OHk5jxg4mewKp2Mq8S3KXCNWLEw Message-ID: Subject: Re: After ino64 update: devel/libunwind failure: cannot preempt symbol '_Ux86_64_local_addr_space' defined To: "O. Hartmann" Cc: freebsd-current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 29 May 2017 18:45:38 -0000 On 29 May 2017 at 04:59, O. Hartmann wrote: > After updating several boxes running CURRENT after introduction of ino64, I > have one box which persitently rejects compiling and installing > devel/libunwind, as you can finde below. > > The box in question is running FreeBSD 12.0-CURRENT #22 r319083: Sun May 28 > 21:18:52 CEST 2017 amd64, WITH_LLD_IS_LD=yes set. What's the difference between this and the report in PR 219524? AFAICT this is just a known issue with the libunwind port and LLD, and will need a change in libunwind to fix.