Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651630 - net-p2p/xmr-stak-2.3.0 : /.../autoAdjust.hpp:41:23: error: class jconf has no member named IsCurrencyMonero
Summary: net-p2p/xmr-stak-2.3.0 : /.../autoAdjust.hpp:41:23: error: class jconf has no...
Status: RESOLVED DUPLICATE of bug 650876
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-26 17:53 UTC by Toralf Förster
Modified: 2018-03-27 14:15 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.82 KB, text/plain)
2018-03-26 17:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,56.89 KB, text/plain)
2018-03-26 17:53 UTC, Toralf Förster
Details
environment (environment,121.59 KB, text/plain)
2018-03-26 17:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.70 KB, application/x-bzip)
2018-03-26 17:54 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.08 KB, application/x-bzip)
2018-03-26 17:54 UTC, Toralf Förster
Details
net-p2p:xmr-stak-2.3.0:20180326-171857.log (net-p2p:xmr-stak-2.3.0:20180326-171857.log,14.67 KB, text/plain)
2018-03-26 17:54 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,30.26 KB, application/x-bzip)
2018-03-26 17:54 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-03-26 17:53:51 UTC
In file included from /var/tmp/portage/net-p2p/xmr-stak-2.3.0/work/xmr-stak-2.3.0/xmrstak/backend/cpu/minethd.cpp:43:0:
/var/tmp/portage/net-p2p/xmr-stak-2.3.0/work/xmr-stak-2.3.0/xmrstak/backend/cpu/autoAdjust.hpp: In member function ‘bool xmrstak::cpu::autoAdjust::printConfig()’:
/var/tmp/portage/net-p2p/xmr-stak-2.3.0/work/xmr-stak-2.3.0/xmrstak/backend/cpu/autoAdjust.hpp:41:23: error: ‘class jconf’ has no member named ‘IsCurrencyMonero’
   if(::jconf::inst()->IsCurrencyMonero())
                       ^~~~~~~~~~~~~~~~
/var/tmp/portage/net-p2p/xmr-stak-2.3.0/work/xmr-stak-2.3.0/xmrstak/backend/cpu/autoAdjust.hpp:43:20: error: ‘MONERO_MEMORY’ was not declared in this scope

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_20180324-222611

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.7.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv net-p2p/xmr-stak
[ebuild  N    ] net-p2p/xmr-stak-2.3.0  USE="ssl -cuda -devfee -hwloc -opencl -webserver"
Comment 1 Toralf Förster gentoo-dev 2018-03-26 17:53:53 UTC
Created attachment 525566 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-03-26 17:53:56 UTC
Created attachment 525568 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-03-26 17:53:59 UTC
Created attachment 525570 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-03-26 17:54:02 UTC
Created attachment 525572 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-03-26 17:54:05 UTC
Created attachment 525574 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-03-26 17:54:08 UTC
Created attachment 525576 [details]
net-p2p:xmr-stak-2.3.0:20180326-171857.log
Comment 7 Toralf Förster gentoo-dev 2018-03-26 17:54:11 UTC
Created attachment 525578 [details]
temp.tbz2
Comment 8 Craig Andrews gentoo-dev 2018-03-27 02:41:51 UTC
It looks like LTO was enabled for this build and there was a failure due to it. Looking at logs.tbz2/CMakeFiles/CMakeError.log:
CMakeFiles/cmTC_eb7b3.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text.startup+0x3): undefined reference to `pthread_create'

So this appears to be a duplicate of (or at least related to) bug 650876

Can you please try again with sys-devel/libtool-2.4.6-r5 ?
Comment 9 Craig Andrews gentoo-dev 2018-03-27 14:15:18 UTC

*** This bug has been marked as a duplicate of bug 650876 ***