From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 3 20:05:26 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D04A61065670 for ; Tue, 3 Jan 2012 20:05:26 +0000 (UTC) (envelope-from me@janh.de) Received: from mxchg03.rrz.uni-hamburg.de (mxchg03.rrz.uni-hamburg.de [134.100.38.113]) by mx1.freebsd.org (Postfix) with ESMTP id 7F24D8FC12 for ; Tue, 3 Jan 2012 20:05:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTP id 82E501EE2E5; Tue, 3 Jan 2012 21:05:25 +0100 (CET) X-Virus-Scanned: by University of Hamburg ( RRZ / mgw02.rrz.uni-hamburg.de ) Received: from mxchg03.rrz.uni-hamburg.de ([127.0.0.1]) by localhost (mxchg03.rrz.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10324) with ESMTP id bfKs0QxbksOO; Tue, 3 Jan 2012 21:05:25 +0100 (CET) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.38.99]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTPS; Tue, 3 Jan 2012 21:05:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 6F77D9000C; Tue, 3 Jan 2012 21:05:25 +0100 (CET) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OBsndnV8FtoS; Tue, 3 Jan 2012 21:05:25 +0100 (CET) Received: from nb981.math (g224000106.adsl.alicedsl.de [92.224.0.106]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id 20FF29000B; Tue, 3 Jan 2012 21:05:24 +0100 (CET) Message-ID: <4F035F7E.7000809@janh.de> Date: Tue, 03 Jan 2012 21:05:18 +0100 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Boris Samorodov References: <4F021B8D.1050102@janh.de> <4F033A20.8000400@passap.ru> In-Reply-To: <4F033A20.8000400@passap.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: gnome-list freebsd Subject: Re: inkscape-0.48.2 does not build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Jan 2012 20:05:26 -0000 On 01/03/2012 18:25, Boris Samorodov wrote: > 03.01.2012 01:03, Jan Henrik Sylvester пишет: > >> I have trouble building inkscape-0.48.2 on 9.0-RC3/amd64 with all other >> ports up to date. I think the first error is: >> >> extension/internal/wpg-input.cpp:58:44: error: >> libwpg/WPGStreamImplementation.h: No such file or directory >> >> graphics/libwpg does not seem to provide that file. Or where is it >> supposed to come from? >> >> Here is the full log: >> >> http://www.math.uni-hamburg.de/home/sylvester/inkscape-0.48.2.log > > I've just managed to reproduce the case. It happens if you have already > an installed port graphics/libwpg. Then current PORTREVISION of > inkscape install graphics/libwpg01. And one of libwpg ports is > used for configure and another for building. > > I suggest deletting graphics/libwpg01 (and inkscape-0.41 as well), > apply the attached patch to current inkscape port and try to build > inkscape-0.42. Yes, that works. Inkscape now builds (and packages and runs) fine with the libwpg-0.2.0_1 that I already had for Libreoffice and KOffice. Thank you! Jan Henrik