Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10704 - Arson has mistake that can be fixed by a patch
Summary: Arson has mistake that can be fixed by a patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-13 16:56 UTC by Anders Bruun Olsen
Modified: 2003-02-04 19:42 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 Anders Bruun Olsen 2002-11-13 16:56:46 UTC
Arson has a bug that means you can't choose an iso image from the program (the
dialog doesn't show up.
This has been fixed by the following patch:
http://sourceforge.net/tracker/download.php?group_id=37704&atid=420756&file_id=34459&aid=632449

I have added the following section to arson-0.9.7.ebuild:

src_unpack() {
    unpack ${A}
    cd ${S}
    patch -p0 <${FILESDIR}/arson-write-img-fix.diff
}

It works perfectly, so it is time for an arson-0.9.7-r1.ebuild :)
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2002-11-24 23:33:54 UTC
Okay, it's in the CVS.

Thanks for the report.