[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#413850: marked as done (generating the splashimage does not work due to wrong path)



Your message dated Wed, 14 Mar 2007 00:02:24 +0000
with message-id <E1HRGwi-0000zD-Su@ries.debian.org>
and subject line Bug#413850: fixed in debian-cd 3.0.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: debian-cd
Severity: normal
Tags: patch

Hi mates

When I tried to build one of our amd64 daily builds I did not quite get
it working, which was due to an error in the path. Attached you find a
patch which solved the problem for me.

Cheers
Steffen

--- debian-cd.unpatched/tools/boot/etch/boot-amd64      2007-03-05 22:48:45.000000000 +1100
+++ debian-cd/tools/boot/etch/boot-amd64        2007-03-08 01:59:29.000000000 +1100
@@ -163,8 +163,13 @@
        # Insert our own splash screen.  Color index 0 is
        # background, and index 7 is foreground.  Set to black and
        # white respecively
-       pngtopnm < $SPLASHPNG | ppmquant 16 | \
-               ppmtolss16 "#ffffff=7" "#000000=0" > boot$N/isolinux-amd64/splash.rle
+       if [ -d "boot$N/isolinux-amd64" ] ; then
+               pngtopnm < $SPLASHPNG | ppmquant 16 | \
+                       ppmtolss16 "#ffffff=7" "#000000=0" > boot$N/isolinux-amd64/splash.rle
+       else
+               pngtopnm < $SPLASHPNG | ppmquant 16 | \
+                       ppmtolss16 "#ffffff=7" "#000000=0" > boot$N/isolinux/splash.rle
+       fi
 fi

 rm -rf cdrom


--- End Message ---
--- Begin Message ---
Source: debian-cd
Source-Version: 3.0.1

We believe that the bug you reported is fixed in the latest version of
debian-cd, which is due to be installed in the Debian FTP archive:

debian-cd_3.0.1.dsc
  to pool/main/d/debian-cd/debian-cd_3.0.1.dsc
debian-cd_3.0.1.tar.gz
  to pool/main/d/debian-cd/debian-cd_3.0.1.tar.gz
debian-cd_3.0.1_all.deb
  to pool/main/d/debian-cd/debian-cd_3.0.1_all.deb



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 413850@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <93sam@debian.org> (supplier of updated debian-cd 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Tue, 13 Mar 2007 23:36:44 +0000
Source: debian-cd
Binary: debian-cd
Architecture: source all
Version: 3.0.1
Distribution: unstable
Urgency: high
Maintainer: Debian CD Group <debian-cd@lists.debian.org>
Changed-By: Steve McIntyre <93sam@debian.org>
Description: 
 debian-cd  - Tools for building (Official) Debian CD set
Closes: 413506 413850 414818
Changes: 
 debian-cd (3.0.1) unstable; urgency=high
 .
   [ Frans Pop ]
   * Remove SRCEXCLUDE which is no longer supported.
 .
   [ Steve McIntyre ]
   * Improve commenting in CONF.sh - make it clear that if you're making
     a netinst, you need to set TASK as well as INSTALLER_CD.
 .
   [ Joey Hess ]
   * Updated tasks for tasksel 2.66.
   * Use the 64 bit autodetection feature of syslinux 3.31-2, if available,
     to default to the 64 bit target in multiarch isos.
   * Updated isolinux.bin to the version from syslinux 3.31-2.
   * Temporarily disable use of 64 bit detection due to syslinx's bug #410729.
 .
   [ Steve McIntyre ]
   * Updates to update-cd:
     + Updates for sarge r5
     + Add support for update DVDs
     + Change parameters used - argument should now be cd or dvd rather than
     + arches to run
 .
   [ Raphael Hertzog ]
   * Don't rely on PATH to find make_disc_trees.pl, start_new_disc, add_files
     and set_mkisofs_opts.
   * Make sure "make mirrorcheck" has been called before "make images".
 .
   [ Steve McIntyre ]
   * Cope with rolling back more than one package in case we go well
     over the disc size
   * Use a multiplier of 1.2 for HFS space - overkill, but it fixes
     the multi-arch DVD overflowing. Also log if we're doing HFS.
   * Tweak where we look for s390 boot files to make the weeklies work again.
 .
   [ Joey Hess ]
   * Updated isolinux.bin to the version from syslinux 3.31-3.
   * Re-enable use of 64 bit detection, fixed now.
 .
   [ Raphael Hertzog ]
   * Fix make_disc_trees.pl to not clash on unexcluded packages which contains
     regex special characters. Closes: #413506
 .
   [ Frans Pop ]
   * forcd1-etch: remove network-console-config (not in Etch).
   * forcd1-etch: add kernel-package and module-assistant.
 .
   [ Steve McIntyre ]
   * Fix path for creating splash image in boot-amd64. Closes: #413850.
   * Add the DEFAULT64 handling to boot-amd64 as well as boot-i386; needed
     in both so that things are setup the same regardless of the order in
     which the boot-$arch scripts are called
   * Fix the extra_image() function in both boot-i386 and boot-amd64 to make
     sure we don't end up overwriting extra images from one arch with those
     from the other. Now the multi-arch netinst should work for the installgui
     target for both arches
   * Check in current working versions of the tasks files.
   * Fix a silly bug in start_new_disc that would break on discs with
     local packages. Thanks to Ronny Aasen for the patch. Closes: #414818
   * Final *final* upload for etch; urgency high to get through the
     freeze.
Files: 
 f402e76299f92432049eebb4aa16c768 721 admin extra debian-cd_3.0.1.dsc
 ed83686f9321d5ff65ec737e0686dd86 872469 admin extra debian-cd_3.0.1.tar.gz
 4ca2d4440b4e523ff6f91f6c4ab101f9 874776 admin extra debian-cd_3.0.1_all.deb

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

iD8DBQFF9zjufDt5cIjHwfcRAgLkAJ4soKrB44/ddBG+bBt0nH4fDpPd0wCgkRE+
YLj6giTZq+RqGbtstWyiM0I=
=aN4q
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: