From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 12:09:47 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B009F106564A; Tue, 11 Oct 2011 12:09:47 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6EB9E8FC0A; Tue, 11 Oct 2011 12:09:47 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:a106:2522:e412:93aa] (unknown [IPv6:2001:7b8:3a7:0:a106:2522:e412:93aa]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id A78905C37; Tue, 11 Oct 2011 14:09:46 +0200 (CEST) Message-ID: <4E94320B.1070408@FreeBSD.org> Date: Tue, 11 Oct 2011 14:09:47 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: "O. Hartmann" References: <4E94101B.3040602@zedat.fu-berlin.de> In-Reply-To: <4E94101B.3040602@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , freebsd-ports@freebsd.org Subject: Re: FreeBSD-9.0-BETA3/amd64 (CLANG): Assertion failed: (mblength != (size_t)-1 && mblength != (size_t)-2), function inittables_mb, file /usr/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c, line 706. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 12:09:47 -0000 On 2011-10-11 11:44, O. Hartmann wrote: > On my lab's server, a FreeBSD 9 box (9.0-BETA3 FreeBSD 9.0-BETA3 #40 > r226245: Tue Oct 11 10:01:29 CEST 2011), I receive for some ports while > compiling this error: > > Abort trap (core dumped) > Assertion failed: (mblength != (size_t)-1&& mblength != (size_t)-2), > function inittables_mb, file > /usr/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c, line 706. > > This just happened after the last update and reboot (did make world). Is > this a bug? If yes, should I do a PR or is it already known? If not a > bug, what is it? Looks like a problem in GNU sort, caused by something unknown. Can you figure out what input it asserts on? Which specific ports cause it?