discuss-gnustep
[Top][All Lists]
Advanced

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

Re: build error trying to install from FreeBSD ports


From: Dan Grillo
Subject: Re: build error trying to install from FreeBSD ports
Date: Sat, 27 Apr 2002 22:16:24 -0700
Date: Sat, 27 Apr 2002 22:16:24 -0700

Here's the backtrace from a gdnc crash when GWorkspace starts if it helps:


gti# gdb ix86/freebsd/gnu-gnu-gnu/gdnc gdnc.core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...(no debugging symbols
found)...
Core was generated by `gdnc'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1...(no
debugging symbols found)...done.
Reading symbols from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/libobjc.so.1...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libgiconv.so.2...(no debugging symbols 
found)...done.
Reading symbols from /usr/lib/libz.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libxml2.so.5...(no debugging symbols 
found)...done.
Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libcipher.so.2...(no debugging symbols 
found)...done.
Reading symbols from /usr/lib/libgmp.so.3...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libc_r.so.4...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols 
found)...done.
#0  0x2824c0de in objc_msg_lookup ()
   from /usr/local/GNUstep/System/Libraries/ix86/freebsd/libobjc.so.1
(gdb) where
#0  0x2824c0de in objc_msg_lookup ()
   from /usr/local/GNUstep/System/Libraries/ix86/freebsd/libobjc.so.1
#1  0x804a339 in _i_GDNCServer__registerClient_ ()
#2  0x280d432f in mframe_do_call ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#3  0x2812545b in _i_NSConnection_Private__service_forwardForProxy_ ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#4  0x28124cc3 in _i_NSConnection_Private_handlePortMessage_ ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#5  0x2816d08d in _i_GSTcpPort__handlePortMessage_ ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#6  0x2816a2f1 in _i_GSTcpHandle__dispatch ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#7  0x2816ae7d in _i_GSTcpHandle__receivedEvent_type_extra_forMode_ ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#8  0x2816d668 in _i_GSTcpPort__receivedEvent_type_extra_forMode_ ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#9  0x2817c1ca in _i_GSRunLoopCtxt__pollUntil_within_ ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#10 0x2817e36a in _i_NSRunLoop__acceptInputForMode_beforeDate_ ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#11 0x2817e68b in _i_NSRunLoop__runMode_beforeDate_ ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#12 0x2817e75d in _i_NSRunLoop__runUntilDate_ ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#13 0x2817e6ed in _i_NSRunLoop__run ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#14 0x804b48b in gnustep_base_user_main ()
#15 0x28179333 in main ()
   from
/usr/local/GNUstep/System/Libraries/ix86/freebsd/gnu-gnu-gnu/libgnustep-base.so.1
#16 0x80490ad in _start ()



----- Begin forwarded message:

Subject: Re: build error trying to install from FreeBSD ports
Cc: discuss-gnustep@gnu.org
Date: Sat, 27 Apr 2002 21:55:01 -0700

The mystery is more confusing:  if I kill of gdomap, and start
a freey gdomap, a fresh gdnc, and a fresh gpbs they are all running
and all registered with gdomap.

If I then start GWorkspace gdnc disappears from the process list
(I guess it's crashed) and GWorkspace just hangs.

                        --Dan

----- Begin forwarded message:

Subject: build error trying to install from FreeBSD ports
To: discuss-gnustep@gnu.org
Date: Sat, 27 Apr 2002 21:44:00 -0700


I've hacked about the build problem by copying the default keybinding dict
to the resourcese directory manually, and finished base build, and built
and installed gworkspace.

When starting gworkspace it flips out because it can't talk to gndc.

If I start gndc by hand this happens:

~ gti.grillo.net[26]> /usr/local/GNUstep/System/Tools/gdnc
~ gti.grillo.net[27]> Uncaught exception NSGenericException, reason: unable
to register GDNCServer

Any suggestions?  I found a recent post about this using Google
but didn't find a resolution.

For some reason gdomap says this is running:

~ gti.grillo.net[29]> gdomap -N
Registered names are -
  GDNCServer


But gndc isn't running on this machine:

~ gti.grillo.net[1]> ps guaxwww | grep gndc
~ gti.grillo.net[2]> 


Thanks,

                        --Dan



----- Begin forwarded message:

Subject: build error trying to install from FreeBSD ports
To: discuss-gnustep@gnu.org
Date: Sat, 27 Apr 2002 15:58:26 -0700


GNUstep folks,

I'd really like to run GWorkspace, so I thought I'd get the stack
up and running.


I'm using the latest freebsd ports of the gnustep sources.


When building from the master devel/gnustep port I get the following
error in x11-toolkits/gnustep-gui:



gmake[1]: Entering directory
`/usr/ports/x11-toolkits/gnustep-gui/work/gnustep-gui-0.7.6/KeyBindings'
/usr/local/GNUstep/Local/Libraries/Resources/KeyBindings
gmake[1]: /usr/local/GNUstep/Local/Libraries/Resources/KeyBindings: Command
not found
gmake[1]: *** [/usr/local/GNUstep/Local/Libraries/Resources/KeyBindings]
Error 127
gmake[1]: Leaving directory
`/usr/ports/x11-toolkits/gnustep-gui/work/gnustep-gui-0.7.6/KeyBindings'
gmake: *** [internal-install] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/gnustep-gui.
*** Error code 1

Stop in /usr/ports/x11-toolkits/gnustep-gui.
*** Error code 1

Stop in /usr/ports/x11-toolkits/gnustep-gui.
*** Error code 1

Stop in /usr/ports/devel/gnustep.
*** Error code 1

Stop in /usr/ports/devel/gnustep.
*** Error code 1

Stop in /usr/ports/devel/gnustep.


This seems like some kind of kickstart problem, because that directory
doesn't even exist yet:

~ gti.grillo.net[13]> ls -Flasg /usr/local/GNUstep/Local/Library
total 3
1 drwxr-xr-x  3 root  wheel  512 Apr 27 15:54 ./
1 drwxr-xr-x  4 root  wheel  512 Apr 27 15:54 ../
1 drwxr-xr-x  3 root  wheel  512 Apr 27 15:54 Bundles/


Any suggestions on how to proceed?  Thanks.

                        --Dan

----- End forwarded message

----- End forwarded message

----- End forwarded message
--
  Dan Grillo   dan@grillo.net  (650) 917-0685  fax (775) 248-7762



reply via email to

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