Recent -Current KDE problems

2002-02-01 Thread David W. Chapman Jr.

I'm seeing this on a -current as of yesterday and as of today.  I 
just finished a make world and kernel a few mins ago as well as 
rebuilding all my ports, but kde still dies when I try to load it, 
last night before I tried to rebuild all the ports I was getting 
signal 11's.  Any ideas anyone?

 list!
Bus error - core dumped
Feb  1 09:03:19 dwcjr kernel: pid 88809 (ksplash), uid 1000: exited 
on signal 10
 (core dumped)
Bus error - core dumped
Bus error - core dumped
Feb  1 09:03:20 dwcjr kernel: pid 88810 (kdeinit), uid 1000: exited 
on signal 10
 (core dumped)
Feb  1 09:03:20 dwcjr kernel: pid 88811 (ksmserver), uid 1000: exited 
on signal
10 (core dumped)
connect() failed: : No such file or directory

-- 
David W. Chapman Jr.
[EMAIL PROTECTED]   Raintree Network Services, Inc. www.inethouston.net
[EMAIL PROTECTED]   FreeBSD Committer www.FreeBSD.org

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Recent -Current KDE problems

2002-02-01 Thread Pete Fritchman

++ 01/02/02 09:04 -0600 - David W. Chapman Jr.:
| I'm seeing this on a -current as of yesterday and as of today.  I 
| just finished a make world and kernel a few mins ago as well as 
| rebuilding all my ports, but kde still dies when I try to load it, 
| last night before I tried to rebuild all the ports I was getting 
| signal 11's.  Any ideas anyone?

This is because KDE is compiled with objprelink (ports/devel/objprelink)
which depends on a certain version of binutils, I guess.  Once I get my
laptop updated I'll see what I can figure out.. I'm guessing it's a
small patch to objprelink.  In the mean time, I'll see if I can add a
WITHOUT_OBJPRELINK hook to the KDE ports.

(More discussion on the KDE/FreeBSD list at
http://lists.csociety.org/listinfo/kde-freebsd)

--pete

--
Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)]
finger [EMAIL PROTECTED] for PGP key

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Recent -Current KDE problems

2002-02-01 Thread Alan Eldridge

On Fri, Feb 01, 2002 at 10:18:20AM -0500, Pete Fritchman wrote:
++ 01/02/02 09:04 -0600 - David W. Chapman Jr.:
| I'm seeing this on a -current as of yesterday and as of today.  I 
| just finished a make world and kernel a few mins ago as well as 
| rebuilding all my ports, but kde still dies when I try to load it, 
| last night before I tried to rebuild all the ports I was getting 
| signal 11's.  Any ideas anyone?

This is because KDE is compiled with objprelink (ports/devel/objprelink)
which depends on a certain version of binutils, I guess.  Once I get my
laptop updated I'll see what I can figure out.. I'm guessing it's a
small patch to objprelink.  In the mean time, I'll see if I can add a
WITHOUT_OBJPRELINK hook to the KDE ports.

How are you going to tell, in the objprelink port, what version of
binutils you're working with? If you patch it to fix the -current problem,
you'll likely break -stable.

-- 
Alan E
Please rush me my portable walrus cleaning kit! Yes I am over 18, 
but my IQ isn't.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Recent -Current KDE problems

2002-02-01 Thread John Hay

 On Fri, Feb 01, 2002 at 10:18:20AM -0500, Pete Fritchman wrote:
 ++ 01/02/02 09:04 -0600 - David W. Chapman Jr.:
 | I'm seeing this on a -current as of yesterday and as of today.  I 
 | just finished a make world and kernel a few mins ago as well as 
 | rebuilding all my ports, but kde still dies when I try to load it, 
 | last night before I tried to rebuild all the ports I was getting 
 | signal 11's.  Any ideas anyone?
 
 This is because KDE is compiled with objprelink (ports/devel/objprelink)
 which depends on a certain version of binutils, I guess.  Once I get my
 laptop updated I'll see what I can figure out.. I'm guessing it's a
 small patch to objprelink.  In the mean time, I'll see if I can add a
 WITHOUT_OBJPRELINK hook to the KDE ports.
 
 How are you going to tell, in the objprelink port, what version of
 binutils you're working with? If you patch it to fix the -current problem,
 you'll likely break -stable.

Or maybe he will fix binutils. :-) On current anything that use a libpng
that was compiled with the new binutils just coredump with a bus error.
Well anything is maybe exagerated a little, gs from ghostscript-gnu,
pnmtopng from netpnm and also a manually compiled and dinamically linked
pngtest from png/work/libpng.

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Recent -Current KDE problems

2002-02-01 Thread Pete Fritchman

++ 01/02/02 11:07 -0500 - Alan Eldridge:
| On Fri, Feb 01, 2002 at 10:18:20AM -0500, Pete Fritchman wrote:
| ++ 01/02/02 09:04 -0600 - David W. Chapman Jr.:
| | I'm seeing this on a -current as of yesterday and as of today.  I 
| | just finished a make world and kernel a few mins ago as well as 
| | rebuilding all my ports, but kde still dies when I try to load it, 
| | last night before I tried to rebuild all the ports I was getting 
| | signal 11's.  Any ideas anyone?
| 
| This is because KDE is compiled with objprelink (ports/devel/objprelink)
| which depends on a certain version of binutils, I guess.  Once I get my
| laptop updated I'll see what I can figure out.. I'm guessing it's a
| small patch to objprelink.  In the mean time, I'll see if I can add a
| WITHOUT_OBJPRELINK hook to the KDE ports.
| 
| How are you going to tell, in the objprelink port, what version of
| binutils you're working with? If you patch it to fix the -current problem,
| you'll likely break -stable.

Probably some magic with OSVERSION (if it was bumped) or something.

--pete

--
Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)]
finger [EMAIL PROTECTED] for PGP key

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Recent -Current KDE problems

2002-02-01 Thread David O'Brien

On Fri, Feb 01, 2002 at 11:07:19AM -0500, Alan Eldridge wrote:
 How are you going to tell, in the objprelink port, what version of
 binutils you're working with? If you patch it to fix the -current problem,
 you'll likely break -stable.

I plan on MFC'ing Binutils 2.12.0 when it is released in 2 mo.
 
-- 
-- David  ([EMAIL PROTECTED])

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Recent -Current KDE problems

2002-02-01 Thread Alan Eldridge

On Fri, Feb 01, 2002 at 10:36:01AM -0800, David O'Brien wrote:
On Fri, Feb 01, 2002 at 11:07:19AM -0500, Alan Eldridge wrote:
 How are you going to tell, in the objprelink port, what version of
 binutils you're working with? If you patch it to fix the -current problem,
 you'll likely break -stable.

I plan on MFC'ing Binutils 2.12.0 when it is released in 2 mo.

Please let the KDE team know when this is going to happen.

Also, if my above suspicion is correct, then we need a way of determining
which version of binutils is on a -stable system.

Is ld --version a reliable indicator?

-- 
Alan E
Please rush me my portable walrus cleaning kit! Yes I am over 18, 
but my IQ isn't.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Recent -Current KDE problems

2002-02-01 Thread David O'Brien

On Fri, Feb 01, 2002 at 01:51:54PM -0500, Alan Eldridge wrote:
 Is ld --version a reliable indicator?

Should be.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message