Re: [gentoo-user] Problems with esound

2005-07-27 Thread Matan Peled
Martin Larsson wrote:
 I'm running an emerge -avDu world, and portage wants to upgrade
 my esound to 0.2.36-r1 (from 0.2.34). However, this creates an error:
 
 jw -f docbook -b html -o html ./esound.sgml
 Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
 Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
 Working on: 
 /var/tmp/portage/esound-0.2.36-r1/work/esound-0.2.36/docs/./esound.sgml
 jade: error while loading shared libraries: libosp.so.3: cannot open
 shared object file: No such file or directory
 make[2]: *** [html/index.html] Error 8
 
 
 Which should be right, as the only libosp I have is libosp.so.4.
 
 Trying to emerge docbook-sgml-utils (for jw) gives the same result.
 
 Could this have something with me upgrading to gcc-3.4.4
 from gcc-3.3.4 the other day? If so, what do I need to re-emerge?
 
 M.
 

try revdep-rebuild.

-- 
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Problems with esound

2005-07-27 Thread Matan Peled
Martin Larsson wrote:
 I'm running an emerge -avDu world, and portage wants to upgrade
 my esound to 0.2.36-r1 (from 0.2.34). However, this creates an error:
 
 jw -f docbook -b html -o html ./esound.sgml
 Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
 Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
 Working on: 
 /var/tmp/portage/esound-0.2.36-r1/work/esound-0.2.36/docs/./esound.sgml
 jade: error while loading shared libraries: libosp.so.3: cannot open
 shared object file: No such file or directory
 make[2]: *** [html/index.html] Error 8
 
 
 Which should be right, as the only libosp I have is libosp.so.4.
 
 Trying to emerge docbook-sgml-utils (for jw) gives the same result.
 
 Could this have something with me upgrading to gcc-3.4.4
 from gcc-3.3.4 the other day? If so, what do I need to re-emerge?
 
 M.
 

try revdep-rebuild.
its in app-portage/gentoolkit.

-- 
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Problems with esound

2005-07-27 Thread Martin Larsson
On 7/27/05, Matan Peled [EMAIL PROTECTED] wrote:
 
 try revdep-rebuild.

Thanks, that gives:
Warning: Failed to resolve package order.
Will merge in random order!
snip
All prepared. Starting rebuild...
emerge --oneshot  =app-text/openjade-1.3.2-r1 =app-text/xpdf-3.00-r8
   =dev-java/libreadline-java-0.8.0-r1
=dev-perl/sdl-perl-1.20.3
   =net-libs/gnutls-1.2.3 =sys-fs/cryptsetup-0.1-r1
..
Calculating dependencies /
emerge: there are no ebuilds to satisfy =dev-perl/sdl-perl-1.20.3.
  
Which is kind of strange as 'emerge -av sdl-perl' gives:
[ebuild U ] dev-perl/sdl-perl-1.20.3-r1 [1.20.3] +mpeg +truetype 779 kB

Now what?

M.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with esound

2005-07-27 Thread Willie Wong
On Wed, Jul 27, 2005 at 07:05:48PM +0200, Martin Larsson wrote:
 On 7/27/05, Matan Peled [EMAIL PROTECTED] wrote:
  
  try revdep-rebuild.
 
 Thanks, that gives:
 Warning: Failed to resolve package order.
 Will merge in random order!
 snip
 All prepared. Starting rebuild...
 emerge --oneshot  =app-text/openjade-1.3.2-r1 =app-text/xpdf-3.00-r8
=dev-java/libreadline-java-0.8.0-r1
 =dev-perl/sdl-perl-1.20.3
=net-libs/gnutls-1.2.3 
 =sys-fs/cryptsetup-0.1-r1
 ..
 Calculating dependencies /
 emerge: there are no ebuilds to satisfy =dev-perl/sdl-perl-1.20.3.
   
 Which is kind of strange as 'emerge -av sdl-perl' gives:
 [ebuild U ] dev-perl/sdl-perl-1.20.3-r1 [1.20.3] +mpeg +truetype 779 kB
 
 Now what?
 
 M.

First emerge the new version of sdl-perl
 emerge --oneshot sdl-perl
then remove the tempfiles created by revdep-rebuild
and run revdep-rebuild again. 

The problem is that somewhere along the line the sdl-perl-1.20.3
ebuild was removed, and revdep-rebuild defaults to re-emerging the
same version of the program as currently in your system...

Though for this to happen, sdl-perl is probably a deep dependency that
never got updated (try emerge --deep sometime).

W
-- 
Nothing is fool-proof to sufficiently talented fools.
Sortir en Pantoufles: up 2 days, 18:22
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with esound

2005-07-27 Thread Martin Larsson
On 7/27/05, Willie Wong [EMAIL PROTECTED] wrote:
 First emerge the new version of sdl-perl
  emerge --oneshot sdl-perl
 then remove the tempfiles created by revdep-rebuild
 and run revdep-rebuild again.

Thanks that worked...

 (try emerge --deep sometime).

I always do emerge -avDu system/world.


 Nothing is fool-proof to sufficiently talented fools.

Thanks... :*)

M.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with esound

2005-07-27 Thread Willie Wong
On Thu, Jul 28, 2005 at 12:56:33AM +0200, Martin Larsson wrote:
 On 7/27/05, Willie Wong [EMAIL PROTECTED] wrote:
  First emerge the new version of sdl-perl
   emerge --oneshot sdl-perl
  then remove the tempfiles created by revdep-rebuild
  and run revdep-rebuild again.
 
 Thanks that worked...
 
  (try emerge --deep sometime).
 
 I always do emerge -avDu system/world.
 
 
  Nothing is fool-proof to sufficiently talented fools.
 
 Thanks... :*)
 
 M.
 
Sometimes I am amazed at what my random sig generator thinks is
appropriate for the occasion... I've come to learn that my computer's
opinions are unfathomable probably ineffable, and it's best not to
get on its bad side.   =p

For example, I have no idea what chickens and bad puns have to do
with this situation, but I am sure the answer will manifest itself if
this thread gets any longer. 

I'll promptly shut-up now. 

Best, 

W

-- 
A chicken crossing the road is poultry in motion.
Sortir en Pantoufles: up 3 days,  1:43
-- 
gentoo-user@gentoo.org mailing list