Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 607160

Summary: sci-libs/libsigrok-0.4.0 : /.../sh:line <snip>: 15725 Segmentation fault BUILDDIR=/var/tmp/portage/sci-libs/libsigrok-0.4.0/work/libsigrok-0.4.0/bindings/cxx/ doxygen Doxyfile 2> /dev/null
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
config.log
emerge-history.txt
environment
etc.portage.tbz2
sci-libs:libsigrok-0.4.0:20170125-092714.log

Description Toralf Förster gentoo-dev 2017-01-25 09:45:03 UTC
/bin/sh ./libtool  --tag=CXX --silent  --mode=link x86_64-pc-linux-gnu-g++ -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/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include   -O2 -pipe -march=native -std=c++11 -version-info 3:0:0 -no-undefined -Wl,-O1 -Wl,--as-needed -o bindings/cxx/libsigrokcxx.la -rpath /usr/lib64 bindings/cxx/classes.lo libsigrok.la -lm -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0   
cd ./bindings/cxx && BUILDDIR=/var/tmp/portage/sci-libs/libsigrok-0.4.0/work/libsigrok-0.4.0/bindings/cxx/ doxygen Doxyfile 2>/dev/null
/bin/sh: line 1: 15725 Segmentation fault      BUILDDIR=/var/tmp/portage/sci-libs/libsigrok-0.4.0/work/libsigrok-0.4.0/bindings/cxx/ doxygen Doxyfile 2> /dev/null
make[1]: *** [Makefile:3648: bindings/cxx/doxy/xml/index.xml] Error 139
make: *** [Makefile:1477: all] Error 2
 * ERROR: sci-libs/libsigrok-0.4.0::gentoo failed (compile phase):

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

  This is an unstable amd64 chroot image (named desktop-unstable_20170117-114911) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config --version:
3.9.1
Available Java Virtual Machines:
  [1]   icedtea-bin-7  system-vm
  [2]   icedtea-bin-8 
  [3]   jamvm 
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.5 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
  [5]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 7.2.6.8 [icedtea-bin-7]
2)	IcedTea JDK 3.2.0 [icedtea-bin-8]
3)	JamVM JDK 2.0.0 [jamvm]
  -----------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2017-01-25 09:45:06 UTC
Created attachment 461370 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-01-25 09:45:09 UTC
Created attachment 461372 [details]
config.log
Comment 3 Toralf Förster gentoo-dev 2017-01-25 09:45:12 UTC
Created attachment 461374 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-01-25 09:45:15 UTC
Created attachment 461376 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-01-25 09:45:19 UTC
Created attachment 461378 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-01-25 09:45:21 UTC
Created attachment 461380 [details]
sci-libs:libsigrok-0.4.0:20170125-092714.log
Comment 7 Jiri Netolicky 2017-02-04 12:12:18 UTC
It is a bug in doxygen. Patched on upstream 
https://github.com/doxygen/doxygen/commit/0f02761a158a5e9ddbd5801682482af8986dbc35
Comment 8 David Seifert gentoo-dev 2017-02-04 13:53:07 UTC
commit 6e7bb684c34f9fcc3a60ab0ea9435df2cd302614
Author: David Seifert <soap@gentoo.org>
Date:   Sat Feb 4 14:50:26 2017 +0100

    app-doc/doxygen: Avoid dereferencing NULL pointer
    
    Gentoo-bug: 607160
    * Thank you to Jiri Netolicky for finding the
      upstream issue and the commit that fixed it.