[Bug 240270] multimedia/dvdauthor: does not build if GraphicsMagick is installed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 2 08:45:23 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240270
Bug ID: 240270
Summary: multimedia/dvdauthor: does not build if GraphicsMagick
is installed
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: lantw44 at gmail.com
It fails with the following messages:
gmake[3]: Entering directory
'/wrkdirs/usr/ports/multimedia/dvdauthor/work/dvdauthor/src'
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -O2 -pipe -DLIBICONV_PLUG
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-fstack-protector-strong -o dvdauthor dvdauthor.o dvdcompile.o d
vdvml.o dvdvmy.o dvdifo.o dvdvob.o dvdpgc.o dvdcli.o readxml.o conffile.o
compat.o -L/usr/local/lib -lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm
-L/usr/local/lib
libtool: link: cc -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-isystem /usr/local/include -fno-strict-aliasing -fstack-protector-strong -o
dvdauthor dvdauthor.o dvdcompile.o dvdvml.o dvdvmy.o dvdifo.o dvdvob
.o dvdpgc.o dvdcli.o readxml.o conffile.o compat.o -L/usr/local/lib -lxml2 -lz
-L/usr/lib -llzma -lm
cc -DHAVE_CONFIG_H -I. -DSYSCONFDIR="\"/usr/local/etc\""
-I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include/libpng16
-I/usr/local/include/freetype2 -I/usr/local/include/fribidi
-I/usr/local/include -I/us
r/local/include -I/usr/local/include/freetype2 -DLIBICONV_PLUG -isystem
/usr/local/include -Wall -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-isystem /usr/local/include -fno-strict-aliasing -MT subgen-image.o -
MD -MP -MF .deps/subgen-image.Tpo -c -o subgen-image.o subgen-image.c
subgen-image.c:33:10: fatal error: 'magick/api.h' file not found
#include <magick/api.h>
^~~~~~~~~~~~~~
1 error generated.
gmake[3]: *** [Makefile:597: subgen-image.o] Error 1
gmake[3]: Leaving directory
'/wrkdirs/usr/ports/multimedia/dvdauthor/work/dvdauthor/src'
gmake[2]: *** [Makefile:412: all] Error 2
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/multimedia/dvdauthor/work/dvdauthor/src'
gmake[1]: *** [Makefile:414: all-recursive] Error 1
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/multimedia/dvdauthor/work/dvdauthor'
*** Error code 1
It can be worked around by enabling IMAGEMAGICK option. I didn't spend time
figuring out the proper way to fix it.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list