From owner-freebsd-current@FreeBSD.ORG Tue Oct 22 17:23:15 2013 Return-Path: Delivered-To: current@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 ESMTP id 28BA3A66; Tue, 22 Oct 2013 17:23:15 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 34F8B2998; Tue, 22 Oct 2013 17:23:13 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AogGACSzZlJbsUOq/2dsb2JhbABZgwc4vx6BJhd0giUBAQVWIxALGAklDyoeBhyIAQEIukuOD4E/B4QpA5gIkgiDJjqBLA Received: from 170.67-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.67.170]) by relay.skynet.be with ESMTP; 22 Oct 2013 19:23:12 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r9MHNAUA088657; Tue, 22 Oct 2013 19:23:11 +0200 (CEST) (envelope-from tijl@coosemans.org) Date: Tue, 22 Oct 2013 19:23:09 +0200 From: Tijl Coosemans To: Ulrich =?ISO-8859-1?Q?Sp=F6rlein?= Subject: Re: iconv in base breaks multiple ports Message-ID: <20131022192309.385dc2df@kalimero.tijl.coosemans.org> In-Reply-To: <20131021203445.GI12255@acme.spoerlein.net> References: <20131020182723.GE12255@acme.spoerlein.net> <52650D9F.2020707@FreeBSD.org> <20131021203445.GI12255@acme.spoerlein.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@FreeBSD.org, Tilman =?ISO-8859-1?Q?Keskin=F6z?= , current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 22 Oct 2013 17:23:15 -0000 On Mon, 21 Oct 2013 22:34:45 +0200 Ulrich Sp=F6rlein wrote: > On Mon, 2013-10-21 at 13:18:55 +0200, Tilman Keskin=F6z wrote: >> * Ulrich Sp=F6rlein [Sun, 20 Oct 2013 20:27:23 +0200]: >>> ever since that iconv thing replaced the ports version, I run into >>> trouble with several ports that I have installed on a -CURRENT (now >>> stable/10 system). >>>=20 >>> These are not compile-time errors, but crashes or limited functionality >>> where I blame iconv :) >>>=20 >>> 1. www/newsbeuter crashes during startup, somewhere in the stfl code >>> that deals with wide char functions. >>>=20 >>> Is my system hexed? I've rebuilt the ports/packages a dozen times now. >>> Am I seeing ghosts? >>=20 >> I don't run Current, but according to the pkg-fallout mails i am >> receiving, newsbeuter shouldn't even compile on CURRENT. Maybe there are >> some stale files on your system? >>=20 >> There is also an update in the PR system, you might want to try, >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/182896 >=20 > Right, I had to set USE_GCC=3Dany and muck with -liconv flags of course to > get it to build. Hmm, does this mean you still have libiconv installed? Because then your crashes may be because some libraries use libc iconv and others libiconv iconv.