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

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

[Octave-bug-tracker] [bug #55307] qthelp-installdir error on cygwin


From: marco atzeri
Subject: [Octave-bug-tracker] [bug #55307] qthelp-installdir error on cygwin
Date: Thu, 27 Dec 2018 17:21:52 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0

URL:
  <https://savannah.gnu.org/bugs/?55307>

                 Summary: qthelp-installdir error on cygwin
                 Project: GNU Octave
            Submitted by: matzeri
            Submitted on: Thu 27 Dec 2018 10:21:50 PM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Installation Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

On cygwin the extra "/" on "//usr" is causing the installation to fail as //
is reserved for network connection. 

--------------------------------------------
    /usr/bin/install -c -m 644 $f /usr/local/share/octave/6.0.0/m/$base; \
  fi \
done
/usr/bin/mkdir -p '//usr/local/share/octave/6.0.0/doc'
/usr/bin/mkdir: cannot create directory ‘//usr’: Read-only file system
make[3]: *** [Makefile:27331: qthelp-installdir] Error 1
---------------------------------------------

Attached patch to correct the issue.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 27 Dec 2018 10:21:50 PM UTC  Name: qthelp-installdir.patch  Size:
375B   By: matzeri

<http://savannah.gnu.org/bugs/download.php?file_id=45753>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55307>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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