From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 23:24:07 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 AEDDE106564A for ; Sun, 20 Apr 2008 23:24:07 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2E38FC17 for ; Sun, 20 Apr 2008 23:24:07 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.198] (202-172-126-254.cpe.qld-1.comcen.com.au [202.172.126.254]) by angel.comcen.com.au (8.13.4/8.12.9) with ESMTP id m3KNN25t011558 for ; Mon, 21 Apr 2008 09:23:04 +1000 (EST) From: Da Rock To: freebsd-ports@freebsd.org In-Reply-To: <20080420221739.GA1016@localhost.my.domain> References: <1208632603.7272.55.camel@laptop2.herveybayaustralia.com.au> <20080420221739.GA1016@localhost.my.domain> Content-Type: text/plain Date: Mon, 21 Apr 2008 09:22:56 +1000 Message-Id: <1208733776.7272.60.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit X-comcen-MailScanner-Information: Please contact the ISP for more information X-comcen-MailScanner: Found to be clean X-comcen-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-16.377, required 4, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.42, BAYES_00 -15.00) X-comcen-MailScanner-From: rock_on_the_web@comcen.com.au Subject: Re: FBSD 7, Gnome2-lite port broken 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: Sun, 20 Apr 2008 23:24:07 -0000 On Mon, 2008-04-21 at 00:17 +0200, Alexey Shuvaev wrote: > plain text document attachment (gstscrpt) > On Sun, Apr 20, 2008 at 05:16:43AM +1000, Da Rock wrote: > > I've tried checking as far as my knowledge will allow the reason for > > this error, but its got me beat. I was installing the above port, and > > the config screen came up for one of its dependencies surrounding > > ghostscript I believe where it said "don't be stingy on the options > > selected as another port might need it later". So I checked them all as > > I probably will need them all at some point in the future. Also to note > > here there was a majority already selected to begin with. > > > > Unfortunately, I can't find that screen again to uncheck some options, > > and I think its ghostscript-gpl which is failing. It errors on not > > finding vga.h and lvga.h files. So I installed all src's from > > sysinstall, but NG. > > > > It seems that you have checked lvga256 and vgalib options in > ghostscript-gpl configuration dialog. This dialog is not the > standart port's OPTIONS dialog and it doesn't remember the options you > have choosen between builds. So, to fix the build: > > cd /usr/ports/print/ghostscript-gpl > make clean > make install > > Once you are in this dialog again, just go on with the defaults. > > BTW, can someone more experienced comment on reasons to have non-standard > configure script? Possibly related: are there any non-trivial reasons > to have ghostscript (rather significant for many other ports) maintained > by ports@ ? Or are there just no volunteers? Thank god! I got that dialog again... Thanks for that bit of saving info. But I think the more important question here is why does it say go nuts with the options submitted (which you can't go back and make config) if there's these traps in there. Perhaps it should say don't change them unless you know what you're in for (or doing)? Cheers!