_malloc_prefork not found

2006-08-23 Thread S.N.Grigoriev
Hi All,

I've updated from amd64 6.1-RELEASE to 6-STABLE.
All works fine. The only problem: when xmms or
firefox starts the following message appears:

/libexec/ld-elf.so.1: /lib/libpthread.so.2: Undefined symbol _malloc_prefork

The Ports tree is fresh. Both xmms and firefox have been rebuilt.
Who knows what have I do to fix the problem?

Thanks,
Serguey.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: _malloc_prefork not found

2006-08-23 Thread Daniel Eischen

On Wed, 23 Aug 2006, S.N.Grigoriev wrote:


Hi All,

I've updated from amd64 6.1-RELEASE to 6-STABLE.
All works fine. The only problem: when xmms or
firefox starts the following message appears:

/libexec/ld-elf.so.1: /lib/libpthread.so.2: Undefined symbol _malloc_prefork

The Ports tree is fresh. Both xmms and firefox have been rebuilt.
Who knows what have I do to fix the problem?


Your system is not consistent.  There is no _malloc_prefork()
(or _malloc_foofork()) in -stable; it only exists in -current.
You've got -current libraries (at least libpthread) on -stable.
libpthread is installed in /usr/lib in RELENG_6, not /lib.
So if you've downgraded from -current, you'll need to remove
the -current libraries that have different locations in
RELENG_6 (no, I don't think there is an automated way to do
this).

--
DE
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: _malloc_prefork not found

2006-08-23 Thread Ruslan Ermilov
On Wed, Aug 23, 2006 at 07:17:40AM -0400, Daniel Eischen wrote:
 Your system is not consistent.  There is no _malloc_prefork()
 (or _malloc_foofork()) in -stable; it only exists in -current.
 You've got -current libraries (at least libpthread) on -stable.
 libpthread is installed in /usr/lib in RELENG_6, not /lib.
 So if you've downgraded from -current, you'll need to remove
 the -current libraries that have different locations in
 RELENG_6 (no, I don't think there is an automated way to do
 this).
 
We don't provide any convenience scripts for downgrades.


Cheers,
-- 
Ruslan Ermilov
[EMAIL PROTECTED]
FreeBSD committer


pgpJfkLjXCoi6.pgp
Description: PGP signature


Re: _malloc_prefork not found

2006-08-23 Thread S.N.Grigoriev
On Wed, 23 Aug 2006 07:17:40 -0400 (EDT)
Daniel Eischen [EMAIL PROTECTED] wrote:

 On Wed, 23 Aug 2006, S.N.Grigoriev wrote:
 
  Hi All,
 
  I've updated from amd64 6.1-RELEASE to 6-STABLE.
  All works fine. The only problem: when xmms or
  firefox starts the following message appears:
 
  /libexec/ld-elf.so.1: /lib/libpthread.so.2: Undefined symbol 
  _malloc_prefork
 
  The Ports tree is fresh. Both xmms and firefox have been rebuilt.
  Who knows what have I do to fix the problem?
 
 Your system is not consistent.  There is no _malloc_prefork()
 (or _malloc_foofork()) in -stable; it only exists in -current.
 You've got -current libraries (at least libpthread) on -stable.
 libpthread is installed in /usr/lib in RELENG_6, not /lib.
 So if you've downgraded from -current, you'll need to remove
 the -current libraries that have different locations in
 RELENG_6 (no, I don't think there is an automated way to do
 this).
 
 -- 
 DE

Daniel,

I thank You very much for Your comment.
I've removed all the -current libraries from my system
and now all works fine.

Regards,
Serguey.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]