Re: Binutils fixed in -current?

2002-02-11 Thread Michael D. Harnois

 first time only:

cd /usr/src/gnu/usr.bin/binutils
cvs -qR up -D '1/27/2002 11:55 UTC'
cd /usr/src/contrib/binutils
cvs -qR up -D '1/27/2002 11:55 UTC'

I thought this sounded like a great idea, but it gives me

In file included from 
/usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf32-i386.c:2159:
elf32-target.h:605: `bfd_elf32_bfd_merge_sections' undeclared here (not in a function)
elf32-target.h:605: initializer element is not constant
elf32-target.h:605: (near initialization for `bfd_elf32_i386_vec._bfd_merge_sections')

-- 
Michael D. Harnois   bilocational bivocational
Pastor, Redeemer Lutheran ChurchWashburn, Iowa
1L, UST School of Law   Minneapolis, Minnesota
 The price one pays for pursuing any profession, or calling, 
 is an intimate knowledge of its ugly side. -- James Baldwin

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



Re: Binutils fixed in -current?

2002-02-11 Thread Michael D. Harnois

Never mind. My bad.

-- 
Michael D. Harnois   bilocational bivocational
Pastor, Redeemer Lutheran ChurchWashburn, Iowa
1L, UST School of Law   Minneapolis, Minnesota
 The price one pays for pursuing any profession, or calling, 
 is an intimate knowledge of its ugly side. -- James Baldwin

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



Re: Binutils fixed in -current?

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

Does anyone know if the problem with kde and other programs not 
working with the new binutils not working have been fixed yet?

-- 
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

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




Binutils fixed in -current?

2002-02-11 Thread jordan . breeding

I read recently on this list that the problem with the 
-current binutils on Alphas had been fixed, did this also 
fix the problem on i386 which caused ports such as imlib, 
imlib2 and gnomelibs to behave weirdly as many of their 
binaries would segfault during 
configuring/linking/executing?  I only ask because I 
would like to stop having to update my -current tree and 
then having to copy an old binutils over it so that 
things will work.  Any information is appreciated.

Jordan

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

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



Re: Binutils fixed in -current?

2002-02-11 Thread Michael D. Harnois

 first time only:

cd /usr/src/gnu/usr.bin/binutils
cvs -qR up -D '1/27/2002 11:55 UTC'
cd /usr/src/contrib/binutils
cvs -qR up -D '1/27/2002 11:55 UTC'

I thought this sounded like a great idea, but it gives me

In file included from 
/usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf32-i386.c:2159:
elf32-target.h:605: `bfd_elf32_bfd_merge_sections' undeclared here (not in a function)
elf32-target.h:605: initializer element is not constant
elf32-target.h:605: (near initialization for `bfd_elf32_i386_vec._bfd_merge_sections')

-- 
Michael D. Harnois   bilocational bivocational
Pastor, Redeemer Lutheran ChurchWashburn, Iowa
1L, UST School of Law   Minneapolis, Minnesota
 The price one pays for pursuing any profession, or calling, 
 is an intimate knowledge of its ugly side. -- James Baldwin

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

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



Re: Binutils fixed in -current?

2002-02-11 Thread Michael D. Harnois

Never mind. My bad.

-- 
Michael D. Harnois   bilocational bivocational
Pastor, Redeemer Lutheran ChurchWashburn, Iowa
1L, UST School of Law   Minneapolis, Minnesota
 The price one pays for pursuing any profession, or calling, 
 is an intimate knowledge of its ugly side. -- James Baldwin

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

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



Re: Binutils fixed in -current?

2002-02-11 Thread Giorgos Keramidas

On 2002-02-08 06:57, Alfred Perlstein wrote:
 * Andrea Campi [EMAIL PROTECTED] [020208 03:51] wrote:
  On Wed, Feb 06, 2002 at 12:35:39PM -0800, Alfred Perlstein wrote:
   * David W. Chapman Jr. [EMAIL PROTECTED] [020206 12:33] wrote:
Does anyone know if the problem with kde and other programs not 
working with the new binutils not working have been fixed yet?
   
   I find that mozilla 0.9.8 dies with pure virtual called or something
   to that effect, however I don't have a super recent world, I'm compiling
   one now and will let you know if it at least fixes that for me.
  
  FYI, I also get this on 4.5-STABLE.
 
 If you do a pkg_deletew of mozilla and then nuke /usr/X11R6/lib/mozilla
 then reinstall it the problem should go away.

Just my $0.02:
A reinstall of the port fixed the problems I was having with the
www/linux-netscape47-communicator port after a buildworld at Jan 7.

Probably unrelated to the mozilla problems, but I thought I'd mention in
case someone else sees netscape start, and dump core before even displaying
the main window in X11.

-- 
Giorgos Keramidas . . . . . . . . . keramida@{ceid.upatras.gr,freebsd.org}
FreeBSD Documentation Project . . . http://www.freebsd.org/docproj/
FreeBSD: The power to serve . . . . http://www.freebsd.org/

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

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



Re: Binutils fixed in -current?

2002-02-08 Thread Andrea Campi

On Wed, Feb 06, 2002 at 12:35:39PM -0800, Alfred Perlstein wrote:
 * David W. Chapman Jr. [EMAIL PROTECTED] [020206 12:33] wrote:
  Does anyone know if the problem with kde and other programs not 
  working with the new binutils not working have been fixed yet?
 
 I find that mozilla 0.9.8 dies with pure virtual called or something
 to that effect, however I don't have a super recent world, I'm compiling
 one now and will let you know if it at least fixes that for me.

