[MacPorts] #20295: ppc redis-0.900_2 compile fails in redis.c: In function 'getMcontextEip'
MacPorts
noreply at macports.org
Thu Feb 4 19:15:30 PST 2010
#20295: ppc redis-0.900_2 compile fails in redis.c: In function 'getMcontextEip'
-----------------------------------+----------------------------------------
Reporter: harry.weppner@… | Owner: brianjlandau@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.7.1
Keywords: | Port: redis
-----------------------------------+----------------------------------------
Comment(by arto.bendiken@…):
I was also experiencing this problem when trying to install the latest
MacPorts-supplied Redis version (1.2.1) on a PowerMac G5 running Mac OS X
10.5.8.
Thanks to aigeruth's comment above, though, I was able to fix the problem
by changing line 6280 of redis.c from:
{{{
#elif defined(__APPLE__) && !defined(MAC_OS_X_VERSION_10_6)
}}}
to:
{{{
#elif defined(__APPLE__) && !defined(MAC_OS_X_VERSION_10_6) &&
defined(__i386__)
}}}
I will post a link to this issue to the related bug report
(http://code.google.com/p/redis/issues/detail?id=119) on Google Code.
--
Ticket URL: <http://trac.macports.org/ticket/20295#comment:9>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list