Gentoo Archives: gentoo-gnustep

From: "Sourav K. Mandal" <sourav.mandal@×××××.com>
To: gentoo-gnustep@l.g.o
Subject: Re: [gentoo-gnustep] Re: Help with gnustep
Date: Sat, 04 Aug 2007 19:24:26
Message-Id: 1186255452.13486.136.camel@localhost
In Reply to: Re: [gentoo-gnustep] Re: Help with gnustep by Luis Felipe Strano Moraes
1 Hello,
2
3 For kicks I I rebuilt gnustep-base and gnustep-back-art --
4 unfortunately, it worked perfectly for me :P
5
6 The only thing I can think of for you is glibc is too new and causing
7 some conflict with the Obj-C runtime. It would be really weird if your
8 mactel kernel were causing a problem.
9
10
11 Sourav
12
13 [quote snipped]
14
15 On Thu, 2007-08-02 at 16:44 -0300, Luis Felipe Strano Moraes wrote:
16
17 > Ok, apparently it's compiling with debug support, so I just ran the plmerge line
18 > which was giving me errors on gdb and this is the backtrace that I got
19 > (I've to go
20 > to class now, and I'll take a look at it later tonight possibly) :
21 >
22 > (gdb) r libgnustep-back-012.bundle/Resources/Info-gnustep.plist
23 > libgnustep-back-012Info.plist
24 > Starting program: /usr/GNUstep/System/Tools/plmerge
25 > libgnustep-back-012.bundle/Resources/Info-gnustep.plist
26 > libgnustep-back-012Info.plist
27 >
28 > Program received signal SIGABRT, Aborted.
29 > 0xb7eed410 in __kernel_vsyscall ()
30 > (gdb) backtrace
31 > #0 0xb7eed410 in __kernel_vsyscall ()
32 > #1 0xb7795969 in raise () from /lib/libc.so.6
33 > #2 0xb7796f51 in abort () from /lib/libc.so.6
34 > #3 0xb7afd6ef in objc_exception_throw () from
35 > /usr/lib/gcc/i686-pc-linux-gnu/4.2.0/libobjc.so.2
36 > #4 0xb7c4a06f in -[NSException raise] (self=0x80fd6e0,
37 > _cmd=0xb7e753a0) at NSException.m:806
38 > #5 0xb7bad638 in -[GSMutableDictionary setObject:forKey:]
39 > (self=0x80f9880, _cmd=0xb7e70cf0, anObject=0x0, aKey=0x80814c8)
40 > at GSDictionary.m:408
41 > #6 0xb7b9d1fb in GSDomainFromDefaultLocale () at GSLocale.m:162
42 > #7 0xb7d04e37 in +[NSUserDefaults standardUserDefaults]
43 > (self=0xb7ecca00, _cmd=0xb7e93350) at NSUserDefaults.m:592
44 > #8 0xb7c40313 in -[NSDictionary writeToFile:atomically:]
45 > (self=0x80964b0, _cmd=0x804ab58, path=0x808bff8, useAuxiliaryFile=1
46 > '\001')
47 > at NSDictionary.m:951
48 > #9 0x080492c3 in main () at plmerge.m:139
49 > #10 0xb77829a8 in __libc_start_main () from /lib/libc.so.6
50 > #11 0x080488e1 in _start ()
51
52 --
53 Sourav K. Mandal
54 http://sourav.net/
55
56 PGP: 7E7E 14CD A983 484C 8A43 55CA DBAC 539C 1814 3DAF
57
58 --
59 gentoo-gnustep@g.o mailing list

Replies

Subject Author
Re: [gentoo-gnustep] Re: Help with gnustep Luis Felipe Strano Moraes <luis.strano@×××××.com>