From owner-freebsd-questions@FreeBSD.ORG Sat Feb 18 13:07:11 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82FD8106564A for ; Sat, 18 Feb 2012 13:07:11 +0000 (UTC) (envelope-from gautham@lisphacker.org) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 38C068FC15 for ; Sat, 18 Feb 2012 13:07:10 +0000 (UTC) Received: by qadz30 with SMTP id z30so1964220qad.13 for ; Sat, 18 Feb 2012 05:07:10 -0800 (PST) Received-SPF: pass (google.com: domain of gautham@lisphacker.org designates 10.229.76.23 as permitted sender) client-ip=10.229.76.23; Authentication-Results: mr.google.com; spf=pass (google.com: domain of gautham@lisphacker.org designates 10.229.76.23 as permitted sender) smtp.mail=gautham@lisphacker.org Received: from mr.google.com ([10.229.76.23]) by 10.229.76.23 with SMTP id a23mr9442724qck.100.1329570430452 (num_hops = 1); Sat, 18 Feb 2012 05:07:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.76.23 with SMTP id a23mr7951224qck.100.1329568614319; Sat, 18 Feb 2012 04:36:54 -0800 (PST) Received: by 10.229.8.77 with HTTP; Sat, 18 Feb 2012 04:36:54 -0800 (PST) In-Reply-To: References: <20120128151812.GA97442@slackbox.erewhon.net> Date: Sat, 18 Feb 2012 12:36:54 +0000 Message-ID: From: Gautham Ganapathy To: Henry Olyer , questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnhi9kIJ3Ep2zVD46ZHhGgNP915cQriB1Xqw0hILHWvbHvwUwH/z7xoe94qVwrbI5R1XwFi Cc: Subject: Re: When I put up any version of FBSD I usually try to install Maxima. Which fails because the sub-install of gnuplot fails. 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: Sat, 18 Feb 2012 13:07:11 -0000 On 28 January 2012 19:54, Henry Olyer wrote: > I've been using FBSD since 2000 and a Macsyma user since 1976. > > And done my own FBSD installs since 5.1, I think, maybe a few before. =A0= For > those early years I was content to install a lisp and then do my own FTP'= s, > getting maxima and doing things manually. =A0No problems. > > But the installs have never worked. =A0Specificially, using the sysinstal= l > tool, going to Packages, going to Math, and dropping down to Maxima, > FAILS!!! > > And a few years ago everyone yelled at me and said I was wrong. =A0But I'= ve > had this problem on at least a dozen machines, from laptop's to desktops, > to blades. > > And when Gnuplot failed to install that stopped the installation of maxim= a. > > So I did workarounds but lost graphing and other resources. > I did face a gnuplot-related problem while trying to install maxima from ports on 8-STABLE sometime back. Turned out that I had changed some build flag for one of the ports on that gnuplot depended on, causing it to depend back on gnuplot. So when I built maxima, it would go to gnuplot and then just keep cycling through a whole lot of dependencies. I am not able to recall which port caused the problem, but if this is related to the problem you are facing and you haven't changed any build options, it should build properly. Cheers Gautham