Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#8817 - lsdvd -Op output missing ']'
Attached to Project:
Arch Linux
Opened by Lyle S (DeltaXFX) - Sunday, 02 December 2007, 18:34 GMT
Last edited by Aaron Griffin (phrakture) - Thursday, 06 December 2007, 20:01 GMT
Opened by Lyle S (DeltaXFX) - Sunday, 02 December 2007, 18:34 GMT
Last edited by Aaron Griffin (phrakture) - Thursday, 06 December 2007, 20:01 GMT
|
DetailsDescription:
lsdvd 0.16-1 is missing an array closing bracket in the output of "lsdvd -Op" Additional info: * package version(s): lsdvd 0.16-1 * config and/or log files etc: NA Steps to reproduce: lsdvd 0.16-1 from the command line "lsdvd -Op" gives the following output: our %lsdvd = ( device => '/dev/dvd', title => 'NIGHTMARE_WORLDS_5A', vmg_id => 'DVDVIDEO-VMG', provider_id => 'NIGHTMARE_WORLDS_5A', track => [ { ix => 1, length => 5087.100, vts_id => 'DVDVIDEO-VTS', }, { ix => 2, length => 4687.010, vts_id => 'DVDVIDEO-VTS', }, longest_track => 1, ); lsdvd 0.15-2 from the command line "lsdvd -Op" gives the following output: our %lsdvd = ( device => '/dev/dvd', title => 'NIGHTMARE_WORLDS_5A', vmg_id => 'DVDVIDEO-VMG', provider_id => 'NIGHTMARE_WORLDS_5A', track => [ { ix => 1, length => 5087.100, vts_id => 'DVDVIDEO-VTS', }, { ix => 2, length => 4687.010, vts_id => 'DVDVIDEO-VTS', }, ], #this closing bracket is missing from lsdvd 0.16-1 longest_track => 1, ); |
This task depends upon
Closed by Aaron Griffin (phrakture)
Thursday, 06 December 2007, 20:01 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 0.16-3
Thursday, 06 December 2007, 20:01 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 0.16-3
Maybe a problem with optimization?
The PKGBUILD uses the wrong source. This source package contains bugs.
PKGBUILD uses http://downloads.sourceforge.net/acidrip/lsdvd-0.16.tar.gz
The correct source can be downloaded from
http://downloads.sourceforge.net/lsdvd/lsdvd-0.16.tar.gz
I had to build it from abs, because binary package is not on server.
I had an error because of wrong MD5 sum.