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

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

[Octave-bug-tracker] [bug #45813] geometry-2.0.0 fails to install on win


From: anonymous
Subject: [Octave-bug-tracker] [bug #45813] geometry-2.0.0 fails to install on windows
Date: Mon, 24 Aug 2015 14:54:03 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: geometry-2.0.0 fails to install on windows
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mo 24 Aug 2015 14:54:02 UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Installation Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

geometry-2.0.0 fails to install on windows because the package path is first
canonicalized, then the PKG_ADD and PGK_DEL scripts try to split the dirname
with windows file separator which fails and returns the full path.

lines causing the error:

dirname = fileparts (canonicalize_file_name (mfilename ("fullpath")));
pp = strsplit (dirname,filesep (), true);

pp then holds an invalid path consisting of a concatenation of the filepath
with itself.

Circumvention: change filesep () in both files to '/'.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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