error installing graphics/ImageMagick from ports

Redmond Militante r-militante at northwestern.edu
Tue Jul 5 20:35:19 GMT 2005


issue's been resolved.

i did another cvsup of ports and portupgrade of jasper.  built fine after that.


> hello-
> 
> i get an error installing graphics/ImageMagick
> 
> 4.11-RELEASE-p8 FreeBSD 4.11-RELEASE-p8 #0: 
> 
> i tried cvsup'ing my ports tree.  same error.
> 
> error log is below, if anyone can suggest anything.  i'd like to install this port.
> 
> <make install clean>
> ....
> -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -I/X11 -I/usr/local/include/libxml2  -O -pipe -Wall -c -o coders/magick_libMagick_la-jbig.lo `test -f 'coders/jbig.c' || echo './'`coders/jbig.c
> source='coders/jpeg.c' object='coders/magick_libMagick_la-jpeg.lo' libtool=yes \
> DEPDIR=.deps depmode=gcc /bin/sh ./depcomp \
> /bin/sh /usr/local/bin/libtool15 --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I./magick  -I./ltdl -I./ltdl  -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -I/X11 -I/usr/local/include/libxml2  -O -pipe -Wall -c -o coders/magick_libMagick_la-jpeg.lo `test -f 'coders/jpeg.c' || echo './'`coders/jpeg.c
> coders/jpeg.c: In function `ReadJPEGImage':
> coders/jpeg.c:654: warning: variable `image' might be clobbered by `longjmp' or `vfork'
> coders/jpeg.c:1102: warning: variable `image' might be clobbered by `longjmp' or `vfork'
> coders/jpeg.c:1122: warning: variable `image' might be clobbered by `longjmp' or `vfork'
> source='coders/jp2.c' object='coders/magick_libMagick_la-jp2.lo' libtool=yes \
> DEPDIR=.deps depmode=gcc /bin/sh ./depcomp \
> /bin/sh /usr/local/bin/libtool15 --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I./magick  -I./ltdl -I./ltdl  -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -I/X11 -I/usr/local/include/libxml2  -O -pipe -Wall -c -o coders/magick_libMagick_la-jp2.lo `test -f 'coders/jp2.c' || echo './'`coders/jp2.c
> In file included from /usr/local/include/jasper/jasper.h:121,
>                  from coders/jp2.c:78:
> /usr/local/include/jasper/jas_image.h:152: warning: `/*' within comment
> coders/jp2.c: In function `ReadJP2Image':
> coders/jp2.c:280: `jas_cmprof_t' undeclared (first use in this function)
> coders/jp2.c:280: (Each undeclared identifier is reported only once
> coders/jp2.c:280: for each function it appears in.)
> coders/jp2.c:280: `cm_profile' undeclared (first use in this function)
> coders/jp2.c:279: warning: statement with no effect
> coders/jp2.c:283: `jas_iccprof_t' undeclared (first use in this function)
> coders/jp2.c:283: `icc_profile' undeclared (first use in this function)
> coders/jp2.c:282: warning: statement with no effect
> coders/jp2.c:286: syntax error before `*'
> coders/jp2.c:327: `status' undeclared (first use in this function)
> coders/jp2.c:337: `jp2_stream' undeclared (first use in this function)
> coders/jp2.c:340: `jp2_image' undeclared (first use in this function)
> coders/jp2.c:346: warning: implicit declaration of function `jas_clrspc_fam'
> coders/jp2.c:346: warning: implicit declaration of function `jas_image_clrspc'
> coders/jp2.c:348: `JAS_CLRSPC_FAM_RGB' undeclared (first use in this function)
> coders/jp2.c:350: `components' undeclared (first use in this function)
> coders/jp2.c:359: `number_components' undeclared (first use in this function)
> coders/jp2.c:368: `JAS_CLRSPC_FAM_GRAY' undeclared (first use in this function)
> coders/jp2.c:380: `JAS_CLRSPC_FAM_YCBCR' undeclared (first use in this function)
> coders/jp2.c:355: warning: unreachable code at beginning of switch statement
> coders/jp2.c:410: `i' undeclared (first use in this function)
> coders/jp2.c:424: `x_step' undeclared (first use in this function)
> coders/jp2.c:425: `y_step' undeclared (first use in this function)
> coders/jp2.c:437: `maximum_component_depth' undeclared (first use in this function)
> coders/jp2.c:442: `pixels' undeclared (first use in this function)
> coders/jp2.c:455: `scale' undeclared (first use in this function)
> coders/jp2.c:468: `q' undeclared (first use in this function)
> coders/jp2.c:490: `x' undeclared (first use in this function)
> coders/jp2.c:488: warning: unreachable code at beginning of switch statement
> coders/jp2.c:558: warning: implicit declaration of function `jas_image_cmprof'
> coders/jp2.c:559: syntax error before `)'
> coders/jp2.c:560: syntax error before `)'
> coders/jp2.c:562: syntax error before `)'
> coders/jp2.c:567: `icc_stream' undeclared (first use in this function)
> coders/jp2.c:569: warning: implicit declaration of function `jas_iccprof_save'
> coders/jp2.c: At top level:
> coders/jp2.c:597: syntax error before `void'
> coders/jp2.c:598: warning: type defaults to `int' in declaration of `jas_image_destroy'
> coders/jp2.c:598: warning: parameter names (without types) in function declaration
> coders/jp2.c:598: conflicting types for `jas_image_destroy'
> /usr/local/include/jasper/jas_image.h:348: previous declaration of `jas_image_destroy'
> coders/jp2.c:598: warning: data definition has no type or storage class
> coders/jp2.c:599: syntax error before `for'
> coders/jp2.c:86: warning: `WriteJP2Image' declared `static' but never defined
> coders/jp2.c:117: warning: `IsJP2' defined but not used
> coders/jp2.c:153: warning: `IsJPC' defined but not used
> coders/jp2.c:272: warning: `ReadJP2Image' defined but not used
> gmake[1]: *** [coders/magick_libMagick_la-jp2.lo] Error 1
> gmake[1]: Leaving directory `/usr/ports/graphics/ImageMagick/work/ImageMagick-6.2.2'
> gmake: *** [all] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/graphics/ImageMagick.
> 
> 
> 
> -- 
> Redmond Militante
> Software Engineer / Medill School of Journalism
> FreeBSD 5.2.1-RELEASE-p14 #0: Fri Jun 10 16:46:59 CDT 2005 i386
>  5:30AM  up 21 days, 18:08, 4 users, load averages: 0.00, 0.00, 0.00



-- 
Redmond Militante
Software Engineer / Medill School of Journalism
FreeBSD 5.2.1-RELEASE-p14 #0: Fri Jun 10 16:46:59 CDT 2005 i386
 3:30PM  up 22 days,  4:08, 5 users, load averages: 0.00, 0.00, 0.00
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050705/3b8fe47d/attachment.bin


More information about the freebsd-questions mailing list