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

Re: Issue 223 in memcached: Fails to build with GCC 4.5

2011-09-28 Thread memcached
Comment #7 on issue 223 by dsalli...@gmail.com: Fails to build with GCC 4.5 http://code.google.com/p/memcached/issues/detail?id=223 I don't get any errors on gcc 4.6.1 on debian, 4.6.0 on fedora, or 4.5.2 on ubuntu or clang 2.1 on OS X Lion.

Re: Issue 223 in memcached: Fails to build with GCC 4.5 on cygwin and opensuse

2011-09-28 Thread memcached
Updates: Status: Duplicate Mergedinto: 219 Comment #9 on issue 223 by dsalli...@gmail.com: Fails to build with GCC 4.5 on cygwin and opensuse http://code.google.com/p/memcached/issues/detail?id=223 (No comment was entered for this change.)

Re: Issue 223 in memcached: Fails to build with GCC 4.5

2011-09-13 Thread memcached
Comment #6 on issue 223 by neweracr...@gmail.com: Fails to build with GCC 4.5 http://code.google.com/p/memcached/issues/detail?id=223 Using GCC 4.5.3 in Cygwin: $ make make all-recursive make[1]: Entering directory `/cygdrive/j/sdk/memcached' Making all in doc make[2]: Entering directory

Re: Issue 223 in memcached: Fails to build with GCC 4.5

2011-09-09 Thread memcached
Comment #4 on issue 223 by dorma...@rydia.net: Fails to build with GCC 4.5 http://code.google.com/p/memcached/issues/detail?id=223 This is the same as Issue 219 - Trond have you looked that one over? I don't want to apply the patch without understanding why SUSE is different. Left it for

Re: Issue 223 in memcached: Fails to build with GCC 4.5

2011-09-09 Thread memcached
Comment #5 on issue 223 by trond.no...@gmail.com: Fails to build with GCC 4.5 http://code.google.com/p/memcached/issues/detail?id=223 Sorry, I haven't had the time to look at that yet.. The warning seems a bit strange to me and I don't understand the problem from just briefly look at it.

Issue 223 in memcached: Fails to build with GCC 4.5

2011-09-08 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 223 by plasticf...@gmail.com: Fails to build with GCC 4.5 http://code.google.com/p/memcached/issues/detail?id=223 What steps will reproduce the problem? 1. git clone ... git checkout origin/engine-pu 2. config/autorun.sh

Re: Issue 223 in memcached: Fails to build with GCC 4.5

2011-09-08 Thread memcached
Comment #1 on issue 223 by plasticf...@gmail.com: Fails to build with GCC 4.5 http://code.google.com/p/memcached/issues/detail?id=223 Note I've tried building only engine-pu branch.

Re: Issue 223 in memcached: Fails to build with GCC 4.5

2011-09-08 Thread memcached
Comment #2 on issue 223 by trond.no...@gmail.com: Fails to build with GCC 4.5 http://code.google.com/p/memcached/issues/detail?id=223 I just built it on a freebsd box with: gcc (GCC) 4.5.3 20110203 (prerelease) Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the

Re: Issue 223 in memcached: Fails to build with GCC 4.5

2011-09-08 Thread memcached
Comment #3 on issue 223 by trond.no...@gmail.com: Fails to build with GCC 4.5 http://code.google.com/p/memcached/issues/detail?id=223 The lines complaining on your system is code like: strcmp(command, on) and strcmp(command, off).. is strcmp a macro by any chance on your system?