From owner-freebsd-ports@FreeBSD.ORG Tue Feb 23 13:52:28 2010 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 002061065676 for ; Tue, 23 Feb 2010 13:52:27 +0000 (UTC) (envelope-from forkandwait@gmail.com) Received: from mail-iw0-f185.google.com (mail-iw0-f185.google.com [209.85.223.185]) by mx1.freebsd.org (Postfix) with ESMTP id B94E68FC16 for ; Tue, 23 Feb 2010 13:52:27 +0000 (UTC) Received: by iwn15 with SMTP id 15so3071087iwn.7 for ; Tue, 23 Feb 2010 05:52:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=XwGLBQVk1CvZcAsz//XEEHGdAIIHBP5CEMRCbnZrb/g=; b=VlVjMl6LiFeUL0VNjeWoV+kYH/h2/wbND3KCPB6q7b09jjhlgBzDWMAT9BSSw/n7TZ DE4FAifNcIX01mPe7VRqHEQRRXHMpb0AoX7ehHq/7PlxQjHbAc/2mri+l/V96ouoQQVV 4lUIUrc4KP2Vo8zK1PIEXvP5RhS8p2/uS4LJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=FM98kPkg62aeTaDp4dAdVmrYIG38SpKDCoqjbn+mYtVwPzMLLm18sZpulAOZFfYmy+ Au+MFYGxMuwUV1A5ey3REnxs9MctZj2AI+vZtsRYphIhGxVyo6TnwOheB2Ck6DEAWsas 2Oy03AeGX92cb2LrQihzcQIKPpf25wCmnX30M= MIME-Version: 1.0 Received: by 10.231.159.207 with SMTP id k15mr1848880ibx.52.1266933134834; Tue, 23 Feb 2010 05:52:14 -0800 (PST) In-Reply-To: <4B834D7A.4020200@missouri.edu> References: <8029763b1002221927h27b73183ia2542edeaf1b7aa@mail.gmail.com> <4B834D7A.4020200@missouri.edu> Date: Tue, 23 Feb 2010 05:52:14 -0800 Message-ID: <8029763b1002230552vdfa3f82lb1f52d7ae540355a@mail.gmail.com> From: FW To: Stephen Montgomery-Smith Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-ports@freebsd.org" Subject: Re: Fwd: Problems with freebsd octave-forge ports? 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, 23 Feb 2010 13:52:28 -0000 > I am the maintainer of the octave-forge ports. =A0If you can send me some > diagnostics, I will be happy to work on this problem. Hi Stephen, I am not sure what you would like exactly for diagnostics, but if you do what I said in my email, you should see cartprod and textread disappear as you install io and linear-algebra respectively. Maybe the default paths are getting messed with? I have somewhat inconsistent results, though. That said, I am going to give you a scatter shot bunch of info. Oh -- I am running a vanilla CURRENT 8.0, tracking current everything. The following is from after installing both linear algebra and io. wsprague@ wsprague (0,0,100%) $ find /usr/local/share/octave/ -iname '*cart= *' /usr/local/share/octave/3.2.4/m/general/cart2pol.m /usr/local/share/octave/3.2.4/m/general/cart2sph.m /usr/local/share/octave/3.2.4/m/general/pol2cart.m /usr/local/share/octave/3.2.4/m/general/sph2cart.m /usr/local/share/octave/packages/linear-algebra-1.0.8/cartprod.m wsprague@ wsprague (0,0,100%) $ find /usr/local/share/octave/ -iname '*text= r*' wsprague@ wsprague (0,1,100%) $ ls /usr/local/share/octave/packages/io-1.0.= 9 append_save.m csvwrite.m doc-cache packinfo csvread.m dlmwrite.m fexist.m xlsread.m However, ... I am able to run textread, as octave-3.2.4:2> help textread `textread' is a function from the file /usr/local/libexec/octave/packages/io-1.0.9/i386-portbld-freebsd8.0-api-v37= /textread.oct but in the above listing of io-1.0.9 from bash, I don't see that directory.= ... Let me know what else I can do, and thanks! > > Stephen > > > > FW wrote: >> >> I asked this at the octave maintainers list, thought I would bounce it >> here too. >> >> >> ---------- Forwarded message ---------- >> From: forkandwait >> Date: Mon, Feb 22, 2010 at 7:23 PM >> Subject: Problems with freebsd octave-forge ports? >> To: maintainers@octave.org >> >> >> I will ask this at the appropriate freebsd list too, but I am having man= y >> weird >> issues. =A0Just now I installed linear-algebra, and "textread" disappear= ed; >> I >> deinstalled/ reinstalled io, and cartprod disappeared. =A0So I reinstall >> linear- >> algebra.... >> >> Anyone maintain the ports here? I can provide more diagnostics if anyone >> is >> interested. =A0I wouldn't mind doing the whole thing outside the ports >> system, >> but I don't want to mess with the whole BSD approach. >> >> W >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> >> > >