Jacob Gladish | 11 Oct 03:01
Favicon

svn trunk broken?

I just sync'd up to the trunk and my build is failing. Any ideas?

make[4]: Leaving directory `/home/jake/mono/mono'
LD      pedump
./.libs/libmonoruntime.a(gc.o): In function `finalizer_thread':
/home/jake/mono/mono/mono/metadata/gc.c:914: undefined reference to `mono_attach_maybe_start'
./.libs/libmonoruntime.a(appdomain.o): In function `mono_runtime_cleanup':
/home/jake/mono/mono/mono/metadata/appdomain.c:282: undefined reference to
`mono_attach_cleanup                                              '
./.libs/libmonoruntime.a(appdomain.o): In function `mono_runtime_init':
/home/jake/mono/mono/mono/metadata/appdomain.c:219: undefined reference to `mono_attach_init'
collect2: ld returned 1 exit status
Dax | 11 Oct 04:01

Re: svn trunk broken?


Jacob Gladish wrote:
> I just sync'd up to the trunk and my build is failing. Any ideas?

You might want to run a full clean (svn clean, make clean, reconfigure)
and retry - that fixed that for me a few days ago. If not, deleting your
local copy (saving all diffs, if applicable) and checking out again
should do.

bedah
Paolo Molaro | 13 Oct 10:06

Re: svn trunk broken?

On 10/10/08 Jacob Gladish wrote:
> I just sync'd up to the trunk and my build is failing. Any ideas?
> 
> make[4]: Leaving directory `/home/jake/mono/mono'
> LD      pedump
> ./.libs/libmonoruntime.a(gc.o): In function `finalizer_thread':
> /home/jake/mono/mono/mono/metadata/gc.c:914: undefined reference to `mono_attach_maybe_start'

You didn't run autogen.sh as the build instructions document it is
needed when building from a svn snapshot.

lupus

--

-- 
-----------------------------------------------------------------
lupus <at> debian.org                                     debian/rules
lupus <at> ximian.com                             Monkeys do it better

Gmane