bugGNU Octave - Bugs: bug #43571, 'pkg build ...' with dependencies

 
 

bug #43571: 'pkg build ...' with dependencies

Submitter:  Muhali <muhali>
Submitted:  Mon 10 Nov 2014 01:11:17 PM UTC
   
 
Category:  Octave Function Severity:  4 - Important
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 31 Dec 2018 05:15:39 PM UTC, comment #2: 

This has been fixed, at least the original example worked.  Closing report.

Rik <rik5>
Group administrator
Fri 16 Dec 2016 10:49:53 PM UTC, comment #1: 

This issue might be FIXED in Octave 4.2.0.

I can do the following without any problems:

pkg install -forge struct

p = "optim-1.5.2.tar.gz" ;  % depends on struct package

url = ["http://downloads.sourceforge.net/project/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases/" p "?r=http%3A%2F%2Foctave.sourceforge.net%2Fpackages.php&ts=1415623662&use_mirror=heanet"]

urlwrite(url, p) ;

pkg build "."  "optim-1.5.2.tar.gz"


Hartmut <hardy>
Mon 10 Nov 2014 01:11:17 PM UTC, original submission:  

Building packages with dependencies does not work. E.g.:


pkg install -forge general
pkg list

p = "geometry-1.7.0.tar.gz" ;

url = ["http://downloads.sourceforge.net/project/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases/" p "?r=http%3A%2F%2Foctave.sourceforge.net%2Fpackages.php&ts=1415623662&use_mirror=heanet"]

urlwrite(url, p) ;

pkg("build", "/tmp", p) ;


gives

Package Name  | Version | Installation directory
--------------+---------+-----------------------
     general  |   1.3.4 | /home/me/octave/general-1.3.4
error: the following dependencies were unsatisfied:
   geometry needs general >= 1.3.0

Muhali <muhali>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by hardy (Posted a comment)
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by muhali (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-12-31 mtmiller Carbon-CopyRemoved 80942 -
    2018-12-31 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2016-07-01 rik5 Severity3 - Normal 4 - Important
    2015-02-22 mtmiller CategoryNone Octave Function
        Item GroupNone Build Failure

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code