[MacPorts] #24059: curl +universal ppc/i386 fails on PowerPC
MacPorts
noreply at macports.org
Tue Apr 13 11:19:35 PDT 2010
#24059: curl +universal ppc/i386 fails on PowerPC
---------------------------------+------------------------------------------
Reporter: keybounce@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: curl
---------------------------------+------------------------------------------
Comment(by keybounce@…):
Some more checking shows that this uses cmake.
{{{
Kleiman-ibook:curl-7.20.0 michael$ egrep urandom CMake*
CMakeLists.txt:find_file(RANDOM_FILE urandom /dev)
}}}
Produces in configure.ac
{{{
Kleiman-ibook:curl-7.20.0 michael$ egrep urandom configure.ac
[read randomness from FILE (default=/dev/urandom)]),
AC_CHECK_FILE("/dev/urandom", [ RANDOM_FILE="/dev/urandom"] )
}}}
Which produces in configure, at line 19790, a test and error message.
It is easy enough to modify configure to not report the error, and just
continue. But I don't know how to modify the source (cmake) to avoid
generating the error test.
:You should just need to pass --with-random=/dev/urandom to configure to
make it use this value and thus skip the check.
But how do you get the port command to do this automatically during a
build?
--
Ticket URL: <http://trac.macports.org/ticket/24059#comment:9>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list