[Bug 601125] Re: code maintainability, modularity and readability issues

2010-07-06 Thread Stuart R Balfour
Yes. I understand. "Debian" appears to be the nominal owner of the package, though no one at debian or anywhere else is maintaining it. In such circumstances, Ubuntu release teams sometimes elect to fix and distribute their own packages. No work has been done on this package since at least 2008

[Bug 378205] Re: growisofs hangs after 1 min

2010-07-02 Thread Stuart R Balfour
Cross reference bug 595603 with similar problem, on a 64-bit AMD system. Have you tried this on a 32-bit live Ubuntu? You didn't specify whether the desktop OS was 32 or 64-bit. Attach the output of "dvd+rw-mediainfo /dev/sr0" command to the bug report. Can you burn to any other DVD type media

[Bug 595603] Re: growisofs freeze on `builtin_dd` when try to iso burn

2010-07-02 Thread Stuart R Balfour
I just noticed a somewhat similar bug 378205 also on a 64-bit system (but Intel instead of AMD cpu's). -Stuart -- growisofs freeze on `builtin_dd` when try to iso burn https://bugs.launchpad.net/bugs/595603 You received this bug notification because you are a member

[Bug 595603] Re: growisofs freeze on `builtin_dd` when try to iso burn

2010-07-02 Thread Stuart R Balfour
I just tried your command, and succeeded. There must be something about your drive, media or system that's causing the problem. Attach the output of dvd+rw-mediainfo /dev/dvd to the bug report. I'd like you to try some experiments. Buy some different brand media. If your media is Memorex in

[Bug 518120] Re: dvd+rw-tools and custom layer break not working

2010-07-02 Thread Stuart R Balfour
** Changed in: dvd+rw-tools (Ubuntu) Assignee: (unassigned) => Stuart R Balfour (sbalfour) -- dvd+rw-tools and custom layer break not working https://bugs.launchpad.net/bugs/518120 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 284640] Re: dvd+rw-tools 7.1-2ubuntu1 Intrepid Ibex

2010-07-02 Thread Stuart R Balfour
** Changed in: dvd+rw-tools (Ubuntu) Assignee: (unassigned) => Stuart R Balfour (sbalfour) ** Changed in: dvd+rw-tools (Ubuntu) Status: New => Invalid -- dvd+rw-tools 7.1-2ubuntu1 Intrepid Ibex https://bugs.launchpad.net/bugs/284640 You received this bug notification because y

[Bug 518120] Re: dvd+rw-tools and custom layer break not working

2010-07-02 Thread Stuart R Balfour
I'm attaching the patch here so we have our own copy of it, in case upstream elects not to fix, or the webpage disappears. Stuart ** Patch added: "patch from http://stephane.emisfr.info/tag/use-the-force-luke/"; http://launchpadlibrarian.net/51307362/dvd

[Bug 501667] Re: -force invalid command line option

2010-07-02 Thread Stuart R Balfour
d ** Changed in: dvd+rw-tools (Ubuntu) Assignee: (unassigned) => Stuart R Balfour (sbalfour) -- -force invalid command line option https://bugs.launchpad.net/bugs/501667 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 501667] Re: -force invalid command line option

2010-07-02 Thread Stuart R Balfour
I desk-checked the code as well as trying the -force=full command line option, and don't see how a warning could be issued. There must be something about your command line (tab instead of space, or space where one is not accepted, etc) that triggers this. Please submit your actual command line, a

[Bug 601125] [NEW] code maintainability, modularity and readability issues

2010-07-02 Thread Stuart R Balfour
Public bug reported: Binary package hint: dvd+rw-tools dvd+rw-tools-7.1-6, kubuntu 10.04 The developer of this package is apparently no longer active. The source appears to have been cobbled together piecemeal over time, and now needs a redraft for style and maintainability if others are to ta

[Bug 601092] [NEW] 64k block size for BD-R write

2010-07-02 Thread Stuart R Balfour
Public bug reported: Binary package hint: dvd+rw-tools dvd+rw-tools-7.1-6 kubuntu 10.04 Currently,. we do not do 64k writes to BD-R media (we do DVD_BLOCK or 32K writes). _64k is set at line 283 in file growisofs_mmc.cpp, but not used. There's a cryptic comment on line 646 in the same file wh

[Bug 600898] [NEW] timeout delay in write loop too long for BD-R[E]

2010-07-01 Thread Stuart R Balfour
Public bug reported: Binary package hint: dvd+rw-tools dvd+rw-tools-7.1-6, kubuntu 10.04 During the course of tracking down a device buffer underrun/cache coherency firmware problem affecting apparently only BD-R on Buffalo BRHC-6316U2 (LG GGW-H20N) firmware level XJ03, I discovered that adjusti

[Bug 600896] [NEW] erroneous reassignment to variable (keypunch?)

2010-07-01 Thread Stuart R Balfour
Public bug reported: Binary package hint: dvd+rw-tools dvd+rw-tools-7.1-6, kubuntu 10.04. The following code in poor_man_rewritable() in growisofs_mmc.cpp contains a coding error: else if (profile==0x1A || // DVD+RW profile==0x2A || // DVD+RW Double Layer

[Bug 600893] [NEW] buffer size rounding for >2G fails

2010-07-01 Thread Stuart R Balfour
Public bug reported: Binary package hint: dvd+rw-tools dvd+rw-tools-7.1-6 Inspection of the following code in growisofs.c /* * Ensure the_buffer_size is degree of 2 */ { unsigned int shift=0,sz=the_buffer_size; while (sz>>=1) shift++; if (shift<20) shift=20; /

[Bug 600871] [NEW] disk-at-once (--use-the-force-luke=dao) a no-op for BD-R burns

2010-07-01 Thread Stuart R Balfour
Public bug reported: Binary package hint: dvd+rw-tools dvd+rw-tools-7.1-6, Kubuntu 10.04. (See bug 600770). Specifying --use-the-force-luke=dao for BD-R burn yields same error as without: /dev/sr1: closing session :-[ CLOSE SESSION failed with SK=5h/INVALID FIELD IN CDB]: Input/output error U

[Bug 600869] [NEW] dvd+rw-tools-7.1 fails build on linux 2.6.32

2010-07-01 Thread Stuart R Balfour
Public bug reported: Binary package hint: dvd+rw-tools Unpacking the source and typing "make" in the source directory yields: g++ -g -O2 -fno-exceptions -D_REENTRANT -c -o growisofs_mmc.o growisofs_mmc.cpp In file included from growisofs_mmc.cpp:17: transport.hxx: In member function ‘int Scs

[Bug 600770] Re: Input/output error closing session on BD-R burn

2010-07-01 Thread Stuart R Balfour
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/51247726/Dependencies.txt -- Input/output error closing session on BD-R burn https://bugs.launchpad.net/bugs/600770 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 600770] [NEW] Input/output error closing session on BD-R burn

2010-07-01 Thread Stuart R Balfour
Public bug reported: Binary package hint: dvd+rw-tools Here's the output from the growisofs command: sbalf...@belladonna:~/Downloads$ growisofs -Z /dev/sr1="/home/sbalfour/Downloads/russian.iso" -dvd-compat -speed=4 Executing 'builtin_dd if=/home/sbalfour/Downloads/russian.iso of=/dev/sr1 obs=