From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 23 18:59:48 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 606CB500 for ; Mon, 23 Dec 2013 18:59:48 +0000 (UTC) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F09CC15A5 for ; Mon, 23 Dec 2013 18:59:47 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id u57so5288010wes.9 for ; Mon, 23 Dec 2013 10:59:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=208Z0R0OIe5ptSNWWmC8mOfe/wWUi06vTH/Xbqrbxgg=; b=hSseavpPdcomix0vi3cSq5U5E4aRdBhdKM2w7AaVjceOlwzVFigI7Asz+9ggGqTSHn WGstShxD1U6VDX4BdoTSXCdziMhlnkOB6Iz9asaqS/AjYpKTF0nT0ZIU3kNhlCubnVeL FkZT7grJz815zK/4vPEaIvBAzjOXiF3NbGsgEb1wZeYSWTqeYOyWg8zuyUPuIbEFDrDK VWQaRZheow2azfekySMK4+if1vABqJpCGXyDR4gfgEduIKSMJocur6pLLQUZ0aLTXnyn mi+U6ttmHn5tkO/s085eLmICVjWjhhhzNK+X/Px/zajjgv5AOeYYgsfWuMfuTBFaZhaU XGBA== MIME-Version: 1.0 X-Received: by 10.194.161.233 with SMTP id xv9mr1275774wjb.79.1387825185917; Mon, 23 Dec 2013 10:59:45 -0800 (PST) Received: by 10.194.103.104 with HTTP; Mon, 23 Dec 2013 10:59:45 -0800 (PST) Date: Mon, 23 Dec 2013 18:59:45 +0000 Message-ID: Subject: libxslt breaks in 10.0-RC2 From: Conor To: gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2013 18:59:48 -0000 Greetings There appears to be an issue with the libxslt port building under 10.0-RC2 (with the implementation of libiconv functions in libc in base). Having followed the advice in UPDATING, the dependency on libiconv is now a problem i.e. the linker bombs out because it can't find libiconv.so.3 -- is there any way to rectify this? Is the implementation in libc binary compatible with the implementation in libiconv? This is blocking a number of ports, it seems. Do you have any advice on fixing it? Thanks in advance -- Conor.