octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debian Octave bug 448839 can be fixed by a change to pkg.m


From: Tim Molteno
Subject: Debian Octave bug 448839 can be fixed by a change to pkg.m
Date: Mon, 19 May 2008 10:00:39 +1200
User-agent: KMail/1.9.9

I have experienced the same problem as described in debian octave bug 448839 
(now closed because it can be made to go away by deleting the local packages 
directory).

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448839

I had a look at the pkg.m file and changing the function getarchdir (desc) to 
the following

function archdir = getarchdir (desc)
  archdir = fullfile (getarchprefix(desc), getarch());
endfunction

Fixed the problem. It appears that it should be calling the preceeding 
getarchprefix(desc) function rather than asking for the archprefix member of 
the desc object (desc.archprefix). 

I hope this helps someone.

-- 
-------------------------
Dr T.C.A. Molteno
Director of Electronics
Department of Physics
University of Otago
+64-3-479-7752

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]