Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698874 - sci-libs/libsigrok-0.5.1 : bindings/.../classes.cpp:224:19: error: incomplete type sigrok::LogLevel used in nested name specifier
Summary: sci-libs/libsigrok-0.5.1 : bindings/.../classes.cpp:224:19: error: incomplete...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
: 704332 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-10-29 18:56 UTC by Toralf Förster
Modified: 2020-07-06 18:20 UTC (History)
6 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.66 KB, text/plain)
2019-10-29 18:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,213.22 KB, text/plain)
2019-10-29 18:56 UTC, Toralf Förster
Details
environment (environment,199.58 KB, text/plain)
2019-10-29 18:56 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.83 KB, application/x-bzip)
2019-10-29 18:56 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,13.28 KB, application/x-bzip)
2019-10-29 18:56 UTC, Toralf Förster
Details
sci-libs:libsigrok-0.5.1:20191029-184514.log (sci-libs:libsigrok-0.5.1:20191029-184514.log,76.21 KB, text/plain)
2019-10-29 18:56 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,46.76 KB, application/x-bzip)
2019-10-29 18:56 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 2019-10-29 18:56:36 UTC
/bin/sh ./libtool  --tag=CXX --silent  --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H   -Iinclude -I./include -I./src -I. -Ibindings/cxx/include -I./bindings/cxx/include -Ibindings/cxx -DFIRMWARE_DIR='"/usr/share/sigrok-firmware"'  -Wall -Wextra -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi-3.3_rc1/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include  -O2 -pipe -march=native -c -o bindings/cxx/classes.lo bindings/cxx/classes.cpp
bindings/cxx/classes.cpp: In member function ‘const sigrok::LogLevel* sigrok::Context::log_level() const’:
bindings/cxx/classes.cpp:224:19: error: incomplete type ‘sigrok::LogLevel’ used in nested name specifier
  224 |  return LogLevel::get(sr_log_loglevel_get());
      |                   ^~~
bindings/cxx/classes.cpp: In member function ‘void sigrok::Context::set_log_level(const sigrok::LogLevel*)’:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-20191026-021710

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

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

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.38.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Tue, 29 Oct 2019 17:46:02 +0000

emerge -qpvO sci-libs/libsigrok
[ebuild  N    ] sci-libs/libsigrok-0.5.1  USE="cxx udev -ftdi -java -parport -python -serial -static-libs -test -usb" PYTHON_SINGLE_TARGET="python3_6 -python2_7 -python3_5 -python3_7" PYTHON_TARGETS="python2_7 python3_6 -python3_5 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2019-10-29 18:56:39 UTC
Created attachment 594472 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-10-29 18:56:42 UTC
Created attachment 594474 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-10-29 18:56:45 UTC
Created attachment 594476 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-10-29 18:56:48 UTC
Created attachment 594478 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-10-29 18:56:50 UTC
Created attachment 594480 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-10-29 18:56:53 UTC
Created attachment 594482 [details]
sci-libs:libsigrok-0.5.1:20191029-184514.log
Comment 7 Toralf Förster gentoo-dev 2019-10-29 18:56:56 UTC
Created attachment 594484 [details]
temp.tbz2
Comment 8 Aidan Thornton 2019-12-30 22:39:38 UTC
Bug/regression in doxygen 1.8.16 apparently of all things, see https://sigrok.org/bugzilla/show_bug.cgi?id=1422
Comment 9 Jeroen Roovers (RETIRED) gentoo-dev 2019-12-31 09:52:00 UTC
*** Bug 704332 has been marked as a duplicate of this bug. ***
Comment 10 Cory Lytle 2019-12-31 12:54:35 UTC
I'm getting the same failure and don't have doxygen installed, nor does it seem to be required.
Comment 11 daniel 2019-12-31 13:10:25 UTC
(In reply to Cory Lytle from comment #10)
> I'm getting the same failure and don't have doxygen installed, nor does it
> seem to be required.

doxygen gets pulled in for me with the cxx USE-flag, in the ebuild it's:

cxx? ( app-doc/doxygen )

But now I'm facing another bug, which is caused by swig-4, see:

https://sigrok.org/bugzilla/show_bug.cgi?id=1468
Comment 12 Andreas Sturmlechner gentoo-dev 2020-07-06 18:20:43 UTC
Please re-open if the same build failure happens with 0.5.2.

Not any other error -> those always go to a new bug, thanks in advance.