bugGNU Octave - Bugs: bug #55387, [octave forge] (video) package...

 
 

bug #55387: [octave forge] (video) package fails install in octave 5.0.1

Submitter:  John Donoghue <lostbard>
Submitted:  Fri 04 Jan 2019 01:12:40 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  JohnD Open/Closed:  * Closed
Release:  * 5.0.1 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 08 Jan 2019 09:59:47 PM UTC, comment #2: 

Not 100% sure if its the cause, but after applying that patch, I now get a message when using the package:

[avi @ 000000001c479b20] Using AVStream.codec to pass codec parameters to muxers is deprecated, use
AVStream.codecpar instead.


John Donoghue <lostbard>
Group Member
Mon 07 Jan 2019 08:05:57 PM UTC, comment #1: 

This has been fixed in the video package repository now

http://hg.code.sf.net/p/octave/video/rev/1d54438c2f8b

Mike Miller <mtmiller>
Group Member
Fri 04 Jan 2019 01:12:40 PM UTC, original submission:  

Attempting to install (inclusing using the octaveforge repo):


aviinfo.cc:42:3: error: âoctave_timeâ was not declared in this scope
   octave_time file_mod = file_stat (fn).mtime ();
   ^~~~~~~~~~~
aviinfo.cc:42:3: note: suggested alternative: âoctave_intâ
   octave_time file_mod = file_stat (fn).mtime ();
   ^~~~~~~~~~~
   octave_int
aviinfo.cc:44:28: error: âfile_modâ was not declared in this scope
   return octave_localtime (file_mod).strftime ("%d-%b-%Y %H:%M:%S");
                            ^~~~~~~~
aviinfo.cc:44:28: note: suggested alternative: âfilenoâ
   return octave_localtime (file_mod).strftime ("%d-%b-%Y %H:%M:%S");
                            ^~~~~~~~
                            fileno
aviinfo.cc:44:10: error: âoctave_localtimeâ was not declared in this scope
   return octave_localtime (file_mod).strftime ("%d-%b-%Y %H:%M:%S");
          ^~~~~~~~~~~~~~~~
aviinfo.cc:44:10: note: suggested alternative: âoctave_oct_time_hâ
   return octave_localtime (file_mod).strftime ("%d-%b-%Y %H:%M:%S");
          ^~~~~~~~~~~~~~~~
          octave_oct_time_h


John Donoghue <lostbard>
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 lostbard (Adding package maintainer)
  • -email is unavailable- added by lostbard (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-01-07 mtmiller StatusNone Fixed
        Open/ClosedOpen Closed
    2019-01-04 lostbard Carbon-Copy- Added andy1978

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code