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

Bug 695488

Summary: app-forensics/afl-2.55b : make: *** [Makefile:<snip>: test_build] Error 139
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Hanno Böck <hanno>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
app-forensics:afl-2.55b:20190923-143852.log
emerge-history.txt
environment
etc.portage.tbz2

Description Toralf Förster gentoo-dev 2019-09-23 16:53:53 UTC
unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=clang ../afl-clang-fast -O2 -pipe -march=native -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib64/afl\" -DBIN_PATH=\"/usr/bin\" -DVERSION=\"2.54b\"  ../test-instr.c -o test-instr -Wl,-O1 -Wl,--as-needed
/bin/sh: line 1:   294 Segmentation fault      AFL_QUIET=1 AFL_PATH=. AFL_CC=clang ../afl-clang-fast -O2 -pipe -march=native -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib64/afl\" -DBIN_PATH=\"/usr/bin\" -DVERSION=\"2.54b\" ../test-instr.c -o test-instr -Wl,-O1 -Wl,--as-needed
make: *** [Makefile:99: test_build] Error 139
 * ERROR: app-forensics/afl-2.55b::gentoo failed (compile phase):
 *   emake failed
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20190921-072608

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.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.37.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository timestamp:

==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Mon, 23 Sep 2019 13:28:30 +0000

emerge -qpvO app-forensics/afl
[ebuild  N    ] app-forensics/afl-2.55b
Comment 1 Toralf Förster gentoo-dev 2019-09-23 16:53:55 UTC
Created attachment 590810 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-09-23 16:53:58 UTC
Created attachment 590812 [details]
app-forensics:afl-2.55b:20190923-143852.log
Comment 3 Toralf Förster gentoo-dev 2019-09-23 16:54:01 UTC
Created attachment 590814 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-09-23 16:54:04 UTC
Created attachment 590816 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-09-23 16:54:06 UTC
Created attachment 590818 [details]
etc.portage.tbz2
Comment 6 Larry the Git Cow gentoo-dev 2021-12-27 19:14:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7507da323f5f09b0d6f60e4f7293e456c09f1ec6

commit 7507da323f5f09b0d6f60e4f7293e456c09f1ec6
Author:     Hanno Böck <hanno@gentoo.org>
AuthorDate: 2021-12-27 19:14:07 +0000
Commit:     Hanno Böck <hanno@gentoo.org>
CommitDate: 2021-12-27 19:14:48 +0000

    app-forensics/afl: Disable clang-fast mode.
    
    This is currently broken with latest clang/llvm versions and an
    upstream bug remained unanswered. We may re-enable this
    once it's fixed upstream. This should resolve all clang-related
    bugs.
    
    Also fix doc installation (bug #720194).
    
    Signed-off-by: Hanno Böck <hanno@gentoo.org>
    Closes: https://bugs.gentoo.org/720194
    Closes: https://bugs.gentoo.org/695488
    Closes: https://bugs.gentoo.org/708524
    Closes: https://bugs.gentoo.org/821973
    Closes: https://bugs.gentoo.org/827107
    Closes: https://bugs.gentoo.org/828689
    Package-Manager: Portage-3.0.30, Repoman-3.0.3

 app-forensics/afl/afl-2.57b-r2.ebuild              | 48 ++++++++++++++++++++++
 .../afl/files/afl-2.57b-install-readmemd.diff      | 12 ++++++
 2 files changed, 60 insertions(+)