Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447002 - dev-ruby/bsearch-1.5-r3 failed (prepare phase)
Summary: dev-ruby/bsearch-1.5-r3 failed (prepare phase)
Status: RESOLVED OBSOLETE
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Configuration (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 14:02 UTC by Hiroaki Mizuguchi
Modified: 2012-12-12 17:19 UTC (History)
0 users

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


Attachments
prepare phase pass bad patch (bsearch-1.5-r3.patch,358 bytes, patch)
2012-12-12 14:16 UTC, Hiroaki Mizuguchi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroaki Mizuguchi 2012-12-12 14:02:41 UTC
I found a emerge prepare phase error.

portage package name "dev-ruby/bsearch-1.5-r3"
but offical name "ruby-bsearch-1.5"

${S}=/var/tmp/portage/dev-ruby/bsearch/work/all/bsearch-1.5
right path = /var/tmp/portage/dev-ruby/bsearch/work/all/ruby-bsearch-1.5

In prepare pahse, sed patching fail
 sed -i 's/ruby/\$\{RUBY\}/' ${S}/tests/test.sh || die "Unable to fix tests shell script."
Comment 1 Hiroaki Mizuguchi 2012-12-12 14:16:03 UTC
Created attachment 332146 [details, diff]
prepare phase pass bad patch
Comment 2 Hiroaki Mizuguchi 2012-12-12 14:59:42 UTC
use dev-ruby/bsearch-1.5.0

this problem fixed