From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 11:52:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 535BC1065677 for ; Wed, 29 Oct 2008 11:52:09 +0000 (UTC) (envelope-from aggelidis.news@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id 26DAE8FC19 for ; Wed, 29 Oct 2008 11:52:09 +0000 (UTC) (envelope-from aggelidis.news@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so3133619wfg.7 for ; Wed, 29 Oct 2008 04:52:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=3pR3KpvBtsdjvnIHI918DnkHOT0cDUdV2GN0ZIfPPAo=; b=GvnuHgyGaIQVzTKv2YJdmEFVwmOY4HusucrpZAbnJZVmaMkGiu+DGXV3EjDXY9DzwO br7jf/xRL0NnrbWWUlt8j6NvJq8SdA/9DCnewVcyXVdOaU5pbGvwxGQ7sR+96miPq7Ws /WbkQH0VQhicsa8UzL82IQi5ThWgdd1BFXAPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=qQQSrbaUWnad5YmadTtJJOtTAqq5A3sodp/13FtxYmw8m80j+/5TeybeWmwW3rEpmV u+jUW3c/vGk6gxO/ORjrXUlHjJK5fu3K2MfGfQImXTACp5Ajtqulm8hBAuCVSbfj9RpL zYaX/MhcysoOvB7Est4whC4MEFUJKOMXRvROs= Received: by 10.143.35.4 with SMTP id n4mr3957228wfj.64.1225281128824; Wed, 29 Oct 2008 04:52:08 -0700 (PDT) Received: by 10.142.87.12 with HTTP; Wed, 29 Oct 2008 04:52:08 -0700 (PDT) Message-ID: <30fc78250810290452i5eebb153oc9cfc5b03ec229d6@mail.gmail.com> Date: Wed, 29 Oct 2008 13:52:08 +0200 From: "Aggelidis Nikos" To: "Manolis Kiagias" In-Reply-To: <49084643.3010709@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <30fc78250810290033r48549160wf3dd10ccdeabe100@mail.gmail.com> <49084643.3010709@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: build ImageMagick 6.4.4.1_1 from ports failed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 11:52:09 -0000 Here are the configurations options: ===> The following configuration options are available for ImageMagick-6.4.4.1_1: X11=on "X11 support" IMAGEMAGICK_TESTS=on "Run bundled self-tests after build" IMAGEMAGICK_OPENMP=off "OpenMP for SMP (needs threads)" IMAGEMAGICK_PERL=on "Perl support" IMAGEMAGICK_MODULES=off "Modules support (broken)" IMAGEMAGICK_BZLIB=on "Bzlib support" IMAGEMAGICK_16BIT_PIXEL=on "16bit pixel support" IMAGEMAGICK_DJVU=off "DJVU format support (needs threads)" IMAGEMAGICK_LCMS=on "LCMS support" IMAGEMAGICK_HDRI=off "High Dynamic Range Images (HDRI)" IMAGEMAGICK_TTF=on "Freetype support" IMAGEMAGICK_FONTCONFIG=on "Fontconfig support" IMAGEMAGICK_JPEG=on "JPG format support" IMAGEMAGICK_OPENEXR=off "OpenEXR support (needs threads)" IMAGEMAGICK_PNG=on "PNG format support" IMAGEMAGICK_TIFF=on "TIFF format support" IMAGEMAGICK_FPX=on "FPX format support" IMAGEMAGICK_JBIG=on "JBIG format support" IMAGEMAGICK_JPEG2000=on "JPEG2000 format support" IMAGEMAGICK_DOT=off "GraphViz dot graphs support" IMAGEMAGICK_WMF=off "WMF format support" IMAGEMAGICK_SVG=off "SVG format support" IMAGEMAGICK_PDF=on "PDF format support" IMAGEMAGICK_GSLIB=off "libgs (Postscript SHLIB) support" ===> Use 'make config' to modify these settings > what platform and FBSD version? #uname -a: FreeBSD apollo 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > did you build with perl support? yes > > If I remember well, this is a known issue. Change to the port's directory, > execute make config, and deselect IMAGEMAGICK_TESTS from the options dialog. > It should build and install fine. > oh i didn't know this, but Anton stated that > I've passed all tests on i386 So you think i should disable the tests and recompile? thank you all for your help so far, nikos