FYI, I also get this on 4.5-STABLE.

Bye,
Andrea

-- 
  To boldly go where I surely don't belong.

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



Re: Binutils fixed in -current?

2002-02-08 Thread Alfred Perlstein

* Andrea Campi [EMAIL PROTECTED] [020208 03:51] wrote:
 On Wed, Feb 06, 2002 at 12:35:39PM -0800, Alfred Perlstein wrote:
  * David W. Chapman Jr. [EMAIL PROTECTED] [020206 12:33] wrote:
   Does anyone know if the problem with kde and other programs not 
   working with the new binutils not working have been fixed yet?
  
  I find that mozilla 0.9.8 dies with pure virtual called or something
  to that effect, however I don't have a super recent world, I'm compiling
  one now and will let you know if it at least fixes that for me.
 
 FYI, I also get this on 4.5-STABLE.

If you do a pkg_deletew of mozilla and then nuke /usr/X11R6/lib/mozilla
then reinstall it the problem should go away.

-- 
-Alfred Perlstein [[EMAIL PROTECTED]]
'Instead of asking why a piece of software is using 1970s technology,
 start asking why software is ignoring 30 years of accumulated wisdom.'
Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/

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



Re: Binutils fixed in -current?

2002-02-08 Thread Terry Lambert

Alfred Perlstein wrote:
 If you do a pkg_deletew of mozilla and then nuke /usr/X11R6/lib/mozilla
 then reinstall it the problem should go away.

pgk_deelete is broken?!?

-- Terry

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



Re: Binutils fixed in -current?

2002-02-08 Thread Alfred Perlstein

* Terry Lambert [EMAIL PROTECTED] [020208 07:12] wrote:
 Alfred Perlstein wrote:
  If you do a pkg_deletew of mozilla and then nuke /usr/X11R6/lib/mozilla
  then reinstall it the problem should go away.
 
 pgk_deelete is broken?!?

I think what happens is people like me sometimes just install a new
package over the old instead of properly deinstalling first.  I think
what's actually happening is that files from 0.9.6 are getting picked
up by 0.9.8 because 0.9.7 spammed 0.9.6's plist.

Just a guess though. :)

-Alfred

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



Re: Binutils fixed in -current?

2002-02-08 Thread Terry Lambert

Alfred Perlstein wrote:
 I think what happens is people like me sometimes just install a new
 package over the old instead of properly deinstalling first.  I think
 what's actually happening is that files from 0.9.6 are getting picked
 up by 0.9.8 because 0.9.7 spammed 0.9.6's plist.

That should force a deinstall of everything but data files
as part of the install, anyway, right?

Good to know it's pilot error, and that the tools aren't
a problem (except maybe the install-over ;^)).

-- Terry

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



Re: Binutils fixed in -current?

2002-02-08 Thread Giorgos Keramidas

On 2002-02-08 06:57, Alfred Perlstein wrote:
 * Andrea Campi [EMAIL PROTECTED] [020208 03:51] wrote:
  On Wed, Feb 06, 2002 at 12:35:39PM -0800, Alfred Perlstein wrote:
   * David W. Chapman Jr. [EMAIL PROTECTED] [020206 12:33] wrote:
Does anyone know if the problem with kde and other programs not 
working with the new binutils not working have been fixed yet?
   
   I find that mozilla 0.9.8 dies with pure virtual called or something
   to that effect, however I don't have a super recent world, I'm compiling
   one now and will let you know if it at least fixes that for me.
  
  FYI, I also get this on 4.5-STABLE.
 
 If you do a pkg_deletew of mozilla and then nuke /usr/X11R6/lib/mozilla
 then reinstall it the problem should go away.

Just my $0.02:
A reinstall of the port fixed the problems I was having with the
www/linux-netscape47-communicator port after a buildworld at Jan 7.

Probably unrelated to the mozilla problems, but I thought I'd mention in
case someone else sees netscape start, and dump core before even displaying
the main window in X11.

-- 
Giorgos Keramidas . . . . . . . . . keramida@{ceid.upatras.gr,freebsd.org}
FreeBSD Documentation Project . . . http://www.freebsd.org/docproj/
FreeBSD: The power to serve . . . . http://www.freebsd.org/

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



Binutils fixed in -current?

2002-02-06 Thread jordan . breeding

I read recently on this list that the problem with the 
-current binutils on Alphas had been fixed, did this also 
fix the problem on i386 which caused ports such as imlib, 
imlib2 and gnomelibs to behave weirdly as many of their 
binaries would segfault during 
configuring/linking/executing?  I only ask because I 
would like to stop having to update my -current tree and 
then having to copy an old binutils over it so that 
things will work.  Any information is appreciated.

Jordan

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



Re: Binutils fixed in -current?

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

Does anyone know if the problem with kde and other programs not 
working with the new binutils not working have been fixed yet?

-- 
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: Binutils fixed in -current?

2002-02-06 Thread Alfred Perlstein

* David W. Chapman Jr. [EMAIL PROTECTED] [020206 12:33] wrote:
 Does anyone know if the problem with kde and other programs not 
 working with the new binutils not working have been fixed yet?

I find that mozilla 0.9.8 dies with pure virtual called or something
to that effect, however I don't have a super recent world, I'm compiling
one now and will let you know if it at least fixes that for me.

-- 
-Alfred Perlstein [[EMAIL PROTECTED]]
'Instead of asking why a piece of software is using 1970s technology,
 start asking why software is ignoring 30 years of accumulated wisdom.'
Tax deductable donations for FreeBSD: http://www.freebsdfoundation.org/

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