|
| From: | Carnë Draug |
| Subject: | [Octave-bug-tracker] [bug #47480] io package relies on deprecated octave_config_info |
| Date: | Mon, 21 Mar 2016 02:49:49 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.1 |
URL:
<http://savannah.gnu.org/bugs/?47480>
Summary: io package relies on deprecated octave_config_info
Project: GNU Octave
Submitted by: carandraug
Submitted on: Mon 21 Mar 2016 02:49:48 GMT
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Other
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: other
Operating System: Any
_______________________________________________________
Details:
The io package relies on octave_config_info for a couple of things:
0. second guess pkg on where the oct files will be installed
0. check for java support
0. something else in __UNO_spsh_open__ that checks if it was built with 64 bit
indexing
The attached patch fixes the first issue. On top of not using
octave_config_info, it has the two other advantages of: 1) not moving files
around during installation in a way that is way too dependent on knowing the
internals of pkg; 2) does not add and clear variables from the user
workspace.
The two others can be trivially fixed with:
usejava ("jvm")
sizemax () > intmax ("int32")
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mon 21 Mar 2016 02:49:48 GMT Name: fix_io_hack.cset Size: 14kB By:
carandraug
<http://savannah.gnu.org/bugs/download.php?file_id=36704>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47480>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |