From owner-freebsd-ports@FreeBSD.ORG Tue Nov 1 12:35:46 2011 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 B62A91065672 for ; Tue, 1 Nov 2011 12:35:46 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6CC8FC08 for ; Tue, 1 Nov 2011 12:35:45 +0000 (UTC) Received: by wyg36 with SMTP id 36so363754wyg.13 for ; Tue, 01 Nov 2011 05:35:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=05oDm5lP94QComkbfIhyMCYkhiZfalfBxM681lZvvPc=; b=uxB08Bw47sD8tpap+ZAb4T29Wy8uc7uVPnPoTHWCMfeUPSRR7vQCa774S8n2VmYLc+ JDNrgdjpS017RevhR0jVY8FvON0hg0O7l7ee/dca/8OB3sJsEfoJ7akaSPlbHGqtCxNx AdBSCESuiIhr3bvONSP72x1B2rlad2LcPbPCU= MIME-Version: 1.0 Received: by 10.227.205.78 with SMTP id fp14mr23468927wbb.23.1320150945013; Tue, 01 Nov 2011 05:35:45 -0700 (PDT) Received: by 10.227.143.16 with HTTP; Tue, 1 Nov 2011 05:35:44 -0700 (PDT) Date: Tue, 1 Nov 2011 13:35:44 +0100 Message-ID: From: Johan Hendriks To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: libspectre libgs >= 8.62 fails ghostscript9-9.02_4 installed 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: Tue, 01 Nov 2011 12:35:46 -0000 I am going from 8 Stable to 9.0RC1, but one port fails to build. checking for libgs >= 8.62... no configure: error: You need libgs >= 8.62 in order to compile libspectre ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/usr/ports/print/libspectre/work/libspectre-0.2.6/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 I have rebuild ghostscript, which creates libgs. pkg_info | grep ghost ghostscript9-9.02_4 Ghostscript 9.x PostScript interpreter ls -al /usr/local/lib lrwxr-xr-x 1 root wheel 13 Oct 31 16:35 libgs.so -> libgs.so.9.02 lrwxr-xr-x 1 root wheel 13 Oct 31 16:35 libgs.so.9 -> libgs.so.9.02 -r-xr-xr-x 1 root wheel 34249085 Oct 31 16:35 libgs.so.9.02 What can i do to resolve this. regards Johan