Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715268 - dev-util/bitcoin-tx-0.19.1 : util/url.cpp: fatal error: event2/http.h: No such file or directory
Summary: dev-util/bitcoin-tx-0.19.1 : util/url.cpp: fatal error: event2/http.h: No suc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Luke-Jr
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-29 09:54 UTC by Toralf Förster
Modified: 2020-04-10 17:54 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.42 KB, text/plain)
2020-03-29 09:54 UTC, Toralf Förster
Details
dev-util:bitcoin-tx-0.19.1:20200329-040730.log (dev-util:bitcoin-tx-0.19.1:20200329-040730.log,50.78 KB, text/plain)
2020-03-29 09:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,23.83 KB, text/plain)
2020-03-29 09:54 UTC, Toralf Förster
Details
environment (environment,65.76 KB, text/plain)
2020-03-29 09:54 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.61 KB, application/x-bzip)
2020-03-29 09:54 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,15.08 KB, application/x-bzip)
2020-03-29 09:54 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.88 KB, application/x-bzip)
2020-03-29 09: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 2020-03-29 09:54:28 UTC
x86_64-pc-linux-gnu-g++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config   -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I.  -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/include -I./leveldb/include -I./leveldb/helpers/memenv     -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS  -fstack-reuse=none -Wstack-protector -fstack-protector-all      -fPIE -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o util/libbitcoin_util_a-url.o test -f util/url.cpp || echo ./util/url.cpp
util/url.cpp:7:10: fatal error: event2/http.h: No such file or directory
    7 | #include <event2/http.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-20200328-051514

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
The following VMs are available for generation-2:
*)	IcedTea JDK 3.15.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun 29 Mar 2020 02:38:54 AM UTC

emerge -qpvO dev-util/bitcoin-tx
[ebuild  N    ] dev-util/bitcoin-tx-0.19.1  USE="-knots -libressl"
Comment 1 Toralf Förster gentoo-dev 2020-03-29 09:54:30 UTC
Created attachment 626808 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-29 09:54:33 UTC
Created attachment 626810 [details]
dev-util:bitcoin-tx-0.19.1:20200329-040730.log
Comment 3 Toralf Förster gentoo-dev 2020-03-29 09:54:36 UTC
Created attachment 626812 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-29 09:54:39 UTC
Created attachment 626814 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-29 09:54:42 UTC
Created attachment 626816 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-29 09:54:44 UTC
Created attachment 626818 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-03-29 09:54:47 UTC
Created attachment 626820 [details]
temp.tbz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-03-31 19:56:22 UTC
This is a libevent header, not sure how it's related to musl, but needs investigation
Comment 9 Luke-Jr 2020-04-10 17:41:48 UTC
Fix in https://github.com/gentoo/gentoo/pull/15291
Comment 10 Larry the Git Cow gentoo-dev 2020-04-10 17:54:11 UTC
The bug has been closed via the following commit(s):

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

commit a2b367de540c733ff6ed2fab485496153d9de524
Author:     Luke Dashjr <luke-jr+git@utopios.org>
AuthorDate: 2020-04-10 17:33:36 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2020-04-10 17:54:04 +0000

    dev-util/bitcoin-tx-0.19.1: Fix build without libevent
    
    Closes: https://bugs.gentoo.org/715268
    Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
    Closes: https://github.com/gentoo/gentoo/pull/15291
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild       |  2 +
 dev-util/bitcoin-tx/files/0.19.1-no-libevent.patch | 47 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)