From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765131AbYD0Xr1 (ORCPT ); Sun, 27 Apr 2008 19:47:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760010AbYD0XrK (ORCPT ); Sun, 27 Apr 2008 19:47:10 -0400 Received: from slackware.com ([64.57.102.34]:46440 "EHLO bob.slackware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764765AbYD0XrJ (ORCPT ); Sun, 27 Apr 2008 19:47:09 -0400 X-Greylist: delayed 3813 seconds by postgrey-1.27 at vger.kernel.org; Sun, 27 Apr 2008 19:47:08 EDT Message-ID: <48150178.4050900@slackware.com> Date: Sun, 27 Apr 2008 17:43:04 -0500 From: "Patrick J. Volkerding" User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: Jesper Juhl CC: Nick Clifton , Richard Henderson , Ian Taylor , Jeff Law , Jim Wilson , DJ Delorie , Alan Modra , Michael Meissner , Daniel Jacobowitz , linux-kernel@vger.kernel.org Subject: Re: ld: <...> internal error, aborting at arange-set.c line 202 in arange_set_new References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jesper Juhl wrote: > Hi, > > For your information; > I just test build Linus' tip of the kernel tree (HEAD at > 064922a805ec7aadfafdd27aa6b4908d737c3c1d) on a up-to-date > Slackware-current distro and hit this problem: > > ... > GEN .version > CHK include/linux/compile.h > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > ld: size of bfd_vma > size of splay_tree types > ld: BFD (Linux/GNU Binutils) 2.18.50.0.4.20080208 internal error, aborting > at arange-set.c line 202 in arange_set_new > > ld: Please report this bug. Hello all, Slackware-current does not use binutils 2.18.50.0.4.20080208, but rather binutils-2.17.50.0.17. We've run into a few unusual issues with newer binutils versions, so we tend to be rather cautious about having that package on the bleeding edge. I'd be curious if using the binutils-2.17.50.0.17 package from slackware-current would avoid this problem, but also wanted to let people know that the system in question had a critical part of the toolchain replaced with something that didn't come from our set of packages. Best regards, Pat