Re: Still getting the following failure...

2013-07-21 Thread Vincent R.
Actually the problem came from the alignment change inside libobjc2, I have tested to revert to older revision: $ svn update -r 36850 now make check for base works fine (it was not the case before): 7839 Passed tests 21 Dashed hopes All OK! and I was able to compile and run Gorm.

Re: Still getting the following failure...

2013-07-20 Thread Gregory Casamento
Backtrace for failure in pl2link Thread debugging using libthread_db enabled] Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1. /usr/GNUstep/System/Tools/pl2link: Uncaught exception (null), reason: -initWithBytes:lenth:encoding given nul bytes Program received signal

Re: Still getting the following failure...

2013-07-20 Thread Eric Wasylishen
Hi Greg, Looks like InitialisePathUtilities is catching and re-throwing an exception on line 1180. Could you break on objc_exception_throw and re-run to see if you can get a stack trace from the initial exception? We know it'll be an -initWithBytes:lenth:encoding given nul bytes exception,

Re: Still getting the following failure...

2013-07-20 Thread Gregory Casamento
(gdb) bt #0 0x7700fb00 in objc_exception_throw () from /usr/GNUstep/Local/Library/Libraries/libobjc.so.4 #1 0x775b1e7f in -[NSException raise] (self=0x7ffea0, _cmd=0x77b0dba0) at NSException.m:970 #2 0x775b1137 in +[NSException raise:format:arguments:]

Re: Still getting the following failure...

2013-07-20 Thread Vincent R.
Le 20.07.2013 17:17, Eric Wasylishen a écrit : Hi Greg, Looks like InitialisePathUtilities is catching and re-throwing an exception on line 1180. Could you break on objc_exception_throw and re-run to see if you can get a stack trace from the initial exception? We know it'll be an

Re: Still getting the following failure...

2013-07-19 Thread Vincent R.
Le 18.07.2013 17:06, Vincent R. a écrit : Le 18.07.2013 17:00, Vincent R. a écrit : Le 18.07.2013 04:51, Gregory Casamento a écrit :  Creating Gorm.app/Resources/Info-gnustep.plist... plmerge: Uncaught exception (null), reason: -initWithBytes:lenth:encoding given nul bytes I have reported

Re: Still getting the following failure...

2013-07-19 Thread Vincent R.
Le 19.07.2013 19:36, Vincent R. a écrit : Le 18.07.2013 17:06, Vincent R. a écrit : Le 18.07.2013 17:00, Vincent R. a écrit : Le 18.07.2013 04:51, Gregory Casamento a écrit :  Creating Gorm.app/Resources/Info-gnustep.plist... plmerge: Uncaught exception (null), reason:

Re: Still getting the following failure...

2013-07-19 Thread Richard Frith-Macdonald
On 19 Jul 2013, at 19:06, Vincent R. foru...@smartmobili.com wrote: Le 19.07.2013 19:36, Vincent R. a écrit : Le 18.07.2013 17:06, Vincent R. a écrit : Le 18.07.2013 17:00, Vincent R. a écrit : Le 18.07.2013 04:51, Gregory Casamento a écrit : Creating

Re: Still getting the following failure...

2013-07-19 Thread Gregory Casamento
As an aside with respect to clang... Clang has been very stable lately and it's been my primary compiler for the past serveral months. I recommend more of us give it a try and use it on a regular basis. Clang has several advantages over gcc which are obvious: 1) Apple is involved in its

Re: Still getting the following failure...

2013-07-19 Thread Riccardo Mottola
Hi, Richard Frith-Macdonald wrote: Creating Gorm.app/Resources/Info-gnustep.plist... plmerge: Uncaught exception (null), reason: -initWithBytes:lenth:encoding given nul bytes I have reported it in a previous message but nobody cares ... See my second message entitled : compiling GNUstep

Re: Still getting the following failure...

2013-07-19 Thread Gregory Casamento
I' ve had the same issue. I'll produce a stacktrace, I've been pretty busy over the past couple of days so I've been unable to. I'll do a clean build and try again. GC On Fri, Jul 19, 2013 at 3:22 PM, Richard Frith-Macdonald richardfrithmacdon...@gmail.com wrote: On 19 Jul 2013, at 19:06,

Re: Still getting the following failure...

2013-07-18 Thread Vincent R.
Le 18.07.2013 04:51, Gregory Casamento a écrit :  Creating Gorm.app/Resources/Info-gnustep.plist... plmerge: Uncaught exception (null), reason: -initWithBytes:lenth:encoding given nul bytes I have reported it in a previous message but nobody cares ...

Re: Still getting the following failure...

2013-07-18 Thread Vincent R.
Le 18.07.2013 17:00, Vincent R. a écrit : Le 18.07.2013 04:51, Gregory Casamento a écrit :  Creating Gorm.app/Resources/Info-gnustep.plist... plmerge: Uncaught exception (null), reason: -initWithBytes:lenth:encoding given nul bytes I have reported it in a previous message but nobody cares

Still getting the following failure...

2013-07-17 Thread Gregory Casamento
Creating Gorm.app/Resources/Info-gnustep.plist... plmerge: Uncaught exception (null), reason: -initWithBytes:lenth:encoding given nul bytes Aborted make[2]: [Gorm.app/Resources/Info-gnustep.plist] Error 134 (ignored) Creating Gorm.app/Resources/Gorm.desktop... pl2link: Uncaught exception (null),