Your message dated Tue, 09 Sep 2014 09:19:42 +0000
with message-id <[email protected]>
and subject line Bug#760831: fixed in bootcd 4.05
has caused the Debian Bug report #760831,
regarding bootcd: Missing dependence on isolinux. Patch for parallel 
compression.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
760831: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760831
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bootcd
Version: 4.04
Severity: normal
Tags: upstream patch

Dear Maintainer,
"bootcd" appears to rely, but not depend, on the "isolinux" package:

root@nb150:~# bootcdwrite 
[...]
--- Building Modifications ---
cp: cannot stat '/usr/lib/syslinux/isolinux.bin': No such file or directory

Please consider specifying this requirement among the package dependences.

Upon manual installation via:
root@nb150:~# apt-get install isolinux

.... it is possible to proceed a step further with bootcd, but the directory 
name where it looks for the "isolinux.bin" file appears wrongly in uppercase 
letters:

[...]
cp: cannot stat '/usr/lib/syslinux/isolinux.bin': No such file or directory
exit=1
--- OUTPUT from <cp /usr/lib/syslinux/isolinux.bin 
//var/spool/bootcd/changes/isolinux> ---
cp: cannot stat '/usr/lib/syslinux/isolinux.bin': No such file or directory

A temporary fix is to symlink it:
root@nb150:~# ln -s /usr/lib/ISOLINUX/isolinux.bin 
/usr/lib/syslinux/isolinux.bin


Finally, please consider deploying the attached patch for improved performances 
on SMP systems. It parses the number of parallel threads that the local CPU can 
support, and deploys mkzftree accordingly via its "-p" option.

Many thanks,
--
Alberto.


*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14.15-rt9 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bootcd depends on:
ii  aufs-tools       1:3.2+20130722-1.1
ii  busybox          1:1.22.0-8
ii  cpio             2.11+dfsg-2
ii  dosfstools       3.0.26-3
ii  fdutils          5.5-20060227-7
ii  file             1:5.19-1
ii  genisoimage      9:1.1.11-3
ii  initramfs-tools  0.116
ii  realpath         1.19
ii  syslinux         3:6.03~pre18+dfsg-1

Versions of packages bootcd recommends:
ii  wodim  9:1.1.11-3

Versions of packages bootcd suggests:
ii  discover  2.1.2-7
pn  elilo     <none>
ii  ssh       1:6.6p1-7

-- no debconf information
468a469,473
>   # Determine the number of threads on a SMP system:
>   MAX_NUM_THREADS=$(lscpu -p | grep -v "#" | wc -l)
> 
>   echo "The local CPU appears to support " ${MAX_NUM_THREADS} "parallel 
> compression threads while compressing."
> 
471c476
<   run "rm -rf $VAR/compressed_dir; mkzftree $VAR/input_dir 
$VAR/compressed_dir"
---
>   run "rm -rf $VAR/compressed_dir; mkzftree -p $MAX_NUM_THREADS 
> $VAR/input_dir $VAR/compressed_dir"

--- End Message ---
--- Begin Message ---
Source: bootcd
Source-Version: 4.05

We believe that the bug you reported is fixed in the latest version of
bootcd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bernd Schumacher <[email protected]> (supplier of updated bootcd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 09 Sep 2014 09:32:09 +0200
Source: bootcd
Binary: bootcd
Architecture: source all
Version: 4.05
Distribution: unstable
Urgency: low
Maintainer: Bernd Schumacher <[email protected]>
Changed-By: Bernd Schumacher <[email protected]>
Description: 
 bootcd     - run your system from cd without need for disks
Closes: 760831 760835
Changes: 
 bootcd (4.05) unstable; urgency=low
 .
   * bootcd now depends on syslinux-common and recommends isolinux
     (it does not depend on isolinux, because it is not available on wheezy
     and before) , closes: #760831
   * now using mkzftree with option -p as suggested
     by Alberto Marmodoro <[email protected]>
   * adding /usr/lib/syslinux/modules/bios/ldlinux.c32 to isolinux
     if installed by syslinux-common, closes: #760835
Checksums-Sha1: 
 cb7001897af2faa22f5e2fd2ce8f81dfc73f63e7 748 bootcd_4.05.dsc
 fbd89d6f6cc20bf9ed001a1ff396df76b90c7383 110972 bootcd_4.05.tar.gz
 b6048c54fbe8342d8bc812e178b60d22941c6ae9 126794 bootcd_4.05_all.deb
Checksums-Sha256: 
 4dc9122e516ead6e025cfff6592930ad77d829f318c0fd5804df12bd9f9ecc08 748 
bootcd_4.05.dsc
 8481d92adf0aca9339a93c91d8a5f480e8147891d4ecaf1941f0e3b31ad44286 110972 
bootcd_4.05.tar.gz
 7d73528642760e4c5ba144dc8b62b90373139edac18566869bed283b504f0b62 126794 
bootcd_4.05_all.deb
Files: 
 927797ece0db6eee095347c432e13c75 748 utils extra bootcd_4.05.dsc
 c9070c1c406e08b6318cd0f6d2c298f8 110972 utils extra bootcd_4.05.tar.gz
 07591731c346d1c3eaf8798d10fb4ead 126794 utils extra bootcd_4.05_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlQOr+UACgkQINZoglnvXbwHEACdFabX43nxMKwboSODC8xME4xC
P0IAnAkEYXppqP5GJTInBN7Pj4AEMo6X
=z1kq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to