public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge Break
@ 2012-03-13 18:57 siefke_listen
  2012-03-13 19:00 ` Canek Peláez Valdés
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: siefke_listen @ 2012-03-13 18:57 UTC (permalink / raw
  To: gentoo-user

Hello,

i try to install avidemux and so i give emerge avidemux. But at 
media-libs/aften-0.0.8 break emerge with the message:

<error>
cmake: error while loading shared libraries: libnettle.so.3: 
cannot open shared object file: No such file or directory
</error>

But the libnettle.so.3 is present on my system:
siefke@gentoo-desk ~ $ locate libnettle.so.3
/usr/lib/libnettle.so.3
/usr/lib/libnettle.so.3.0

I try with env-update but nothing change. Has someone a idea?

Regards
Silvio



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] emerge Break
  2012-03-13 18:57 [gentoo-user] emerge Break siefke_listen
@ 2012-03-13 19:00 ` Canek Peláez Valdés
  2012-03-13 19:05 ` Mark Knecht
  2012-03-13 19:07 ` Michael Mol
  2 siblings, 0 replies; 6+ messages in thread
From: Canek Peláez Valdés @ 2012-03-13 19:00 UTC (permalink / raw
  To: gentoo-user

On Tue, Mar 13, 2012 at 12:57 PM, siefke_listen@web.de
<siefke_listen@web.de> wrote:
> Hello,
>
> i try to install avidemux and so i give emerge avidemux. But at
> media-libs/aften-0.0.8 break emerge with the message:
>
> <error>
> cmake: error while loading shared libraries: libnettle.so.3:
> cannot open shared object file: No such file or directory
> </error>
>
> But the libnettle.so.3 is present on my system:
> siefke@gentoo-desk ~ $ locate libnettle.so.3
> /usr/lib/libnettle.so.3
> /usr/lib/libnettle.so.3.0

The locate library may be out of sync. What does it actually say "ls
-l /usr/lib/libnettle*"?

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] emerge Break
  2012-03-13 18:57 [gentoo-user] emerge Break siefke_listen
  2012-03-13 19:00 ` Canek Peláez Valdés
@ 2012-03-13 19:05 ` Mark Knecht
  2012-03-13 19:38   ` siefke_listen
  2012-03-13 19:07 ` Michael Mol
  2 siblings, 1 reply; 6+ messages in thread
From: Mark Knecht @ 2012-03-13 19:05 UTC (permalink / raw
  To: gentoo-user

On Tue, Mar 13, 2012 at 11:57 AM, siefke_listen@web.de
<siefke_listen@web.de> wrote:
> Hello,
>
> i try to install avidemux and so i give emerge avidemux. But at
> media-libs/aften-0.0.8 break emerge with the message:
>
> <error>
> cmake: error while loading shared libraries: libnettle.so.3:
> cannot open shared object file: No such file or directory
> </error>
>
> But the libnettle.so.3 is present on my system:
> siefke@gentoo-desk ~ $ locate libnettle.so.3
> /usr/lib/libnettle.so.3
> /usr/lib/libnettle.so.3.0
>
> I try with env-update but nothing change. Has someone a idea?
>
> Regards
> Silvio
>

First, was the system up-to-date prior to trying to install your new program?

emerge -pvDuN @world

If not get it up-to-date first.

Once up-to-date, and still before the new program install, do

revdep-rebuild -ip

and see if your dependencies are clean.

At this point we don't know if the new program failure is due to the
new program, it's ebuild, or its dependencies, or whether it's due to
some problems with your system that need to be addressed first.

Good luck,
Mark



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] emerge Break
  2012-03-13 18:57 [gentoo-user] emerge Break siefke_listen
  2012-03-13 19:00 ` Canek Peláez Valdés
  2012-03-13 19:05 ` Mark Knecht
@ 2012-03-13 19:07 ` Michael Mol
  2012-03-13 19:24   ` Mark Knecht
  2 siblings, 1 reply; 6+ messages in thread
