Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 375175 - app-crypt/shash-0.2.6-r prepend CHOST when build on arm platform
Summary: app-crypt/shash-0.2.6-r prepend CHOST when build on arm platform
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-14 14:01 UTC by Yixun Lan
Modified: 2011-07-15 02:53 UTC (History)
0 users

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


Attachments
this patch fix this problem (shash-0.2.6-strip.patch,1.13 KB, patch)
2011-07-14 14:03 UTC, Yixun Lan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yixun Lan archtester gentoo-dev 2011-07-14 14:01:59 UTC
CHOST=armv7a-hardfloat-linux-gnueabi
after build

#qlist shash
/usr/share/doc/shash-0.2.6-r1/AUTHORS.bz2
/usr/share/doc/shash-0.2.6-r1/ChangeLog.bz2
/usr/share/doc/shash-0.2.6-r1/INSTALL.bz2
/usr/share/doc/shash-0.2.6-r1/NEWS.bz2
/usr/share/doc/shash-0.2.6-r1/sample.shashrc.bz2
/usr/share/doc/shash-0.2.6-r1/FORMAT.bz2
/usr/share/man/man1/armv7a-hardfloat-linux-gnueabi-shash.1.bz2
/usr/bin/armv7a-hardfloat-linux-gnueabi-shash


should be

/usr/share/man/man1/shash.1.bz2
/usr/bin/shash


further when run catalyst, it complain can't find "shash" binary

Reproducible: Always

Steps to Reproduce:
1. emerge shash (on arm platform)
2.
3.
Comment 1 Yixun Lan archtester gentoo-dev 2011-07-14 14:03:29 UTC
Created attachment 280055 [details, diff]
this patch fix this problem
Comment 2 Yixun Lan archtester gentoo-dev 2011-07-14 14:17:53 UTC
oh, the problem is that I setup CTARGET accidently
Comment 3 Pacho Ramos gentoo-dev 2011-07-14 16:31:03 UTC
Invalid then, no? Thanks for your investigation :)
Comment 4 Yixun Lan archtester gentoo-dev 2011-07-15 02:53:59 UTC
yes, uncomment CTARGET, won't have this problem.

or Can I close the bug myself?