building issue

2019-07-27 Thread Mike Hosken
Hi, The output files are attached The output of the syslog root@atlantis-isp:/srv# cd memcached-1.5.16 root@atlantis-isp:/srv/memcached-1.5.16# prove t/*.t &>/srv/prove2 [ 1744.125238] memcached-debug(2582): unaligned access to 0xf8cfffd2 at ip=0x0001b2c3 [

Re: memcached fails to build

2019-07-27 Thread dormando
looks like it actually built I guess. I've never had an hppa machine. I do build test on ARM, but that's about it for non-x86 CPU's lately. after configure and make, what's the output of: $ prove t/00-startup.t If that passes, try: $ prove t/*.t .. and see which of those fails. On Sat, 27

Re: memcached fails to build

2019-07-27 Thread mike hosken
root@atlantis-isp:~# gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/hppa-linux-gnu/8/lto-wrapper Target: hppa-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-7' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs

Re: memcached fails to build

2019-07-27 Thread mike hosken
root@atlantis-isp:/srv# wget http://www.memcached.org/files/memcached-1.5.16.tar.gz --2019-07-27 19:01:39-- http://www.memcached.org/files/memcached-1.5.16.tar.gz Resolving www.memcached.org (www.memcached.org)... 107.170.231.145 Connecting to www.memcached.org

Re: memcached fails to build

2019-07-27 Thread dormando
What does "make clean ; make" look like in that directory? make isn't doing anything, is there even a memcached binary in the directory? On Fri, 26 Jul 2019, mike hosken wrote: > HiĀ  > I have been trying to build memcached on debian hppa linux > > it fails to build in debian see log here > >

memcached fails to build

2019-07-27 Thread mike hosken
Hi I have been trying to build memcached on debian hppa linux it fails to build in debian see log here https://debian-stable.parisc-linux.org/build/memcached_1.5.6-1.1_hppa.build it also fails to build from source root@atlantis-isp:~/memcached-1.5.16# ./configure