Opened 15 years ago

Closed 14 years ago

#21597 closed defect (fixed)

redis port does not build on 10.6

Reported by: peter@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc: brianjlandau@…
Port: redis

Description (last modified by tobypeterson)

I have attempted to install the redis port using the latest MacPorts on SL and here is the output:

# port install redis
--->  Computing dependencies for redis
--->  Fetching redis
--->  Attempting to fetch redis-0.900_2.tar.gz from http://redis.googlecode.com/files/
--->  Verifying checksum(s) for redis
--->  Extracting redis
--->  Configuring redis
--->  Building redis
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_redis/work/redis-0.900" && /usr/bin/make -j2 all " returned error 2
Command output: /usr/bin/gcc-4.2 -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb   adlist.c
/usr/bin/gcc-4.2 -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb   ae.c
/usr/bin/gcc-4.2 -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb   anet.c
/usr/bin/gcc-4.2 -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb   dict.c
/usr/bin/gcc-4.2 -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb   redis.c
/usr/bin/gcc-4.2 -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb   sds.c
/usr/bin/gcc-4.2 -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb   zmalloc.c
/usr/bin/gcc-4.2 -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb   lzf_c.c
redis.c: In function 'updateSlavesWaitingBgsave':
redis.c:3984: warning: 'fstat64' is deprecated (declared at /usr/include/sys/stat.h:463)
redis.c: In function 'getMcontextEip':
redis.c:4305: error: 'struct __darwin_x86_thread_state64' has no member named '__eip'
make: *** [redis.o] Error 1
make: *** Waiting for unfinished jobs....

Error: Status 1 encountered during processing.

Please fix :)

Change History (3)

comment:1 Changed 15 years ago by tobypeterson

Description: modified (diff)
Keywords: redis removed

comment:2 Changed 14 years ago by david.schoonover@…

This is fixed in 1.8.1 -- the error occurs if you attempt to install the 0.9 portfile.

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.