Date: Thu, 27 Jul 2006 18:35:44 +0400 From: Andrey Chernov <ache@FreeBSD.ORG> To: Kirill Ponomarew <krion@voodoo.bawue.com> Cc: cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile distinfo pkg-plist Message-ID: <20060727143544.GA89188@nagual.pp.ru> In-Reply-To: <20060727080920.GD44716@voodoo.bawue.com> References: <200607261544.k6QFi4vo030825@repoman.freebsd.org> <20060727080920.GD44716@voodoo.bawue.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 27, 2006 at 10:09:20AM +0200, Kirill Ponomarew wrote: > On Wed, Jul 26, 2006 at 03:44:04PM +0000, Andrey A. Chernov wrote: > > ache 2006-07-26 15:44:04 UTC > > > > FreeBSD ports repository > > > > Modified files: > > graphics/ImageMagick Makefile distinfo pkg-plist > > Log: > > Upgrade to 6.2.8-5 > > > > Submitted by: maintainer > > It seems broken here on amd64: > > /usr/local/lib/libjasper.so: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() > magick/.libs/libMagick.so: undefined reference to `png_set_asm_flags' > magick/.libs/libMagick.so: undefined reference to `png_get_asm_flags' > gmake: *** [utilities/animate] Error 1 > *** Error code 2 Probably your local error, check where PNG_USE_PNGGCCRD is defined (I don't have amd64 to test). This function call is compiled only if PNG_USE_PNGGCCRD is defined, which should _not_ be defined on != i386 i.e. amd64. See coders/png.c: #if defined(PNG_USE_PNGGCCRD) && defined(PNG_ASSEMBLER_CODE_SUPPORTED) \ && (PNG_LIBPNG_VER >= 10200) ... png_set_asm_flags(ping, asm_flags & ~mmx_disable_mask); } #endif -- http://ache.pp.ru/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060727143544.GA89188>