From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 12:01:15 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 10A071065673 for ; Wed, 29 Oct 2008 12:01:15 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2CC8FC08 for ; Wed, 29 Oct 2008 12:01:14 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so1218980eyi.7 for ; Wed, 29 Oct 2008 05:01:13 -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 :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=obUt9SNeyFT8123osaJs2vpJmmuVI5cKBLcmjoFm8bs=; b=FjDp9Yq1py0uKUo1WCE/2N30dLAsgdmu01hmUMI0q/HFFP/85/3xg3KZSBj4TB/QKS Ql4piS7gugiWiQ5ApkTRxA5L7gR9PAIRD4eaecupP/i7mjYQg81PhaQ+B0hmYOnldpeK 5zImFIy0PWVv9s1oCoCoeXkMYvfV5dzPOPtB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=vh55+5d5JNqE/qoxqB5wjttBJbzAiErc2xOSLQ7fsDVqvRQdZfNuhEAamNuCb3ZECE szIHUk141cVFVIwlF5XATBtXMdj/nlT7rTQjeBgIkRvbljPDZgJVYpwCuVJdf/zXQuYk mktujoEkNjQq+SNnocSg9mMHXZXKxLr85rOgg= Received: by 10.210.42.20 with SMTP id p20mr9925336ebp.4.1225281673274; Wed, 29 Oct 2008 05:01:13 -0700 (PDT) Received: from joshua.freebsdgr.org (athedsl-284968.home.otenet.gr [85.73.160.198]) by mx.google.com with ESMTPS id k9sm16108266nfh.23.2008.10.29.05.01.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Oct 2008 05:01:12 -0700 (PDT) Message-ID: <49085085.1080001@gmail.com> Date: Wed, 29 Oct 2008 14:01:09 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.16 (X11/20080806) MIME-Version: 1.0 To: Aggelidis Nikos References: <30fc78250810290033r48549160wf3dd10ccdeabe100@mail.gmail.com> <49084643.3010709@gmail.com> <30fc78250810290452i5eebb153oc9cfc5b03ec229d6@mail.gmail.com> In-Reply-To: <30fc78250810290452i5eebb153oc9cfc5b03ec229d6@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 12:01:15 -0000 Aggelidis Nikos wrote: > 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 > AFAIR, there was a discussion about this not so long ago, and compiling without the tests was a proposed solution. In fact, I just checked my system and I have ImageMagick installed without the tests in the config options.