Re: [gentoo-user] What is with emerge after update world ?
On Sunday 27 of March 2011 21:33:33 JM wrote: > eselect list is not correct. > > Use: eselect *python *list (or whatever other app you wish to select a > specific version of) > > Then: > eselect python set (with the number of the option you want which was > displayed from 'eselect python list'). Thank you again. The problem is resolved. Greetings, Andrzej
Re: [gentoo-user] What is with emerge after update world ?
eselect list is not correct. Use: eselect *python *list (or whatever other app you wish to select a specific version of) Then: eselect python set (with the number of the option you want which was displayed from 'eselect python list'). 2011/3/26 Andrzej Styczeń > On Saturday 26 of March 2011 17:17:41 Mick wrote: > > What does eselect python list shows? > > The same as 'eselect read 1' > > # eselect list > !!! Error: Can't load module list > exiting > > If I wrote: > # eselect > Usage: eselect > > Global options: > --brief Make output shorter > --no-color,--no-colourDisable coloured output > > Built-in modules: > help Display a help message > usage Display a usage message > version Display version information > > Extra modules: > bashcomp Manage contributed bash-completion scripts > binutils Manage installed versions of sys-devel/binutils > blas Manage installed BLAS implementations > boost Manage boost installations > cblas Manage installed CBLAS implementations > editorManage the EDITOR environment variable > env Manage environment variables set in /etc/env.d/ > esd Select esound daemon or wrapper > fontconfigManage fontconfig /etc/fonts/conf.d/ symlinks > kernelManage the /usr/src/linux symlink > lapackManage installed LAPACK implementations > mesa Manage the OpenGL driver architecture used by > media-libs/mesa > modules A module for querying modules. By default, it > lists all available modules > news Read Gentoo ("GLEP 42") news items > openglManage the OpenGL implementation used by your > system > pager Manage the PAGER environment variable > profile Manage the /etc/make.profile symlink > pythonManage Python symlinks > rcManage /etc/init.d scripts in runlevels > ruby Manage ruby symlinks > visualManage the VISUAL environment variable > > >
Re: [gentoo-user] What is with emerge after update world ?
* Andrzej Stycze? [110326 11:42]: > Hello, Hello Andrzej, > > I try gentoo once again a few days ago and everything go OK until I install > KDE. Then I see that I got the following symptom that something is wrong > > # eselect read 1 > ! ! ! Error: Can't load module read > exiting I think you might mean "eselect news read 1" > > Then I install LibreOffice and OK, but eselect as above still not work > properly. > > Then I sync tree portage and do: > > # emerge -a --update --deep --newuse world && \ > emerge --deepclean && \ > revdep-rebuild > > After this I saw, that many things was broken with LibreOffice and > additionaly > also Python was updated to 2.7 version, and now If I do: Try "eselect python list" and if there's no '*' try "eselect python 1" (if python 2.7 is number 1) Then try using emerge again. Todd
Re: [gentoo-user] What is with emerge after update world ?
On Saturday 26 of March 2011 18:21:30 Sebastian Beßler wrote: > > Available Python interpreters: > > [1] python2.7 > > [2] python3.1 > > Then use 'eselect python set 1' to activate python 2.7 > That should fix your problem > > Greetings > > Sebastian Beßler Thank you, emrge now works. Greetings, Andrzej
Re: [gentoo-user] What is with emerge after update world ?
On Saturday 26 of March 2011 18:16:20 Sebastian Beßler wrote: > Thats because you have the syntax wrong. > It is 'eselect python list' and 'eselect news read 1' > Try it and look what it says. Thank you. My mistake. I should read more carefully. > Greetings > > Sebastian Beßler Greetings, Andrzej
Re: [gentoo-user] What is with emerge after update world ?
Am 26.03.2011 18:12, schrieb Andrzej Styczeń: > On Saturday 26 of March 2011 17:45:47 Andrzej Styczeń wrote: >> On Saturday 26 of March 2011 17:17:41 Mick wrote: >>> What does eselect python list shows? > > I'm very sorry for previous mail, I wrong read your question: > > # eselect python list > Available Python interpreters: > [1] python2.7 > [2] python3.1 Then use 'eselect python set 1' to activate python 2.7 That should fix your problem Greetings Sebastian Beßler signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] What is with emerge after update world ?
Andrzej Styczeń wrote: On Saturday 26 of March 2011 17:45:47 Andrzej Styczeń wrote: On Saturday 26 of March 2011 17:17:41 Mick wrote: What does eselect python list shows? I'm very sorry for previous mail, I wrong read your question: # eselect python list Available Python interpreters: [1] python2.7 [2] python3.1 try: eselect python set 1 Then emerge should work. Dale :-) :-)
Re: [gentoo-user] What is with emerge after update world ?
2011/3/26 Andrzej Styczeń : > On Saturday 26 of March 2011 17:45:47 Andrzej Styczeń wrote: >> On Saturday 26 of March 2011 17:17:41 Mick wrote: >> > What does eselect python list shows? > > I'm very sorry for previous mail, I wrong read your question: > > # eselect python list > Available Python interpreters: > [1] python2.7 > [2] python3.1 > Ah, OK - python, not news. Anyway, always eselect then eselect something then eselect something something-to-do HTH, Mark
Re: [gentoo-user] What is with emerge after update world ?
Am 26.03.2011 17:45, schrieb Andrzej Styczeń: > On Saturday 26 of March 2011 17:17:41 Mick wrote: >> What does eselect python list shows? > > The same as 'eselect read 1' > > # eselect list > !!! Error: Can't load module list > exiting Thats because you have the syntax wrong. It is 'eselect python list' and 'eselect news read 1' Try it and look what it says. Greetings Sebastian Beßler signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] What is with emerge after update world ?
2011/3/26 Andrzej Styczeń : > On Saturday 26 of March 2011 17:17:41 Mick wrote: >> What does eselect python list shows? > > The same as 'eselect read 1' > > # eselect list > !!! Error: Can't load module list > exiting > So I suspect you were actually trying to get to eselect news read and then eselect news read 1 to read the first message? Hope this helps, Mark
Re: [gentoo-user] What is with emerge after update world ?
On Saturday 26 of March 2011 17:45:47 Andrzej Styczeń wrote: > On Saturday 26 of March 2011 17:17:41 Mick wrote: > > What does eselect python list shows? I'm very sorry for previous mail, I wrong read your question: # eselect python list Available Python interpreters: [1] python2.7 [2] python3.1
Re: [gentoo-user] What is with emerge after update world ?
On Saturday 26 of March 2011 17:17:41 Mick wrote: > What does eselect python list shows? The same as 'eselect read 1' # eselect list !!! Error: Can't load module list exiting If I wrote: # eselect Usage: eselect Global options: --brief Make output shorter --no-color,--no-colourDisable coloured output Built-in modules: help Display a help message usage Display a usage message version Display version information Extra modules: bashcomp Manage contributed bash-completion scripts binutils Manage installed versions of sys-devel/binutils blas Manage installed BLAS implementations boost Manage boost installations cblas Manage installed CBLAS implementations editorManage the EDITOR environment variable env Manage environment variables set in /etc/env.d/ esd Select esound daemon or wrapper fontconfigManage fontconfig /etc/fonts/conf.d/ symlinks kernelManage the /usr/src/linux symlink lapackManage installed LAPACK implementations mesa Manage the OpenGL driver architecture used by media-libs/mesa modules A module for querying modules. By default, it lists all available modules news Read Gentoo ("GLEP 42") news items openglManage the OpenGL implementation used by your system pager Manage the PAGER environment variable profile Manage the /etc/make.profile symlink pythonManage Python symlinks rcManage /etc/init.d scripts in runlevels ruby Manage ruby symlinks visualManage the VISUAL environment variable
Re: [gentoo-user] What is with emerge after update world ?
On Saturday 26 March 2011 16:03:40 Andrzej Styczeń wrote: > Hello, > > I try gentoo once again a few days ago and everything go OK until I install > KDE. Then I see that I got the following symptom that something is wrong > > # eselect read 1 > ! ! ! Error: Can't load module read > exiting > > Then I install LibreOffice and OK, but eselect as above still not work > properly. > > Then I sync tree portage and do: > > # emerge -a --update --deep --newuse world && \ > emerge --deepclean && \ > revdep-rebuild > > After this I saw, that many things was broken with LibreOffice and > additionaly also Python was updated to 2.7 version, and now If I do: > > # emerge --sync > I obtain nothing. If I do > > # emerge > I obtain nothing. If I do > > # emerge sdfkhsdfhsdk > I obtain nothing (I wrote some random text above). If I do > > # emerga -av python > I obtain nothing. If I do > > # python-updater > * Python 2 and Python 3 not installed > > If I do > # whereis python > python: /usr/bin/python /usr/bin/python3.1 /usr/bin/python2.7 > /usr/lib/python2.6 /usr/lib/python3.1 /usr/lib/python2.7 > /usr/lib64/python2.6 /usr/lib64/python3.1 /usr/lib64/python2.7 > /usr/include/python2.6 > /usr/include/python3.1 /usr/include/python2.7 > /usr/share/man/man1/python.1.bz2 > > If I do, I see > # ls -l /usr/bin/python* > lrwxrwxrwx 1 root root14 Mar 22 14:34 /usr/bin/python -> python-wrapper > -rwxr-xr-x 1 root root 217 Mar 22 14:34 /usr/bin/python-config > -rwxr-xr-x 1 root root 1400 Mar 25 10:54 /usr/bin/python-config-2.7 > -rwxr-xr-x 1 root root 1177 Mar 22 14:25 /usr/bin/python-config-3.1 > -rwxr-xr-x 1 root root 10328 Feb 24 08:45 /usr/bin/python-wrapper > lrwxrwxrwx 1 root root 9 Mar 22 14:34 /usr/bin/python2 -> python2.6 > -rwxr-xr-x 1 root root 6104 Mar 25 10:55 /usr/bin/python2.7 > lrwxrwxrwx 1 root root 9 Mar 22 14:26 /usr/bin/python3 -> python3.1 > -rwxr-xr-x 1 root root 10272 Mar 22 14:26 /usr/bin/python3.1 > > # uname -a > Linux laptop 2.6.36-gentoo-r5 #3 SMP PREEMPT Tue Mar 22 10:43:42 UTC 2011 > x86_64 AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-82 AuthenticAMD > GNU/Linux > > > A, I see also that my Xorg work on one processor at 100%, the second is 0 % > - why ? > > This was simple update whole system as described in handbook. Why this > update go very wrong ? I do something wrong or the error is with > management system in Gentoo ? > > What to do now? Why the key utility 'emerge' not working properly ? How it > happen? Without 'emerge' I can not do nothing. I'm sorry if this is stupid > questions, but I'm newbie in Gentoo, I try It after long pause (the first > one was unsuccessful). But I want to learn. Can you help me? Or I should > start fresh install ? What does eselect python list shows? -- Regards, Mick signature.asc Description: This is a digitally signed message part.
[gentoo-user] What is with emerge after update world ?
Hello, I try gentoo once again a few days ago and everything go OK until I install KDE. Then I see that I got the following symptom that something is wrong # eselect read 1 ! ! ! Error: Can't load module read exiting Then I install LibreOffice and OK, but eselect as above still not work properly. Then I sync tree portage and do: # emerge -a --update --deep --newuse world && \ emerge --deepclean && \ revdep-rebuild After this I saw, that many things was broken with LibreOffice and additionaly also Python was updated to 2.7 version, and now If I do: # emerge --sync I obtain nothing. If I do # emerge I obtain nothing. If I do # emerge sdfkhsdfhsdk I obtain nothing (I wrote some random text above). If I do # emerga -av python I obtain nothing. If I do # python-updater * Python 2 and Python 3 not installed If I do # whereis python python: /usr/bin/python /usr/bin/python3.1 /usr/bin/python2.7 /usr/lib/python2.6 /usr/lib/python3.1 /usr/lib/python2.7 /usr/lib64/python2.6 /usr/lib64/python3.1 /usr/lib64/python2.7 /usr/include/python2.6 /usr/include/python3.1 /usr/include/python2.7 /usr/share/man/man1/python.1.bz2 If I do, I see # ls -l /usr/bin/python* lrwxrwxrwx 1 root root14 Mar 22 14:34 /usr/bin/python -> python-wrapper -rwxr-xr-x 1 root root 217 Mar 22 14:34 /usr/bin/python-config -rwxr-xr-x 1 root root 1400 Mar 25 10:54 /usr/bin/python-config-2.7 -rwxr-xr-x 1 root root 1177 Mar 22 14:25 /usr/bin/python-config-3.1 -rwxr-xr-x 1 root root 10328 Feb 24 08:45 /usr/bin/python-wrapper lrwxrwxrwx 1 root root 9 Mar 22 14:34 /usr/bin/python2 -> python2.6 -rwxr-xr-x 1 root root 6104 Mar 25 10:55 /usr/bin/python2.7 lrwxrwxrwx 1 root root 9 Mar 22 14:26 /usr/bin/python3 -> python3.1 -rwxr-xr-x 1 root root 10272 Mar 22 14:26 /usr/bin/python3.1 # uname -a Linux laptop 2.6.36-gentoo-r5 #3 SMP PREEMPT Tue Mar 22 10:43:42 UTC 2011 x86_64 AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-82 AuthenticAMD GNU/Linux A, I see also that my Xorg work on one processor at 100%, the second is 0 % - why ? This was simple update whole system as described in handbook. Why this update go very wrong ? I do something wrong or the error is with management system in Gentoo ? What to do now? Why the key utility 'emerge' not working properly ? How it happen? Without 'emerge' I can not do nothing. I'm sorry if this is stupid questions, but I'm newbie in Gentoo, I try It after long pause (the first one was unsuccessful). But I want to learn. Can you help me? Or I should start fresh install ? Thank you, Andrzej