Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120929 - ncbi-tools-20050605-r2 dies during install of html files due to typos
Summary: ncbi-tools-20050605-r2 dies during install of html files due to typos
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Olivier Fisette (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 05:11 UTC by Walter Meinl
Modified: 2006-02-01 12:12 UTC (History)
1 user (show)

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 Walter Meinl 2006-01-30 05:11:29 UTC
Couldn't install ncbi-tools-20050605-r2 on a fresh gentoo install. It compiles fine but dies during install process. After inserting a comment after each "die" statement I found this line being the problematic one
dohtml ${S}/{README.html,doc/{*.html *.gif}} || die
When I correct it to
dohtml ${S}/{README.htm,doc/{*.html,*.gif}} || die
install works like a charm and everything is in its proper destination.
ncbi-tools-20050605 has no "|| die" at this line, maybe that's the reason why nobody else reported yet troubles, but the line has to be corrected there accordingly.
Another minor issue comes from
dodir /usr/share/ncbi/formatdb || die
As on a fresh install there goes no data in this directory it gets deleted when remerging ncbi-tools. Should there be added a keepdir?
I use portage-2.1_pre4-r1 on x86
Comment 1 Walter Meinl 2006-02-01 12:12:52 UTC
after syncing today's tree, everthing is fine again, thanks