Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661184 - dev-util/cutter-1.4 : src/AnalThread.cpp:39:29: error: RCons {aka struct r_cons_t} has no member named breaked
Summary: dev-util/cutter-1.4 : src/AnalThread.cpp:39:29: error: RCons {aka struct r_co...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: otakuto.gentoo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-14 21:25 UTC by Toralf Förster
Modified: 2018-07-17 19:32 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.69 KB, text/plain)
2018-07-14 21:25 UTC, Toralf Förster
Details
dev-util:cutter-1.4:20180714-181933.log (dev-util:cutter-1.4:20180714-181933.log,16.47 KB, text/plain)
2018-07-14 21:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,221.42 KB, text/plain)
2018-07-14 21:25 UTC, Toralf Förster
Details
environment (environment,57.98 KB, text/plain)
2018-07-14 21:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.46 KB, application/x-bzip)
2018-07-14 21:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,16.67 KB, application/x-bzip)
2018-07-14 21:25 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-07-14 21:25:19 UTC
x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_VERSION=\"1.4\" -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -Isrc -I. -Isrc -isystem /usr/include/libr -isystem /usr/include/capstone -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o AnalThread.o src/AnalThread.cpp
src/AnalThread.cpp: In member function ‘void AnalThread::interruptAndWait()’:
src/AnalThread.cpp:39:29: error: ‘RCons {aka struct r_cons_t}’ has no member named ‘breaked’; did you mean ‘break_word’?
         r_cons_singleton()->breaked = true;
                             ^~~~~~~
                             break_word

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-developer_20180708-171752

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

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]   ruby23 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-util/cutter
[ebuild  N    ] dev-util/cutter-1.4  USE="-jupyter -webengine"
Comment 1 Toralf Förster gentoo-dev 2018-07-14 21:25:22 UTC
Created attachment 539594 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-14 21:25:25 UTC
Created attachment 539596 [details]
dev-util:cutter-1.4:20180714-181933.log
Comment 3 Toralf Förster gentoo-dev 2018-07-14 21:25:28 UTC
Created attachment 539598 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-07-14 21:25:31 UTC
Created attachment 539600 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-07-14 21:25:34 UTC
Created attachment 539602 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-07-14 21:25:37 UTC
Created attachment 539604 [details]
temp.tbz2
Comment 7 otakuto.gentoo 2018-07-17 19:32:21 UTC
There is no radare2 version required by cutter-1.4 in repository.
I bumped to 1.6, so use it.
https://github.com/gentoo/gentoo/pull/9257