octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #29902] pkg.m does not honor -local switch


From: anonymous
Subject: [Octave-bug-tracker] [bug #29902] pkg.m does not honor -local switch
Date: Tue, 18 May 2010 02:33:16 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100312 Iceweasel/3.5.8 (like Firefox/3.5.8) GTB7.0

URL:
  <http://savannah.gnu.org/bugs/?29902>

                 Summary: pkg.m does not honor -local switch
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 18 May 2010 02:33:16 AM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: Installation
                  Status: None
             Assigned to: None
         Originator Name: Eugeniy Mikhailov
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hi,

I am trying to install general package as local user (I think it is for any
package not just general).

I unpacked source tree, and compile everything in the relevant
sub-directories, I also run to the same mistakes if I ask for 'pkg install
general-1.2.1.tar.gz'. But for now I discuss the case of unpacked tree.

If I run package installation request as non super user I see that pkg.m
tries to install everything into the system wide directories. If I run pkg
with -local switch I see the same attempt. See the output below.
=============================================
octave:1> pkg -local -verbose install  general
make: Entering directory `/tmp/general/src'
make: Nothing to be done for `all'.
make: Leaving directory `/tmp/general/src'
copyfile /tmp/general/src/SHA1.oct /tmp/general/src/__exit__.oct
/tmp/general/src/fload.oct /tmp/general/src/fsave.oct
/tmp/general/src/mark_for_deletion.oct /tmp/general/src/packfields.oct
/tmp/general/src/unpackfields.oct /tmp/general/inst/i486-pc-linux-gnu-api-v37
couldn't create installation directory
/mnt/beam_archive/usr/share/octave/packages/3.2/general-1.2.1 : Permission
denied
error: called from `pkg>copy_files' in file
/usr/share/octave/3.2.4/m/pkg/pkg.m near line 1431, column 7
error: called from:
error:   /usr/share/octave/3.2.4/m/pkg/pkg.m at line 756, column 5
error:   /usr/share/octave/3.2.4/m/pkg/pkg.m at line 287, column 7
===============================================

This buggy behavior magically resolves, if I copy pkg.m from the system
directory to the current one, and rerun the command.

Also notice that pkg resolves symlinks: /usr -> /mnt/beam_archive/usr. Is it
intended?





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29902>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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