[tor-bugs] #10304 [Tor]: libevent2 detection fails on FreeBSD 9.2
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Dec 10 10:34:33 UTC 2013
#10304: libevent2 detection fails on FreeBSD 9.2
------------------------+------------------------------
Reporter: hsn | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor | Version: Tor: unspecified
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
------------------------+------------------------------
Comment (by hsn):
i deinstalled libevent1 from freebsd to make situation more clear.
configure script is looking first for <event.h> not for <event2/event.h>.
There is no <event.h> in freebsd libevent2 installation.
`configure:6634: gcc -c -g -O2 -I/usr/local/lib/event2
-I/usr/local/include -I${top_srcdir}/src/common conftest.c
>&5conftest.c:56:19: error: event.h: No such file`
checking for event2/event.h starts in configure.ac at line 443 but it
never gets there because it fails earlier. Maybe reorder these checks?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10304#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list