inkscape-0.48.2 does not build

Boris Samorodov bsam at passap.ru
Tue Jan 3 17:25:55 UTC 2012


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.

-----
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/inkscape/Makefile,v
retrieving revision 1.76
diff -u -r1.76 Makefile
--- Makefile	2 Jan 2012 16:35:20 -0000	1.76
+++ Makefile	3 Jan 2012 17:13:06 -0000
@@ -7,6 +7,7 @@

 PORTNAME=	inkscape
 PORTVERSION=	0.48.2
+PORTREVISION=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION}
@@ -21,7 +22,7 @@
 		gsl.16:${PORTSDIR}/math/gsl \
 		gtkspell.0:${PORTSDIR}/textproc/gtkspell \
 		lcms.1:${PORTSDIR}/graphics/lcms \
-		wpg-0.1.1:${PORTSDIR}/graphics/libwpg01 \
+		wpg-0.2:${PORTSDIR}/graphics/libwpg \
 		Magick++.5:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS=	${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL
-----

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/inkscape/Makefile,v
retrieving revision 1.76
diff -u -r1.76 Makefile
--- Makefile	2 Jan 2012 16:35:20 -0000	1.76
+++ Makefile	3 Jan 2012 17:13:06 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	inkscape
 PORTVERSION=	0.48.2
+PORTREVISION=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION}
@@ -21,7 +22,7 @@
 		gsl.16:${PORTSDIR}/math/gsl \
 		gtkspell.0:${PORTSDIR}/textproc/gtkspell \
 		lcms.1:${PORTSDIR}/graphics/lcms \
-		wpg-0.1.1:${PORTSDIR}/graphics/libwpg01 \
+		wpg-0.2:${PORTSDIR}/graphics/libwpg \
 		Magick++.5:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS=	${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL
 


More information about the freebsd-gnome mailing list