* Something fishy with master. After a ./configure on OpenServer 6
@ 2008-08-26 10:16 Boyd Lynn Gerber
2008-08-26 12:03 ` Johannes Sixt
0 siblings, 1 reply; 3+ messages in thread
From: Boyd Lynn Gerber @ 2008-08-26 10:16 UTC (permalink / raw)
To: Git List
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 <gerberb@zenez.com>
ZENEZ 1042 East Fort Union #135, Midvale Utah 84047
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Something fishy with master. After a ./configure on OpenServer 6
2008-08-26 10:16 Something fishy with master. After a ./configure on OpenServer 6 Boyd Lynn Gerber
@ 2008-08-26 12:03 ` Johannes Sixt
2008-08-26 12:12 ` Boyd Lynn Gerber
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Sixt @ 2008-08-26 12:03 UTC (permalink / raw)
To: Boyd Lynn Gerber; +Cc: Git List
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Something fishy with master. After a ./configure on OpenServer 6
2008-08-26 12:03 ` Johannes Sixt
@ 2008-08-26 12:12 ` Boyd Lynn Gerber
0 siblings, 0 replies; 3+ messages in thread
From: Boyd Lynn Gerber @ 2008-08-26 12:12 UTC (permalink / raw)
To: Johannes Sixt; +Cc: Git List
On Tue, 26 Aug 2008, Johannes Sixt wrote:
> 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'?
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 <gerberb@zenez.com>
ZENEZ 1042 East Fort Union #135, Midvale Utah 84047
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-26 12:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 10:16 Something fishy with master. After a ./configure on OpenServer 6 Boyd Lynn Gerber
2008-08-26 12:03 ` Johannes Sixt
2008-08-26 12:12 ` Boyd Lynn Gerber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).