Re: Troubles with debian-cd

2013-05-13 Thread Thomas Schmitt
Hi,

there goes my theory with the missing -b option.

I will have to make experiments. Possibly i will have to ask for
adding image inspection commands after the -as mkisofs options.

Hopefully i have some insight this evening.


Have a nice day :)

Thomas


-- 
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1578262427259683...@scdbackup.webframe.org



Re: Troubles with debian-cd

2013-05-13 Thread Thomas Schmitt
Hi,

it is reproducible now. The current release 1.2.8 is affected, too.
1.2.6 indeed works.
Thanks for reporting.

I will give you a note when i found out how i managed to spoil it.


Have a nice day :)

Thomas


-- 
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5451624278240263...@scdbackup.webframe.org



Re: Troubles with debian-cd

2013-05-13 Thread Thomas Schmitt
Hi,

the regression was introduced by
  http://www.libburnia-project.org/changeset/4985
in xorriso/write_run.c lines 2361 to 2365.

I can get
   xorriso-1.2.9 -as mkisofs -print-size -b ... -isohybrid-mbr ...
to work by re-instating the call of Xorriso_genisofs_add_boot()
if -print-size was given:

 if(xorriso->boot_image_bin_path[0] && do_print_size) {
   ret= Xorriso_genisofs_add_boot(xorriso, 0);
   if(ret <= 0)
 goto ex;
 }

(Its parameter list has changed during rev 4985.)


I removed that call from the end of emulation, in order to allow
further manipulation of the most recently added boot image.
(xorriso has an own life outside mkisofs and cdrecord emulation.)

Now i have to realize that it hid a bug in the processing of the
last registered boot image in xorriso's genuine command mode.
Thanks again for reporting.


This all explains why the production of BIOS/EFI hybrid images does
not fail with xorriso-1.2.9. Option
   -eltorito-alt-boot
forces a call to Xorriso_genisofs_add_boot(). Afterwards, the
production of isohybrid MBR had its BIOS boot image in reach.
The EFI image was not properly registered during the -print-size
run, but that did not even cause an inaccuracy of size prediction.

Runs without -print-size add the last boot image shortly before
writing begins. So they are not affected by the bug.


Have a nice day :)

Thomas


-- 
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8753624268881621...@scdbackup.webframe.org



Re: Troubles with debian-cd

2013-05-13 Thread Philip Charles
On Mon, 13 May 2013, Thomas Schmitt wrote:
> Hi,
> 
> the regression was introduced by
>   http://www.libburnia-project.org/changeset/4985
> in xorriso/write_run.c lines 2361 to 2365.
> 
> I can get
>xorriso-1.2.9 -as mkisofs -print-size -b ... -isohybrid-mbr ...
> to work by re-instating the call of Xorriso_genisofs_add_boot()
> if -print-size was given:
> 
>  if(xorriso->boot_image_bin_path[0] && do_print_size) {
>ret= Xorriso_genisofs_add_boot(xorriso, 0);
>if(ret <= 0)
>  goto ex;
>  }
> 
> (Its parameter list has changed during rev 4985.)
> 
> 
> I removed that call from the end of emulation, in order to allow
> further manipulation of the most recently added boot image.
> (xorriso has an own life outside mkisofs and cdrecord emulation.)
> 
> Now i have to realize that it hid a bug in the processing of the
> last registered boot image in xorriso's genuine command mode.
> Thanks again for reporting.

Glad to be of help.

Phil.

-- 
  Philip Charles; 39a Paterson Street, Abbotsford, Dunedin, New Zealand
   +64 3 488 2818Fax +64 3 488 2875Mobile 027 663 4453
   phil...@copyleft.co.nz - personal.i...@copyleft.co.nz - business


-- 
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201305132333.28367.phil...@copyleft.co.nz



Re: Troubles with debian-cd

2013-05-13 Thread Thomas Schmitt
Hi,

hopefully
  http://www.libburnia-project.org/changeset/5039
fixes the problem with xorriso-1.2.[89] and -print-size without
introducing new bugs. The change is small and in theory should
only affect the buggy case. In theory ...

I would appreciate if this could be tested during the next days.
As said, i plan to release 1.3.0 soon and hope it will be the
first new xorriso version in Debian since a year.

  http://www.gnu.org/software/xorriso/xorriso-1.2.9.tar.gz
  MD5 9348502abb1a6cd4f6fe47c68412b270

xorriso -version is supposed to report:
  xorriso version   :  1.2.9
  Version timestamp :  2013.05.13.123951


Have a nice day :)

Thomas


-- 
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/22725624280004592...@scdbackup.webframe.org



Re: Troubles with debian-cd

2013-05-13 Thread Philip Charles
On Tue, 14 May 2013, Thomas Schmitt wrote:
> Hi,
> 
> hopefully
>   http://www.libburnia-project.org/changeset/5039
> fixes the problem with xorriso-1.2.[89] and -print-size without
> introducing new bugs. The change is small and in theory should
> only affect the buggy case. In theory ...
> 
> I would appreciate if this could be tested during the next days.
> As said, i plan to release 1.3.0 soon and hope it will be the
> first new xorriso version in Debian since a year.
> 
>   http://www.gnu.org/software/xorriso/xorriso-1.2.9.tar.gz
>   MD5 9348502abb1a6cd4f6fe47c68412b270
> 
> xorriso -version is supposed to report:
>   xorriso version   :  1.2.9
>   Version timestamp :  2013.05.13.123951

Thomas,
  Built wheezy images for i386 and amd64 and they 
booted of CDs and flash drives. ;)

Phil.

-- 
  Philip Charles; 39a Paterson Street, Abbotsford, Dunedin, New Zealand
   +64 3 488 2818Fax +64 3 488 2875Mobile 027 663 4453
   phil...@copyleft.co.nz - personal.i...@copyleft.co.nz - business


-- 
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201305141234.00134.phil...@copyleft.co.nz



Re: Troubles with debian-cd

2013-05-13 Thread Thomas Schmitt
Hi,

> Built wheezy images for i386 and amd64 and they 
> booted of CDs and flash drives. ;)

Good to know.


To Steve McIntyre:

Is there a chance to get it tested on the Debian ISO production
machine within the next few days ?

Else i would now begin to prepare the next release.


Have a nice day :)

Thomas


-- 
To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20597624227454385...@scdbackup.webframe.org