[Mono-dev] Can't build the master branch from git

Michael Franz mvfranz at gmail.com
Sun Feb 9 22:01:22 UTC 2014


My daily builds started to fail a few days ago, but seem to be back up and
working now.  I build with a similar command on Centos 6.5 .
./autogen.sh --prefix=/opt/local/JenkinsBuilds
make get-monolite-latest
make EXTERNAL_MCS="${PWD}/mcs/class/lib/monolite/gmcs.exe"


On Fri, Feb 7, 2014 at 1:42 PM, Brandon Perry <bperry.volatile at gmail.com>wrote:

> I recently documented compiling the 3.2.6 on CentOS.
>
> Not sure if your issue is ubuntu related, but perhaps this will help:
>
> http://volatile-minds.blogspot.com/2014/01/mono-326-on-centos-65.html
>
>
> On Fri, Feb 7, 2014 at 12:02 PM, initram <martin.midtgaard at gmail.com>wrote:
>
>> I am unable to build the souce code I have pulled form git. I have tried
>> both
>> using both the repository version of mono and monolite to compile and I
>> fail
>> in the same way.
>>
>> The last lines of my failed build can be seen below (using monolite):
>>
>> Making all in runtime
>> make[2]: Entering directory `/home/initram/monoSource/monoInitram/runtime'
>> if test -w /home/initram/monoSource/monoInitram/mcs; then :; else chmod -R
>> +w /home/initram/monoSource/monoInitram/mcs; fi
>> cd /home/initram/monoSource/monoInitram/mcs && make --no-print-directory
>> -s
>> NO_DIR_CHECK=1 PROFILES='net_2_0 net_3_5 net_4_0 net_4_5 xbuild_12   '
>> CC='gcc' all-profiles
>> Bootstrap compiler: Mono C# compiler version 3.2.7.0
>> MCS     [net_2_0] mscorlib.dll
>> Stacktrace:
>>
>>
>> Native stacktrace:
>>
>> Segmentation fault (core dumped)
>> make[8]: *** [../../class/lib/net_2_0/tmp/mscorlib.dll] Error 139
>> make[7]: *** [do-all] Error 2
>> make[6]: *** [all-recursive] Error 1
>> make[5]: *** [all-recursive] Error 1
>> make[4]: *** [profile-do--net_2_0--all] Error 2
>> make[3]: *** [profiles-do--all] Error 2
>> make[2]: *** [all-local] Error 2
>> make[2]: Leaving directory `/home/initram/monoSource/monoInitram/runtime'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/initram/monoSource/monoInitram'
>> make: *** [all] Error 2
>>
>>
>>
>> I am running Lubuntu in a virtual machine.
>> my process of building is the following:
>> $ cd ~/monoSource/monoInitram
>> $ ./autogen.sh --prefix=/opt/monoInitram
>> $ make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe
>>
>> Where do I go from here?
>> I would really like to know that my changes compile and pass all test
>> using
>> head of master.
>>
>>
>>
>> --
>> View this message in context:
>> http://mono.1490590.n4.nabble.com/Can-t-build-the-master-branch-from-git-tp4661864.html
>> Sent from the Mono - Dev mailing list archive at Nabble.com.
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>
>
>
> --
> http://volatile-minds.blogspot.com -- blog
> http://www.volatileminds.net -- website
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20140209/9144988d/attachment.html>


More information about the Mono-devel-list mailing list