From owner-freebsd-ports@FreeBSD.ORG Sat May 24 19:54:04 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D6E51065679 for ; Sat, 24 May 2008 19:54:04 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: from rt06.vds2000.com (s6.n225.vds2000.com [64.6.225.6]) by mx1.freebsd.org (Postfix) with ESMTP id D22018FC1E for ; Sat, 24 May 2008 19:54:03 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: from localhost ([127.0.0.1]:35085 helo=kitchetech.com) by rt06.vds2000.com with esmtpa (Exim 4.68) (envelope-from ) id 1JzziZ-0006o1-2M; Sat, 24 May 2008 15:47:51 -0400 Received: from 72.65.6.48 ([72.65.6.48]) (SquirrelMail authenticated user kitche@kitchetech.com) by kitchetech.com with HTTP; Sat, 24 May 2008 15:47:51 -0400 (EDT) Message-ID: <1525.72.65.6.48.1211658471.squirrel@kitchetech.com> In-Reply-To: <48386F0A.5030202@janh.de> References: <48381B22.30507@janh.de> <18488.8559.136513.226315@jerusalem.litteratus.org> <4838284A.3030400@janh.de> <20080524151658.GW69430@bunrab.catwhisker.org> <483864C2.5090605@math.missouri.edu> <1305.72.65.6.48.1211656566.squirrel@kitchetech.com> <48386F0A.5030202@janh.de> Date: Sat, 24 May 2008 15:47:51 -0400 (EDT) From: "Kitche" To: "Jan Henrik Sylvester" User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rt06.vds2000.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kitchetech.com X-Source: X-Source-Args: X-Source-Dir: Cc: Stephen Montgomery-Smith , Kitche , ports-list freebsd , David Wolfskill Subject: Re: ImageMagick-6.4.1-3_1 selftest fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 19:54:04 -0000 > Kitche wrote: >>> David Wolfskill wrote: >>> My experience was that ImageMagick did build, but it also put up a >>> little window with a message on it. So my feeling is that the OP is >>> correct, and that at least on some versions of FreeBSD (in my case 7.0) >>> that access to an X11 environment is required for the port to install. >> >> ImageMagick port does not require X to build for the user that is >> building >> it. Sounds like either your ports is corrupted or something deeper on >> your >> system is causing this issue. > > As you can see from my original log, X is used. > > X is not required, since it is not used, if I build with 'su -' instead > of 'su' (and thus have a clear environment without DISPLAY being set). > If the build tries to use X and is denied, the test fails. > > The port is not corrupted... just have a look at these two tests: > > /usr/ports/graphics/ImageMagick/work/ImageMagick-6.4.1/PerlMagick/t/x11/read.t > /usr/ports/graphics/ImageMagick/work/ImageMagick-6.4.1/PerlMagick/t/x11/write.t > > Jan Henrik > Hmm I seem to lost my files I must have did a make clean in the imagemagick port since I do have it installed. Well did, my ImageMagick just compiled fine though the tests in a TTY. Which is where I do most of my compiling anyways instead of inside a terminal in X. I m on 7.0 if that matters as well but I did see the test for X11 go by on my screen. maybe that is your issue maybe. the whole Su and su - is not related to this it seems considering I can su to my root account and it works. I'll try compiling ImageMagick on X to see if an error occurs.