Bugs item #1883505, was opened at 2008-01-31 15:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1883505&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: MonetDB Common CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Fabian (mr-meltdown)
Assigned to: Sjoerd Mullender (sjoerd)
Summary: MonetDB Compilation fails on sparcv9-sun-solaris2.10

Initial Comment:
 sparcv9-sun-solaris2.10-gcc -DHAVE_CONFIG_H -I. 
-I/scratch/tmp/monetdb-fabian/current/common/src/gdk -I../.. 
-I/scratch/tmp/monetdb-fabian/current/common/src/gdk -I../common 
-I/scratch/tmp/monetdb-fabian/current/common/src/gdk/../common -DLIBGDK 
-mcpu=v9 -mtune=v9 -pipe -g -O2 -W -Wall -D__EXTENSIONS__ -std=c99 
-fgnu89-inline -Werror -D_REENTRANT -c gdk_utils.c  -fPIC -DPIC -o 
.libs/libbat_la-gdk_utils.o
cc1: warnings being treated as errors
/scratch/tmp/monetdb-fabian/current/common/src/gdk/gdk_utils.mx: In function 
'GDKmem_heapcheck':
/scratch/tmp/monetdb-fabian/current/common/src/gdk/gdk_utils.mx:524: warning: 
comparison of unsigned expression < 0 is always false
/scratch/tmp/monetdb-fabian/current/common/src/gdk/gdk_utils.mx:524: warning: 
comparison of unsigned expression < 0 is always false
/scratch/tmp/monetdb-fabian/current/common/src/gdk/gdk_utils.mx:524: warning: 
comparison of unsigned expression < 0 is always false
make[5]: *** [libbat_la-gdk_utils.lo] Error 1
make[5]: *** Waiting for unfinished jobs....

(sparcv9 == 64-bits native target)

offending code block:
#if ((SIZEOF_VOID_P==8) && defined(HAVE_SIGNED_MALLINFO))
                if (m.usmblks < 0 || m.uordblks < 0 || m.hblkhd < 0)
                        mallinfo_ok = 0;        /* incredible POSIX 
incompetence!! non-64-bit safe mallinfo */
                else
#endif


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1883505&group_id=56967

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to