Date: Mon, 29 Jan 2001 11:23:12 -0700 From: James Gorham <james@veldt.com> To: Free BSD Questions <freebsd-questions@FreeBSD.ORG> Subject: ImageMagick port Message-ID: <1514848836.980767392@[10.2.1.14]>
next in thread | raw e-mail | index | archive | help
Greetings, I'm having some difficulty getting the ImageMagick port to install. I've got a fresh update of the whole ports tree, XFree86 3 is installed and functioning, however when I attempt to install ImaageMagick, it fails during it's config. I'm pasting the output of the make below here, do I have something awry with my system, or is something wrong with the port? Thanks for any help, James -------------------- ===> Extracting for ImageMagick-5.2.7_2 >> Checksum OK for ImageMagick-5.2.7.tar.gz. ===> ImageMagick-5.2.7_2 depends on executable: gs - found ===> ImageMagick-5.2.7_2 depends on executable: mpeg2decode - found ===> ImageMagick-5.2.7_2 depends on executable: picttoppm - found ===> ImageMagick-5.2.7_2 depends on executable: fig2dev - found ===> ImageMagick-5.2.7_2 depends on executable: autoconf - found ===> ImageMagick-5.2.7_2 depends on executable: libtool - found ===> ImageMagick-5.2.7_2 depends on shared library: bz2.1 - found ===> ImageMagick-5.2.7_2 depends on shared library: df.1 - found ===> ImageMagick-5.2.7_2 depends on shared library: jbig.1 - found ===> ImageMagick-5.2.7_2 depends on shared library: jpeg.9 - found ===> ImageMagick-5.2.7_2 depends on shared library: wmf.1 - found ===> ImageMagick-5.2.7_2 depends on shared library: png.4 - found ===> ImageMagick-5.2.7_2 depends on shared library: tiff.4 - found ===> ImageMagick-5.2.7_2 depends on shared library: freetype.6 - found ===> ImageMagick-5.2.7_2 depends on shared library: X11.6 - found ===> Patching for ImageMagick-5.2.7_2 ===> Applying FreeBSD patches for ImageMagick-5.2.7_2 ===> Configuring for ImageMagick-5.2.7_2 creating cache ./config.cache configuring ImageMagick 5.2.7 checking host system type... i386--freebsd4.2 checking target system type... i386--freebsd4.2 checking build system type... i386--freebsd4.2 checking whether build environment is sane... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for mawk... no checking for gawk... no checking for nawk... no checking for awk... awk checking whether make sets ${MAKE}... yes checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking dependency style of cc... gcc checking how to run the C preprocessor... cc -E checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether make sets ${MAKE}... (cached) yes checking whether ln -s works... yes checking for Cygwin environment... no checking for mingw32 environment... no checking for executable suffix... no checking for object suffix... o checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependant libraries... pass_all checking for ranlib... ranlib checking for strip... strip updating cache ./config.cache ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:657: checking host system type configure:678: checking target system type configure:696: checking build system type configure:721: checking whether build environment is sane configure:776: checking for a BSD compatible install configure:864: checking for mawk configure:864: checking for gawk configure:864: checking for nawk configure:864: checking for awk configure:894: checking whether make sets ${MAKE} configure:1017: checking for gcc configure:1130: checking whether the C compiler (cc -O -pipe ) works configure:1146: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:1172: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1177: checking whether we are using GNU C configure:1186: cc -E conftest.c configure:1205: checking whether cc accepts -g configure:1238: checking how to run the C preprocessor configure:1259: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1326: checking dependency style of cc configure:1374: checking how to run the C preprocessor configure:1465: checking for ld used by GCC configure:1533: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.10.1 (with BFD 2.10.1) configure:1562: checking for a BSD compatible install configure:1615: checking whether make sets ${MAKE} configure:1642: checking whether ln -s works configure:1667: checking for Cygwin environment configure:1683: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1679: `__CYGWIN32__' undeclared (first use in this function) configure:1679: (Each undeclared identifier is reported only once configure:1679: for each function it appears in.) configure: failed program was: #line 1672 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1700: checking for mingw32 environment configure:1712: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1708: `__MINGW32__' undeclared (first use in this function) configure:1708: (Each undeclared identifier is reported only once configure:1708: for each function it appears in.) configure: failed program was: #line 1705 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1731: checking for executable suffix configure:1741: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:1762: checking for object suffix configure:1768: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure:1880: checking for /usr/libexec/elf/ld option to reload object files configure:1892: checking for BSD-compatible nm configure:1930: checking how to recognise dependant libraries configure:2218: checking for ranlib configure:2285: checking for strip (end of "config.log") *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1514848836.980767392>