Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 95819

Summary: missing quote in /usr/lib/catalyst/livecd/runscript/hppa-archscript.sh
Product: Gentoo Hosted Projects Reporter: Andrew Gaffney (RETIRED) <agaffney>
Component: CatalystAssignee: Gentoo Catalyst Developers <catalyst>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: HPPA   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrew Gaffney (RETIRED) gentoo-dev 2005-06-11 18:32:57 UTC
While running a livecd-stage2, I see the following error fly by:

Running command "/bin/bash /usr/lib/catalyst/livecd/runscript/default-runscript.sh kernel '2' 'livecd32' 'sys-kernel/hppa-sources' 'livecd32' 'livecd64' 'sys-kernel/hppa-sources' 'livecd64'"
/usr/lib/catalyst/livecd/runscript/hppa-archscript.sh: line 100: unexpected EOF while looking for matching `"'
/usr/lib/catalyst/livecd/runscript/hppa-archscript.sh: line 104: syntax error: unexpected end of file

On line 100 of that file, you see:

mkisofs -J -R -l -V "${iso_volume_id} -o ${2} ${clst_cdroot_path}  || die "Cannot make ISO image"

There is a missing quote after ${iso_volume_id}.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-06-14 06:46:22 UTC
What version of catalyst?
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2005-06-14 06:56:15 UTC
ehh... nevermind... I see rocket beat me to it...
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2005-06-14 09:18:16 UTC
Added to catalyst 1.1.10_pre6 in the tree now...