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

Bug 2225

Summary: most-4.9.X.ebuild (new version + update)
Product: Gentoo Linux Reporter: Bardur Arantsson <bugs-gentoo.org>
Component: New packagesAssignee: Donny Davies (RETIRED) <woodchip>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: most-4.9.2 ebuild with updates

Description Bardur Arantsson 2002-04-29 05:29:12 UTC
The ebuild for most-4.9.0 contains an error which prevents   
the binary from actually being installed. The error has to do with   
being unable to set permissions/copy the "src/objs/most" file.   
The file is actually called "src/x86objs/most", this is because   
of the ARCH variable being set to "x86". This is issue is easily 
fixed by setting  
  
	OBJDIR=${WORKDIR}/${P}/src/objs  
  
on the make command line. Another possible fix might be to set ARCH="". Not 
sure which one is better though. 
 
An new version of most has also been released (4.9.2): In this version the 
default.rc file was renamed most.rc, the ebuild was updated to reflect this. 
 
The new ebuild for 4.9.2 is attached.
Comment 1 Bardur Arantsson 2002-04-29 05:30:30 UTC
Created attachment 711 [details]
most-4.9.2 ebuild with updates
Comment 2 Donny Davies (RETIRED) gentoo-dev 2002-05-14 01:04:59 UTC
okay, fixed.