<div dir="ltr">Daniel,<div><br></div><div> I missed an external symbol. Find attached the patch.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 30, 2015 at 9:38 AM, Daniel Kochmański <span dir="ltr"><<a href="mailto:jackdaniel@hellsgate.pl" target="_blank">jackdaniel@hellsgate.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Thank you for contribution! I have pushed it to repository a second ago.<br>
<br>
BR,<br>
Daniel<br>
<div class="HOEnZb"><div class="h5"><br>
Roger Sen Montero writes:<br>
<br>
> Evrim,<br>
><br>
>  find attached a patch to clean up deprecated API.<br>
><br>
> On Sun, Mar 29, 2015 at 6:02 PM, Roger Sen Montero <<a href="mailto:roger.sen@gmail.com">roger.sen@gmail.com</a>><br>
> wrote:<br>
><br>
>> Evrim,<br>
>><br>
>>  Checked the gc directory and I see currect gc is 7.5.0. If this is the<br>
>> case there's no need to update anything as 7.5.0 is modern enough.<br>
>><br>
>>  But this update on the boehmgc has triggered some warnings on the use of<br>
>> deprecated functions/variables, like:<br>
>><br>
>> GC_no_dls = 1;<br>
>><br>
>> GC_all_interior_pointers = 0;<br>
>><br>
>> GC_time_limit = GC_TIME_UNLIMITED;<br>
>><br>
>> GC_dont_gc();<br>
>><br>
>> GC_oom_fn<br>
>><br>
>> GC_java_finalization = 1;<br>
>><br>
>><br>
>> in alloc_2.d as in newer boehm the interface is slightly diferent, see:<br>
>><br>
>> <a href="http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2012-July/005273.html" target="_blank">http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2012-July/005273.html</a><br>
>><br>
>>  Regards.<br>
>><br>
>><br>
>><br>
>><br>
>> in alloc2.d<br>
>><br>
>><br>
>><br>
>>  Regards.<br>
>><br>
>> On Sun, Mar 29, 2015 at 1:36 PM, Evrim Ulu <<a href="mailto:evrimulu@gmail.com">evrimulu@gmail.com</a>> wrote:<br>
>><br>
>>> Hello Roger,<br>
>>><br>
>>> Could you enlighten me about the details?<br>
>>><br>
>>> evrim.<br>
>>><br>
>>> On Thu, Mar 26, 2015 at 2:30 PM, Roger Sen Montero <<a href="mailto:roger.sen@gmail.com">roger.sen@gmail.com</a>><br>
>>> wrote:<br>
>>><br>
>>>> Evrim,<br>
>>>><br>
>>>>  by the way, are you planning to update the garbage collector? If I<br>
>>>> recall correctly the current version uses some deprecated kernel API.<br>
>>>><br>
>>>>  Regards.<br>
>>>><br>
>>>> On Thu, Mar 26, 2015 at 12:10 PM, Evrim Ulu <<a href="mailto:evrimulu@gmail.com">evrimulu@gmail.com</a>> wrote:<br>
>>>><br>
>>>>> Thanks Roger, glad to hear that.<br>
>>>>><br>
>>>>> Android app is now in the repo contrib/android. See README.android.<br>
>>>>><br>
>>>>> Best,<br>
>>>>> evrim.<br>
>>>>><br>
>>>>> On Thu, Mar 26, 2015 at 10:41 AM, Roger Sen Montero <<br>
>>>>> <a href="mailto:roger.sen@gmail.com">roger.sen@gmail.com</a>> wrote:<br>
>>>>><br>
>>>>>> Evrim,<br>
>>>>>><br>
>>>>>>  good news from the mac side (Darwin 14.1.0 Darwin Kernel Version<br>
>>>>>> 14.1.0: Thu Feb 26 19:26:47 PST 2015; root:xnu-2782.10.73~1/RELEASE_X86_64<br>
>>>>>> x86_64)<br>
>>>>>><br>
>>>>>>  ECL 15.3.7 (git:3e3682510951debc91cf6d02edc04d413ed67f34)<br>
>>>>>> experimental branch compiles & loads quicklisp correctly (quickloaded<br>
>>>>>> "vecto")<br>
>>>>>><br>
>>>>>>  For tests, fairly good... I see no differences between the<br>
>>>>>> experimental and main branch.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> On Wed, Mar 25, 2015 at 1:35 PM, Evrim Ulu <<a href="mailto:evrimulu@gmail.com">evrimulu@gmail.com</a>> wrote:<br>
>>>>>><br>
>>>>>>> No worries, we need to upgrade them at some point,<br>
>>>>>>> The sooner it breaks the better it is.<br>
>>>>>>><br>
>>>>>>> I've pushed the patches to experimental branch at gitlab. Hope this<br>
>>>>>>> host is permanent for a while.<br>
>>>>>>><br>
>>>>>>> Btw, I don't have a macbook now, let me know if somebody wants to<br>
>>>>>>> give me access so that I can try.<br>
>>>>>>><br>
>>>>>>> Let me finish the android app first.<br>
>>>>>>><br>
>>>>>>> Later.<br>
>>>>>>> evrim.<br>
>>>>>>><br>
>>>>>>> On Wed, Mar 25, 2015 at 2:34 PM, Daniel Kochmański <<br>
>>>>>>> <a href="mailto:jackdaniel@hellsgate.pl">jackdaniel@hellsgate.pl</a>> wrote:<br>
>>>>>>><br>
>>>>>>>> Hey,<br>
>>>>>>>><br>
>>>>>>>> Evrim Ulu writes:<br>
>>>>>>>><br>
>>>>>>>> > Hey Daniel,<br>
>>>>>>>> ><br>
>>>>>>>> > So we are moving again? gee, created an account: evrim.<br>
>>>>>>>> > Please add me so that i can push the patches.<br>
>>>>>>>><br>
>>>>>>>> Not my fault :-p<br>
>>>>>>>><br>
>>>>>>>> I've added you to the team.<br>
>>>>>>>> ><br>
>>>>>>>> > Regarding to libffi, I have no idea yet, i'll look into it, if you<br>
>>>>>>>> could<br>
>>>>>>>> > point me the bugs, i'll be glad.<br>
>>>>>>>><br>
>>>>>>>> libffi causes no bugs, it just doesn't build on ARMv5 architecture<br>
>>>>>>>> (upstream libffi does on the contrary).<br>
>>>>>>>><br>
>>>>>>>> <a href="http://sourceware.org/libffi/" target="_blank">http://sourceware.org/libffi/</a><br>
>>>>>>>><br>
>>>>>>>> Regarding bugs, I'm aware of one in gc, but this will probably fix<br>
>>>>>>>> more<br>
>>>>>>>> stuff:<br>
>>>>>>>><br>
>>>>>>>> <a href="https://sourceforge.net/p/ecls/bugs/305/" target="_blank">https://sourceforge.net/p/ecls/bugs/305/</a><br>
>>>>>>>><br>
>>>>>>>> Best regards,<br>
>>>>>>>> Daniel<br>
>>>>>>>><br>
>>>>>>>> ><br>
>>>>>>>> > evrim.<br>
>>>>>>>> ><br>
>>>>>>>> > On Wed, Mar 25, 2015 at 2:12 PM, Daniel Kochmański <<br>
>>>>>>>> <a href="mailto:jackdaniel@hellsgate.pl">jackdaniel@hellsgate.pl</a>><br>
>>>>>>>> > wrote:<br>
>>>>>>>> ><br>
>>>>>>>> >> Hey,<br>
>>>>>>>> >><br>
>>>>>>>> >> you might have ommited that we've moved to <a href="http://gitlab.com" target="_blank">gitlab.com</a> due to<br>
>>>>>>>> gitorious<br>
>>>>>>>> >> closing down soon. If you let me know about your gitlab account<br>
>>>>>>>> info,<br>
>>>>>>>> >> I'll add you to the team. This was unfortunate, that soon after<br>
>>>>>>>> >> migration we have to migrate once again.<br>
>>>>>>>> >><br>
>>>>>>>> >> Regarding your patches - it's replacement of gmp and gc with<br>
>>>>>>>> upstream<br>
>>>>>>>> >> ones? If you could also add upstream libffi, you could merge it to<br>
>>>>>>>> >> develop branch, since libffi breaks on armv5 and old gc has some<br>
>>>>>>>> quirks<br>
>>>>>>>> >> like bug on sf bugtracker.<br>
>>>>>>>> >><br>
>>>>>>>> >> Oh, and the most important: thank you for your hard work! :-)<br>
>>>>>>>> It's nice<br>
>>>>>>>> >> to work with fellow hackers.<br>
>>>>>>>> >><br>
>>>>>>>> >> Best regards,<br>
>>>>>>>> >> Daniel<br>
>>>>>>>><br>
>>>>>>>> >><br>
>>>>>>>> >> Evrim Ulu writes:<br>
>>>>>>>> >><br>
>>>>>>>> >> > Dear list,<br>
>>>>>>>> >> ><br>
>>>>>>>> >> > I've updated experimental branch. We now have brand new gmp,<br>
>>>>>>>> bdwgc,<br>
>>>>>>>> >> > libatomic_ops in the repo.<br>
>>>>>>>> >> ><br>
>>>>>>>> >> > I've also made a configure script called configure.android to<br>
>>>>>>>> compile to<br>
>>>>>>>> >> > android target. I'll push a sample android app into<br>
>>>>>>>> contrib/android soon.<br>
>>>>>>>> >> ><br>
>>>>>>>> >> > best,<br>
>>>>>>>> >> > evrim.<br>
>>>>>>>> >> ><br>
>>>>>>>> >><br>
>>>>>>>> ------------------------------------------------------------------------------<br>
>>>>>>>> >> > Dive into the World of Parallel Programming The Go Parallel<br>
>>>>>>>> Website,<br>
>>>>>>>> >> sponsored<br>
>>>>>>>> >> > by Intel and developed in partnership with Slashdot Media, is<br>
>>>>>>>> your hub<br>
>>>>>>>> >> for all<br>
>>>>>>>> >> > things parallel software development, from weekly thought<br>
>>>>>>>> leadership<br>
>>>>>>>> >> blogs to<br>
>>>>>>>> >> > news, videos, case studies, tutorials and more. Take a look and<br>
>>>>>>>> join the<br>
>>>>>>>> >> > conversation now.<br>
>>>>>>>> >><br>
>>>>>>>> <a href="http://goparallel.sourceforge.net/_______________________________________________" target="_blank">http://goparallel.sourceforge.net/_______________________________________________</a><br>
>>>>>>>> >> > Ecls-list mailing list<br>
>>>>>>>> >> > <a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
>>>>>>>> >> > <a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
>>>>>>>> >><br>
>>>>>>>> >> --<br>
>>>>>>>> >> Daniel Kochmański | Poznań, Poland<br>
>>>>>>>> >> ;; aka jackdaniel<br>
>>>>>>>> >><br>
>>>>>>>> >> "Be the change that you wish to see in the world." - Mahatma<br>
>>>>>>>> Gandhi<br>
>>>>>>>> >><br>
>>>>>>>><br>
>>>>>>>> --<br>
>>>>>>>> Daniel Kochmański | Poznań, Poland<br>
>>>>>>>> ;; aka jackdaniel<br>
>>>>>>>><br>
>>>>>>>> "Be the change that you wish to see in the world." - Mahatma Gandhi<br>
>>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> ------------------------------------------------------------------------------<br>
>>>>>>> Dive into the World of Parallel Programming The Go Parallel Website,<br>
>>>>>>> sponsored<br>
>>>>>>> by Intel and developed in partnership with Slashdot Media, is your<br>
>>>>>>> hub for all<br>
>>>>>>> things parallel software development, from weekly thought leadership<br>
>>>>>>> blogs to<br>
>>>>>>> news, videos, case studies, tutorials and more. Take a look and join<br>
>>>>>>> the<br>
>>>>>>> conversation now. <a href="http://goparallel.sourceforge.net/" target="_blank">http://goparallel.sourceforge.net/</a><br>
>>>>>>> _______________________________________________<br>
>>>>>>> Ecls-list mailing list<br>
>>>>>>> <a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
>>>>>>> <a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
>>>>>>><br>
>>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> --<br>
>>>>>> Roger Sen Montero<br>
>>>>>> <a href="mailto:roger.sen@gmail.com">roger.sen@gmail.com</a><br>
>>>>>> <a href="tel:%2B34%20649%20975%20570" value="+34649975570">+34 649 975 570</a><br>
>>>>>><br>
>>>>><br>
>>>>><br>
>>>><br>
>>>><br>
>>>> --<br>
>>>> Roger Sen Montero<br>
>>>> <a href="mailto:roger.sen@gmail.com">roger.sen@gmail.com</a><br>
>>>> <a href="tel:%2B34%20649%20975%20570" value="+34649975570">+34 649 975 570</a><br>
>>>><br>
>>><br>
>>><br>
>><br>
>><br>
>> --<br>
>> Roger Sen Montero<br>
>> <a href="mailto:roger.sen@gmail.com">roger.sen@gmail.com</a><br>
>> <a href="tel:%2B34%20649%20975%20570" value="+34649975570">+34 649 975 570</a><br>
>><br>
<br>
--<br>
Daniel Kochmański | Poznań, Poland<br>
;; aka jackdaniel<br>
<br>
"Be the change that you wish to see in the world." - Mahatma Gandhi<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Roger Sen Montero<br><a href="mailto:roger.sen@gmail.com" target="_blank">roger.sen@gmail.com</a><br>+34 649 975 570<br></div></div>
</div>