Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2225 - most-4.9.X.ebuild (new version + update)
Summary: most-4.9.X.ebuild (new version + update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 05:29 UTC by Bardur Arantsson
Modified: 2002-05-14 01:04 UTC (History)
0 users

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


Attachments
most-4.9.2 ebuild with updates (most-4.9.2.ebuild,917 bytes, text/plain)
2002-04-29 05:30 UTC, Bardur Arantsson
Details

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