[Mono-bugs] [Bug 413786] New: mono-hash.c:361: error: `node_mem_chunk' undeclared ( first use in this function)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jul 31 18:59:22 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=413786


           Summary: mono-hash.c:361: error: `node_mem_chunk' undeclared
                    (first use in this function)
           Product: Mono: Runtime
           Version: 1.9
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: tcblack at stilltruth.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Other


Summary: 
Attempting to build mono on a Netgear Readynas running a modified Debian Sarge
installation.  The CPU is an IT3107 by Infrant technologies.

Configure script command line: 
# ./configure  --build=sparc-infrant-linux-gnu --prefix=/usr/local
--with-preview=no --with-moonlight=no --disable-shared-memory 

Running make results in the following error:

make[2]: Entering directory `/tmp/build/mono-1.9.1/mono'
Making all in utils
make[3]: Entering directory `/tmp/build/mono-1.9.1/mono/utils'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..
-I../.. -I../../mono -I../../libgc/include -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT
-DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DNO_UNALIGNED_ACCESS  -g -O2
-fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings
-Wno-cast-align -mcpu=v9 -MT mono-hash.lo -MD -MP -MF .deps/mono-hash.Tpo -c -o
mono-hash.lo mono-hash.c
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGC_LINUX_THREADS
-D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64
-DNO_UNALIGNED_ACCESS -g -O2 -fno-strict-aliasing -g -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
-Wcast-align -Wwrite-strings -Wno-cast-align -mcpu=v9 -MT mono-hash.lo -MD -MP
-MF .deps/mono-hash.Tpo -c mono-hash.c  -fPIC -DPIC -o .libs/mono-hash.o
mono-hash.c: In function `g_hash_node_new':
mono-hash.c:361: error: `node_mem_chunk' undeclared (first use in this
function)
mono-hash.c:361: error: (Each undeclared identifier is reported only once
mono-hash.c:361: error: for each function it appears in.)
make[3]: *** [mono-hash.lo] Error 1
make[3]: Leaving directory `/tmp/build/mono-1.9.1/mono/utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/build/mono-1.9.1/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/build/mono-1.9.1'
make: *** [all] Error 2

_________________________

This error is preventing me from building mono.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list