From owner-freebsd-current@FreeBSD.ORG Sat Jan 8 00:55:03 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC51E1065672; Sat, 8 Jan 2011 00:55:03 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 27F158FC08; Sat, 8 Jan 2011 00:55:02 +0000 (UTC) Received: by bwz12 with SMTP id 12so10519319bwz.13 for ; Fri, 07 Jan 2011 16:55:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:message-id:user-agent:mime-version:content-type; bh=SNYOjd81s1D8K2Ipj+u1TR8lO0TKo33eSbUw9YAVkVk=; b=Ph/v5rPdmZp/8zXVl4GJ1S7ZHz8n06PixDnqlYNBeCayw1+ue4IO/zdJZwBJdoH66Y zF7zrtCYzlXss0ln4PnRM+Uv7YI6VYspqvR1quVtRziHvzRdDyQUvzExp59rsRs9WSWl 3bSvJtf4bp7kAulCi6QB9vxH86f5X/UC8CteI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type; b=ctKIsdTeJAN7K2kVf/22XRMAqM8QGOpYC3Y9XOHDCzcZnof1hAH6WvWzVHcz30kk0D HsMR5UAVJTaNLH0xdxI70uAKW99AsbaB5+TEy41BB61gIZtEvueojsl/nrW+kplMdY3f +vmswZRBN1WzmVLvEKPYPIn9zgSqQPPTy05f0= Received: by 10.204.65.206 with SMTP id k14mr587112bki.26.1294448099909; Fri, 07 Jan 2011 16:54:59 -0800 (PST) Received: from localhost (anonymizer3.torservers.net [174.36.199.201]) by mx.google.com with ESMTPS id j11sm14469092bka.12.2011.01.07.16.54.54 (version=SSLv3 cipher=RC4-MD5); Fri, 07 Jan 2011 16:54:59 -0800 (PST) From: Anonymous To: Dimitry Andric References: <4D277E4B.1030006@FreeBSD.org> Date: Sat, 08 Jan 2011 03:54:33 +0300 Message-ID: <864o9kfc52.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-current@freebsd.org Subject: Re: HEADS UP: Merge of binutils 2.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Jan 2011 00:55:04 -0000 Dimitry Andric writes: [...] > Please report any problems with either the base system, or ports that > come up as a result of this binutils update. Looks like lang/sbcl doesn't like new ld(1), here on amd64. Same error when building using devel/binutils. Can you reproduce? $ make [...] obj/from-xc/src/code/signal.lisp-obj obj/from-xc/src/code/late-defbangmethod.lisp-obj obj/from-xc/src/pcl/walk.lisp-obj [building initial core file in "output/cold-sbcl.core": writing 8192 bytes [2 pages] from # writing 4096 bytes [1 page] from # writing 44081152 bytes [10762 pages] from # /(DESCRIPTOR-BITS INITIAL-FUN)=#X100288BA79 done] * //testing for consistency of first and second GENESIS passes //header files match between first and second GENESIS -- good 158.30 real 145.93 user 9.10 sys //entering make-target-2.sh //doing warm init - compilation phase This is SBCL 1.0.43, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. Bus error 0.20 real 0.07 user 0.13 sys *** Error code 138 $ env -i gdb --args ./src/runtime/sbcl --core output/cold-sbcl.core [...] Program received signal SIGUSR1, User defined signal 1. 0x0000000801f843bc in kill () at kill.S:3 3 RSYSCALL(kill) Current language: auto; currently asm (gdb) bt #0 0x0000000801f843bc in kill () at kill.S:3 #1 0x0000000000411d47 in see_if_sigaction_nodefer_works () at interrupt.c:1691 #2 0x000000000041216d in interrupt_init () at interrupt.c:1828 #3 0x00000000004156e4 in main (argc=3, argv=0x7fffffff3f88, envp=0x7fffffff3fa8) at runtime.c:316 (gdb) bt f #0 0x0000000801f843bc in kill () at kill.S:3 No locals. #1 0x0000000000411d47 in see_if_sigaction_nodefer_works () at interrupt.c:1691 sa = { __sigaction_u = { __sa_handler = 0x411c30 , __sa_sigaction = 0x411c30 }, sa_flags = 80, sa_mask = { __bits = {536870944, 0, 0, 0} } } old_sa = { __sigaction_u = { __sa_handler = 0, __sa_sigaction = 0 }, sa_flags = 2, sa_mask = { __bits = {0, 0, 0, 0} } } #2 0x000000000041216d in interrupt_init () at interrupt.c:1828 i = 0 #3 0x00000000004156e4 in main (argc=3, argv=0x7fffffff3f88, envp=0x7fffffff3fa8) at runtime.c:316 core = 0x0 sbcl_argv = (char **) 0x0 embedded_core_offset = 0 runtime_path = 0x0 noinform = 0 end_runtime_options = 0 disable_lossage_handler_p = 0 initial_function = 140737488306056 sbcl_home = 0x0