Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578156 - net-p2p/bitcoind-0.12.0[examples] fails to install - dodoc: contrib/bitrpc does not exist
Summary: net-p2p/bitcoind-0.12.0[examples] fails to install - dodoc: contrib/bitrpc do...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-24 09:22 UTC by Steven Green
Modified: 2016-04-08 10:23 UTC (History)
2 users (show)

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


Attachments
Build log (net-p2p:bitcoin-qt-0.12.0:20160322-140621.log,163.21 KB, text/x-log)
2016-03-24 09:22 UTC, Steven Green
Details
Build Log (net-p2p:bitcoind-0.12.0:20160323-165821.log,61.38 KB, text/x-log)
2016-03-24 09:30 UTC, Steven Green
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Green 2016-03-24 09:22:28 UTC
Created attachment 428906 [details]
Build log

If the examples use flag is set, bitcoind fails at the install with:

/usr/bin/install: cannot stat 'contrib/bitrpc': No such file or directory
!!! dodoc: contrib/bitrpc does not exist

The ebuild includes:
      if use examples; then
                docinto examples
                dodoc -r contrib/{bitrpc,qos,spendfrom,tidy_datadir.sh}
                use zeromq && dodoc -r contrib/zmq
        fi


However the contrib folder does not contain the file bitrpc.
Comment 1 Steven Green 2016-03-24 09:30:14 UTC
Created attachment 428910 [details]
Build Log

Accidently uploaded the wrong log
Comment 2 Luke-Jr 2016-03-24 18:32:55 UTC
Fixed in overlay.

https://github.com/gentoo/gentoo/pull/1127
Comment 3 Anthony Basile gentoo-dev 2016-04-08 10:23:58 UTC
(In reply to Luke-Jr from comment #2)
> Fixed in overlay.
> 
> https://github.com/gentoo/gentoo/pull/1127

this has been committed to the tree.