Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38900 - sys-apps/most seems to build correctly but doesnt install binary file
Summary: sys-apps/most seems to build correctly but doesnt install binary file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-21 02:03 UTC by Togg
Modified: 2004-02-25 06:43 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 Togg 2004-01-21 02:03:12 UTC
most version 4.9.2 does not install (copy) the most-binary file to /usr/bin on  amd64 (and maybe other architectures) because the ebuild has a mistake while doing "dobin src/objs/most"

Reproducible: Always
Steps to Reproduce:
1.Build the program

Actual Results:  
Binary does not install

Expected Results:  
Binary "most" copied in /usr/bin

solution: replace "dobin src/objs/most" through "dobin src/${ARCH}objs/most
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-02-25 06:43:32 UTC
Fixed in CVS, thanks!