Package: hiredis
Version: 0.13.3-2.2
Severity: wishlist

Hi,

I just went to try and remove the bundled copy of hiredis from
src:redis. However, it seems like there are some local modifications
there which are not part of 0.13.3:

   cc -Wl,-z,relro -Wl,-z,now -ldl -latomic  -g -ggdb -rdynamic -o redis-cli 
anet.o adlist.o dict.o redis-cli.o zmalloc.o release.o ae.o crc64.o siphash.o 
crc16.o ../deps/linenoise/linenoise.o -ljemalloc -lm -ldl -pthread -lrt 
-lhiredis
   /usr/bin/ld: redis-cli.o: in function `cliSplitArgs':
   ./src/redis-cli.c:1583: undefined reference to `sds_malloc'
   collect2: error: ld returned 1 exit status
   make[3]: *** [Makefile:223: redis-cli] Error 1

sds_malloc was added here:

  
https://github.com/redis/hiredis/commit/63e1cf0c635acc438806f7acea949c3fcdf86cae
  
(Which if you note from the commit message is in-itself bundled.)

Would it be possible/sensible to package the latest git master of
hiredis?


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Reply via email to