Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95819 - missing quote in /usr/lib/catalyst/livecd/runscript/hppa-archscript.sh
Summary: missing quote in /usr/lib/catalyst/livecd/runscript/hppa-archscript.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: HPPA Other
: High normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-06-11 18:32 UTC by Andrew Gaffney (RETIRED)
Modified: 2005-06-14 09:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...