From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 24 08:10:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB7316A4D0 for ; Thu, 24 Feb 2005 08:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12CA943D2D for ; Thu, 24 Feb 2005 08:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1O8AKlU097226 for ; Thu, 24 Feb 2005 08:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1O8AKsA097225; Thu, 24 Feb 2005 08:10:20 GMT (envelope-from gnats) Date: Thu, 24 Feb 2005 08:10:20 GMT Message-Id: <200502240810.j1O8AKsA097225@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/76580: [PATCH] graphics/kallery: unbreak/update to 1.0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 08:10:21 -0000 The following reply was made to PR ports/76580; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, sw@gegenunendlich.de, metrol@metrol.net Cc: Subject: Re: ports/76580: [PATCH] graphics/kallery: unbreak/update to 1.0.6 Date: Thu, 24 Feb 2005 09:00:43 +0100 On 4.x: checking for ImageMagick pre-processor flags... "-D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -DHAVE_CONFIG_H -I/usr/local/include" checking for ImageMagick linker flags... " -L/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -lfreetype -lz -L/usr/local/lib" checking for ImageMagick library settings... "-Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib -lMagick -ljbig -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lfpx -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm" checking for ImageMagick version... 6.1.9 (should be OK) checking if compilation and linking against ImageMagick works... configure: error: No, it doesn't work. :( Wrong or no ImageMagick version found! You need at least version 6.1.0 of the headers and libraries. Older versions are not good and the compilation may fail even with newer ones. The Magick-config script must be in your path. Take a look at the end of config.log to see the exact error. ===> Script "configure" failed unexpectedly. config.log: configure:31245: checking if compilation and linking against ImageMagick works configure:31301: cc -o conftest -O2 -O2 -pipe -g -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/conftest.c: In function `main': conftest.c:26: syntax error before `int' conftest.c:27: `num' undeclared (first use in this function) conftest.c:27: (Each undeclared identifier is reported only once conftest.c:27: for each function it appears in.) conftest.c:27: warning: assignment from incompatible pointer type It looks like even their configure script relies on gcc 3.x Volker