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 (www.memcached.org)|107.170.231.145|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 487868 (476K) [application/octet-stream]
Saving to: âmemcached-1.5.16.tar.gzâ

memcached-1.5.16.ta 100%[===================>] 476.43K   429KB/s    in 1.1s

2019-07-27 19:01:41 (429 KB/s) - âmemcached-1.5.16.tar.gzâ saved 
[487868/487868]

root@atlantis-isp:/srv# ls
d-i  memcached-1.5.16.tar.gz
root@atlantis-isp:/srv# cd memcached-1.5.16.tar.gz
-bash: cd: memcached-1.5.16.tar.gz: Not a directory
root@atlantis-isp:/srv# tar -zxf memcached-1.5.16.tar.gz
root@atlantis-isp:/srv# cd memcached-1.5.16
root@atlantis-isp:/srv/memcached-1.5.16# ./configure 
--prefix=/usr/local/memcached
checking build system type... hppa64-unknown-linux-gnu
checking host system type... hppa64-unknown-linux-gnu
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 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 whether gcc understands -c and -o together... yes
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 for icc in use... no
checking for clang in use... no
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 whether __SUNPRO_C is declared... no
checking for gcc option to accept ISO C99... none needed
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking for gcov... /usr/bin/gcov
checking for main in -lgcov... yes
checking for library containing clock_gettime... none required
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for libevent directory... (system)
checking for library containing umem_cache_create... no
checking for library containing gethugepagesizes... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inttypes.h... (cached) yes
checking for sasl_callback_ft... yes
checking for print macros for integers (C99 section 7.8.1)... yes
checking for an ANSI C-conforming const... yes
checking for socklen_t... yes
checking for endianness... big
checking for htonll... no
checking for library containing pthread_create... none required
checking for mlockall... yes
checking for getpagesizes... no
checking for memcntl... no
checking for sigignore... yes
checking for clock_gettime... yes
checking for accept4... yes
checking for getopt_long... yes
checking for alignment... [  901.841843] conftest(1844): unaligned access 
to 0x0000000000712152 at ip=0x000000000001066f
[  901.842138] conftest(1844): unaligned access to 0x0000000000712156 at 
ip=0x0000000000010673
[  901.842644] conftest(1844): unaligned access to 0x0000000000712151 at 
ip=0x00000000000106e3
none
checking for GCC atomics... yes
checking for GCC 64bit atomics... yes
checking for setppriv... no
checking for pledge... no
checking for cap_enter... no
checking umem.h usability... no
checking umem.h presence... no
checking for umem.h... no
checking for xml2rfc... no
checking for xsltproc... /usr/bin/xsltproc
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
root@atlantis-isp:/srv/memcached-1.5.16#


******************************
make output see make-file
******************************


 make test
