octave-maintainers
[Top][All Lists]
Advanced

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

Re: cleaning up pkg.m


From: Carnë Draug
Subject: Re: cleaning up pkg.m
Date: Thu, 22 Mar 2012 10:21:30 +0000

On 22 March 2012 03:00, c. <address@hidden> wrote:
> are you sure the behaviour was not intended? what error does
> the present code produce?

I'm pretty sure it was not intended as it fails because of an
undefined variable global_install in getarchprefix.

+verbatim+
`global_install' undefined near line 26 column 7
error: called from `getarchprefix' in file
/home/carandraug/development/octave/scripts/pkg/private/getarchprefix.m
near line 26, column 3
error: called from:
error:   /home/carandraug/development/octave/scripts/pkg/private/install.m
at line 243, column 5
error:   /home/carandraug/development/octave/scripts/pkg/pkg.m at line
389, column 9
-verbatim-

Also, this does not occur with the stable branch only on default so
splitting it into several files must have changed something else. I
have found some weird things with pkg every once in a while, hopefully
having it split into so many files will make it easier to track down
things.

Carnë


reply via email to

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