From owner-freebsd-questions@FreeBSD.ORG Sun Jan 10 20:59:20 2010 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 9C741106566C for ; Sun, 10 Jan 2010 20:59:20 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id E97C28FC13 for ; Sun, 10 Jan 2010 20:59:19 +0000 (UTC) Received: (qmail 32748 invoked by uid 399); 10 Jan 2010 20:59:19 -0000 Received: from localhost (HELO freefall.freebsd.org) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 10 Jan 2010 20:59:19 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Sun, 10 Jan 2010 20:59:17 +0000 (UTC) From: Doug Barton To: "O. Hartmann" In-Reply-To: <4B49B5AE.1010208@mail.zedat.fu-berlin.de> Message-ID: References: <4B49B5AE.1010208@mail.zedat.fu-berlin.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org, freebsd-ports@FreeBSD.org Subject: Re: science/paraview: gmake[2]: *** [bin/QVTKCxxTests] Error 1, gmake[1]: *** [VTK/GUISupport/Qt/Testing/Cxx/CMakeFiles/QVTKCxxTests.dir/all] Error 2,gmake: *** [all] Error 2,*** Error code 1 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: Sun, 10 Jan 2010 20:59:20 -0000 On Sun, 10 Jan 2010, O. Hartmann wrote: > Since a while I'm incapable of compiling ports/science/paraview on the most > FreeBSD 8.0-STABLE/amd64 boxes around here. > > I do portmaster -dv on a regular basis on all of those machines and I suspect > the port maintanance facility beeing corrupted since this error shows up on > nearly every FreeBSd box. The -d option refers to deleting stale distfiles, and -v is verbose, so I'm not sure how this is directly relevant. > How can I check what's going wrong? Well it seems pretty obvious that there is a problem with one of your dependencies, but that port has a lot of them, which would make it hard to diagnose exactly which one is causing the problem. I would suggest that you do this: portmaster -Dv -e paraview-3.6.1 and let portmaster uninstall all of the dependencies that are only related to that port. when that's done, do the same command line with your installed version of cmake. Then try reinstalling paraview. If that still doesn't work you'll need to do some digging to determine what is failing, and then you can reinstall that port too. hope this helps, Doug