Hi,

crypto/gc-hmac-md5, crypto/gc-hmac-sha1, and crypto/gc-pbkdf2-sha1 all fail 
with:

gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT sha1.o 
-MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
sha1.c:29:22: fatal error: stdalign.h: No such file or directory

or

gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT md5.o -MD 
-MP -MF .deps/md5.Tpo -c -o md5.o md5.c
md5.c:27:22: fatal error: stdalign.h: No such file or directory

(logs attached)

cheers,

Ian

-- 
Ian Beckwith - i...@erislabs.net - http://erislabs.net/ianb/
GPG fingerprint: AF6C C0F1 1E74 424B BCD5  4814 40EC C154 A8BA C1EA
Listening to: Angels of Light - New Mother - Real Person
To: gnu...@autobuild.josefsson.org

+ : autobuild project... crypto/gc-hmac-md5
+ : autobuild revision... cvs-20110908-000000
+ date +%Y%m%d-%H%M%S
+ : autobuild timestamp... 20111117-072611
+ hostname
+ : autobuild hostname... jezebel
+ cd crypto/gc-hmac-md5
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
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 byte ordering is bigendian... no
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for unsigned long long int... yes
checking for long long int... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking whether stdint.h conforms to C99... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gllib/Makefile
config.status: creating glm4/Makefile
config.status: creating config.h
config.status: executing depfiles commands
+ make
make  all-recursive
make[1]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-md5'
Making all in gllib
make[2]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-md5/gllib'
make  all-recursive
make[3]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-md5/gllib'
make[4]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-md5/gllib'
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT dummy.o 
-MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c
mv -f .deps/dummy.Tpo .deps/dummy.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT 
gc-gnulib.o -MD -MP -MF .deps/gc-gnulib.Tpo -c -o gc-gnulib.o gc-gnulib.c
mv -f .deps/gc-gnulib.Tpo .deps/gc-gnulib.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT 
hmac-md5.o -MD -MP -MF .deps/hmac-md5.Tpo -c -o hmac-md5.o hmac-md5.c
mv -f .deps/hmac-md5.Tpo .deps/hmac-md5.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT md5.o -MD 
-MP -MF .deps/md5.Tpo -c -o md5.o md5.c
md5.c:27:22: fatal error: stdalign.h: No such file or directory
compilation terminated.
make[4]: *** [md5.o] Error 1
make[4]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-md5/gllib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-md5/gllib'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-md5/gllib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-md5'
make: *** [all] Error 2
+ echo rc=2
rc=2
To: gnu...@autobuild.josefsson.org

+ : autobuild project... crypto/gc-hmac-sha1
+ : autobuild revision... cvs-20110908-000000
+ date +%Y%m%d-%H%M%S
+ : autobuild timestamp... 20111117-072616
+ hostname
+ : autobuild hostname... jezebel
+ cd crypto/gc-hmac-sha1
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
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 byte ordering is bigendian... no
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for unsigned long long int... yes
checking for long long int... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking whether stdint.h conforms to C99... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gllib/Makefile
config.status: creating glm4/Makefile
config.status: creating config.h
config.status: executing depfiles commands
+ make
make  all-recursive
make[1]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-sha1'
Making all in gllib
make[2]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-sha1/gllib'
make  all-recursive
make[3]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-sha1/gllib'
make[4]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-sha1/gllib'
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT dummy.o 
-MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c
mv -f .deps/dummy.Tpo .deps/dummy.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT 
gc-gnulib.o -MD -MP -MF .deps/gc-gnulib.Tpo -c -o gc-gnulib.o gc-gnulib.c
mv -f .deps/gc-gnulib.Tpo .deps/gc-gnulib.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT 
hmac-sha1.o -MD -MP -MF .deps/hmac-sha1.Tpo -c -o hmac-sha1.o hmac-sha1.c
mv -f .deps/hmac-sha1.Tpo .deps/hmac-sha1.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT memxor.o 
-MD -MP -MF .deps/memxor.Tpo -c -o memxor.o memxor.c
mv -f .deps/memxor.Tpo .deps/memxor.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT sha1.o 
-MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
sha1.c:29:22: fatal error: stdalign.h: No such file or directory
compilation terminated.
make[4]: *** [sha1.o] Error 1
make[4]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-sha1/gllib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-sha1/gllib'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-sha1/gllib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-hmac-sha1'
make: *** [all] Error 2
+ echo rc=2
rc=2
To: gnu...@autobuild.josefsson.org

+ : autobuild project... crypto/gc-pbkdf2-sha1
+ : autobuild revision... cvs-20110908-000000
+ date +%Y%m%d-%H%M%S
+ : autobuild timestamp... 20111117-072637
+ hostname
+ : autobuild hostname... jezebel
+ cd crypto/gc-pbkdf2-sha1
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
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 byte ordering is bigendian... no
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for unsigned long long int... yes
checking for long long int... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking whether stdint.h conforms to C99... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gllib/Makefile
config.status: creating glm4/Makefile
config.status: creating config.h
config.status: executing depfiles commands
+ make
make  all-recursive
make[1]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-pbkdf2-sha1'
Making all in gllib
make[2]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-pbkdf2-sha1/gllib'
make  all-recursive
make[3]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-pbkdf2-sha1/gllib'
make[4]: Entering directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-pbkdf2-sha1/gllib'
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT 
gc-pbkdf2-sha1.o -MD -MP -MF .deps/gc-pbkdf2-sha1.Tpo -c -o gc-pbkdf2-sha1.o 
gc-pbkdf2-sha1.c
mv -f .deps/gc-pbkdf2-sha1.Tpo .deps/gc-pbkdf2-sha1.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT 
gc-gnulib.o -MD -MP -MF .deps/gc-gnulib.Tpo -c -o gc-gnulib.o gc-gnulib.c
mv -f .deps/gc-gnulib.Tpo .deps/gc-gnulib.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT 
hmac-sha1.o -MD -MP -MF .deps/hmac-sha1.Tpo -c -o hmac-sha1.o hmac-sha1.c
mv -f .deps/hmac-sha1.Tpo .deps/hmac-sha1.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT memxor.o 
-MD -MP -MF .deps/memxor.Tpo -c -o memxor.o memxor.c
mv -f .deps/memxor.Tpo .deps/memxor.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1   -g -O2 -MT sha1.o 
-MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
sha1.c:29:22: fatal error: stdalign.h: No such file or directory
compilation terminated.
make[4]: *** [sha1.o] Error 1
make[4]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-pbkdf2-sha1/gllib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-pbkdf2-sha1/gllib'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-pbkdf2-sha1/gllib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/ianb/tmp/scratch/gnulib-tests/t/crypto/gc-pbkdf2-sha1'
make: *** [all] Error 2
+ echo rc=2
rc=2

Attachment: signature.asc
Description: Digital signature

Reply via email to