Hello,
This is just a heads up on what I am seeing with the latest master. I
never saw any of this with 1.5.X.X
Every thing compiled just fine. But when I tried to do a gmake check I
noticed I have things defined that should not be.For example powerpc and
BIG_ENDIAN should not have been defined. I will look into this, but
things are a bit broken with master. See below.
$ gmake check
for i in *.c; do sparse -Kalloca -Kthread -I/usr/local/include
-DNO_D_TYPE_IN_DIRENT -DSHA1_HEADER='<openssl/sha.h>'
-DSNPRINTF_RETURNS_BOGUS -DFREAD_READS_DIRECTORIES -DNO_STRCASESTR
-DNO_MKDTEMP -DNO_HSTRERROR -DNO_MEMMEM -D__BIG_ENDIAN__ -D__powerpc__ $i
|| exit; done
/usr/bin/bash: sparse: command not found
--
Boyd Gerber [off-list ref]
ZENEZ 1042 East Fort Union #135, Midvale Utah 84047
Boyd Lynn Gerber schrieb:
$ gmake check
for i in *.c; do sparse -Kalloca -Kthread -I/usr/local/include
-DNO_D_TYPE_IN_DIRENT -DSHA1_HEADER='<openssl/sha.h>'
-DSNPRINTF_RETURNS_BOGUS -DFREAD_READS_DIRECTORIES -DNO_STRCASESTR
-DNO_MKDTEMP -DNO_HSTRERROR -DNO_MEMMEM -D__BIG_ENDIAN__ -D__powerpc__
$i || exit; done
/usr/bin/bash: sparse: command not found
Did you mean to run 'gmake test'?
-- Hannes
On Tue, 26 Aug 2008, Johannes Sixt wrote:
Boyd Lynn Gerber schrieb:
quoted
$ gmake check
for i in *.c; do sparse -Kalloca -Kthread -I/usr/local/include
-DNO_D_TYPE_IN_DIRENT -DSHA1_HEADER='<openssl/sha.h>'
-DSNPRINTF_RETURNS_BOGUS -DFREAD_READS_DIRECTORIES -DNO_STRCASESTR
-DNO_MKDTEMP -DNO_HSTRERROR -DNO_MEMMEM -D__BIG_ENDIAN__ -D__powerpc__
$i || exit; done
/usr/bin/bash: sparse: command not found
Did you mean to run 'gmake test'?
I ran it first and I am having a few tests failing that were not before.
I am investigating them. When I ran gmake check before on 1.5.X it had
the right information. But the gmake test is the most important. I need
to figure-out why the test are failing now and make changes. Every
platform does not fail in the same place. So it is going to take time to
go through all the platforms and understand why the tests are failing. It
maybe just new tests. That is what I am investigating now.
Thanks,
--
Boyd Gerber [off-list ref]
ZENEZ 1042 East Fort Union #135, Midvale Utah 84047