Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695488 - app-forensics/afl-2.55b : make: *** [Makefile:<snip>: test_build] Error 139
Summary: app-forensics/afl-2.55b : make: *** [Makefile:<snip>: test_build] Error 139
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-23 16:53 UTC by Toralf Förster
Modified: 2021-12-27 19:14 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.64 KB, text/plain)
2019-09-23 16:53 UTC, Toralf Förster
Details
app-forensics:afl-2.55b:20190923-143852.log (app-forensics:afl-2.55b:20190923-143852.log,5.98 KB, text/plain)
2019-09-23 16:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,100.13 KB, text/plain)
2019-09-23 16:54 UTC, Toralf Förster
Details
environment (environment,65.58 KB, text/plain)
2019-09-23 16:54 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.62 KB, application/x-bzip)
2019-09-23 16: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 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(+)