bugGNU Octave - Bugs: bug #60573, pkg: "update -verbose"...

 
 

bug #60573: pkg: "update -verbose" should pass "-verbose" to each install

Submitter:  Mike Miller <mtmiller>
Submitted:  Mon 10 May 2021 05:11:25 PM UTC
   
 
Category:  Octave Function Severity:  1 - Wish
Priority:  5 - Normal Item Group:  Feature Request
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 12 Sep 2022 12:26:11 PM UTC, comment #3: 

yes, thanks for the catch.  This made it into the Octave 7.1 release. i just verified the ability to do pkg update -verbose with v7.2.0

closing as fixed.

Nicholas Jankowski <nrjank>
Group Member
Mon 12 Sep 2022 12:17:09 AM UTC, comment #2: 

mtmiller bug #60574 is closed.
Does nrjank's patch fix this bug?

Anonymous
Tue 11 May 2021 09:04:44 PM UTC, comment #1: 

mike, looks like the following small changes to pkg update's line 729  call to pkg install will make it pass options of interest to pkg install. i posted it as a patch to bug #60574


          options_to_pass = varargin (strncmp (varargin, "-", 1));
          options_to_pass(end+1) = "-forge";
          feval (@pkg, "install", options_to_pass{:}, installed_pkg_name);


I tested it on my current stable build and it worked fine for forcing a global, verbose, nodeps 'update', but can't test it on default without building.  if you could test it out it may take care of this, bug #56128, and some (not all) of bug #60574.  maybe others i haven't seen.  would appreciate if you could test it out.



Nicholas Jankowski <nrjank>
Group Member
Mon 10 May 2021 05:11:25 PM UTC, original submission:  

The "-verbose" option should be accepted by "pkg update -verbose" and passed on to each subsequent "pkg install" command.

Mike Miller <mtmiller>
Group Member

 

(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 nrjank (Posted a comment)
  •  

    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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-09-12 nrjank StatusPatch Submitted Fixed
        Open/ClosedOpen Closed
    2021-12-02 nrjank StatusNone Patch Submitted
    2021-05-10 mtmiller Carbon-CopyRemoved 80942 -

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code