discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANNOUNCE GWorkspace 0.5.1


From: eh666
Subject: Re: ANNOUNCE GWorkspace 0.5.1
Date: Fri, 23 May 2003 01:45:26 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3

Jonathan Shipley wrote:
Enrico Sersale <enrico@dtedu.net> writes:


I can't reproduce this. Can you send me a gdb backtrace?



This is what I get. Not sure how useful it is. Let me know if I can help
somehow.
2003-05-22 18:09:40.868 GWorkspace[26943] File NSView.m: 858. In [NSTextField 
-setFrame:] given negative width
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
---Type <return> to continue, or q <return> to quit---
[Switching to Thread 16384 (LWP 26943)]
0x4050b7f9 in objc_msg_lookup () from /usr/lib/libobjc.so.1
(gdb) bt
#0  0x4050b7f9 in objc_msg_lookup () from /usr/lib/libobjc.so.1
#1  0x4015a6ad in NSInterfaceStyleForKey ()
   from 
/usr/lib/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
#2  0x4015e1ca in NSInterfaceStyleForKey ()
   from 
/usr/lib/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
#3  0x401f05fc in GSGetDragTypes ()
   from 
/usr/lib/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
#4  0x400ec53c in initialize_gnustep_backend ()
   from 
/usr/lib/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
#5  0x400eb3c3 in initialize_gnustep_backend ()
   from 
/usr/lib/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so.0
#6  0x0804c000 in main ()
#7  0x4059aa51 in __libc_start_main () from /lib/libc.so.6
(gdb)




This bug is also present on my debian machine and certainly on all debian machines.

Maybe I haven t correctly built the package.( I am not the official maintainer but I have prepared this version for him).
Can you check these lines ? (part of rules makefile)
(DEB_HOST_GNU_TYPE, CURDIR are correct in debian environment)

GS_SYSTEM_ROOT = usr/lib/GNUstep/System --(Debian GNUstep system root)

--------------------------------------------------------
. /$(GS_SYSTEM_ROOT)/Makefiles/GNUstep.sh; \
                ./configure --target=$(DEB_HOST_GNU_TYPE)
-----------------------------------------------------
. /$(GS_SYSTEM_ROOT)/Makefiles/GNUstep.sh; \
                $(MAKE) doc=yes CFLAGS="-O2 -g -Wall"
-------------------------------------------------------
# First install LibGWorkspace
        . /$(GS_SYSTEM_ROOT)/Makefiles/GNUstep.sh; \
$(MAKE) install GWLib doc=yes \ GNUSTEP_INSTALLATION_DIR=$(CURDIR)/debian/gworkspace/$(GS_SYSTEM_ROOT) -----------------------------------------------------------------------
# Then install the rest of the package
        . /$(GS_SYSTEM_ROOT)/Makefiles/GNUstep.sh; \
$(MAKE) install doc=yes \ GNUSTEP_INSTALLATION_DIR=$(CURDIR)/debian/gworkspace/$(GS_SYSTEM_ROOT)
------------------------------------------------------------------------

I suspect the CFLAGS="O2 -g -Wall" to be not correct.


The correct CC address is 192017-forwarded@bugs.debian.org (and not 192017-forwarded@bugs)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]