Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3115 - Errors in DOSEmu ebuild
Summary: Errors in DOSEmu ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-28 11:49 UTC by Per Wigren
Modified: 2002-05-31 11:22 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 Per Wigren 2002-05-28 11:49:11 UTC
I just looked at the DOSEmu ebuild and saw that it contains LOTS of  
"errors"... (although it does work at the moment(: 
 
> DESCRIPTION="DOSEmu 1.1.3 (Developer)" 
Hmm.. What kind of description is that? :) Something like "DOS Emulator" would  
be better.. 
 
> src_compile() { 
>       chmod +x $S/base-configure 
chmod +x base-configure should be enough since we are already in ${S} .. 
 
>### mitshm will bork ./base-configure entirely, so we disable it here 
>        myflags="--enable-mitshm=yes" 
 
Hmm.. That doesn't look like disabling it to me, but I want it anyway, so...  
:) 
 
>src_install () { 
> ./install_systemwide -fd /usr/portage/distfiles/dosemu-freedos-bin.tgz -r  
/var/tmp/portage/${PF}/image 
 
Should be 
./install_systemwide -fd ${DISTDIR}/dosemu-freedos-bin.tgz -r ${D} 
 
> rm -rf ${D}opt/dosemu/man 
missing / 
 
// Wigren
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-05-31 11:22:50 UTC
this was fixed