From: Michael Mol @ 2012-03-13 19:07 UTC (permalink / raw
  To: gentoo-user

On Tue, Mar 13, 2012 at 2:57 PM, siefke_listen@web.de
<siefke_listen@web.de> wrote:
> Hello,
>
> i try to install avidemux and so i give emerge avidemux. But at
> media-libs/aften-0.0.8 break emerge with the message:
>
> <error>
> cmake: error while loading shared libraries: libnettle.so.3:
> cannot open shared object file: No such file or directory
> </error>
>
> But the libnettle.so.3 is present on my system:
> siefke@gentoo-desk ~ $ locate libnettle.so.3
> /usr/lib/libnettle.so.3
> /usr/lib/libnettle.so.3.0
>
> I try with env-update but nothing change. Has someone a idea?

I don't know a whole lot about multilib, but I believe /usr/lib is a
32-bit library folder. Perhaps avidemux is looking for a 64-bit
version?

Just started emerging avidemux on one of my boxes, but libnettle
doesn't appear to get pulled in. Finally, My emerge result line reads:

[ebuild  N     ] media-video/avidemux-2.5.4-r2  USE="aac aften alsa
dts jack libsamplerate mp3 nls qt4 sdl truetype vorbis x264 xv xvid
-amr (-esd) -gtk -oss -pulseaudio" LINGUAS="-bg -ca -cs -de -el -es
-fr -it -ja -pt_BR -ru -sr -sr@latin -tr -zh_TW" 17,730 kB

-- 
:wq



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] emerge Break
  2012-03-13 19:07 ` Michael Mol
@ 2012-03-13 19:24   ` Mark Knecht
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Knecht @ 2012-03-13 19:24 UTC (permalink / raw
  To: gentoo-user

On Tue, Mar 13, 2012 at 12:07 PM, Michael Mol <mikemol@gmail.com> wrote:
<SNIP>
>
> I don't know a whole lot about multilib, but I believe /usr/lib is a
> 32-bit library folder. Perhaps avidemux is looking for a 64-bit
> version?
>

It's a sim link here:

c2stable ~ # ls -l /usr/lib
lrwxrwxrwx 1 root root 5 Apr 13  2010 /usr/lib -> lib64
c2stable ~ #


> Just started emerging avidemux on one of my boxes, but libnettle
> doesn't appear to get pulled in. Finally, My emerge result line reads:
>
> [ebuild  N     ] media-video/avidemux-2.5.4-r2  USE="aac aften alsa
> dts jack libsamplerate mp3 nls qt4 sdl truetype vorbis x264 xv xvid
> -amr (-esd) -gtk -oss -pulseaudio" LINGUAS="-bg -ca -cs -de -el -es
> -fr -it -ja -pt_BR -ru -sr -sr@latin -tr -zh_TW" 17,730 kB
>
> --
> :wq
>

Same here. nettle isn't pulled in.

I don't see any obvious flags that would do it but I'm not going to
slog through the ebuild... :-)

- Mark

c2stable ~ # eix -I nettle
No matches found.
c2stable ~ # eix -c nettle
[N] dev-libs/nettle (2.4): Low-level cryptographic library
c2stable ~ # emerge -pvDuN avidemux

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] media-libs/aften-0.0.8  USE="cxx" 79 kB
[ebuild  N     ] media-video/avidemux-2.5.4-r2  USE="aac aften alsa
dts gtk mp3 nls qt4 sdl truetype vorbis x264 xv xvid -amr (-esd) -jack
-libsamplerate -oss -pulseaudio" LINGUAS="-bg -ca -cs -de -el -es -fr
-it -ja -pt_BR -ru -sr -sr@latin -tr -zh_TW" 17,730 kB

Total: 2 packages (2 new), Size of downloads: 17,809 kB
c2stable ~ #



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] emerge Break
  2012-03-13 19:05 ` Mark Knecht
@ 2012-03-13 19:38   ` siefke_listen
  0 siblings, 0 replies; 6+ messages in thread
From: siefke_listen @ 2012-03-13 19:38 UTC (permalink / raw
  To: gentoo-user

On Tue, 13 Mar 2012 12:05:22 -0700 Mark Knecht wrote:
> First, was the system up-to-date prior to trying to install your new
> program?

I has yesterday make emerge world. 
 
> emerge -pvDuN @world
> 
> If not get it up-to-date first.

Okay this i use in future. 

> Once up-to-date, and still before the new program install, do
> 
> revdep-rebuild -ip
> and see if your dependencies are clean.
> 
> At this point we don't know if the new program failure is due to the
> new program, it's ebuild, or its dependencies, or whether it's due to
> some problems with your system that need to be addressed first.

I has work with symlink, because the libnettle was with libnettle.so.4 on 
System not the libnettle.so.3. Now has compiled, but i try the steps, because
with gnupg has the same problem. 


Thanks. Regards
Silvio 



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-13 19:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13 18:57 [gentoo-user] emerge Break siefke_listen
2012-03-13 19:00 ` Canek Peláez Valdés
2012-03-13 19:05 ` Mark Knecht
2012-03-13 19:38   ` siefke_listen
2012-03-13 19:07 ` Michael Mol
2012-03-13 19:24   ` Mark Knecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox