Arch Linux

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!
Tasklist

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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Aaron Griffin (phrakture)
Architecture i686
Severity Medium
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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
Comment by Maik Opitz (Schrauber) - Wednesday, 05 December 2007, 12:10 GMT
I can confirm this. Same problem here.
Comment by Aaron Griffin (phrakture) - Wednesday, 05 December 2007, 21:22 GMT
This is an upstream problem, not an Arch problem - could you please report this to the original developer?
Comment by Maik Opitz (Schrauber) - Wednesday, 05 December 2007, 22:52 GMT
This seems not to be the case. I compiled the source by hand (without PKGBUILD). And this works fine.
Maybe a problem with optimization?
Comment by Maik Opitz (Schrauber) - Thursday, 06 December 2007, 18:28 GMT
OK, I found the problem.

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
Comment by Aaron Griffin (phrakture) - Thursday, 06 December 2007, 18:34 GMT
Does 0.16-2 fix this issue?
Comment by Maik Opitz (Schrauber) - Thursday, 06 December 2007, 19:51 GMT
Yes, works fine.

I had to build it from abs, because binary package is not on server.
I had an error because of wrong MD5 sum.
Comment by Aaron Griffin (phrakture) - Thursday, 06 December 2007, 20:01 GMT
Whoops, I see what happened. 0.16-3 will fix this

Loading...