Orphaned.
Search Criteria
Package Details: pushpool-git 20110705-1
Package Actions
| Package Base: | pushpool-git |
|---|---|
| Description: | Peer-to-peer network based digital currency. |
| Upstream URL: | https://github.com/jgarzik/pushpool |
| Category: | devel |
| Licenses: | |
| Submitter: | npouillard |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2011-07-05 09:21 |
| Last Updated: | 2011-07-05 09:21 |
Latest Comments
Comment by npouillard
Comment by mbroemme
@npouillard: It is a bug in pushpool which don't test against libmemcached with pthread but libmemcached in Arch is built with it. There is a very simple workaround to make pushpool-git package working again. Could you please modify PKGBUILD:
Replace line 40:
./configure --prefix=/usr
with:
LDFLAGS="-lpthread" ./configure --prefix=/usr
Comment by npouillard
@roobre you should raise the issue upstream. I guess that the function memcached_get has been renamed to something else in recent versions of memcached.
Comment by roobre
==> Connecting to GIT server....
Cloning into 'pushpool'...
remote: Counting objects: 675, done.
remote: Compressing objects: 100% (260/260), done.
remote: Total 675 (delta 457), reused 620 (delta 409)
Receiving objects: 100% (675/675), 135.31 KiB | 123 KiB/s, done.
Resolving deltas: 100% (457/457), done.
==> GIT checkout done or server timeout
==> Starting make...
Cloning into '/tmp/yaourt-tmp-root/aur-pushpool-git/src/pushpool-build'...
done.
configure.ac:17: installing './compile'
configure.ac:12: installing './config.guess'
configure.ac:12: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking for event_base_new in -levent... yes
checking for pthread_create in -lpthread... yes
checking for uncompress in -lz... yes
checking for json_loads in -ljansson... yes
checking for MD5_Init in -lcrypto... yes
checking for memcached_get in -lmemcached... no
configure: error: Missing required libmemcached library
==> ERROR: Se produjo un error en build().
Cancelando...
==> ERROR: Makepkg no ha podido compilar pushpool-git.
Any hints out there?