I traced the problem to libffi not being ready for FreeBSD on arm yet.
I compiled and ran config/config-ffi.c manually and it stops at
  ((void(*)(cls_struct_combined)) (code))(g_dbl);


--
Johannes Lundberg
BRILLIANTSERVICE CO., LTD.


On Thu, Jan 2, 2014 at 2:39 PM, Lundberg, Johannes <
[email protected]> wrote:

> Hmm configure seems to ignore --disable-libffi...
>
> --
> Johannes Lundberg
> BRILLIANTSERVICE CO., LTD.
>
>
> On Thu, Jan 2, 2014 at 2:01 PM, Lundberg, Johannes <
> [email protected]> wrote:
>
>> Hi Kevin
>>
>> Thanks for quick reply.
>>
>> Unfortunately I don't think that gives very much...
>>
>> What will be affected if I configure without ffi?
>>
>> ---
>> root@beaglebone:/usr/ports/lang/gnustep-base/work/gnustep-base-1.24.5 #
>> tail config.log
>> GS_OBJC_ROOT_CLASS @interface NSObject
>>                                       ^
>>                                        : NSObject
>> 2 warnings generated.
>> configure:23148: $? = 0
>> configure:23200: result: yes
>> configure:23208: checking FFI library usage
>> configure:23241: /usr/bin/clang -o conftest -O -pipe
>> -I/usr/local/include/libxml2/libxml -DHAVE_DLADDR=1
>> -I/usr/local/GNUstep/Local/Library/Headers
>> -I/usr/local/GNUstep/Local/Library/Headers
>> -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include
>> -fobjc-runtime=gnustep-1.7 -fblocks -fgnu-runtime -x objective-c
>> -I/usr/local/lib/libffi-3.0.13/include
>> -L/usr/local/GNUstep/Local/Library/Libraries
>> -L/usr/local/GNUstep/Local/Library/Libraries
>> -L/usr/local/GNUstep/System/Library/Libraries -L/usr/local/lib conftest.c
>> -L/usr/local/lib -lffi   -lkvm -lrt  -lpthread -lz >&5
>> configure:23245: $? = 0
>> configure:23251: ./conftest
>> ---
>>
>>
>> --
>> Johannes Lundberg
>> BRILLIANTSERVICE CO., LTD.
>>
>>
>> On Thu, Jan 2, 2014 at 1:47 PM, Kevin Ingwersen <
>> [email protected]> wrote:
>>
>>> While the script is stuck, open a new terminal window - or use screen -
>>> and tail the config.log. It always has the command it tries tor un within.
>>> As the command is actually stuck, the most bottom lines, above your prompt,
>>> should show the comand, and possible stuck-reason on first glance.
>>>
>>> Am Do. Jan. 02 2014 05:44:43 schrieb Lundberg, Johannes:
>>> > Hi!
>>> >
>>> > I'm doing some experimenting on the BBB and I managed to build all
>>> dependencies for gnustep-make and gnustep-base (natively on the BBB, from
>>> FreeBSD ports).
>>> >
>>> > However, configure on gnustep-base seems to stop at
>>> >
>>> > checking FFI library usage...
>>> >
>>> > # top
>>> > shows
>>> > 46094 root          1  76    0 10736K  2140K RUN    139:22  90.28%
>>> conftest
>>> > but user cpu usage is around 4%.
>>> >
>>> > Not sure what the script is doing at this time. Is there any known
>>> problem with FFI? If so, are there any alternatives? Will gnustep-base run
>>> without it?
>>>
>>>
>>>
>>>
>>
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to