Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575714 - net-p2p/bitcoin-qt: please bump to 0.12.0
Summary: net-p2p/bitcoin-qt: please bump to 0.12.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
: 576736 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-02-26 11:52 UTC by M. B.
Modified: 2016-03-24 19:54 UTC (History)
6 users (show)

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


Attachments
build.log (build.log,30.33 KB, text/x-log)
2016-03-10 17:57 UTC, M. B.
Details
build.log again - this time the correct one with the access violation (net-p2p:bitcoin-qt-0.12.0:20160310-175517.log,159.77 KB, text/plain)
2016-03-10 18:18 UTC, M. B.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description M. B. 2016-02-26 11:52:48 UTC
Version 0.12.0 has been relased.

I'm asking for this bump since it probably fixes the compiling failures mentioned in bug #555578, which occur in conjunction with gcc-5 and qt5's -reduce-relocations.

https://github.com/bitcoin/bitcoin/pull/6978
is the relevant PR is suspect.

Thanks.

Reproducible: Always
Comment 1 Luke-Jr 2016-03-02 13:42:15 UTC
It's currently in the bitcoincore-0.12 branch of the bitcoin overlay. I'll probably merge it to the main branch shortly, and after that begin adding it to the main portage tree.
Comment 2 M. B. 2016-03-07 22:50:09 UTC
does it compile? if so, could you give me a link to the ebuild? i find gitlab kinda irritating.
Comment 3 Luke-Jr 2016-03-07 23:36:55 UTC
(In reply to M. B. from comment #2)
> does it compile? if so, could you give me a link to the ebuild? i find
> gitlab kinda irritating.

Everything seems to work except Bitcoin-Qt with LibreSSL.

layman -a bitcoin
cd /var/lib/layman/bitcoin
git checkout bitcoincore-0.12

Note you will need to change the branch back in the future after it is merged.
Comment 4 Anthony Basile gentoo-dev 2016-03-08 12:03:18 UTC
*** Bug 576736 has been marked as a duplicate of this bug. ***
Comment 5 M. B. 2016-03-10 17:57:04 UTC
Created attachment 427906 [details]
build.log

Other packages suffer from the same problem.

`qgrep -H "unset DISPLAY"` for a list.


Adding:

src_compile() {
    unset DISPLAY
    emake
}

seems to fix it.
Comment 6 M. B. 2016-03-10 18:18:57 UTC
Created attachment 427912 [details]
build.log again - this time the correct one with the access violation
Comment 7 M. B. 2016-03-10 19:34:04 UTC
(In reply to M. B. from comment #5)
correction.
simply adding "unset DISPLAY" doesn't fix it; neither with src_compile nor with src_configure.

Suggestions?
Comment 8 Luke-Jr 2016-03-10 19:38:23 UTC
I am unable to reproduce your problem, M.B.
Comment 9 Luke-Jr 2016-03-24 19:53:47 UTC
This can be closed FIXED.