From owner-freebsd-gnome@freebsd.org Tue Nov 24 00:13:27 2015 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED17EA36FB5 for ; Tue, 24 Nov 2015 00:13:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D1FE817E5 for ; Tue, 24 Nov 2015 00:13:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CEB67A36FB4; Tue, 24 Nov 2015 00:13:27 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD6CCA36FB3 for ; Tue, 24 Nov 2015 00:13:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B270117DE for ; Tue, 24 Nov 2015 00:13:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAO0DRw9069002 for ; Tue, 24 Nov 2015 00:13:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 204770] converters/libiconv r398996 patch breaks libidn Date: Tue, 24 Nov 2015 00:13:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wxl@bikefriday.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 00:13:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204770 --- Comment #2 from wxl@bikefriday.com --- Specifically, mutt complains about a non-intentional hostname not being properly internationalized: Bad IDN in "from": 'jeeves.bf-internal.com' Re-compiling without IDN support solves the problem. Thus, the problem lies in libidn. However, since the last successful run, libidn had not changed, so it's a dependency of libidn that's changed. The only one that I could find that has changed is libiconv. I recognize this may be a logical error, but I'm inclined to believe that reporting an error can, at worst, lead to refiling a report where it properly belongs. However, nothing gets changed if it doesn't get reported at all. So here's what I do know: mutt's compose.c includes this aforementioned error: http://dev.mutt.org/hg/mutt/file/e635ce43b001/compose.c#l609 which calls on mutt_idna.c: hhttp://dev.mutt.org/hg/mutt/file/e635ce43b001/mutt_idna.c the heavy lifting there is using idna_to_unicode_8z8z() and idna_to_ascii_8z(). And that's about where I get lost. libidn confusingly says iconv isn't strictly required: http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=configure.ac;h=dc340dab04082e23e364f0edbffcd90a4920e00f;hb=b45deaf855dfec2bb1d13f5bf306829e62f35ade#l59 and yet it is. So I'm hoping someone with a little more intimiacy might be able to help more. Thanks. -- You are receiving this mail because: You are the assignee for the bug.