./sizes
Slab Stats      64
Thread stats    -6464
Global stats    160
Settings        224
Item (no cas)   32
Item (cas)      40
Libevent thread 96
Connection      352
----------------------------------------
libevent thread cumulative      6432
Thread stats cumulative         6336
./testapp
1..52
ok 1 - cache_create
ok 2 - cache_constructor
ok 3 - cache_constructor_fail
ok 4 - cache_destructor
ok 5 - cache_reuse
ok 6 - cache_redzone
ok 7 - issue_161
ok 8 - strtol
ok 9 - strtoll
ok 10 - strtoul
ok 11 - strtoull
ok 12 - issue_44
ok 13 - vperror
Signal handled: Terminated.
ok 14 - issue_101
ok 15 - start_server
ok 16 - issue_92
[ 1895.024347] handle_unaligned: 1176 callbacks suppressed
[ 1895.024364] memcached-debug(4102): unaligned access to 
0x00000000f8d3f4ad at ip=0x000000000002dbe7
[ 1895.025089] memcached-debug(4102): unaligned access to 
0x00000000f8d3f4b1 at ip=0x000000000002dc63
[ 1895.033204] memcached-debug(4102): unaligned access to 
0x00000000f8d3f4c3 at ip=0x000000000002dbe7
[ 1895.034853] memcached-debug(4102): unaligned access to 
0x00000000f8d3f4c7 at ip=0x000000000002dc63
[ 1895.039519] memcached-debug(4102): unaligned access to 
0x00000000f8d3f4ce at ip=0x000000000002dbe7
ok 17 - issue_102
ok 18 - binary_noop
ok 19 - binary_quit
ok 20 - binary_quitq
ok 21 - binary_set
ok 22 - binary_setq
ok 23 - binary_add
ok 24 - binary_addq
ok 25 - binary_replace
ok 26 - binary_replaceq
ok 27 - binary_delete
ok 28 - binary_deleteq
testapp: testapp.c:1049: validate_response_header: Assertion 
`response->message.header.response.status == status' failed.
make: *** [Makefile:1987: test] Aborted
root@atlantis-isp:/srv/memcached-1.5.16#



out put from fresh build

Mike
******************************




On Saturday, July 27, 2019 at 6:22:38 PM UTC+12, mike hosken wrote:
>
> 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 
> --prefix=/usr/local/memcached
> checking build system type... hppa64-unknown-linux-gnu
> checking host system type... hppa64-unknown-linux-gnu
> 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 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 whether gcc understands -c and -o together... yes
> checking whether make supports the include directive... yes (GNU style)
> 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 for icc in use... no
> checking for clang in use... no
> 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 whether __SUNPRO_C is declared... no
> checking for gcc option to accept ISO C99... none needed
> checking sasl/sasl.h usability... yes
> checking sasl/sasl.h presence... yes
> checking for sasl/sasl.h... yes
> checking for gcov... /usr/bin/gcov
> checking for main in -lgcov... yes
> checking for library containing clock_gettime... none required
> checking for library containing socket... none required
> checking for library containing gethostbyname... none required
> checking for libevent directory... (system)
> checking for library containing umem_cache_create... no
> checking for library containing gethugepagesizes... no
> checking for stdbool.h that conforms to C99... yes
> checking for _Bool... yes
> checking for inttypes.h... (cached) yes
> checking for sasl_callback_ft... yes
> checking for print macros for integers (C99 section 7.8.1)... yes
> checking for an ANSI C-conforming const... yes
> checking for socklen_t... yes
> checking for endianness... big
> checking for htonll... no
> checking for library containing pthread_create... none required
> checking for mlockall... yes
> checking for getpagesizes... no
> checking for memcntl... no
> checking for sigignore... yes
> checking for clock_gettime... yes
> checking for accept4... yes
> checking for getopt_long... yes
> checking for alignment... none
> checking for GCC atomics... yes
> checking for GCC 64bit atomics... yes
> checking for setppriv... no
> checking for pledge... no
> checking for cap_enter... no
> checking umem.h usability... no
> checking umem.h presence... no
> checking for umem.h... no
> checking for xml2rfc... no
> checking for xsltproc... /usr/bin/xsltproc
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating doc/Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> config.status: executing depfiles commands
> root@atlantis-isp:~/memcached-1.5.16#
>
> root@atlantis-isp:~/memcached-1.5.16# make
> make  all-recursive
> make[1]: Entering directory '/root/memcached-1.5.16'
> Making all in doc
> make[2]: Entering directory '/root/memcached-1.5.16/doc'
> make  all-am
> make[3]: Entering directory '/root/memcached-1.5.16/doc'
> make[3]: Nothing to be done for 'all-am'.
> make[3]: Leaving directory '/root/memcached-1.5.16/doc'
> make[2]: Leaving directory '/root/memcached-1.5.16/doc'
> make[2]: Entering directory '/root/memcached-1.5.16'
> make[2]: Leaving directory '/root/memcached-1.5.16'
> make[1]: Leaving directory '/root/memcached-1.5.16'
> root@atlantis-isp:~/memcached-1.5.16#
>
> root@atlantis-isp:~/memcached-1.5.16# make test
> ./sizes
> Slab Stats      64
> Thread stats    -6464
> Global stats    160
> Settings        224
> Item (no cas)   32
> Item (cas)      40
> Libevent thread 96
> Connection      352
> ----------------------------------------
> libevent thread cumulative      6432
> Thread stats cumulative         6336
> ./testapp
> 1..52
> ok 1 - cache_create
> ok 2 - cache_constructor
> ok 3 - cache_constructor_fail
> ok 4 - cache_destructor
> ok 5 - cache_reuse
> ok 6 - cache_redzone
> ok 7 - issue_161
> ok 8 - strtol
> ok 9 - strtoll
> ok 10 - strtoul
> ok 11 - strtoull
> ok 12 - issue_44
> ok 13 - vperror
> Signal handled: Terminated.
> ok 14 - issue_101
> ok 15 - start_server
> ok 16 - issue_92
> ok 17 - issue_102
> ok 18 - binary_noop
> ok 19 - binary_quit
> ok 20 - binary_quitq
> ok 21 - binary_set
> ok 22 - binary_setq
> ok 23 - binary_add
> ok 24 - binary_addq
> ok 25 - binary_replace
> ok 26 - binary_replaceq
> ok 27 - binary_delete
> ok 28 - binary_deleteq
> testapp: testapp.c:1049: validate_response_header: Assertion 
> `response->message.header.response.status == status' failed.
> make: *** [Makefile:2174: test] Aborted
> root@atlantis-isp:~/memcached-1.5.16#
>
> it also causes the following in the system log whilst running make test
> Debian GNU/Linux 10 atlantis-isp ttyS0
>
> [10778.155575] handle_unaligned: 1125 callbacks suppressed
> [10778.155592] memcached-debug(7220): unaligned access to 
> 0x00000000f8d3f4ad at ip=0x000000000002e01f
> [10778.156290] memcached-debug(7220): unaligned access to 
> 0x00000000f8d3f4b1 at ip=0x000000000002e09b
> [10778.165911] memcached-debug(7220): unaligned access to 
> 0x00000000f8d3f4c3 at ip=0x000000000002e01f
> [10778.167050] memcached-debug(7220): unaligned access to 
> 0x00000000f8d3f4c7 at ip=0x000000000002e09b
> [10778.171719] memcached-debug(7220): unaligned access to 
> 0x00000000f8d3f4ce at ip=0x000000000002e01f
>  
>
> Can someone help me to fix this issue??
>
> Mike Hosken
> m...@purple-cat.net
>
>
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/11eb5580-4ebb-499f-8c02-098f167e4447%40googlegroups.com.

Attachment: make-file
Description: Binary data

Reply via email to