Your message dated Mon, 13 Aug 2007 17:30:26 +0200
with message-id <[EMAIL PROTECTED]>
and subject line (no subject)
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: live-helper
Version: 1.0~a21-1
Severity: normal

When building a live cd for ppc lh_binary_yaboot fails to expand the
yaboot.conf template and fails with an error saying
  sed: -e expression #1, char 13: unterminated `s' command

The error seems to be at line 267 of lh_binary_yaboot. I'm not able to
find the error but changing this line to use an equivalent perl
construct removes the problem and gives a working yaboot.conf
file. I've used the following patch:

--- lh_binary_yaboot.orig       2007-08-08 16:58:29.000000000 +0200
+++ lh_binary_yaboot.new        2007-08-08 19:27:40.000000000 +0200
@@ -262,9 +262,9 @@
                        cat binary/yaboot/yaboot.conf.tmp >>
                        binary/yaboot/yaboot.conf
                        rm -f binary/yaboot/yaboot.conf.tmp
                fi
-
                # Configure yaboot templates
-               sed -i -e "s#LINUX_LIVE#${LINUX_LIVE}#" -e 
"s#LINUX_INSTALL#${LINUX_INSTALL}#" binary/yaboot/yaboot.conf
+               #sed -i -e "s#LINUX_LIVE#${LINUX_LIVE}#" -e 
"s#LINUX_INSTALL#${LINUX_INSTALL}#" binary/yaboot/yaboot.conf
+               perl -pi -e 
"s[LINUX_LIVE][${LINUX_LIVE}];s[LINUX_INSTALL][${LINUX_INSTALL}];" 
binary/yaboot/yaboot.conf
                sed -i -e "s#LIVE_BOOTAPPEND#${LIVE_BOOTAPPEND}#"
                binary/yaboot/yaboot.conf
                sed -i -e "s/LIVE_DATE/`date +%Y%m%d`/" -e
                "s/LIVE_VERSION/${VERSION}/" binary/yaboot/boot.msg
                ;;


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18adbsyn
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=ISO-8859-15)
(ignored: LC_ALL set to en_DK.ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages live-helper depends on:
ii  cdebootstrap                  0.4.3      Bootstrap a Debian system

live-helper recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 1.0~a22-1

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          [EMAIL PROTECTED]
Internet:       http://people.panthera-systems.net/~daniel-baumann/

--- End Message ---
_______________________________________________
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to