From owner-freebsd-stable@FreeBSD.ORG Fri Jul 25 11:31:13 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCAF8AEF for ; Fri, 25 Jul 2014 11:31:13 +0000 (UTC) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) (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 70C31257B for ; Fri, 25 Jul 2014 11:31:13 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id k48so4212311wev.12 for ; Fri, 25 Jul 2014 04:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=pQcqQ47E6Azlt3W1rBLviNpkIfCZBQ4j37IrR4/U+iE=; b=wIxXIiC7EZyLqFQ97QMd4AW3C/AFJTDgAloJXWfyXot1bvMBGrtuB08Z+5sME07X7N kBTe/gdlYRFm8fMJhIHrVGfU/OOJIVMCwio5cGoFKX2+27mQb+OukazvJjZfFfuxXMJV IfJHJfoGrpExYMJu0VtD8D7MW7SXh68hu0FUAq6k3VKvqUWlh+7cRjd69wX5MnNXAqZz FL8hpmMqO/HY4IR+AcN5gIZtDIgDKHQz8uNashhBQ8qwtAt4zzEZ+tJ6G6pXPojbXw1c kLeUGm1BLYy2bqoGfePIJm9AAuOuHlqtnR9MtuOznzTv7m58dxvy8R1AbalqBsMC0NAb hb2g== X-Received: by 10.194.187.4 with SMTP id fo4mr20734268wjc.35.1406287871665; Fri, 25 Jul 2014 04:31:11 -0700 (PDT) Received: from brick.home (cmu49.neoplus.adsl.tpnet.pl. [83.31.148.49]) by mx.google.com with ESMTPSA id ey16sm4856574wid.14.2014.07.25.04.31.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jul 2014 04:31:11 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Fri, 25 Jul 2014 13:31:06 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Nils Beyer Subject: Re: link_elf_obj: symbol icl_pdu_new_bhs undefined Message-ID: <20140725113106.GA1231@brick.home> Mail-Followup-To: Nils Beyer , freebsd-stable@freebsd.org References: <53D15B4C.40104@egr.msu.edu> <20140725071853.5C488510@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140725071853.5C488510@hub.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 11:31:14 -0000 On 0725T0918, Nils Beyer wrote: > Hi Adam, > > Adam McDougall wrote: > > Yes, someone on irc ran into it, I confirmed it with -stable, and > > someone beat me to filing a bug report: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192031 > > That was me. Unfortunately, there hasn't been any interest in that report > yet and I don't know how to fix that on my own. So I've reverted to r268571 > and live with it now... Thanks for tracking it down! I've committed a fix to CURRENT, will MFC in three days. I wonder what broke it. Some linker changes?