Re: [gentoo-user] emerge Break

2012-03-13 Thread Canek Peláez Valdés
On Tue, Mar 13, 2012 at 12:57 PM, siefke_lis...@web.de
siefke_lis...@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



Re: [gentoo-user] emerge Break

2012-03-13 Thread Mark Knecht
On Tue, Mar 13, 2012 at 11:57 AM, siefke_lis...@web.de
siefke_lis...@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



Re: [gentoo-user] emerge Break

2012-03-13 Thread Michael Mol
On Tue, Mar 13, 2012 at 2:57 PM, siefke_lis...@web.de
siefke_lis...@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



Re: [gentoo-user] emerge Break

2012-03-13 Thread Mark Knecht
On Tue, Mar 13, 2012 at 12:07 PM, Michael Mol mike...@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 ~ #



Re: [gentoo-user] emerge Break

2012-03-13 Thread siefke_lis...@web.de
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 



Re: [gentoo-user] Emerge break

2005-05-03 Thread Pere Gentoo
Thanks,

The sysem has been rebooted.

I get an error after emerge --resume

Emerge: It seems we have nothing to resume...

Thanks again, 

Pere


On 5/3/05, Karsten Baumgarten [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 emerge --resume
 
 Pere Gentoo wrote:
 | Hi,
 |
 | while finishing an emerge process of KDE, the system shutdown. Problem!!
 |
 | The process has been made on a PIII. Slow System, Two days working.
 |
 | If I emerge again KDE, what would happens? Emerge will continue on the
 | point i t has break? or it will begin again from the beginning? If it
 | begins again could there be any problem whit the files it have
 | generated the first emerge process?
 |
 | What is the best way to correct that?
 |
 | Thanks in advance,
 |
 | Pere
 |
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.1 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFCd7uwgUNlsZQzobwRAmnxAJ9pWjqPNDMdOhYf1ATXHdq/+WMenACfd6Ri
 E+gH4X05XJprB2ZViJJAuFI=
 =0Q/U
 -END PGP SIGNATURE-
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge break

2005-05-03 Thread Pere Gentoo
Thanks,

Two questions:

A.- I could repet emerge with no problem, my questions are:

   1. Is there any way to resume the process and win time?
   2. If not. Would be any problem with the files that the first
partial emerge would have left on the file system?

B.- I'm new on Gentoo, well, really I'm new on linux.

   1.- emerge -avt, shows me which ebuilds will install, isn't it?
Is it possible to select some of them but not the others?
   2.- the sufixes of each ebuild which give me emerge -avt, are
the required/optional/suggested USE switches?

Thanks again, 

Pere

On 5/3/05, Christoph Gysin [EMAIL PROTECTED] wrote:
 Pere Gentoo wrote:
 
 If I emerge again KDE, what would happens? Emerge will continue on the
 point i t has break? or it will begin again from the beginning? If it
 begins again could there be any problem whit the files it have
 generated the first emerge process?
 
 
 IIRC kde is a metapackage, so its not really one big package. It just
 depends on everything that is needed.
 Try: emerge -avt kde, it will show what needs to be merged to complete
 kde.
 
 What is the best way to correct that?
 
 
 $ emerge -avt kde
 
 If it fails at the same point (with the same error message), try
 searching bugzilla [1] with the package name and version.
 
 If you can't find anything related, post the first error message in a
 reply to this thread.
 
 Christoph
 
  [1] http://bugs.gentoo.org
 
 --
 echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge break

2005-05-03 Thread Rumen Yotov
Hi,
Pere Gentoo wrote:

Thanks,

Two questions:

A.- I could repet emerge with no problem, my questions are:

   1. Is there any way to resume the process and win time?
   2. If not. Would be any problem with the files that the first
partial emerge would have left on the file system?

B.- I'm new on Gentoo, well, really I'm new on linux.

   1.- emerge -avt, shows me which ebuilds will install, isn't it?
Is it possible to select some of them but not the others?
   2.- the sufixes of each ebuild which give me emerge -avt, are
the required/optional/suggested USE switches?

Thanks again, 

Pere

  

Haven't tested it but i know ;) (this ML) that you must also have
FEATURES=...keepwork... as an option in your /etc/make.conf file.
Then use 'emerge --resume' to continue, but don't emerge anything before
running this command. It can resume only last emerge IMHO.
The logic tells me this (keepwork) will cost you some extra space, or
maybe not?
HTH. Rumen

On 5/3/05, Christoph Gysin [EMAIL PROTECTED] wrote:
  

Pere Gentoo wrote:



If I emerge again KDE, what would happens? Emerge will continue on the
point i t has break? or it will begin again from the beginning? If it
begins again could there be any problem whit the files it have
generated the first emerge process?


  

IIRC kde is a metapackage, so its not really one big package. It just
depends on everything that is needed.
Try: emerge -avt kde, it will show what needs to be merged to complete
kde.



What is the best way to correct that?


  

$ emerge -avt kde

If it fails at the same point (with the same error message), try
searching bugzilla [1] with the package name and version.

If you can't find anything related, post the first error message in a
reply to this thread.

Christoph

 [1] http://bugs.gentoo.org

--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list





  


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge break

2005-05-03 Thread Christoph Gysin
Rumen Yotov wrote:

Two questions:

A.- I could repet emerge with no problem, my questions are:

  1. Is there any way to resume the process and win time?


Short answer: No.
Long answer: read on below.

  2. If not. Would be any problem with the files that the first
partial emerge would have left on the file system?


No. If the package failed to compile, nothing has been installed in your
system. If it failed during copying the files to your real system and
emerge it again, they simply get overwritten.

B.- I'm new on Gentoo, well, really I'm new on linux.


Welcome to gentoo, the best flavour of linux!

  1.- emerge -avt, shows me which ebuilds will install, isn't it?
Is it possible to select some of them but not the others?


No. All the other shown packages necessary to build and run the package
your about to install.

  2.- the sufixes of each ebuild which give me emerge -avt, are
the required/optional/suggested USE switches?


These are the USE-switches available to customize this package.

[ebuild   R   ] net-misc/unison-2.12.2  -doc +gtk +gtk2 0 kB

Here, unison gets built with gtk and gtk2 support, but without
documentation.

Haven't tested it but i know ;) (this ML) that you must also have
FEATURES=...keepwork... as an option in your /etc/make.conf file.
Then use 'emerge --resume' to continue, but don't emerge anything before
running this command. It can resume only last emerge IMHO.
The logic tells me this (keepwork) will cost you some extra space, or
maybe not?
  

FEATURE=keepwork will cost you *a lot* of diskspace. If you build a
complete system with this enabled, be prepared to spend a 50Gb+ disk
just for /var/tmp/portage.

Christoph

-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge break

2005-05-03 Thread Pere Gentoo
On 5/3/05, Christoph Gysin [EMAIL PROTECTED] wrote:
 Rumen Yotov wrote:
 
 Two questions:
 
 A.- I could repet emerge with no problem, my questions are:
 
   1. Is there any way to resume the process and win time?
 
 
 Short answer: No.
 Long answer: read on below.
 
   2. If not. Would be any problem with the files that the first
 partial emerge would have left on the file system?
 
 
 No. If the package failed to compile, nothing has been installed in your
 system. If it failed during copying the files to your real system and
 emerge it again, they simply get overwritten.
 
 B.- I'm new on Gentoo, well, really I'm new on linux.
 
 
 Welcome to gentoo, the best flavour of linux!
 
   1.- emerge -avt, shows me which ebuilds will install, isn't it?
 Is it possible to select some of them but not the others?
 
 
 No. All the other shown packages necessary to build and run the package
 your about to install.
 
   2.- the sufixes of each ebuild which give me emerge -avt, are
 the required/optional/suggested USE switches?
 
 
 These are the USE-switches available to customize this package.
 
 [ebuild   R   ] net-misc/unison-2.12.2  -doc +gtk +gtk2 0 kB
 
 Here, unison gets built with gtk and gtk2 support, but without
 documentation.
 

Then how to specify I would like the documentation too. Adding the USE
flag on make.conf? or as an optional parameter on emerge?

If I leave make.conf with no one USE flag, then each package will
install with its default flags, isn't it? Would this be a good idea
for a begginer?



 FEATURE=keepwork will cost you *a lot* of diskspace. If you build a
 complete system with this enabled, be prepared to spend a 50Gb+ disk
 just for /var/tmp/portage.
 

I see keepwork is not a really good idea.


 Christoph
 

Thanks for all

Would be easy to go inside Gentoo with an active list like this. I think, no?


Pere

-- 
gentoo-user@gentoo.org mailing list