From owner-freebsd-ports@FreeBSD.ORG Tue Nov 1 08:58:20 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48BB4106566C for ; Tue, 1 Nov 2011 08:58:20 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [IPv6:2a02:6b8:0:801::2]) by mx1.freebsd.org (Postfix) with ESMTP id F0AF78FC1C for ; Tue, 1 Nov 2011 08:58:18 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward12.mail.yandex.net (Yandex) with ESMTP id 50CAAC224BC; Tue, 1 Nov 2011 12:58:17 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320137897; bh=s4EjPAt0TMnjsW7Q/hwEcD4CwdTCyD3ndXyVNkVqjDA=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=KZz5ig5xpr8scPvxKwutyes96pAjesyNokbTSUEYQ6snvs6YSjvPGxiuwFgPzx1Zc rdhjvA0ewhECM8fbc/lgR5VLlSLHhtL1LqhctwIPwEfvs6wDaOgd44vndpohmKwdnG zlGDp+0md38eOXSxk+q7p0UsT5Pd1lmn2a/9ODSw= Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id 223CA1B603AB; Tue, 1 Nov 2011 12:58:17 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320137897; bh=s4EjPAt0TMnjsW7Q/hwEcD4CwdTCyD3ndXyVNkVqjDA=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=KZz5ig5xpr8scPvxKwutyes96pAjesyNokbTSUEYQ6snvs6YSjvPGxiuwFgPzx1Zc rdhjvA0ewhECM8fbc/lgR5VLlSLHhtL1LqhctwIPwEfvs6wDaOgd44vndpohmKwdnG zlGDp+0md38eOXSxk+q7p0UsT5Pd1lmn2a/9ODSw= Received: from unknown (unknown [213.27.65.65]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTP id wGGK53hp-wGGuDYHU; Tue, 1 Nov 2011 12:58:16 +0400 X-Yandex-Spam: 1 Message-ID: <4EAFB49E.5090408@yandex.ru> Date: Tue, 01 Nov 2011 12:58:06 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0.1) Gecko/20111003 Thunderbird/7.0.1 MIME-Version: 1.0 To: Marco Steinbach References: <4EAEBD13.1020202@executive-computing.de> <4EAEC56F.30805@yandex.ru> <4EAED430.60307@executive-computing.de> In-Reply-To: <4EAED430.60307@executive-computing.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Koop Mast Subject: Re: textproc/libxml2 does not install libxml2.so.5 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, 01 Nov 2011 08:58:20 -0000 Marco Steinbach wrote on 10/31/11 21:00: > Ruslan Mahmatkhanov wrote on 31.10.2011 16:57: >> Marco Steinbach wrote on 31.10.2011 19:21: >>> Hi, >>> >>> I'm trying to use textproc/libxml2 from ports, but it seems, that some >>> files are missing after installation. >>> >>> Subsequently, installing textproc/libxslt fails due to a missing >>> libxml2.so.5, for example. >>> >>> My /etc/make.conf is empty. I'm a bit reluctant to 'fix' this by >>> symlinking, and besides that, libxml2.so.5 is listed in the pkg-plist of >>> libxml2, so I assume something goes wrong locally or the port might need >>> some attention. >>> >>> I've updated the ports tree on the machine just a few minutes ago. >>> >>> Here's some more information: >>> >>> # uname -a >>> FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r226877: Fri Oct 28 >>> 07:55:10 UTC 2011 root@:/usr/obj/usr/src/sys/GENERIC amd64 >>> # pwd >>> /usr/ports/textproc/libxml2 >>> # make -VPKGNAME >>> libxml2-2.7.8_1 >>> # make install clean >>> [...] >>> # pkg_info -IX libxml2 >>> libxml2-2.7.8_1 XML parser library for GNOME >>> # pkg_info -g libxml2-2.7.8_1 >>> Information for libxml2-2.7.8_1: >>> >>> Mismatched Checksums: >>> pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist >>> pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist >>> pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist >>> >>> >>> Hints and/or pointers welcome. >>> >>> MfG CoCo >> >> Yes, it looks like WITH_FBSD10_FIX=yes doesn't works here. >> You may rebuild it with UNAME_r=9.9-CURRENT until the working fix will >> not be committed. > > This doesn't seem to do the trick for me: > > # echo $SHELL > /bin/csh > # setenv UNAME_r 9.9-CURRENT > # echo $UNAME_r > 9.9-CURRENT > # cd /usr/ports/textproc/libxml2 > # make install clean > [...] > # pkg_info -g libxml2-2.7.8_1 > Information for libxml2-2.7.8_1: > > Mismatched Checksums: > pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist > pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist > pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist > > Am I doing something wrong here ? > > MfG CoCo Lawl, after reboot i found my system broken. I now see the problem. textproc/libxml2 installs libxml2.so.9, not libxml2.so.5 when FBSD10_FIX is enabled. I now will try to check it with FSBD10 fix disabled to make sure that it doesn't change anything that it supposed to be. Koop are all is ok for you with this port? -- Regards, Ruslan Tinderboxing kills... the drives.