[tor-bugs] #19161 [Core Tor/Tor]: test for libscrypt_scrypt() fails

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon May 23 17:29:34 UTC 2016


#19161: test for libscrypt_scrypt() fails
--------------------------+------------------------------------
 Reporter:  isis          |          Owner:  nickm
     Type:  defect        |         Status:  accepted
 Priority:  Medium        |      Milestone:  Tor: 0.2.8.x-final
Component:  Core Tor/Tor  |        Version:
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+------------------------------------

Comment (by nickm):

 [And it looks like the -lm is missing because of "pow" being builtin...]
 {{{
 /usr/bin/gcc-4.9.real -fstack-protector-strong -fPIE -pie
 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security
 -std=gnu99 -o conftest -g -O2 -I${top_srcdir}/src/common conftest.c -lm
 -lpthread -ldl
 conftest.c:69:6: warning: conflicting types for built-in function 'pow'
  char pow ();
       ^
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19161#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list