Re: [gentoo-user] portage wants to remove less and nano

2011-10-07 Thread Niccolò Belli

Il 06/10/2011 23:09, David Abbott ha scritto:

To see your default editor and pager;
eselect editor list  eselect pager list


It's strange, there was no defaults editor and pager...

laptop ~ # eselect editor list  eselect pager list
Available targets for the EDITOR variable:
  [1]   /bin/nano
  [2]   /usr/bin/ex
  [3]   /usr/bin/vi
  [ ]   (free form)
Available targets for the PAGER variable:
  [1]   /bin/more
  [2]   /usr/bin/less
  [ ]   (free form)

laptop ~ # eselect editor show
EDITOR variable in profile:
  (none)

laptop ~ # eselect pager show
PAGER variable in profile:
  (none)


I'm pretty sure I never unset them...



Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Mick
On Friday 10 Jun 2011 19:18:06 Paul Hartman wrote:
 On Fri, Jun 10, 2011 at 12:41 PM, Dale rdalek1...@gmail.com wrote:
  Nikos Chantziaras wrote:
  On 06/09/2011 09:52 PM, Bill Longman wrote:
  On 06/09/2011 11:18 AM, Alan McKinnon wrote:
  eselect OTOH, is something I always have to run bit by bit to recall
  the invocation. That's just way too much effort for this here old
  git
  
  Wasn't on this list that I saw the correct procedure for eselect?
  
  eselect
  eselect kernel
  eselect kernel list
  eselect kernel set 6
  
  sigh  It's so true
  
  Never happened to me.  I simply enter eselect and then press TAB twice
  and get a list of every module :-P
  
  Huh?
  
  root@fireball / # eselect  hit tab twice here 
  bin/ .config/ dev/ home/lib/ lib64/   mnt/ opt/
  root/sys/ usr/
  boot/data/etc/ kde  lib32/   media/   old-etc/ proc/
   sbin/tmp/ var/
  root@fireball / # eselect
 
 See Pandu's latest message in this thread. Once you enable it like he
 showed, it'll work like this:
 
 # eselect pressed tab twice here
 bashcomp   boost  ctags  fontconfig java-vm
 locale news   pager  python usage
 visual
 binutils   --briefeditor help   kernel
 mesa   --no-colourpinentry   rc
 versionwxwidgets
 blas   cblas  envjava-nsplugin  lapack
 modulesopengl profileruby   vi
 xvmc

Not here:

# eselect bashcomp list
Available completions:
  [1]   gdbus
  [2]   gsettings

# eselect bashcomp enable eselect
!!! Error: /usr/share/bash-completion/eselect doesn't exist
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] portage wants to remove less and nano

2011-10-07 Thread Willie Wong
On Fri, Oct 07, 2011 at 11:15:33AM +0200, Niccolò Belli wrote:
 Il 06/10/2011 23:09, David Abbott ha scritto:
 To see your default editor and pager;
 eselect editor list  eselect pager list
 
 It's strange, there was no defaults editor and pager...
 
 laptop ~ # eselect editor list  eselect pager list
 Available targets for the EDITOR variable:
   [1]   /bin/nano
   [2]   /usr/bin/ex
   [3]   /usr/bin/vi
   [ ]   (free form)
 Available targets for the PAGER variable:
   [1]   /bin/more
   [2]   /usr/bin/less
   [ ]   (free form)

Most likely you've never set them. Use 'eselect editor set X' where X
is 1 for nano, 2 for ex, and 3 for vi etc. 

W
-- 
Willie W. Wong ww...@math.princeton.edu
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
 et vice versa   ~~~  I. Newton



Re: [gentoo-user] emerge dependence question

2011-11-06 Thread victor romanchuk
Zhang Jun wrote, at 11/06/2011 02:27 PM:
  # eselect editor list
 Available targets for the EDITOR variable:
   [1]   /bin/nano
   [2]   /bin/ed
   [3]   /usr/bin/ex
   [4]   /usr/bin/vi
   [ ]   (free form)



sanitize the EDITOR environment: eselect editor update

then set a suitable one from the displayed list. as far as i know the @system
requires at least one editor to be installed and set as default


 Something wants emacs, but it doesn't appear to be any of your installed
 package. What doe eselect editor list show?


 --
 Neil Bothwick




Re: [gentoo-user] heads-up: 2011-05-01 baselayout news

2011-05-02 Thread Mick
On Monday 02 May 2011 12:52:12 Alex Schuster wrote:
 Mick writes:
  On Monday 02 May 2011 11:26:27 you wrote:
  
  Thanks.  Not sure if there is a difference between an env.d variable and
  a profile.d variable.
 
 None you will notice, both /etc/profile.env and scripts in /etc/profile.d/
 are sourced in /etc/profile. profile.env contains all stuff in /etc/env.d/
 after you ran env-update.

Hmm ... I initially set up a file in /etc/profile.d/99editor with 

EDITOR=/usr/bin/vim 

in it.  Upon reboot I still got:

echo $EDITOR
/bin/nano

So, I thought of moving it into /etc/env.d/97editor.  Upon another reboot 
(troubleshooting network problems) I again found out that nano is my default 
editor ... neither locations seem to being read at boot time?

Running env-update  source /etc/profile did not make any difference.

Is the number prefix important?  Does it have to be 99editor?  If so, how does 
one discover the correct number for each variable?


 I do not manually change things in env.d, but with 'eselect editor set n'
 you can create a file /etc/env.d/99editor which will set the EDITOR
 variable to the editor you gave eselect as argument. Enter eselect editor
 list to se what's available, or just give the editor path as argument to
 eselect.

# eselect editor list
Available targets for the EDITOR variable:
  [1]   /bin/nano
  [2]   /usr/bin/ex
  [3]   /usr/bin/vi
  [ ]   (free form)

What does the [ ]   (free form) above refer to?


  I've added mine to /etc/profile.d for now.  I'll
  see what gives when I reboot.
 
 A relogin would be enough. Or '. /etc/profile' in the shell, this is what
 eselects suggests to do. Or bash -l, or xterm -ls.

Yep, setting the EDITOR using eselect works fine.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] heads-up: 2011-05-01 baselayout news

2011-05-05 Thread Alex Schuster
Mick wrote:

 On Monday 02 May 2011 12:52:12 Alex Schuster wrote:
  Mick writes:

   Thanks.  Not sure if there is a difference between an env.d variable
   and a profile.d variable.
  
  None you will notice, both /etc/profile.env and scripts in
  /etc/profile.d/ are sourced in /etc/profile. profile.env contains all
  stuff in /etc/env.d/ after you ran env-update.
 
 Hmm ... I initially set up a file in /etc/profile.d/99editor with
 
 EDITOR=/usr/bin/vim
 
 in it.  Upon reboot I still got:
 
 echo $EDITOR
 /bin/nano

I looked into /etc/profile, and right at the bottom it does this:

for sh in /etc/profile.d/*.sh ; do
[ -r $sh ]  . $sh
done
unset sh

So the file needs to have the .sh suffix.

 So, I thought of moving it into /etc/env.d/97editor.  Upon another reboot
 (troubleshooting network problems) I again found out that nano is my
 default editor ... neither locations seem to being read at boot time?
 
 Running env-update  source /etc/profile did not make any difference.
 
 Is the number prefix important?  Does it have to be 99editor?  If so, how
 does one discover the correct number for each variable?

Maybe the 99 is what eselect wants the number to be. If you manage files in 
there yourself, I think it should not matter. The result of env-update in 
/etc/profile.env is sorted alphabetically, so the order of file in 
/etc/env.d should not matter, I think.


  I do not manually change things in env.d, but with 'eselect editor set
  n' you can create a file /etc/env.d/99editor which will set the
  EDITOR variable to the editor you gave eselect as argument. Enter
  eselect editor list to se what's available, or just give the editor
  path as argument to eselect.
 
 # eselect editor list
 Available targets for the EDITOR variable:
   [1]   /bin/nano
   [2]   /usr/bin/ex
   [3]   /usr/bin/vi
   [ ]   (free form)
 
 What does the [ ]   (free form) above refer to?

That you can specify any other binary as editor if you like, with eselect 
editor set /path/to/my/editor.

   I've added mine to /etc/profile.d for now.  I'll
   see what gives when I reboot.
  
  A relogin would be enough. Or '. /etc/profile' in the shell, this is
  what eselects suggests to do. Or bash -l, or xterm -ls.
 
 Yep, setting the EDITOR using eselect works fine.

Hooray!

Wonko



Re: [gentoo-user] stage3/handbook mismatch

2012-09-10 Thread Mark Knecht
On Mon, Sep 10, 2012 at 11:13 AM, Chris Stankevitz
chrisstankev...@gmail.com wrote:
 On Sun, Sep 9, 2012 at 6:41 PM, Mark Knecht markkne...@gmail.com wrote:
 That's a very new change just announced globally today and only for
 new installs. Take a look at eselect news for more info.

 What a coincidence!  I went with the older stage3 approach.

 Thank you,

 Chris


I just switched 3 machines over to the new way. It works fine. eselect
profile set will create the new link in /etc/portage. I figure the
biggest issue for me is that I won't be able to mindlessly type vi
/etc/make.conf anymore. ;-)

Cheers,
Mark



Re: [gentoo-user] What has bash_compleion done to me, and I to it?

2009-05-19 Thread Xavier Parizet
On Tue, 19 May 2009 08:24:57 -0700, fe...@crowfix.com wrote:
 I used to not know about bash completion, and all was fine.  Then I
 read a bit about it and gave it a try, and all was still fine, and
 pretty handy.  But somewhere along the way, bash completion has
 screwed up, and now various things which used to work before bash
 completion no longer work.  Such as
 
cd $WWW/tab
 
 where $WWW is one of my shell env vars.  It just dings, refuses to
 complete.  I have to cd $WWW then cd again.
 
 Or
 
 vi `ls /usr/porttab`
 
 It won't complete anything inside back quotes.

Which version of bash-completion do you use ?
If it is 0.20081219-r1 or earlier, configuration has change as notified by
ELOG summary after updating it, now you need to use eselect to enable
bash-completion.

Try as root : eselect bashcomp enable --global base and eselect bashcomp
enable --global gentoo to get some basics...
As a normal user, remove the --global switch.

HTH.

-- 
  Xavier Parizet
YaGB :   http://gentooist.com
GPG  :DC81 6FEE 6EBE FCE4 
1C18 202F E575 4A5D 036D 1408



Re: [gentoo-user] stage3/handbook mismatch

2012-09-10 Thread Pandu Poluan
On Sep 11, 2012 5:19 AM, Mark Knecht markkne...@gmail.com wrote:

 On Mon, Sep 10, 2012 at 11:13 AM, Chris Stankevitz
 chrisstankev...@gmail.com wrote:
  On Sun, Sep 9, 2012 at 6:41 PM, Mark Knecht markkne...@gmail.com
wrote:
  That's a very new change just announced globally today and only for
  new installs. Take a look at eselect news for more info.
 
  What a coincidence!  I went with the older stage3 approach.
 
  Thank you,
 
  Chris
 

 I just switched 3 machines over to the new way. It works fine. eselect
 profile set will create the new link in /etc/portage. I figure the
 biggest issue for me is that I won't be able to mindlessly type vi
 /etc/make.conf anymore. ;-)


Ahh... the curse of muscle memory... I bet I'll experience some dumbfounded
moments for at least one week, staring at an empty vi screen due to muscle
memory typing /etc/make.conf instead of /etc/portage/make.conf ... :-P

Rgds,


[gentoo-user] emerge --depclean removed python 2.6

2011-04-15 Thread dhk
After a recent update I got python 2.7 installed.  The emerge --depclean
command removed python 2.6 which I thought would be alright since I now
have 2.7.  I also used eselect python to set 2.7 as my default.  Now
revdep-rebuild has a load of broke links that are due to 2.6 being
missing.  Now vi and other stuff doesn't work.  What should be done next?

Thanks,

dhk



Re: [gentoo-user] heads-up: 2011-05-01 baselayout news

2011-05-05 Thread Mick
On Thursday 05 May 2011 09:25:18 Alex Schuster wrote:
 Mick wrote:
  On Monday 02 May 2011 12:52:12 Alex Schuster wrote:
   Mick writes:
Thanks.  Not sure if there is a difference between an env.d variable
and a profile.d variable.
   
   None you will notice, both /etc/profile.env and scripts in
   /etc/profile.d/ are sourced in /etc/profile. profile.env contains all
   stuff in /etc/env.d/ after you ran env-update.
  
  Hmm ... I initially set up a file in /etc/profile.d/99editor with
  
  EDITOR=/usr/bin/vim
  
  in it.  Upon reboot I still got:
  
  echo $EDITOR
  /bin/nano
 
 I looked into /etc/profile, and right at the bottom it does this:
 
 for sh in /etc/profile.d/*.sh ; do
 [ -r $sh ]  . $sh
 done
 unset sh
 
 So the file needs to have the .sh suffix.

I see!  It makes sense now.


  So, I thought of moving it into /etc/env.d/97editor.  Upon another reboot
  (troubleshooting network problems) I again found out that nano is my
  default editor ... neither locations seem to being read at boot time?
  
  Running env-update  source /etc/profile did not make any difference.
  
  Is the number prefix important?  Does it have to be 99editor?  If so, how
  does one discover the correct number for each variable?
 
 Maybe the 99 is what eselect wants the number to be. If you manage files in
 there yourself, I think it should not matter. The result of env-update in
 /etc/profile.env is sorted alphabetically, so the order of file in
 /etc/env.d should not matter, I think.
 
   I do not manually change things in env.d, but with 'eselect editor set
   n' you can create a file /etc/env.d/99editor which will set the
   EDITOR variable to the editor you gave eselect as argument. Enter
   eselect editor list to se what's available, or just give the editor
   path as argument to eselect.
  
  # eselect editor list
  
  Available targets for the EDITOR variable:
[1]   /bin/nano
[2]   /usr/bin/ex
[3]   /usr/bin/vi
[ ]   (free form)
  
  What does the [ ]   (free form) above refer to?
 
 That you can specify any other binary as editor if you like, with eselect
 editor set /path/to/my/editor.
 
I've added mine to /etc/profile.d for now.  I'll
see what gives when I reboot.
   
   A relogin would be enough. Or '. /etc/profile' in the shell, this is
   what eselects suggests to do. Or bash -l, or xterm -ls.

Yes, but I was also testing some other issues with my network setup and also 
startup scripts.

  Yep, setting the EDITOR using eselect works fine.
 
 Hooray!

 :)  Thanks for your advice!

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] strange eix-sync

2013-07-12 Thread meino . cramer
Stroller strol...@stellar.eclipse.co.uk [13-07-12 00:51]:
 
 On 11 July 2013, at 19:58, meino.cra...@gmx.de wrote:
  ...
  beaglebone:/rootKrm -v
  rm: remove regular empty file ‘/tmp/foobar123’? yes
  removed ‘/tmp/foobar123’
  ...
  
  Everything was done as root.
 
 I think this is the output of `rm -vi $file` not `rm -v $file` - this 
 suggests you have at least one alias enabled.
 
 This is probably a red herring, but I would try everything again ensuring no 
 aliases or other user shell customisations enabled.
 
 Stroller.
 
 

How can I pratically proof the availability of xattr on the filesystem
of /tmp -- beside checking the kernel config.
From the point of view of rsync -- so to say?

After this update it stops working. In the meanwhile I had reinstalled
all old versions with no success

1373166229: Started emerge on: Jul 07, 2013 05:03:48
1373166229:  *** emerge --oneshot --keep-going --verbose 
=sys-fs/dosfstools-3.0.20-r1 =net-misc/rsync-3.0.9-r3 =app-admin/eselect-1.3.6 
=net-misc/ntp-4.2.6_p5-r3 =virtual/udev-200
1373166331:   emerge (1 of 5) sys-fs/dosfstools-3.0.20-r1 to /
1373166332:  === (1 of 5) Cleaning 
(sys-fs/dosfstools-3.0.20-r1::/usr/portage/sys-fs/dosfstools/dosfstools-3.0.20-r1.ebuild)
1373166333:  === (1 of 5) Compiling/Merging 
(sys-fs/dosfstools-3.0.20-r1::/usr/portage/sys-fs/dosfstools/dosfstools-3.0.20-r1.ebuild)
1373166409:  === (1 of 5) Merging 
(sys-fs/dosfstools-3.0.20-r1::/usr/portage/sys-fs/dosfstools/dosfstools-3.0.20-r1.ebuild)
1373166432:   AUTOCLEAN: sys-fs/dosfstools:0
1373166432:  === Unmerging... (sys-fs/dosfstools-3.0.20)
1373166447:   unmerge success: sys-fs/dosfstools-3.0.20
1373166465:  === (1 of 5) Post-Build Cleaning 
(sys-fs/dosfstools-3.0.20-r1::/usr/portage/sys-fs/dosfstools/dosfstools-3.0.20-r1.ebuild)
1373166465:  ::: completed emerge (1 of 5) sys-fs/dosfstools-3.0.20-r1 to /
1373166465:   emerge (2 of 5) net-misc/rsync-3.0.9-r3 to /
1373166465:  === (2 of 5) Cleaning 
(net-misc/rsync-3.0.9-r3::/usr/portage/net-misc/rsync/rsync-3.0.9-r3.ebuild)
1373166466:  === (2 of 5) Compiling/Merging 
(net-misc/rsync-3.0.9-r3::/usr/portage/net-misc/rsync/rsync-3.0.9-r3.ebuild)
1373166811:  === (2 of 5) Merging 
(net-misc/rsync-3.0.9-r3::/usr/portage/net-misc/rsync/rsync-3.0.9-r3.ebuild)
1373166828:   AUTOCLEAN: net-misc/rsync:0
1373166828:  === Unmerging... (net-misc/rsync-3.0.9-r2)
1373166843:   unmerge success: net-misc/rsync-3.0.9-r2
1373166861:  === (2 of 5) Post-Build Cleaning 
(net-misc/rsync-3.0.9-r3::/usr/portage/net-misc/rsync/rsync-3.0.9-r3.ebuild)
1373166861:  ::: completed emerge (2 of 5) net-misc/rsync-3.0.9-r3 to /
1373166861:   emerge (3 of 5) app-admin/eselect-1.3.6 to /
1373166861:  === (3 of 5) Cleaning 
(app-admin/eselect-1.3.6::/usr/portage/app-admin/eselect/eselect-1.3.6.ebuild)
1373166862:  === (3 of 5) Compiling/Merging 
(app-admin/eselect-1.3.6::/usr/portage/app-admin/eselect/eselect-1.3.6.ebuild)
1373166904:  === (3 of 5) Merging 
(app-admin/eselect-1.3.6::/usr/portage/app-admin/eselect/eselect-1.3.6.ebuild)
1373166929:   AUTOCLEAN: app-admin/eselect:0
1373166929:  === Unmerging... (app-admin/eselect-1.3.5)
1373166944:   unmerge success: app-admin/eselect-1.3.5
1373166960:  === (3 of 5) Post-Build Cleaning 
(app-admin/eselect-1.3.6::/usr/portage/app-admin/eselect/eselect-1.3.6.ebuild)
1373166960:  ::: completed emerge (3 of 5) app-admin/eselect-1.3.6 to /
1373166961:   emerge (4 of 5) net-misc/ntp-4.2.6_p5-r3 to /
1373166961:  === (4 of 5) Cleaning 
(net-misc/ntp-4.2.6_p5-r3::/usr/portage/net-misc/ntp/ntp-4.2.6_p5-r3.ebuild)
1373166963:  === (4 of 5) Compiling/Merging 
(net-misc/ntp-4.2.6_p5-r3::/usr/portage/net-misc/ntp/ntp-4.2.6_p5-r3.ebuild)
1373167738:  === (4 of 5) Merging 
(net-misc/ntp-4.2.6_p5-r3::/usr/portage/net-misc/ntp/ntp-4.2.6_p5-r3.ebuild)
1373167774:   AUTOCLEAN: net-misc/ntp:0
1373167774:  === Unmerging... (net-misc/ntp-4.2.6_p5-r2)
1373167792:   unmerge success: net-misc/ntp-4.2.6_p5-r2
1373167815:  === (4 of 5) Post-Build Cleaning 
(net-misc/ntp-4.2.6_p5-r3::/usr/portage/net-misc/ntp/ntp-4.2.6_p5-r3.ebuild)
1373167815:  ::: completed emerge (4 of 5) net-misc/ntp-4.2.6_p5-r3 to /
1373167816:   emerge (5 of 5) virtual/udev-200 to /
1373167816:  === (5 of 5) Cleaning 
(virtual/udev-200::/usr/portage/virtual/udev/udev-200.ebuild)
1373167816:  === (5 of 5) Compiling/Merging 
(virtual/udev-200::/usr/portage/virtual/udev/udev-200.ebuild)
1373167841:  === (5 of 5) Merging 
(virtual/udev-200::/usr/portage/virtual/udev/udev-200.ebuild)
1373167855:   AUTOCLEAN: virtual/udev:0
1373167855:  === Unmerging... (virtual/udev-197-r3)
1373167870:   unmerge success: virtual/udev-197-r3
1373167888:  === (5 of 5) Post-Build Cleaning 
(virtual/udev-200::/usr/portage/virtual/udev/udev-200.ebuild)
1373167888:  ::: completed emerge (5 of 5) virtual/udev-200 to /
1373167888:  *** Finished. Cleaning up...
1373167905:  *** exiting successfully.
1373167914:  *** terminating.
1373248019: Started emerge on: Jul 08, 2013 03:46:59
1373248019

Re: [gentoo-user] heads-up: 2011-05-01 baselayout news

2011-05-02 Thread Thanasis
on 05/02/2011 01:05 PM Mick wrote the following:
 Another thing I found, is some incongruity about the file in which the 
 $EDITOR 
 and $PAGER should be defined.

 The migration guide says:

 The EDITOR variable is no longer found in /etc/rc.conf. Both EDITOR and 
 PAGER 
 are set by default in /etc/profile. You should change this as needed in your 
 ~/.bashrc (or equivalent) file or create */etc/env.d/99editor* and set the 
 system default there.

 On the other hand the /etc/profile file seems to recommend /etc/profile.d/

 # You should override these in your ~/.bashrc (or equivalent) for per-user
 # settings.  For system defaults, you can add a new file in /etc/profile.d/.
 export EDITOR=${EDITOR:-/bin/nano}
 export PAGER=${PAGER:-/usr/bin/less}

 Which one is the authoritative place to define a system wide editor?
All above are consistent. The system default is set in a file like
/etc/env.d/99editor
I use eselect (app-admin/eselect) to set the system defaults.
eg I have:
# cat /etc/env.d/99editor
# Configuration file for eselect
# This file has been automatically generated.
EDITOR=/usr/bin/vi
VISUAL=/usr/bin/vi

But on a per user basis, a user should define those environment
variables in his ~/.bashrc or ~/.bash_profile (or equivalent) shell
initialization files.



Re: [gentoo-user] heads-up: 2011-05-01 baselayout news

2011-05-02 Thread Mick
On Monday 02 May 2011 11:26:27 you wrote:
 on 05/02/2011 01:05 PM Mick wrote the following:
  Another thing I found, is some incongruity about the file in which the
  $EDITOR and $PAGER should be defined.
  
  The migration guide says:
  
  The EDITOR variable is no longer found in /etc/rc.conf. Both EDITOR and
  PAGER are set by default in /etc/profile. You should change this as
  needed in your ~/.bashrc (or equivalent) file or create
  */etc/env.d/99editor* and set the system default there.
  
  On the other hand the /etc/profile file seems to recommend
  /etc/profile.d/
  
  # You should override these in your ~/.bashrc (or equivalent) for
  per-user # settings.  For system defaults, you can add a new file in
  /etc/profile.d/. export EDITOR=${EDITOR:-/bin/nano}
  export PAGER=${PAGER:-/usr/bin/less}
  
  Which one is the authoritative place to define a system wide editor?
 
 All above are consistent. The system default is set in a file like
 /etc/env.d/99editor
 I use eselect (app-admin/eselect) to set the system defaults.
 eg I have:
 # cat /etc/env.d/99editor
 # Configuration file for eselect
 # This file has been automatically generated.
 EDITOR=/usr/bin/vi
 VISUAL=/usr/bin/vi
 
 But on a per user basis, a user should define those environment
 variables in his ~/.bashrc or ~/.bash_profile (or equivalent) shell
 initialization files.

Thanks.  Not sure if there is a difference between an env.d variable and a 
profile.d variable.  I've added mine to /etc/profile.d for now.  I'll see what 
gives when I reboot.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: Kernel Modules

2011-06-10 Thread Nikos Chantziaras

On 06/10/2011 10:08 PM, Dale wrote:

Paul Hartman wrote:

See Pandu's latest message in this thread. Once you enable it like he
showed, it'll work like this:

# eselectpressed tab twice here
bashcomp boost ctags fontconfig java-vm
locale news pager python usage
visual
binutils --brief editor help kernel
mesa --no-colour pinentry rc
version wxwidgets
blas cblas env java-nsplugin lapack
modules opengl profile ruby vi
xvmc



Oh. Oh!!! NEATO. Now to remember I can do this the next time I can't
remember the name of a module. lol

Double neato ! It works after each option too.


Well, it's called bash completion and works pretty much for everything 
that has a completion file.  It needs app-shells/bash-completion to be 
installed.  There's a also global USE flag called bash-completion.


And also an eselect module called bashcomp, where you can enable this 
feature for specific tools and packages.  eselect bashcomp list shows 
the packages that support this.  For example, try ls --tabtab and 
you get a list options.  Or gcc, or unrar, or...





Re: [gentoo-user] Re: Kernel Modules

2011-06-10 Thread Dale

Nikos Chantziaras wrote:

On 06/10/2011 10:08 PM, Dale wrote:

Paul Hartman wrote:

See Pandu's latest message in this thread. Once you enable it like he
showed, it'll work like this:

# eselectpressed tab twice here
bashcomp boost ctags fontconfig java-vm
locale news pager python usage
visual
binutils --brief editor help kernel
mesa --no-colour pinentry rc
version wxwidgets
blas cblas env java-nsplugin lapack
modules opengl profile ruby vi
xvmc



Oh. Oh!!! NEATO. Now to remember I can do this the next time I can't
remember the name of a module. lol

Double neato ! It works after each option too.


Well, it's called bash completion and works pretty much for everything 
that has a completion file.  It needs app-shells/bash-completion to 
be installed.  There's a also global USE flag called bash-completion.


And also an eselect module called bashcomp, where you can enable this 
feature for specific tools and packages.  eselect bashcomp list 
shows the packages that support this.  For example, try ls 
--tabtab and you get a list options.  Or gcc, or unrar, or...




This is one of those, 'I have heard of this but didn't know what is was' 
things.  I did set the USE flag and updated the needed things, -N and 
all, but this is pretty darn cool.


I notice a really long list of things when I do this:

eselect bashcomp list

Is there a way to just enable them all?  Is there some that should NOT 
be enabled, maybe for good reason?


Thanks.

Dale

:-)  :-)



Re: [gentoo-user] emerge --depclean removed python 2.6

2011-04-15 Thread Adam Carter
On Fri, Apr 15, 2011 at 8:16 PM, dhk dhk...@optonline.net wrote:

 After a recent update I got python 2.7 installed.  The emerge --depclean
 command removed python 2.6 which I thought would be alright since I now
 have 2.7.  I also used eselect python to set 2.7 as my default.  Now
 revdep-rebuild has a load of broke links that are due to 2.6 being
 missing.  Now vi and other stuff doesn't work.  What should be done next?


Run python-updater.


Re: [gentoo-user] emerge --depclean removed python 2.6

2011-04-15 Thread dhk
On 04/15/2011 06:20 AM, Adam Carter wrote:
 On Fri, Apr 15, 2011 at 8:16 PM, dhk dhk...@optonline.net wrote:
 
 After a recent update I got python 2.7 installed.  The emerge --depclean
 command removed python 2.6 which I thought would be alright since I now
 have 2.7.  I also used eselect python to set 2.7 as my default.  Now
 revdep-rebuild has a load of broke links that are due to 2.6 being
 missing.  Now vi and other stuff doesn't work.  What should be done next?

 
 Run python-updater.
 

I forgot about that command.  Thanks.



Re: [gentoo-user] emerge --depclean removed python 2.6

2011-04-15 Thread Carlos Sura
On 15 April 2011 04:16, dhk dhk...@optonline.net wrote:

 After a recent update I got python 2.7 installed.  The emerge --depclean
 command removed python 2.6 which I thought would be alright since I now
 have 2.7.  I also used eselect python to set 2.7 as my default.  Now
 revdep-rebuild has a load of broke links that are due to 2.6 being
 missing.  Now vi and other stuff doesn't work.  What should be done next?

 Thanks,

 dhk


Hello, I'm using ~amd64 profile, and updated to python 2.7 without any
problem.

-- 
Carlos Sura.-


Re: [gentoo-user] Can the text based consoles be made scrollable?

2012-01-30 Thread Pandu Poluan
On Jan 31, 2012 3:04 AM, Jorge Martínez López jorg...@gmail.com wrote:

 El lun, 30-01-2012 a las 08:54 -0500, Chris Brennan escribió:

 
  My personal preference is to use less, I find it to support my
  Vi/ViM habits
  more appropriately.
 

 Then you would love vimpager.


And vimmanpager :-)

A couple of months back, there was a discussion in this here list about
vimmanpager, and how there is no eselect module to specify which pager to
be used by man. Someone kindly provided such module for me, but I forgot
who exactly :-(

In my systems, I even created a symlink /usr/local/bin/less that refers to
vimpager.

Rgds,


Re: [gentoo-user] stage3/handbook mismatch

2012-09-10 Thread Mark Knecht
On Mon, Sep 10, 2012 at 6:49 PM, Pandu Poluan pa...@poluan.info wrote:

 On Sep 11, 2012 5:19 AM, Mark Knecht markkne...@gmail.com wrote:

 On Mon, Sep 10, 2012 at 11:13 AM, Chris Stankevitz
 chrisstankev...@gmail.com wrote:
  On Sun, Sep 9, 2012 at 6:41 PM, Mark Knecht markkne...@gmail.com
  wrote:
  That's a very new change just announced globally today and only for
  new installs. Take a look at eselect news for more info.
 
  What a coincidence!  I went with the older stage3 approach.
 
  Thank you,
 
  Chris
 

 I just switched 3 machines over to the new way. It works fine. eselect
 profile set will create the new link in /etc/portage. I figure the
 biggest issue for me is that I won't be able to mindlessly type vi
 /etc/make.conf anymore. ;-)


 Ahh... the curse of muscle memory... I bet I'll experience some dumbfounded
 moments for at least one week, staring at an empty vi screen due to muscle
 memory typing /etc/make.conf instead of /etc/portage/make.conf ... :-P

 Rgds,

Someone else suggested (or I think they suggested) putting a link at
/etc/make.conf pointing at the new location. That might help with that
problem. I'm just gonna force myself to learn the new location but
like you're worried about I've already done it a couple of times
today!

- Mark



Re: [gentoo-user] stage3/handbook mismatch

2012-09-10 Thread Pandu Poluan
On Sep 11, 2012 9:31 AM, Mark Knecht markkne...@gmail.com wrote:

 On Mon, Sep 10, 2012 at 6:49 PM, Pandu Poluan pa...@poluan.info wrote:
 
  On Sep 11, 2012 5:19 AM, Mark Knecht markkne...@gmail.com wrote:
 
  On Mon, Sep 10, 2012 at 11:13 AM, Chris Stankevitz
  chrisstankev...@gmail.com wrote:
   On Sun, Sep 9, 2012 at 6:41 PM, Mark Knecht markkne...@gmail.com
   wrote:
   That's a very new change just announced globally today and only for
   new installs. Take a look at eselect news for more info.
  
   What a coincidence!  I went with the older stage3 approach.
  
   Thank you,
  
   Chris
  
 
  I just switched 3 machines over to the new way. It works fine. eselect
  profile set will create the new link in /etc/portage. I figure the
  biggest issue for me is that I won't be able to mindlessly type vi
  /etc/make.conf anymore. ;-)
 
 
  Ahh... the curse of muscle memory... I bet I'll experience some
dumbfounded
  moments for at least one week, staring at an empty vi screen due to
muscle
  memory typing /etc/make.conf instead of /etc/portage/make.conf ... :-P
 
  Rgds,

 Someone else suggested (or I think they suggested) putting a link at
 /etc/make.conf pointing at the new location. That might help with that
 problem. I'm just gonna force myself to learn the new location but
 like you're worried about I've already done it a couple of times
 today!

 - Mark


:q! is the menu if the week, if not month, then ;-)

Rgds,


Re: [gentoo-user] emerge --depclean: !!! sys-apps/less is part of your system

2011-12-22 Thread Pandu Poluan
On Dec 23, 2011 2:42 AM, Mick michaelkintz...@gmail.com wrote:

 On Thursday 22 Dec 2011 19:07:02 Alan McKinnon wrote:
  On Thu, 22 Dec 2011 19:58:32 +0100
 
  Jarry mr.ja...@gmail.com wrote:
   On 22-Dec-11 19:38, Mark Knecht wrote:
Why does portage want to unmerge sys-apps/less when it is
a part of system?
   
I didn't like it either so I've been adding it to
/var/lib/portage/world just to stop it. I've seen this on one
machine or another for 6 months to a year I think.
  
   Some time ago emerge wanted to uninstall nano - part of system.
   Now less. I just tried to update one more comp, and guess what?
  
   # emerge --depclean
   Calculating dependencies... done!
  
 Calculating removal order...
  
   !!! 'sys-fs/udev' (virtual/dev-manager) is part of your system
   profile. !!! Unmerging it may be damaging to your system.
  
 Waiting 10 seconds before starting...
 (Control-C to abort)...
  
   Press Ctrl-C to Stop in:  10 9
  
   LOL, what the hell is going on? Porgage went crazy or what?
 
  This has been in unstable for many months now. Basically there's now a
  virtual for $EDITOR and $PAGER so you can pick the one you want. If you
  don't pick one, portage will take the default and --depclean is likely
  to remove the others that are not in world.
 
  This was all discussed to death months ago :-)
 
  Just add your editor and pager of choice to world and continue as
  normal. It's not a big issue - you already know you want less and have
  no intention of removing it, so just add it like any other package.

 $ cat /etc/env.d/99editor
 # Configuration file for eselect
 # This file has been automatically generated.
 EDITOR=/usr/bin/vi

 You could replace for nano, or indeed add both in world file.  Ditto for
pager
 (more/less/most, etc).


'eselect pager list' and 'eselect editor list' will show what alternatives
are available (with a write-in candidate support).

Rgds,


Re: [gentoo-user] emerge dependence question

2011-11-06 Thread Zhang Jun
 # eselect editor list
Available targets for the EDITOR variable:
  [1]   /bin/nano
  [2]   /bin/ed
  [3]   /usr/bin/ex
  [4]   /usr/bin/vi
  [ ]   (free form)


On Sun, Nov 6, 2011 at 6:19 PM, Neil Bothwick n...@digimed.co.uk wrote:

 On Sun, 6 Nov 2011 11:56:50 +0800, Zhang Jun wrote:

  # emerge -pvutDN world
 
  These are the packages that would be merged, in reverse order:
 
  Calculating dependencies... done!
  [nomerge   ] app-editors/emacs-23.3-r2  USE=X gtk gzip-el jpeg png
  xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
  -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
  -toolkit-scroll-bars [nomerge   ]
  app-emacs/emacs-common-gentoo-1.2-r2  USE=X -emacs22icons
  [ebuild  N ]   virtual/emacs-23  0 kB
  [ebuild  N ]app-editors/emacs-23.3-r2  USE=X gtk gzip-el jpeg
  png xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
  -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
  -toolkit-scroll-bars 37,842 kB
  [ebuild  N ] app-emacs/emacs-common-gentoo-1.2-r2  USE=X
  -emacs22icons 46 kB

 Something wants emacs, but it doesn't appear to be any of your installed
 package. What doe eselect editor list show?


 --
 Neil Bothwick

 *Libra*: /(Sept 23--Oct 23)/ An unfortunate typo on your application
 results in your being accepted into the Legion Of Superherpes.



[gentoo-user] cant add fonts

2020-07-11 Thread james

This is weird.

background;
So I've installed media-fonts/courier-prime:

Installing (1 of 1) media-libs/fontconfig-2.13.1-r2::gentoo
 * Syncing fontconfig configuration to system ... 
[ ok ]

 * Cleaning broken symlinks in /etc/fonts/conf.d/
 * abi_x86_32.x86: running multilib_pkg_postinst
 * Creating global font cache for x86 ...
Fontconfig error: Cannot scan config file "infinality/conf.d" 
[ ok ]

 * abi_x86_64.amd64: running multilib_pkg_postinst
 * Creating global font cache for amd64 ...


The dir '/etc/fonts/infinality' contains these files:

conf.src  infinality.conf  styles.conf.avail

so I ran 'eselect fontconfig enable 28'
to enable the '52-infinality.conf *'


But I still get:

can't load font *-courier-medium-r-*-18-*


When I try to run 'vi testtest' as user or root
I get this error:
can't load font *-courier-medium-r-*-18-*

'vim testtest' works fine.

'eselect fontconfig list' shows:
a list of 60,  including
[28]  52-infinality.conf
but it is not 'enabled'
(perhaps a command I missing or tool option
just to merely enable (52-infinality.conf) ?


"but nothing related to courier-prime

So how do I get the courier fonts 'to be included'?


Then what are the steps to have it available. I've probably missed a 
simple gentoo manual/wiki page describing what is usually a very easy 
graphics tool ?


James



Re: [gentoo-user] Unicode characters not showing 'Hello, world' example golang.org

2016-10-05 Thread Alexander Kapshuk
On Wed, Oct 5, 2016 at 5:28 PM, Daniel Frey <djqf...@gmail.com> wrote:
> On 10/04/2016 10:24 PM, Alexander Kapshuk wrote:
>> On Wed, Oct 5, 2016 at 12:34 AM, Neil Bothwick <n...@digimed.co.uk> wrote:
>>> On Tue, 4 Oct 2016 20:22:01 +0300, Alexander Kapshuk wrote:
>>>
>>>>> I see you've got some extra fonts installed that I don't.
>>>>>
>>>>> I'll fiddle with that.
>>>>>
>>>>> Thanks.
>>>>
>>>> Installing 'media-fonts/unifont' did it.
>>>> I now have those Japanese characters showing both in Firefox and
>>>> Chromium.
>>>
>>> Just to add some confusion, I see the Japanese characters in Chromium and
>>> I do not have unifont installed.
>>>
>>> [ebuild   R] www-client/chromium-54.0.2840.34::gentoo  USE="cups
>>> -custom-cflags (gn) -gnome -gnome-keyring (-gtk3) hangouts -kerberos
>>> (-neon) (pic) proprietary-codecs pulseaudio (-selinux) suid system-ffmpeg
>>> tcmalloc {-test} -widevine" L10N="-am -ar -bg -bn -ca -cs -da -de -el
>>> en-GB -es -es-419 -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja
>>> -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr
>>> -sv -sw -ta -te -th -tr -uk -vi -zh-CN -zh-TW" 0 KiB
>>>
>>>
>>> --
>>> Neil Bothwick
>>>
>>> If the cops arrest a mime, do they tell her she has the right to remain
>>> silent?
>>
>> That's interesting.
>> I'll keep on digging.
>>
>> Thanks.
>>
>
> Is it possible the fonts are not active on your system? `eselect
> fontconfig list` ?
>
> Dan
>

eselect fontconfig list
Available fontconfig .conf files (* is enabled):
  [1]   10-autohint.conf
  [2]   10-no-sub-pixel.conf
  [3]   10-scale-bitmap-fonts.conf *
  [4]   10-sub-pixel-bgr.conf
  [5]   10-sub-pixel-rgb.conf
  [6]   10-sub-pixel-vbgr.conf
  [7]   10-sub-pixel-vrgb.conf
  [8]   10-unhinted.conf
  [9]   11-lcdfilter-default.conf
  [10]  11-lcdfilter-legacy.conf
  [11]  11-lcdfilter-light.conf
  [12]  20-unhint-small-dejavu-sans-mono.conf
  [13]  20-unhint-small-dejavu-sans.conf
  [14]  20-unhint-small-dejavu-serif.conf
  [15]  20-unhint-small-vera.conf *
  [16]  25-unhint-nonlatin.conf
  [17]  30-metric-aliases.conf *
  [18]  30-urw-aliases.conf *
  [19]  40-nonlatin.conf *
  [20]  45-latin.conf *
  [21]  49-sansserif.conf *
  [22]  50-user.conf *
  [23]  51-local.conf *
  [24]  57-dejavu-sans-mono.conf
  [25]  57-dejavu-sans.conf
  [26]  57-dejavu-serif.conf
  [27]  60-latin.conf *
  [28]  60-liberation.conf
  [29]  65-fonts-persian.conf *
  [30]  65-khmer.conf
  [31]  65-nonlatin.conf *
  [32]  69-unifont.conf *
  [33]  70-no-bitmaps.conf
  [34]  70-yes-bitmaps.conf
  [35]  80-delicious.conf *
  [36]  90-synthetic.conf *
  [37]  99pdftoopvp.conf

equery -q l '*font*'
app-eselect/eselect-fontconfig-1.1
media-fonts/font-alias-1.0.3-r1
media-fonts/font-misc-misc-1.1.2
media-fonts/font-util-1.3.1
media-fonts/liberation-fonts-2.00.1-r1
media-fonts/unifont-8.0.01
media-fonts/urw-fonts-2.4.9
media-libs/fontconfig-2.11.1-r2
virtual/ttf-fonts-1
x11-apps/mkfontdir-1.0.7
x11-apps/mkfontscale-1.1.2
x11-libs/libXfont-1.5.1
x11-libs/libfontenc-1.1.3
x11-proto/fontsproto-2.1.3
x11-proto/xf86bigfontproto-1.2.0-r1



Re: [gentoo-user] Which pkg installs /boot/grub?

2017-07-23 Thread Rasmus Thomsen
Hello,

grub creates /boot/grub when you run "grub-install"

Regards,
Rasmus

 Original Message 
On 23 Jul 2017, 20:46, Harry Putnam wrote:

> I was pretty sure that grub2 installed /boot/grub... but I see no such
> directory after installing grub.
>
> qlist grub shows no directory /boot/grub
>
> In other installs I seem to recall seeing /boot/grub in place after
> installing grub.
>
> Googling for pkg containing /boot/grub seemd pretty useless as mostly
> it turns up all piles of stuff staring grub... but I already know pkg
> grub-2.02 does not contain that directory or the files in it.
>
> qfile /boot/grub
> equery b /boot/grub
>
> Before I continue this hard fought fresh install of gentoo into a vbox
> vm, I'd like to know if I should be seeing a boot grub after these 223
> pkgs (which includes grub-2.02) are installed?
>
> app-admin/eselect-1.4.9
> app-admin/rsyslog-8.28.0
> app-arch/libarchive-3.3.1
> app-arch/tar-1.29-r3
> app-arch/zip-3.0-r3
> app-crypt/rhash-1.3.4
> app-editors/vim-8.0.0386-r1
> app-editors/vim-core-8.0.0386
> app-eselect/eselect-ctags-1.18
> app-eselect/eselect-fontconfig-1.1-r1
> app-eselect/eselect-mesa-0.0.10-r1
> app-eselect/eselect-opengl-1.3.1-r4
> app-eselect/eselect-vi-1.1.9
> app-misc/pax-utils-1.2.2
> app-portage/cfg-update-1.8.9
> app-portage/eix-0.32.9
> app-portage/gentoolkit-0.4.0
> app-portage/portage-utils-0.64
> app-shells/bash-4.4_p12
> app-shells/push-2.0-r1
> app-shells/quoter-3.0_p2-r1
> app-text/build-docbook-catalog-1.21
> app-text/docbook-xml-dtd-4.2-r2
> app-text/docbook-xml-dtd-4.4-r2
> app-text/opensp-1.5.2-r4
> app-vim/gentoo-syntax-20170225
> dev-db/sqlite-3.19.3
> dev-lang/nasm-2.13.01
> dev-lang/perl-5.24.2
> dev-lang/python-exec-2.4.5
> dev-libs/boehm-gc-7.6.0
> dev-libs/expat-2.2.2
> dev-libs/gmp-6.1.2
> dev-libs/gobject-introspection-common-1.50.0
> dev-libs/libatomic_ops-7.6.0
> dev-libs/libbsd-0.8.5
> dev-libs/libcroco-0.6.12-r1
> dev-libs/libestr-0.1.10
> dev-libs/libfastjson-0.99.6
> dev-libs/libgcrypt-1.8.0
> dev-libs/liblogging-1.0.6
> dev-libs/libpcre-8.41
> dev-libs/libpipeline-1.4.1
> dev-libs/libpthread-stubs-0.4
> dev-libs/libtasn1-4.12
> dev-libs/libunistring-0.9.7
> dev-libs/libxml2-2.9.4-r1
> dev-libs/lzo-2.10
> dev-libs/mpc-1.0.3
> dev-libs/mpfr-3.1.5_p2
> dev-libs/nettle-3.3-r1
> dev-libs/nspr-4.15
> dev-libs/openssl-1.1.0f
> dev-libs/vala-common-0.34.9
> dev-perl/Locale-gettext-1.70.0
> dev-perl/Module-Build-0.422.400
> dev-perl/SGMLSpm-1.1-r1
> dev-perl/Text-Unidecode-1.300.0
> dev-python/Babel-2.4.0
> dev-python/PySocks-1.6.7
> dev-python/alabaster-0.7.10
> dev-python/asn1crypto-0.22.0
> dev-python/cffi-1.10.0
> dev-python/chardet-3.0.4
> dev-python/docutils-0.13.1
> dev-python/enum34-1.1.6
> dev-python/idna-2.5
> dev-python/imagesize-0.7.1
> dev-python/ipaddress-1.0.18
> dev-python/jinja-2.9.6
> dev-python/markupsafe-0.23
> dev-python/namespace-sphinxcontrib-1.0
> dev-python/ply-3.10
> dev-python/pycparser-2.17
> dev-python/pygments-2.2.0
> dev-python/pytz-2017.2
> dev-python/pyxattr-0.6.0
> dev-python/setuptools-36.0.1
> dev-python/snowballstemmer-1.2.1
> dev-python/sphinx_rtd_theme-0.1.9
> dev-python/whoosh-2.7.4
> dev-util/ctags-20161028
> dev-util/desktop-file-utils-0.23
> dev-util/gdbus-codegen-2.50.3
> dev-util/gperf-3.1
> dev-util/intltool-0.51.0-r2
> dev-util/ninja-1.7.2
> dev-util/re2c-0.16
> media-fonts/encodings-1.0.4-r1
> media-fonts/font-util-1.3.1
> media-fonts/liberation-fonts-2.00.1-r2
> media-libs/fontconfig-2.12.3-r1
> media-libs/freetype-2.8
> media-libs/libjpeg-turbo-1.5.1
> media-libs/libpng-1.6.30
> media-libs/tiff-4.0.8
> net-dns/libidn2-2.0.2
> net-firewall/iptables-1.6.1-r1
> net-libs/gnutls-3.5.14
> net-misc/curl-7.54.1
> net-misc/iputils-20151218
> net-misc/rsync-3.1.2
> sys-apps/baselayout-2.4.1
> sys-apps/busybox-1.26.2-r1
> sys-apps/coreutils-8.27
> sys-apps/debianutils-4.8.1.1
> sys-apps/diffutils-3.6
> sys-apps/ed-1.14.2
> sys-apps/file-5.31
> sys-apps/gawk-4.1.4
> sys-apps/gentoo-functions-0.12
> sys-apps/grep-3.1
> sys-apps/groff-1.22.3
> sys-apps/help2man-1.47.4
> sys-apps/hwids-20170715
> sys-apps/install-xattr-0.5-r1
> sys-apps/iproute2-4.12.0
> sys-apps/kbd-2.0.4
> sys-apps/kmod-24
> sys-apps/less-497
> sys-apps/man-pages-4.11
> sys-apps/net-tools-1.60_p20161110235919
> sys-apps/openrc-0.28
> sys-apps/pciutils-3.5.5
> sys-apps/sandbox-2.10-r4
> sys-apps/sed-4.4
> sys-apps/util-linux-2.30
> sys-boot/efibootmgr-15
> sys-boot/grub-2.02
> sys-devel/autoconf-2.13
> sys-devel/autoconf-2.69-r3
> sys-devel/autoconf-archive-20

[gentoo-user] Which pkg installs /boot/grub?

2017-07-23 Thread Harry Putnam
I was pretty sure that grub2 installed /boot/grub... but I see no such
directory after installing grub.

  qlist grub shows no directory /boot/grub

In other installs I seem to recall seeing /boot/grub in place after
installing grub.

Googling for pkg containing /boot/grub seemd pretty useless as mostly
it turns up all piles of stuff staring grub... but I already know pkg
grub-2.02 does not contain that directory or the files in it.

qfile /boot/grub  
equery b /boot/grub  

Before I continue this hard fought fresh install of gentoo into a vbox
vm,  I'd like to know if I should be seeing a boot grub after these 223
pkgs (which includes grub-2.02) are installed?

 app-admin/eselect-1.4.9
 app-admin/rsyslog-8.28.0
 app-arch/libarchive-3.3.1
 app-arch/tar-1.29-r3
 app-arch/zip-3.0-r3
 app-crypt/rhash-1.3.4
 app-editors/vim-8.0.0386-r1
 app-editors/vim-core-8.0.0386
 app-eselect/eselect-ctags-1.18
 app-eselect/eselect-fontconfig-1.1-r1
 app-eselect/eselect-mesa-0.0.10-r1
 app-eselect/eselect-opengl-1.3.1-r4
 app-eselect/eselect-vi-1.1.9
 app-misc/pax-utils-1.2.2
 app-portage/cfg-update-1.8.9
 app-portage/eix-0.32.9
 app-portage/gentoolkit-0.4.0
 app-portage/portage-utils-0.64
 app-shells/bash-4.4_p12
 app-shells/push-2.0-r1
 app-shells/quoter-3.0_p2-r1
 app-text/build-docbook-catalog-1.21
 app-text/docbook-xml-dtd-4.2-r2
 app-text/docbook-xml-dtd-4.4-r2
 app-text/opensp-1.5.2-r4
 app-vim/gentoo-syntax-20170225
 dev-db/sqlite-3.19.3
 dev-lang/nasm-2.13.01
 dev-lang/perl-5.24.2
 dev-lang/python-exec-2.4.5
 dev-libs/boehm-gc-7.6.0
 dev-libs/expat-2.2.2
 dev-libs/gmp-6.1.2
 dev-libs/gobject-introspection-common-1.50.0
 dev-libs/libatomic_ops-7.6.0
 dev-libs/libbsd-0.8.5
 dev-libs/libcroco-0.6.12-r1
 dev-libs/libestr-0.1.10
 dev-libs/libfastjson-0.99.6
 dev-libs/libgcrypt-1.8.0
 dev-libs/liblogging-1.0.6
 dev-libs/libpcre-8.41
 dev-libs/libpipeline-1.4.1
 dev-libs/libpthread-stubs-0.4
 dev-libs/libtasn1-4.12
 dev-libs/libunistring-0.9.7
 dev-libs/libxml2-2.9.4-r1
 dev-libs/lzo-2.10
 dev-libs/mpc-1.0.3
 dev-libs/mpfr-3.1.5_p2
 dev-libs/nettle-3.3-r1
 dev-libs/nspr-4.15
 dev-libs/openssl-1.1.0f
 dev-libs/vala-common-0.34.9
 dev-perl/Locale-gettext-1.70.0
 dev-perl/Module-Build-0.422.400
 dev-perl/SGMLSpm-1.1-r1
 dev-perl/Text-Unidecode-1.300.0
 dev-python/Babel-2.4.0
 dev-python/PySocks-1.6.7
 dev-python/alabaster-0.7.10
 dev-python/asn1crypto-0.22.0
 dev-python/cffi-1.10.0
 dev-python/chardet-3.0.4
 dev-python/docutils-0.13.1
 dev-python/enum34-1.1.6
 dev-python/idna-2.5
 dev-python/imagesize-0.7.1
 dev-python/ipaddress-1.0.18
 dev-python/jinja-2.9.6
 dev-python/markupsafe-0.23
 dev-python/namespace-sphinxcontrib-1.0
 dev-python/ply-3.10
 dev-python/pycparser-2.17
 dev-python/pygments-2.2.0
 dev-python/pytz-2017.2
 dev-python/pyxattr-0.6.0
 dev-python/setuptools-36.0.1
 dev-python/snowballstemmer-1.2.1
 dev-python/sphinx_rtd_theme-0.1.9
 dev-python/whoosh-2.7.4
 dev-util/ctags-20161028
 dev-util/desktop-file-utils-0.23
 dev-util/gdbus-codegen-2.50.3
 dev-util/gperf-3.1
 dev-util/intltool-0.51.0-r2
 dev-util/ninja-1.7.2
 dev-util/re2c-0.16
 media-fonts/encodings-1.0.4-r1
 media-fonts/font-util-1.3.1
 media-fonts/liberation-fonts-2.00.1-r2
 media-libs/fontconfig-2.12.3-r1
 media-libs/freetype-2.8
 media-libs/libjpeg-turbo-1.5.1
 media-libs/libpng-1.6.30
 media-libs/tiff-4.0.8
 net-dns/libidn2-2.0.2
 net-firewall/iptables-1.6.1-r1
 net-libs/gnutls-3.5.14
 net-misc/curl-7.54.1
 net-misc/iputils-20151218
 net-misc/rsync-3.1.2
 sys-apps/baselayout-2.4.1
 sys-apps/busybox-1.26.2-r1
 sys-apps/coreutils-8.27
 sys-apps/debianutils-4.8.1.1
 sys-apps/diffutils-3.6
 sys-apps/ed-1.14.2
 sys-apps/file-5.31
 sys-apps/gawk-4.1.4
 sys-apps/gentoo-functions-0.12
 sys-apps/grep-3.1
 sys-apps/groff-1.22.3
 sys-apps/help2man-1.47.4
 sys-apps/hwids-20170715
 sys-apps/install-xattr-0.5-r1
 sys-apps/iproute2-4.12.0
 sys-apps/kbd-2.0.4
 sys-apps/kmod-24
 sys-apps/less-497
 sys-apps/man-pages-4.11
 sys-apps/net-tools-1.60_p20161110235919
 sys-apps/openrc-0.28
 sys-apps/pciutils-3.5.5
 sys-apps/sandbox-2.10-r4
 sys-apps/sed-4.4
 sys-apps/util-linux-2.30
 sys-boot/efibootmgr-15
 sys-boot/grub-2.02
 sys-devel/autoconf-2.13
 sys-devel/autoconf-2.69-r3
 sys-devel/autoconf-archive-2017.03.21
 sys-devel/automake-1.13.4-r1
 sys-devel/automake-1.15.1
 sys-devel/bc-1.07.1
 sys-devel/flex-2.6.4
 sys-devel/gcc-6.3.0
 sys-devel/gcc-config-1.8-r1
 sys-devel/gnuconfig-20170101
 sys-devel/libtool-2.4.6-r4
 sys-devel/llvm-common-4.0.1
 sys-devel/m4-1.4.18
 sys-devel/make-4.2.1-r1
 sys-fs/e2fsprogs-1.43.4
 sys-kernel/gentoo-sources-4.12.2
 sys-kernel/linux-headers-4.10
 sys-libs/binutils-libs-2.28-r1
 sys-libs/db-6.0.35-r1
 sys-libs/e2fsprogs-libs-1.43.4
 sys-libs/efivar-31
 sys-libs/gdbm-1.13
 sys-libs/glibc-2.24-r3
 sys-libs/gpm-1.20.7-r2
 sys-libs/libcap-2.25
 sys-libs/ncurses-6.0-r1
 sys-libs/pam-1.3.0
 sys-libs/readline-7.0_p3
 sys-libs/timezone-data-2017b
 sys-process/cronbase-0.3.7-r6
 sys-process/procps-3.3.12-r1
 sys-process/psmisc-23.1
 sys-process

[gentoo-user] Re: smoothest way to jump from 2006 to 2008

2008-04-30 Thread reader
Alan McKinnon [EMAIL PROTECTED] writes:

 [2] vi /var/lib/portage/world

What if I emerge -vC all I know I don't want.

All kde all gnome all xorg for example, before update world.

I was hoping to accomplish much the same thing by editing world.  But
strangely I see only  a few candidates to delete (marked with
asterisks):

/var/lib/portage/world:
app-admin/eselect
app-admin/sysklogd
app-editors/emacs
app-editors/vim
app-misc/screen
** app-office/openoffice-bin
app-portage/eix
app-portage/gentoolkit
** kde-base/kde
net-misc/dhcpcd
sys-apps/slocate
sys-boot/grub
sys-devel/gdb
sys-kernel/gentoo-sources
** www-client/seamonkey
** x11-drivers/xf86-input-keyboard
** x11-drivers/xf86-input-mouse
** x11-drivers/xf86-video-fbdev
** x11-drivers/xf86-video-vesa
** x11-drivers/xf86-video-vga
** x11-drivers/xf86-video-vmware

However eix -I shows a whole bunch of kde packages.  Not to mention
piles of other stuff not mentioned in `world'.

Looks like emerge -vC ???, in conjunction with `2' would seriously cut
down the build time even if I didn't weed out everything on the first
pass.

Or will I likely hit a nightmare of dependency problems if I happen to
emerge -vC the wrong library or whatever.

I'm willing to chase down equery depends to a degree but not really
thoroughly.  That would take most of the remainder of my lifetime.


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Reinstall all packages needed by vim

2008-05-09 Thread Fernando Antunes
On Thu, May 8, 2008 at 5:57 AM, Matthias Fechner [EMAIL PROTECTED] wrote:

 Hi,

 I tried today to build vim but it fails.
 Now I want to make sure all packages needed by vim are installed
 correctly. To do this I decided to reinstall all packages need be vim.

 I checked the man page of emerge but could not found an option for this.

 Is there a possibility to reinstall all packages needed by vim?



 Thanks
 Matthias


This is my emerge for vim just after complete or a long doing the install
process. May it help you.

[ebuild  N] dev-util/ctags-5.5.4-r2  255 kB
[ebuild  N] app-admin/eselect-vi-1.1.4  2 kB
[ebuild  N] app-editors/vim-core-7.1.042  USE=acl bash-completion nls
-livecd 8,642 kB
[ebuild  N] app-editors/vim-7.1.042  USE=acl bash-completion gpm nls
perl python -cscope -minimal -ruby -vim-pager -vim-with-x 0 kB
[ebuild  N] app-vim/gentoo-syntax-20070506  USE=-ignore-glep31 19 kB




 -- Programming today is a race between software engineers striving to
 build bigger and better idiot-proof programs, and the universe trying to
 produce bigger and better idiots. So far, the universe is winning. -- Rich
 Cook
 --
 gentoo-user@lists.gentoo.org mailing list




[gentoo-user] Re: openoffice 3 broken?

2008-11-02 Thread Nikos Chantziaras

Adam Carter wrote:

I've got OpenOffice (compiled), v3.0.0 here.  It appears broken.
I haven't tried a lot of things, but this little RTF file
gets it wedged right
away: the console that started it says:

error - missing word count in dictionary file
Hash Manager Error : 4

So I'm guessing there's a problem in a spell checker.  Where would I
look to solve that?


http://bugs.gentoo.org/show_bug.cgi?id=242020

You need to emerge --sync again (there's an update to the ebuild, but no 
version increment IIRC) and rebuild openoffice.


After a --sync, this is the result:

Calculating world dependencies \!!! Digest verification failed:
!!! /usr/portage/app-office/openoffice/openoffice-3.0.0.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 13385
!!! Expected: 13380
... done!
[ebuild UD] app-office/openoffice-2.4.1 [3.0.0] USE=cups dbus eds 
kde ldap opengl pam xulrunner%* -binfilter% -debug -firefox% -gnome 
-gstreamer -gtk -java -mono -odk -seamonkey% (-nsplugin%) (-templates%) 
LINGUAS=en en_US -af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da 
-de -dz -el -en_GB -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he 
-hi_IN -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl 
-nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh -sk -sl -sr -ss -st 
-sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -ve -vi 
-xh -zh_CN -zh_TW -zu 161,043 kB

[ebuild  N]  media-libs/libsvg-0.1.4  359 kB
[ebuild  N]  app-admin/eselect-oodict-20061117  4 kB

Total: 3 packages (1 downgrade, 2 new), Size of downloads: 161,405 kB




Re: [gentoo-user] Peeve - finding kernel config options

2014-02-26 Thread Alan McKinnon
On 26/02/2014 21:58, Tanstaafl wrote:
 Hello all,
 
 This is for those of use who to choose to roll our kernels by hand...
 
 So, am I missing something?
 
 Given the most recent gentoo news item:
 
  # eselect news read 10
 2014-02-25-udev-upgrade
   Title Upgrade to =sys-fs/udev-210
   AuthorSamuli Suominen ssuomi...@gentoo.org
   Posted2014-02-25
   Revision  1

 The options CONFIG_FHANDLE and CONFIG_NET are now required in the kernel.
 
 Whenever kernel config options are provided like this, it would be nice
 if time was taken to provide the path to where they are found.


make menuconfig
press /
type CONFIG_FHANDLE
press enter
profit!!!

[Note the lack of ??? in the list]

works like searching in vi or less




 
 I had to find the first one (CONFIG_FHANDLE) by:
 
 1. grepping .config, seeing it wasn't enabled,
 2. running make menuconfig and searching for 'FHANDLE',
 3. seeing it is located in 'General setup',
 4. scouring the General setup options, finding no 'FHANLDE' anywhere,
 5. finding something in all lowercase named 'open by fhanlde syscalls',
 6. enabling this option, saving the modified config,
 7. confirming it is now enabled by grepping .config again
 
 Sheesh. Really?
 
 Would be nice if the news item had something like
 CONFIG_FHANDLE (General setup  'open by fhandle syscalls')
 and
 CONFIG_NET (still don't know which one this is??)
 
 Wackadoo...
 
 
 


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread thegeezer
On 02/27/2014 06:04 AM, Alan McKinnon wrote:
 On 26/02/2014 21:58, Tanstaafl wrote:
 Hello all,

 This is for those of use who to choose to roll our kernels by hand...

 So, am I missing something?

 Given the most recent gentoo news item:

  # eselect news read 10
 2014-02-25-udev-upgrade
   Title Upgrade to =sys-fs/udev-210
   AuthorSamuli Suominen ssuomi...@gentoo.org
   Posted2014-02-25
   Revision  1

 The options CONFIG_FHANDLE and CONFIG_NET are now required in the kernel.
 Whenever kernel config options are provided like this, it would be nice
 if time was taken to provide the path to where they are found.

 make menuconfig
 press /
 type CONFIG_FHANDLE
 press enter
 profit!!!

 [Note the lack of ??? in the list]

 works like searching in vi or less




 I had to find the first one (CONFIG_FHANDLE) by:

 1. grepping .config, seeing it wasn't enabled,
 2. running make menuconfig and searching for 'FHANDLE',
 3. seeing it is located in 'General setup',
 4. scouring the General setup options, finding no 'FHANLDE' anywhere,
 5. finding something in all lowercase named 'open by fhanlde syscalls',
 6. enabling this option, saving the modified config,
 7. confirming it is now enabled by grepping .config again

 Sheesh. Really?

 Would be nice if the news item had something like
 CONFIG_FHANDLE (General setup  'open by fhandle syscalls')
 and
 CONFIG_NET (still don't know which one this is??)

 Wackadoo...




If you have ncurses you can also do # make nconfig
you can then press F8 to find the category to be in
then you can press / to search -- crucially it will jump to the location
on the screen




Re: [gentoo-user] Unicode characters not showing 'Hello, world' example golang.org

2016-10-05 Thread Daniel Frey
On 10/04/2016 10:24 PM, Alexander Kapshuk wrote:
> On Wed, Oct 5, 2016 at 12:34 AM, Neil Bothwick <n...@digimed.co.uk> wrote:
>> On Tue, 4 Oct 2016 20:22:01 +0300, Alexander Kapshuk wrote:
>>
>>>> I see you've got some extra fonts installed that I don't.
>>>>
>>>> I'll fiddle with that.
>>>>
>>>> Thanks.
>>>
>>> Installing 'media-fonts/unifont' did it.
>>> I now have those Japanese characters showing both in Firefox and
>>> Chromium.
>>
>> Just to add some confusion, I see the Japanese characters in Chromium and
>> I do not have unifont installed.
>>
>> [ebuild   R] www-client/chromium-54.0.2840.34::gentoo  USE="cups
>> -custom-cflags (gn) -gnome -gnome-keyring (-gtk3) hangouts -kerberos
>> (-neon) (pic) proprietary-codecs pulseaudio (-selinux) suid system-ffmpeg
>> tcmalloc {-test} -widevine" L10N="-am -ar -bg -bn -ca -cs -da -de -el
>> en-GB -es -es-419 -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja
>> -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr
>> -sv -sw -ta -te -th -tr -uk -vi -zh-CN -zh-TW" 0 KiB
>>
>>
>> --
>> Neil Bothwick
>>
>> If the cops arrest a mime, do they tell her she has the right to remain
>> silent?
> 
> That's interesting.
> I'll keep on digging.
> 
> Thanks.
> 

Is it possible the fonts are not active on your system? `eselect
fontconfig list` ?

Dan



Re: [gentoo-user] locale issue to clean up

2008-12-07 Thread Mark Knecht
On Sun, Dec 7, 2008 at 5:14 PM, smallnow [EMAIL PROTECTED] wrote:
 Mike Edenfield wrote:
 You should have a directory in /usr/share/locale for every locale you
 want available on your system.  The source files for the locales should
 be in /usr/share/i18n/locales and /usr/share/i18n/charsets.  That is,
 you should have all of the following:

 /usr/share/i18n/locales/en_US
 /usr/share/i18n/charsets/ISO8859-1
 /usr/share/i18n/charsets/UTF-8
 /usr/share/locale/en_US.ISO8859-1
 /usr/share/locale/en_US.UTF-8

 Um, on my system, i have
 /usr/share/i18n/charmaps/UTF-8.gz
 /usr/share/i18n/charmaps/IS8859-1.gz
 notice charmaps vs charsets
 the other folders all have en_US files and folders, no utf8 extensions. And my
 locale stuff seems to work fine. Do you actually have those files on your
 computer or did you just type them from memory and get them wrong?
 I do locale -a and get:
 C
 POSIX
 en_US
 en_US.iso88591
 en_US.utf8
 also, I do locale-gen and it succeeds and I don't get any of the files you
 mentioned.

 Heres my suggestion to the original poster. I would heed the warning in the
 gentoo guide not to set LC_ALL. I also have a lot of other files under those
 directories and I would just leave them alone, but if you want to delete them,
 just move them so you can move them back later if it doesn't help. I think one
 of your problems might be that you need to set all your locale variables in
 02locale. Then do eselect env update and relogin. Also you should have 644
 permissions on these files.

  cat /etc/env.d/02locale
 LANG=en_US.UTF-8
 LC_CTYPE=en_US.UTF-8
 LC_NUMERIC=en_US.UTF-8
 LC_TIME=en_US.UTF-8
 LC_COLLATE=POSIX
 LC_MONETARY=en_US.UTF-8
 LC_MESSAGES=en_US.UTF-8
 LC_PAPER=en_US.UTF-8
 LC_NAME=en_US.UTF-8
 LC_ADDRESS=en_US.UTF-8
 LC_TELEPHONE=en_US.UTF-8
 LC_MEASUREMENT=en_US.UTF-8
 LC_IDENTIFICATION=en_US.UTF-8


  cat /etc/locale.gen

 en_US ISO-8859-1
 en_US.utf8 UTF-8


You may be correct about setting all of this in 02locale. I noticed
that the Gentoo formatting stuff for vi is treating LC_ALL and
LC_COLLATE differently than LINGUAS. The manual seems to say set
system wide stuff in 02locale and user stuff in your own account.

[[ Two minutes later... ]]

OK, I changed 02locale and just put your values in. I rane eselect env
update, logged out and back in. For the first time locale -a looks
good:

lightning ~ # locale
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=POSIX
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=
lightning ~ # locale -a
C
POSIX
en_US
en_US.iso88591
en_US.utf8
lightning ~ #

   At this point I may be clean but I'm going to emerge glibc just to be sure.

   Back later...

Cheers,
Mark



Re: [gentoo-user] locale issue to clean up

2008-12-07 Thread Mark Knecht
On Sun, Dec 7, 2008 at 7:10 PM, Mark Knecht [EMAIL PROTECTED] wrote:
 On Sun, Dec 7, 2008 at 5:14 PM, smallnow [EMAIL PROTECTED] wrote:
 Mike Edenfield wrote:
 You should have a directory in /usr/share/locale for every locale you
 want available on your system.  The source files for the locales should
 be in /usr/share/i18n/locales and /usr/share/i18n/charsets.  That is,
 you should have all of the following:

 /usr/share/i18n/locales/en_US
 /usr/share/i18n/charsets/ISO8859-1
 /usr/share/i18n/charsets/UTF-8
 /usr/share/locale/en_US.ISO8859-1
 /usr/share/locale/en_US.UTF-8

 Um, on my system, i have
 /usr/share/i18n/charmaps/UTF-8.gz
 /usr/share/i18n/charmaps/IS8859-1.gz
 notice charmaps vs charsets
 the other folders all have en_US files and folders, no utf8 extensions. And 
 my
 locale stuff seems to work fine. Do you actually have those files on your
 computer or did you just type them from memory and get them wrong?
 I do locale -a and get:
 C
 POSIX
 en_US
 en_US.iso88591
 en_US.utf8
 also, I do locale-gen and it succeeds and I don't get any of the files you
 mentioned.

 Heres my suggestion to the original poster. I would heed the warning in the
 gentoo guide not to set LC_ALL. I also have a lot of other files under those
 directories and I would just leave them alone, but if you want to delete 
 them,
 just move them so you can move them back later if it doesn't help. I think 
 one
 of your problems might be that you need to set all your locale variables in
 02locale. Then do eselect env update and relogin. Also you should have 644
 permissions on these files.

  cat /etc/env.d/02locale
 LANG=en_US.UTF-8
 LC_CTYPE=en_US.UTF-8
 LC_NUMERIC=en_US.UTF-8
 LC_TIME=en_US.UTF-8
 LC_COLLATE=POSIX
 LC_MONETARY=en_US.UTF-8
 LC_MESSAGES=en_US.UTF-8
 LC_PAPER=en_US.UTF-8
 LC_NAME=en_US.UTF-8
 LC_ADDRESS=en_US.UTF-8
 LC_TELEPHONE=en_US.UTF-8
 LC_MEASUREMENT=en_US.UTF-8
 LC_IDENTIFICATION=en_US.UTF-8


  cat /etc/locale.gen

 en_US ISO-8859-1
 en_US.utf8 UTF-8


 You may be correct about setting all of this in 02locale. I noticed
 that the Gentoo formatting stuff for vi is treating LC_ALL and
 LC_COLLATE differently than LINGUAS. The manual seems to say set
 system wide stuff in 02locale and user stuff in your own account.

 [[ Two minutes later... ]]

 OK, I changed 02locale and just put your values in. I rane eselect env
 update, logged out and back in. For the first time locale -a looks
 good:

 lightning ~ # locale
 LANG=en_US.UTF-8
 LC_CTYPE=en_US.UTF-8
 LC_NUMERIC=en_US.UTF-8
 LC_TIME=en_US.UTF-8
 LC_COLLATE=POSIX
 LC_MONETARY=en_US.UTF-8
 LC_MESSAGES=en_US.UTF-8
 LC_PAPER=en_US.UTF-8
 LC_NAME=en_US.UTF-8
 LC_ADDRESS=en_US.UTF-8
 LC_TELEPHONE=en_US.UTF-8
 LC_MEASUREMENT=en_US.UTF-8
 LC_IDENTIFICATION=en_US.UTF-8
 LC_ALL=
 lightning ~ # locale -a
 C
 POSIX
 en_US
 en_US.iso88591
 en_US.utf8
 lightning ~ #

   At this point I may be clean but I'm going to emerge glibc just to be sure.

   Back later...

 Cheers,
 Mark


Hi all,
   OK, it appears that this has solved the problem as best I can tell
right now. The two most consist manifestations of the problem - error
messages when running layman and warning messages when starting k3b -
are all gone.

   The solution in my case for anyone who might find this thread later was:

1) Move all the locale stuff out of /etc/make.conf. I now only have
the LINGUAS statement in there.

2) Move all the locale stuff into /etc/env.d/02locale. I'm not
qualified to say what the right set of statements in 02locale might
be. I copied the ones kindly provided by smallnow. I did not set
LC_ALL.

3) Possibly most important run eselect env update. I've been running
the older env-update script. I guess I did miss the memo! ;-)

   At this point the machine seems the happiest it's been in months.
I'll of course have to watch it go through some updates over the next
few weeks but the obvious issues seem solved.

Good night, over and out,
Mark



Re: [gentoo-user] Re: openoffice 3 broken?

2008-11-02 Thread Peter Wood
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I don't know whether it helps, but when I got the missing word count
error, I deleted the .oo3 directory in my home directory. Openoffice has
been working fine since then.
Best,
Peter

Nikos Chantziaras wrote:
 Adam Carter wrote:
 I've got OpenOffice (compiled), v3.0.0 here.  It appears broken.
 I haven't tried a lot of things, but this little RTF file
 gets it wedged right
 away: the console that started it says:

 error - missing word count in dictionary file
 Hash Manager Error : 4

 So I'm guessing there's a problem in a spell checker.  Where would I
 look to solve that?

 http://bugs.gentoo.org/show_bug.cgi?id=242020

 You need to emerge --sync again (there's an update to the ebuild, but
 no version increment IIRC) and rebuild openoffice.
 
 After a --sync, this is the result:
 
 Calculating world dependencies \!!! Digest verification failed:
 !!! /usr/portage/app-office/openoffice/openoffice-3.0.0.ebuild
 !!! Reason: Filesize does not match recorded size
 !!! Got: 13385
 !!! Expected: 13380
 ... done!
 [ebuild UD] app-office/openoffice-2.4.1 [3.0.0] USE=cups dbus eds
 kde ldap opengl pam xulrunner%* -binfilter% -debug -firefox% -gnome
 -gstreamer -gtk -java -mono -odk -seamonkey% (-nsplugin%) (-templates%)
 LINGUAS=en en_US -af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da
 -de -dz -el -en_GB -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he
 -hi_IN -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl
 -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh -sk -sl -sr -ss -st
 -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -ve -vi
 -xh -zh_CN -zh_TW -zu 161,043 kB
 [ebuild  N]  media-libs/libsvg-0.1.4  359 kB
 [ebuild  N]  app-admin/eselect-oodict-20061117  4 kB
 
 Total: 3 packages (1 downgrade, 2 new), Size of downloads: 161,405 kB
 
 

- --
Peter Wood
Ph. D. Candidate
Germanic  Slavic Studies
University of Waterloo
Canada
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkN0HgACgkQpGFGVEw9tBlMUACfWPBRK4b9gkC4J6+3mlzxzWUm
GbkAmwZNuXsjGN9yKeIAS1mMexUqLHRK
=8Bde
-END PGP SIGNATURE-



Re: [gentoo-user] emerge --depclean: !!! sys-apps/less is part of your system

2011-12-22 Thread Mick
On Thursday 22 Dec 2011 19:07:02 Alan McKinnon wrote:
 On Thu, 22 Dec 2011 19:58:32 +0100
 
 Jarry mr.ja...@gmail.com wrote:
  On 22-Dec-11 19:38, Mark Knecht wrote:
   Why does portage want to unmerge sys-apps/less when it is
   a part of system?
   
   I didn't like it either so I've been adding it to
   /var/lib/portage/world just to stop it. I've seen this on one
   machine or another for 6 months to a year I think.
  
  Some time ago emerge wanted to uninstall nano - part of system.
  Now less. I just tried to update one more comp, and guess what?
  
  # emerge --depclean
  Calculating dependencies... done!
  
Calculating removal order...
  
  !!! 'sys-fs/udev' (virtual/dev-manager) is part of your system
  profile. !!! Unmerging it may be damaging to your system.
  
Waiting 10 seconds before starting...
(Control-C to abort)...
  
  Press Ctrl-C to Stop in:  10 9
  
  LOL, what the hell is going on? Porgage went crazy or what?
 
 This has been in unstable for many months now. Basically there's now a
 virtual for $EDITOR and $PAGER so you can pick the one you want. If you
 don't pick one, portage will take the default and --depclean is likely
 to remove the others that are not in world.
 
 This was all discussed to death months ago :-)
 
 Just add your editor and pager of choice to world and continue as
 normal. It's not a big issue - you already know you want less and have
 no intention of removing it, so just add it like any other package.

$ cat /etc/env.d/99editor 
# Configuration file for eselect
# This file has been automatically generated.
EDITOR=/usr/bin/vi

You could replace for nano, or indeed add both in world file.  Ditto for pager 
(more/less/most, etc).

I'm not sure about the udev message though.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] KDE update revdep-rebuild.sh fail

2018-04-02 Thread Daniel Frey
 with link time reference
symbol _ZTI26QPlatformIntegrationPlugin, version Qt_5 not defined in
file libQt5Gui.so.5 with link time reference
symbol _ZTV13QPlatformMenu, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference
symbol _ZTV15QPlatformCursor, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference
symbol _ZTV16QPlatformMenuBar, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference
symbol _ZTV17QPlatformMenuItem, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference
symbol _ZTV24QPlatformNativeInterface, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference)
[ 100% ]
 * Generated new 3_broken.rr
 * Assigning files to packages
 *-> media-gfx/exiv2-0.26_p20171104
media-gfx/ebdftopcf-2
media-gfx/graphite2-1.3.10
media-gfx/xsane
 *   /usr/lib64/qt5/plugins/platforms/KWinQpaPlugin.so -> kde-plasma/kwin
 * Generated new 4_raw.rr and 4_owners.rr
 * Cleaning list of packages to rebuild
 * Generated new 4_pkgs.rr
 * Assigning packages to ebuilds
 * Generated new 4_ebuilds.rr
 * Evaluating package order
 * Generated new 5_order.rr
 * All prepared. Starting rebuild
emerge --complete-graph=y --oneshot   app-accessibility/at-spi2-atk:2
app-accessibility/at-spi2-core:2 app-admin/eselect:0
app-admin/killproc:0 app-admin/lib_users:0 app-admin/logrotate:0
app-admin/perl-cleaner:0 app-admin/sudo:0 app-admin/syslog-ng:0
app-arch/bzip2:0/1 app-arch/cabextract:0 app-arch/cpio:0 app-arch/gcab:0
app-arch/gzip:0 app-arch/libarchive:0/13 app-arch/p7zip:0
app-arch/rpm2targz:0 app-arch/snappy:0/1 app-arch/tar:0
app-arch/unrar:0/5 app-arch/unzip:0 app-arch/xz-utils:0 app-arch/zip:0
app-cdr/cdrdao:0 app-cdr/cdrtools:0 app-cdr/dvd+rw-tools:0
app-crypt/gcr:0/1 app-crypt/gnupg:0 app-crypt/gpgme:1/11
app-crypt/libsecret:0 app-crypt/mhash:0 app-crypt/mit-krb5:0
app-crypt/p11-kit:0 app-crypt/pinentry:0 app-crypt/qca:2
app-crypt/rhash:0 app-dicts/myspell-en:0 app-doc/doxygen:0
app-doc/xmltoman:0 app-editors/vim:0 app-editors/vim-core:0
app-emulation/vmware-tools:0 app-emulation/wine-desktop-common:0
app-emulation/wine-gecko:2.47 app-emulation/wine-mono:4.6.4
app-emulation/wine-vanilla:2.0.3 app-eselect/eselect-cdparanoia:0
app-eselect/eselect-ctags:0 app-eselect/eselect-fontconfig:0
app-eselect/eselect-lib-bin-symlink:0 app-eselect/eselect-mesa:0
app-eselect/eselect-mpg123:0 app-eselect/eselect-notify-send:0
app-eselect/eselect-opencl:0 app-eselect/eselect-opengl:0
app-eselect/eselect-pinentry:0 app-eselect/eselect-python:0
app-eselect/eselect-qtgraphicssystem:0 app-eselect/eselect-ruby:0
app-eselect/eselect-vi:0 app-eselect/eselect-wine:0
app-eselect/eselect-wxwidgets:0 app-i18n/uchardet:0 app-misc/c_rehash:0
app-misc/ca-certificates:0 app-misc/editor-wrapper:0 app-misc/gtypist:0
app-misc/media-player-info:0 app-misc/mime-types:0 app-misc/pax-utils:0
app-office/libreoffice:0 app-portage/cpuid2cpuflags:0
app-portage/elt-patches:0 app-portage/genlop:0 app-portage/gentoolkit:0
app-portage/layman:0 app-portage/portage-utils:0 app-shells/bash:0
app-text/build-docbook-catalog:0 app-text/docbook-dsssl-stylesheets:0
app-text/docbook-sgml-dtd:3.0 app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3
app-text/docbook-xml-dtd:4.4 app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets:0 app-text/enchant:0
app-text/fbreader:0 app-text/ghostscript-gpl:0
app-text/gnome-doc-utils:0 app-text/hunspell:0/1.6 app-text/iso-codes:0
app-text/libabw:0 app-text/libebook:0 app-text/libetonyek:0
app-text/libexttextcat:0 app-text/liblangtag:0 app-text/libmspub:0
app-text/libmwaw:0 app-text/libodfgen:0 app-text/libpaper:0
app-text/libspectre:0 app-text/libstaroffice:0 app-text/libwpd:0.10
app-text/libwpg:0.3 app-text/libwps:0 app-text/mupdf:0/1.11
app-text/mythes:0 app-text/openjade:0 app-text/opensp:0 app-text/po4a:0
app-text/poppler:0/73 app-text/poppler-data:0 app-text/qpdf:0/18
app-text/scrollkeeper-dtd:1.0 app-text/sgml-common:0 app-text/xmlto:0
app-text/yelp-tools:0 app-vim/gentoo-syntax:0 app-vim/vim-spell-en:0
dev-cpp/atkmm:0 dev-cpp/cairomm:0 dev-cpp/clucene:1 dev-cpp/gconfmm:0
dev-cpp/glibmm:2 dev-cpp/gtest:0 dev-cpp/gtkmm:2.4 dev-cpp/gtkmm:3.0
dev-cpp/libcmis:0.5 dev-cpp/libglademm:2.4 dev-cpp/pangomm:1.4
dev-db/mariadb:0/18 dev-db/mysql-init-scripts:0 dev-db/sqlite:3
dev-db/unixODBC:0 dev-lang/luajit:2 dev-lang/nasm:0 dev-lang/orc:0
dev-lang/perl:0/5.24 dev-lang/python:2.7 dev-lang/python:3.4/3.4m
dev-lang/python:3.5/3.5m dev-lang/python-exec:2 dev-lang/ruby:2.2
dev-lang/ruby:2.3 dev-lang/spidermonkey:0/mozjs185 dev-lang/swig:0
dev-lang/vala:0.36 dev-lang/yasm:0 dev-libs/appstream-glib:0/8
dev-libs/apr:1 dev-libs/apr-util:1 dev-libs/atk:0
dev-libs/boost:0/1.65.0 dev-libs/crossguid:0 dev-libs/crypto++:0/5.6
dev-libs/dbus-glib:0 dev-libs/double-conversion:0/1 dev-libs/elfutils:0
dev-libs/expat:0 dev-libs/fribidi:0 dev-libs/glib:2 dev-libs/gmp:0/10.4
dev-libs/gobject-introspection:0 dev-libs/gobject-introspection-co

Re: [gentoo-user] Quake3 Can't load libGL.so.1 from /etc/ld.so.conf

2006-10-13 Thread Fred Kastl

Bo Ørsted Andresen wrote:

On Tuesday 10 October 2006 16:41, Fred Kastl wrote:

when i try to start quke3 i always get this error message: Quake3 Can't
load libGL.so.1 from /etc/ld.so.conf
although it exists and ld knows about it.
It also seems that the game can find it too, but don't load it.

[SNIP]

I suggest you post the output of:

# eselect opengl list

Available OpenGL implementations:
  [1]   xorg-x11 *



# equery belongs libGL.so
media-libs/mesa-6.5-r4 (/usr/lib/opengl/xorg-x11/lib/libGL.so - 
libGL.so.1.2)




# emerge --info



Portage 2.1-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 
2.6.17-gentoo-r4 i686)

=
System uname: 2.6.17-gentoo-r4 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.0-r2, 2.0.26-r5
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
ACCEPT_LICENSE=
ANT_HOME=/usr/share/ant-core
ARCH=x86
AUTOCLEAN=yes
CATALINA_HOME=/opt/tomcat5
CBUILD=i386-pc-linux-gnu
CFLAGS=-O2 -march=pentium-m -pipe
CHOST=i386-pc-linux-gnu
CLASSPATH=.
CLEAN_DELAY=5
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo

CVSEDITOR=vi 
CVSROOT=:pserver:[EMAIL PROTECTED]:/mount/daten/cvs
CVSUMASK=003
CVS_RSH=ssh
CXXFLAGS=-O2 -march=pentium-m -pipe
DISPLAY=:0
DISTDIR=/usr/portage/distfiles
EDITOR=/usr/bin/vim
ELIBC=glibc
EMERGE_WARNING_DELAY=10
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
FETCHCOMMAND=/usr/bin/wget -t 5 -T 60 --passive-ftp -P ${DISTDIR} ${URI}
FRITZCAPI_CARDS=fcpci
FTP_PASSIVE=1
GCC_SPECS=
GDK_USE_XFT=1
GDM_LANG=de_DE.utf8
GENERATION=2
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo;

G_BROKEN_FILENAMES=1
G_FILENAME_ENCODING=UTF-8
HOME=/root
INFOPATH=/usr/share/info:/usr/share/binutils-data/i386-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/i386-pc-linux-gnu/3.4.6/info
INPUT_DEVICES=keyboard mouse evdev
JAVAC=/opt/blackdown-jdk-1.4.2.03/bin/javac
JAVA_HOME=/opt/blackdown-jdk-1.4.2.03
JBOSS_HOME=/usr/share/jboss
JDK_HOME=/opt/blackdown-jdk-1.4.2.03
KDEDIRS=/usr
KERNEL=linux
LADSPA_PATH=/usr/lib/ladspa
LANG=de_DE.utf8
LANGUAGE=de_DE:de:en_US:en
LC_ADDRESS=de_DE.UTF8
LC_ALL=de_DE.utf8
LC_COLLATE=de_DE.UTF8
LC_CTYPE=de_DE
LC_IDENTIFICATION=de_DE.UTF8
LC_MEASUREMENT=de_DE.UTF8
LC_MESSAGES=de_DE.UTF8
LC_MONETARY=de_DE.UTF8
LC_NAME=de_DE.UTF8
LC_NUMERIC=de_DE.UTF8
LC_PAPER=de_DE.UTF8
LC_TELEPHONE=de_DE.UTF8
LC_TIME=de_DE.UTF8
LD_ASSUME_KERNEL=2.4.19
LESS=-R -M --shift 5
LESSOPEN=|lesspipe.sh %s
LINGUAS=de
LOGNAME=root
MAKEOPTS=-j2
MANPATH=/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i386-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/i386-pc-linux-gnu/3.4.6/man:/opt/blackdown-jdk-1.4.2.03/man:/etc/java-config/system-vm/man/:/usr/qt/3/doc/man:/opt/vmware/player/man
MISDN_CARDS= 
OPENGL_PROFILE=xorg-x11
PAGER=/usr/bin/less
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i386-pc-linux-gnu/gcc-bin/3.4.6:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin:/opt/firebird/bin:/opt/vmware/player/bin:/selbst/bin
PKGDIR=/usr/portage/packages
PORTAGE_ARCHLIST=ppc s390 amd64 ppc64 x86-fbsd m68k arm sparc sh mips 
ia64 alpha ppc-macos hppa x86

PORTAGE_BINHOST_CHUNKSIZE=3000
PORTAGE_BIN_PATH=/usr/lib/portage/bin
PORTAGE_CALLER=emerge
PORTAGE_CONFIGROOT=/
PORTAGE_ELOG_CLASSES=log warn error
PORTAGE_ELOG_MAILFROM=portage
PORTAGE_ELOG_MAILSUBJECT=[portage] ebuild log for ${PACKAGE} on ${HOST}
PORTAGE_ELOG_MAILURI=root
PORTAGE_GID=250
PORTAGE_INST_GID=0
PORTAGE_INST_UID=0
PORTAGE_NICENESS=5
PORTAGE_PYM_PATH=/usr/lib/portage/pym
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times 
--compress --force --whole-file --delete --delete-after --stats 
--timeout=180 --exclude='/distfiles' --exclude='/local' 
--exclude='/packages'

PORTAGE_RSYNC_RETRIES=3
PORTAGE_TMPDIR=/var/tmp
PORTAGE_WORKDIR_MODE=0700
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/portage-overlay-lefou/trunk
PRELINK_PATH=
PRELINK_PATH_MASK=/usr/lib/gstreamer-0.10:/usr/lib/gstreamer-0.8
PWD=/root
PYTHONPATH=/usr/lib/portage/pym
QMAKESPEC=linux-g++
QTDIR=/usr/qt/3
RESUMECOMMAND=/usr/bin/wget -c -t 5 -T 60 --passive-ftp -P ${DISTDIR} 
${URI}

ROOT=/
RPMDIR=/usr/portage/rpm
SANE_CONFIG_DIR=/etc/sane.d
SHELL=/bin/bash
SHLVL=1
SYNC=rsync

Re: [gentoo-user] pain, PAIN, and more pain again.

2022-06-19 Thread Michael
On Sunday, 19 June 2022 04:54:26 BST Alan Grimes wrote:

[snippage of long prose  ...]

> Example:
> 
> Old way:
> 
> "My boot drive is plugged into this port on the motherboard"
> 
> New way:
> 
> Spend hours figuring out what your UUID is, create a physical pocket
> folder (which you will subsequently have to store and manage) with the
> UUID which is long and complex and copy it by hand, very carefully, then
> set that up in your mtab

It doesn't take hours to run 'blkid'.

> Example:
> 
> Old way: "My network printer is at this IP address"
> 
> New way:
> 
> Master a list of 5-6 obscure and arcane packages that let you assign
> "human friendly" network names to devices and then get all those
> packages working with each other so you can print. Yeah, it looks more
> like christmass tree wiring than a solution to a problem, You'll be
> doing it again from scratch next month when we decide to change it again
> for no reason and No, you can't print using the old way.
> 
> Ie, the printer I spent $400 on so that I could print from anywhere in
> my house only works with my windows computer because I made the mistake
> of updating CUPS.

I have always been using an IP address to specify my printer.  In a different 
topology with multiple printers and regularly changing users/PCs I would 
consider a different more automated approach.


> It's only been 3 months innce I updated last so therefore I'm hurting
> BAD tonight. I had to update the hack I used last time to get around the
> libicuuc fuckup by implementing the same hack again but version
> bumped... (symlink 1.71.1 to 1.70)... It seemed gung ho about python
> 3.11 but it turned out that 3.11 is still beta and that I should ignore
> it.  
> 
> The maintainers of steam overlay seem to have given up, so I used layman
> to -d it and now I get
> !!! Invalid PORTDIR_OVERLAY (not a dir): '/var/lib/layman/steam-overlay'
> each time I invoke emerge...

Take a look at:

https://wiki.gentoo.org/wiki/Eselect/Repository


> What's killing me dead, however is:
> >>> Running pre-merge checks for www-client/chromium-104.0.5110.0
> 
>  * sys-devel/clang:14 is missing! Cannot use LLVM slot 14 ...
>  * =sys-devel/lld-13* is missing! Cannot use LLVM slot 13 ...
>  * =sys-devel/lld-12* is missing! Cannot use LLVM slot 12 ...
>  * =sys-devel/lld-11* is missing! Cannot use LLVM slot 11 ...
>  * sys-devel/clang:10 is missing! Cannot use LLVM slot 10 ...
>  * sys-devel/clang:9 is missing! Cannot use LLVM slot 9 ...
>  * sys-devel/clang:8 is missing! Cannot use LLVM slot 8 ...
>  * ERROR: www-client/chromium-104.0.5110.0::gentoo failed (pretend phase):
>  *   No LLVM slot <= 14 satisfying the package's dependencies found
> installed!

Err ...

~ $ eix -l chromium | grep '104.0.5110.0'
   [M]~ 104.0.5110.0 (0/dev)[+X component-build cups custom-cflags 
debug gtk4 +hangouts headless +js-type-check kerberos libcxx lto +official pgo 
pic +proprietary-codecs pulseaudio screencast selinux +suid +system-ffmpeg 
+system-harfbuzz +system-icu +system-png vaapi wayland widevine 
CPU_FLAGS_ARM="neon" L10N="+af +am +ar +bg +bn +ca +cs +da +de +el +en-GB +es 
+es-419 +et +fa +fi +fil +fr +gu +he +hi +hr +hu +id +it +ja +kn +ko +lt +lv 
+ml 
+mr +ms +nb +nl +pl +pt-BR +pt-PT +ro +ru +sk +sl +sr +sv +sw +ta +te +th +tr 
+uk +ur +vi +zh-CN +zh-TW"] ["component-build? ( !suid !libcxx ) 
screencast? ( wayland ) !headless? ( || ( X wayland ) ) pgo? ( X !wayland )"]


So, you're trying to install a masked version of chromium, which may or may 
not ever make it into the testing/stable tree without further development work 
on it and any one of its dependencies and you blame some penguin for the 
result?

>  *
>  * Call stack:
>  *  ebuild.sh, line 127:  Called pkg_pretend
>  *   chromium-104.0.5110.0.ebuild, line 283:  Called pre_build_checks
>  *   chromium-104.0.5110.0.ebuild, line 243:  Called llvm_pkg_setup
>  *llvm.eclass, line 201:  Called get_llvm_prefix '14'
>  *llvm.eclass, line 180:  Called die
>  * The specific snippet of code:
>  *  die "No LLVM slot${1:+ <= ${1}} satisfying the package's
> dependencies found installed!"
[snip ...]

> >>> Failed to emerge www-client/chromium-104.0.5110.0, Log file:
> ##
> 
> 
> Slot conflict??? 
> 
> No problem! I'll just go to eselect and pick a different slot.
> 
> 
> Oh wait, that was the OLD way of selecting slots... I went searching for
> an explanation for how to set it up and it was like:
[snip ...]

You should be able to install a specific slot, but you may have to keyword it 
if you're on a stable arch.  Starting with ll

Re: [gentoo-user] OT: but cool - NASDAQ is gentoo powered

2011-08-18 Thread Norman Rieß
Am 08/18/11 11:08, schrieb Neil Bothwick:
 On Thu, 18 Aug 2011 10:41:57 +0200, Norman Rieß wrote:
 
 Concerning the Atom not fast enough for compiling-Problem. I
 compiled, run and update a Gentoo System on a AMD Geode LX, which is
 way less powerfull and it works just fine.  

 That's just plain masochism. I have one of those and even installing
 from binary packages is painfully slow.

 I have three Atom machines here, a small server, a netbook and a
 nettop used as a MythTV frontend, and the only compiling any of them
 do is for their kernels.
 
 I am not sitting in front of it watching stuff scroll by and its
 funktion (Wifi-Accesspoint) is not affected by compiling...
 Sure it takes a little longer, but why should i care.
 
 Most of the time, there's no need. There are times when a package is
 updated and needs a config update immediately after or you could end up
 with the new program being called with the old config. Binary installs
 mean you have a better idea of when that will need to be done.
 
 It's not a big issue, but I already have the binary build setup so adding
 one more host was a simple matter of creating a directory for the chroot
 and adding the host name to an existing script.
 
 How long did the initial install take on the Geode? I installed to the
 chroot on the build host in the first place then rsynced everything
 across.
 
 

Yes, and when i return to that shell some time later i scroll through
the package messages and do what needs to be done, followed by a
etc-update, revdep-rebuild, depclean and sometimes lafilefixer.
I am not saying, i update like fire and forget :-).

Everyone should use a setting that one sees fit. That's why we use
Gentoo, right? Because we have that choice.
If you have a well working setup in place, then it is only right to use it.

Can't remember how long it take exactly, but here is the ouput of a
whole system rebuild with a kind of funny estimate :-).
Shows you all the packages, too.
Just wondering myself right now, why there are N and U packages, when
emerge -uDN world shows nothing to do...

emerge -pe system world | genlop -p
These are the pretended packages: (this may take a while; wait...)

[ebuild   R] sys-libs/zlib-1.2.5-r2
[ebuild   R] virtual/libintl-0
[ebuild   R] app-arch/xz-utils-5.0.1
[ebuild   R] sys-devel/gnuconfig-20110202
[ebuild   R] dev-libs/expat-2.0.1-r3
[ebuild   R] virtual/libiconv-0
[ebuild   R] app-misc/pax-utils-0.2.2
[ebuild   R] app-arch/bzip2-1.0.6
[ebuild   R] app-misc/mime-types-8
[ebuild   R] sys-devel/gcc-config-1.4.1-r1
[ebuild   R] app-arch/cpio-2.11
[ebuild   R] sys-libs/timezone-data-2011e
[ebuild   R] sys-fs/sysfsutils-2.1.0
[ebuild   R] sys-apps/tcp-wrappers-7.6-r8
[ebuild   R] dev-libs/libffi-3.0.9-r2
[ebuild   R] sys-devel/patch-2.5.9
[ebuild   R] sys-apps/which-2.20
[ebuild   R] sys-devel/autoconf-wrapper-10-r1
[ebuild   R] sys-devel/automake-wrapper-4
[ebuild   R] sys-process/cronbase-0.3.2-r1
[ebuild   R] mail-client/mailx-support-20060102-r1
[ebuild   R] dev-libs/libnl-1.1-r2
[ebuild   R] app-portage/portage-utils-0.3.1
[ebuild   R] net-misc/rdate-1.4-r3
[ebuild   R] sys-kernel/module-rebuild-0.5
[ebuild   R] sys-kernel/linux-headers-2.6.36.1
[ebuild   R] virtual/libffi-0
[ebuild   R] sys-apps/sandbox-2.4
[ebuild   R] sys-apps/net-tools-1.60_p20110409135728
[ebuild   R] sys-apps/module-init-tools-3.16-r1
[ebuild   R] sys-devel/m4-1.4.15
[ebuild   R] sys-apps/pciutils-3.1.7
[ebuild   R] virtual/os-headers-0
[ebuild   R] dev-libs/gmp-4.3.2
[ebuild   R] dev-libs/mpfr-3.0.0_p3
[ebuild   R] sys-apps/sysvinit-2.88-r1
[ebuild   R] virtual/init-0
[ebuild   R] sys-apps/baselayout-2.0.3
[ebuild   R] sys-apps/debianutils-3.4.4
[ebuild   R] sys-devel/libperl-5.10.1
[ebuild  N ] virtual/pam-0
[ebuild   R] net-mail/mailbase-1
[ebuild   R] virtual/man-0
[ebuild   R] sys-apps/man-pages-posix-2003a
[ebuild   R] app-i18n/man-pages-de-0.5-r1
[ebuild   R] sys-apps/man-pages-3.28
[ebuild   R] sys-auth/pambase-20101024
[ebuild   R] virtual/acl-0
[ebuild   R] app-admin/python-updater-0.9
[ebuild   R] sys-devel/binutils-config-2-r1
[ebuild   R] app-admin/eselect-vi-1.1.7-r1
[ebuild   R] virtual/mta-0
[ebuild   R] virtual/perl-MIME-Base64-3.08
[ebuild   R] virtual/perl-ExtUtils-CBuilder-0.27.03
[ebuild   R] app-admin/eselect-ctags-1.13
[ebuild   R] dev-util/ctags-5.7
[ebuild   R] virtual/perl-IO-Compress-2.024
[ebuild   R] virtual/perl-Digest-MD5-2.39
[ebuild   R] virtual/perl-libnet-1.220.0-r1
[ebuild   R] virtual/perl-Module-Build-0.36.07
[ebuild   R] virtual/perl-Test-Harness-3.17
[ebuild   R] virtual/perl-Archive-Tar-1.54
[ebuild   R] virtual/perl-ExtUtils-ParseXS-2.22.05
[ebuild   R] sys-devel/gettext-0.18.1.1-r1
[ebuild   R] sys-apps/sed-4.2.1
[ebuild   R] sys-apps

Re: [gentoo-user] Re: smoothest way to jump from 2006 to 2008

2008-04-30 Thread Mark Knecht
On Wed, Apr 30, 2008 at 3:31 PM,  [EMAIL PROTECTED] wrote:
 Alan McKinnon [EMAIL PROTECTED] writes:


  [2] vi /var/lib/portage/world

  What if I emerge -vC all I know I don't want.

  All kde all gnome all xorg for example, before update world.

  I was hoping to accomplish much the same thing by editing world.  But
  strangely I see only  a few candidates to delete (marked with
  asterisks):

  /var/lib/portage/world:
  app-admin/eselect
  app-admin/sysklogd
  app-editors/emacs
  app-editors/vim
  app-misc/screen
  ** app-office/openoffice-bin
  app-portage/eix
  app-portage/gentoolkit
  ** kde-base/kde
  net-misc/dhcpcd
  sys-apps/slocate
  sys-boot/grub
  sys-devel/gdb
  sys-kernel/gentoo-sources
  ** www-client/seamonkey
  ** x11-drivers/xf86-input-keyboard
  ** x11-drivers/xf86-input-mouse
  ** x11-drivers/xf86-video-fbdev
  ** x11-drivers/xf86-video-vesa
  ** x11-drivers/xf86-video-vga
  ** x11-drivers/xf86-video-vmware

  However eix -I shows a whole bunch of kde packages.  Not to mention
  piles of other stuff not mentioned in `world'.


My rule, for the most part, is that nothing is in
/var/lib/portage/world that I don't know I need and that I run by
hand. for instance here is a MythTV backend server I brought up 3
weeks ago:

Sector9 ~ # cat /var/lib/portage/world
app-admin/sudo
app-admin/syslog-ng
app-editors/vim
app-misc/screen
app-portage/eix
app-portage/gentoolkit
app-portage/layman
dev-db/mysql
media-libs/alsa-oss
media-sound/alsa-tools
media-sound/alsa-utils
media-tv/ivtv
media-tv/mythtv
media-video/nvidia-settings
net-misc/ntp
net-print/cups
net-print/foomatic
net-print/gutenprint
sys-apps/baselayout
sys-apps/hotplug
sys-apps/slocate
sys-apps/usbutils
sys-boot/grub
sys-devel/gcc:3.4
sys-devel/gcc:4.1
sys-kernel/gentoo-sources
sys-process/vixie-cron
x11-base/xorg-x11
x11-drivers/nvidia-drivers
Sector9 ~ #

It's pretty clean. The nvidia drivers can probably go as it will
mainly be headless. The cups/gutenprint are planning for making it a
print server pretty soon. I franlky don't remember much about hotplug
anymore. Maybe it can go.

 No packages selected for removal by depclean
 To see reverse dependencies, use --verbose
Packages installed:   334
Packages in world:29
Packages in system:   52
Unique package names: 334
Required packages:334
Number to remove: 0
Sector9 ~ #

Anyway, if I have the time I reduce the contents of this file and let
emerge --depclean tell me what to clean out. If it's a big list then
often I'll do a few by hand, in groups of 5 or so, as copy/paste
options. Look at the list, choose 5, emerge -C them, and then do it
again. This gives me a little more confidence that I won't emerge -C
some system file and cause big problems.

One last thing that I've done once or twice when the whole process is
complete - I don't think it's mentioned here so far and I don't always
do it - but for complete consistency I've gone so far as:

emerge -e system
emerge -e world

and let everything rebuild thus guaranteeing that nothing is left to
chance. I usually do that over a weekend or sometime where usage is
going to be lower, but as I say I'd only go that far after really big
changes or if I was seeing flakey log messages somewhere. Probably a
waste of time but it's just a computer and once the list is smaller
it's not as slow as you think, especially on a server.

Cheers,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] ~amd64 - my experience so far...

2010-04-12 Thread Paul Hartman
On Mon, Apr 12, 2010 at 6:57 AM, Mark Knecht markkne...@gmail.com wrote:
 ...is not so good actually. Certainly not the way I'd want others to
 experience Gentoo.

 OK, the ~amd64 upgrade to @system was easy and relatively painless.
 The documents were fairly clear. There are things to learn, and old
 friends like rc-update and df look different, but it worked and didn't
 take long - less than an hour to reboot including editing - so that's
 good.

 Unfortunately, simply allowing all environments  apps on the system
 to go ~amd64 isn't working out as nicely.

 1) xfce4 had one build failure. I masked it and the build finished.
 xfce starts and seems to mostly work, but I get no wallpaper and the
 right click for a menu on the desktop doesn't work. It's usable, but
 clearly 'not stable'.

Hi,

I'm using ~amd64 for my whole system (for years). I have a similar
system to yours, but only a Core i7 920, :) and at the moment every
package on my system builds fine.

Which package failed? Which profile and GCC are you using? I just
emerged xfce4-meta and everything worked. Here's my GCC, profile and
xfce versions (I also use unmasked portage):

[ebuild   R   ] sys-devel/gcc-4.4.3  USE=fortran gcj graphite gtk
mudflap (multilib) nls nptl objc objc++ objc-gc openmp (-altivec)
-bootstrap -build -doc (-fixed-point) (-hardened) (-libffi) -multislot
(-n32) (-n64) -nocxx -test -vanilla 0 kB

 $ sudo gcc-config -l
 [1] x86_64-pc-linux-gnu-4.4.3 *

$ sudo eselect profile show
Current make.profile symlink:
  default/linux/amd64/10.0/desktop

My cflags:
CFLAGS=-march=native -O3 -floop-interchange -floop-strip-mine
-floop-block -ggdb -pipe
CXXFLAGS=${CFLAGS}
LDFLAGS=-Wl,--as-needed


 $ emerge -vp xfce4-meta

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

Calculating dependencies... done!
[ebuild  N] xfce-base/libxfce4util-4.7.1  USE=-debug 0 kB
[ebuild  N] dev-util/xfce4-dev-tools-4.7.2  0 kB
[ebuild  N] x11-themes/xfce4-icon-theme-4.4.3  0 kB
[ebuild  N] x11-themes/gtk-engines-xfce-2.6.0  0 kB
[ebuild  N] xfce-base/xfconf-4.7.2  USE=perl -debug -profile 0 kB
[ebuild  N] xfce-base/exo-0.3.106  USE=hal libnotify python -debug 0 kB
[ebuild  N] xfce-base/libxfce4menu-4.6.1  USE=-debug 0 kB
[ebuild  N] xfce-base/libxfcegui4-4.6.3  USE=startup-notification
-debug -glade 0 kB
[ebuild  N] xfce-base/xfce4-panel-4.6.2-r1
USE=startup-notification -debug 0 kB
[ebuild  N] xfce-base/xfce-utils-4.6.1  USE=dbus lock -debug 0 kB
[ebuild  N] xfce-base/xfwm4-4.6.1  USE=startup-notification
xcomposite -debug 0 kB
[ebuild  N] xfce-base/xfce4-settings-4.6.3-r1  USE=keyboard
libnotify -debug -sound 0 kB
[ebuild  N] xfce-base/xfce4-session-4.6.1-r1  USE=-debug -fortune
-gnome -gnome-keyring -profile 0 kB
[ebuild  N] xfce-base/thunar-1.0.1  USE=dbus exif hal pcre
startup-notification trash-plugin -debug -doc -gnome -test 0 kB
[ebuild  N] xfce-base/xfdesktop-4.6.1-r1  USE=branding
menu-plugin thunar -debug -doc LINGUAS=-be -ca -cs -da -de -el -es
-et -eu -fi -fr -he -hu -it -ja -ko -nb_NO -nl -pa -pl -pt_BR -ro -ru
-sk -sv -tr -uk -vi -zh_CN -zh_TW 0 kB
[ebuild  N] xfce-base/xfce4-meta-4.6.1  USE=session -minimal 0 kB


The xfce wallpaper thing sounds like what I experienced with xfce
during the jpeg-6-to-7 upgrade process. At the time, jpeg was not
slotted and there was jpeg-compat for programs that were incompatible
with jpeg-7. Now we have jpeg-8 as well, and 6/7/8 are in slots, so
maybe the solution is different. Back then, I unmerged and masked
jpeg-6, revdep-rebuild everything that depended on jpeg so that it was
built against jpeg-7 and then everything was fine. (Maybe there was a
gtk+ patch I had to apply on day 0, but that was long ago made
obsolete by newer versions of gtk+ in portage)


 2) gnome-2.28 simply doesn't build.

I'm not a gnome user but I can try this if you want (135 packages to
emerge in my case), or if you have more specific info about which part
doesn't build I can try only the specifics.


 3) I'm currently left with lots of things in emerge @preserved-rebuild
 that don't build. emerge -DuN @world is not clean.

Maybe you can unmerge those packages, allowing emerge to get rid of
the preserved libs, then emerge world to bring those packages back.



[gentoo-user] equery shows lyx didn't depend on qt, and emerge shows the opposite

2008-03-13 Thread Zhang Weiwu
 `-- sys-devel/automake-wrapper-3-r1
`-- sys-devel/autoconf-2.13
 `-- sys-devel/autoconf-wrapper-4-r3
 `-- sys-devel/m4-1.4.10
  `-- net-misc/rsync-2.6.9-r5 [ !build ]
   `-- dev-libs/popt-1.10.7
   `-- sys-apps/xinetd-2.3.14 [ xinetd ]
`-- sys-apps/tcp-wrappers-7.6-r8 [ tcpd ]
  `-- sys-apps/coreutils-6.9-r1 [ !build userland_GNU ]
  `-- dev-python/pycrypto-2.0.1-r6 [ !build ]
   `-- dev-libs/expat-2.0.1 [ !build ]
   `-- dev-python/python-fchksum-1.7.1 [ !build ]
   `-- app-admin/python-updater-0.2
`-- virtual/jre-1.5.0 (virtual/jre-1.4) [ java ]
 `-- virtual/jdk-1.5.0 (virtual/jdk-1.5.0*)
  `-- dev-java/ibm-jdk-bin-1.5.0.6-r1
   `-- net-libs/libnet-1.1.2.1-r1 [ x86 ]
   `-- virtual/libstdc++-3.3 (virtual/libstdc++-3.3)
`-- sys-libs/libstdc++-v3-3.3.6
 `-- sys-libs/glibc-2.6.1 (virtual/libc)
  `-- sys-libs/timezone-data-2007j
  `-- sys-devel/gcc-4.1.2
   `-- sys-devel/gcc-config-1.4.0-r4
   `-- dev-libs/mpfr-2.3.0_p3 [ fortran ]
   `-- x11-libs/libXtst-1.0.3 [ !build gcj gtk ]
`-- x11-proto/recordproto-1.13.2
`-- x11-libs/libXext-1.0.3
 `-- x11-proto/xextproto-7.0.2
`-- x11-proto/inputproto-1.4.2.1
   `-- x11-libs/gtk+-2.12.1-r2 [ !build gcj gtk ]
`-- x11-libs/libXrender-0.9.2
 `-- x11-proto/renderproto-0.9.2
`-- x11-libs/libXi-1.1.3
`-- x11-libs/libXcursor-1.1.9
 `-- x11-libs/libXfixes-4.0.3
  `-- x11-proto/fixesproto-4.0
`-- x11-libs/libXcomposite-0.4.0
 `-- x11-proto/compositeproto-0.4
`-- x11-libs/libXdamage-1.1.1
 `-- x11-proto/damageproto-1.1.0
`-- x11-libs/libXinerama-1.0.2 [ xinerama ]
 `-- x11-proto/xineramaproto-1.1.2
`-- dev-libs/glib-2.14.3
 `-- app-text/docbook-xml-dtd-4.1.2-r6 [ doc ]
`-- x11-libs/pango-1.18.3
 `-- x11-libs/libXft-2.1.12
  `-- media-libs/freetype-2.3.5-r2
   `-- x11-libs/libXau-1.0.3 [ X ]
   `-- x11-libs/libXdmcp-1.0.2 [ X ]
  `-- media-libs/fontconfig-2.5.0-r1
   `-- app-admin/eselect-fontconfig-1.0
`-- app-admin/eselect-1.0.10
 `-- sys-apps/file-4.21-r1
 `-- dev-python/docutils-0.4-r3 [ doc ]
  `-- dev-python/setuptools-0.6_rc7-r1
 `-- app-vim/eselect-syntax-20070506 [ vim-syntax ]
  `-- app-editors/vim-7.1.123
   `-- app-editors/vim-core-7.1.123 [ !minimal ]
`-- app-admin/eselect-vi-1.1.5
`-- dev-util/ctags-5.5.4-r2
`-- app-vim/gentoo-syntax-20070506 [ !livecd ]
 `-- app-editors/gvim-7.1.123
  `-- virtual/xft-7.0 (virtual/xft) [ !aqua gtk ]
  `-- gnome-base/libgnomeui-2.20.1.1 [ !aqua gtk gnome ]
   `-- gnome-base/libgnome-2.20.1.1
`-- gnome-base/gconf-2.20.1
 `-- gnome-base/orbit-2.14.10
  `-- dev-libs/libIDL-0.8.9
   `-- sys-devel/bison-2.3
 `-- dev-util/intltool-0.35.5
  `-- dev-perl/XML-Parser-2.34-r1
`-- gnome-base/gnome-vfs-2.20.1
 `-- net-misc/neon-0.26.4
 `-- app-arch/bzip2-1.0.4-r1
 `-- app-admin/gamin-0.1.9 (virtual/fam)
 `-- gnome-base/gnome-mime-data-2.18.0
 `-- x11-misc/shared-mime-info-0.22-r1
 `-- dev-libs/dbus-glib-0.73
  `-- sys-apps/dbus-1.0.2-r2
 `-- net-fs/samba-3.0.28 [ samba ]
  `-- net-print/cups-1.2.12-r4 [ cups ]
   `-- net-libs/gnutls-2.0.4 [ ssl ]
`-- dev-libs/libgpg-error-1.5
`-- dev-libs/libgcrypt-1.2.4
`-- dev-libs/libtasn1-1.2
`-- app-crypt/opencdk-0.6.6
   `-- net-nds/openldap-2.3.39-r2 [ ldap ]
`-- dev-libs/cyrus-sasl-2.1.22-r2 [ sasl ]
 `-- dev-java/java-config-2.0.33-r1 [ java

[gentoo-user] What xorg pkgs needed for X to work

2010-01-15 Thread Harry Putnam
=-debug 0 kB
[ebuild  N] x11-apps/xset-1.1.0  USE=-debug 0 kB
[ebuild  N] x11-libs/Xaw3d-1.5-r1  0 kB
[ebuild  N] app-admin/gamin-0.1.10  0 kB
[ebuild  N] x11-apps/mkfontdir-1.0.5  USE=-debug 0 kB
[ebuild  N] media-fonts/encodings-1.0.3  USE=-debug 0 kB
[ebuild  N] x11-misc/xkeyboard-config-1.7  0 kB
[ebuild  N] x11-libs/libxklavier-4.0  USE=-doc 0 kB
[ebuild  N] media-libs/fontconfig-2.8.0  USE=-doc 0 kB
[ebuild  N] app-admin/eselect-fontconfig-1.1  0 kB
[ebuild  N] x11-libs/libXft-2.1.14  USE=-debug 0 kB
[ebuild  N] media-fonts/dejavu-2.30  USE=X -fontforge 0 kB
[ebuild  N] dev-libs/poppler-0.12.1  USE=abiword lcms poppler-data 0 kB
[ebuild  N] x11-libs/cairo-1.8.8  USE=X svg (-aqua) -cleartype -debug 
-directfb -doc -glitz -opengl -xcb 0 kB
[ebuild  N] app-text/poppler-utils-0.12.1  USE=abiword png 0 kB
[ebuild  N] x11-libs/pango-1.26.2  USE=X -debug -doc -test 0 kB
[ebuild  N] dev-python/pycairo-1.8.8  USE=svg -doc -examples 0 kB
[ebuild  N] sys-apps/hal-0.5.14-r1  USE=X acpi -apm -consolekit -crypt 
-debug -dell -disk-partition -doc -laptop -policykit (-selinux) 0 kB
[ebuild  N] app-misc/hal-info-20091130  0 kB
[ebuild  N] x11-misc/xdg-utils-1.0.2-r3  USE=-doc 0 kB
[ebuild  N] net-print/cups-1.4.2-r1  USE=X acl dbus jpeg pam perl png 
python samba ssl tiff -debug -gnutls -java -kerberos -ldap -php -slp -static 
-xinetd LINGUAS=-da -de -es -eu -fi -fr -it -ja -ko -nl -no -pl -pt -pt_BR 
-ru -sv -zh -zh_TW 0 kB
[ebuild  N] app-text/ghostscript-gpl-8.70-r1  USE=X cups -bindist -cairo 
-djvu -gtk -jpeg2k LINGUAS=-ja -ko -zh_CN -zh_TW 0 kB
[ebuild  N] x11-libs/gtk+-2.18.6  USE=cups jpeg tiff (-aqua) -debug -doc 
-jpeg2k -test -vim-syntax -xinerama 17,713 kB
[ebuild  N] gnome-base/libglade-2.6.4  USE=-debug -doc 0 kB
[ebuild  N] x11-libs/libwnck-2.28.0  USE=startup-notification -doc 0 kB
[ebuild  N] x11-themes/gtk-engines-xfce-2.6.0  0 kB
[ebuild  N] xfce-base/libxfce4menu-4.6.1  USE=-debug 0 kB
[ebuild  N] xfce-base/libxfcegui4-4.6.2  USE=startup-notification -debug 
-glade 0 kB
[ebuild  N] dev-python/pygtk-2.16.0-r1  USE=-doc -examples -test 0 kB
[ebuild  N] x11-misc/xscreensaver-5.10  USE=jpeg pam -new-login -opengl 
-suid -xinerama 0 kB
[ebuild  N] xfce-base/exo-0.3.105-r1  USE=hal python -debug -libnotify 0 
kB
[ebuild  N] xfce-base/xfce-utils-4.6.1  USE=dbus lock -debug 0 kB
[ebuild  N] xfce-base/xfwm4-4.6.1  USE=startup-notification xcomposite 
-debug 0 kB
[ebuild  N] gnome-extra/libgsf-1.14.16  USE=bzip2 python -doc -gnome -gtk 
-thumbnail 0 kB
[ebuild  N] xfce-base/xfce4-panel-4.6.2  USE=startup-notification -debug 
0 kB
[ebuild  N] xfce-base/xfce4-settings-4.6.3-r1  USE=keyboard -debug 
-libnotify -sound 0 kB
[ebuild  N] xfce-base/xfce4-session-4.6.1-r1  USE=-debug -fortune -gnome 
-gnome-keyring -profile 0 kB
[ebuild  N] gnome-base/librsvg-2.26.0  USE=zlib -debug -doc 0 kB
[ebuild  N] app-emacs/emacs-common-gentoo-1.2  USE=X -emacs22icons 0 kB
[ebuild  N] app-editors/emacs-23.1-r2  USE=X Xaw3d alsa dbus gif gpm jpeg 
png svg tiff xpm -gtk -gzip-el -hesiod -kerberos -m17n-lib -motif -sound 
-source -toolkit-scroll-bars -xft 0 kB
[ebuild  N] virtual/emacs-23  0 kB
[ebuild  N] dev-util/desktop-file-utils-0.15  USE=emacs 0 kB
[ebuild  N] xfce-base/thunar-1.0.1  USE=dbus exif hal pcre 
startup-notification trash-plugin -debug -doc -gnome -test 8,597 kB
[ebuild  N] xfce-base/xfdesktop-4.6.1-r1  USE=branding menu-plugin thunar 
-debug -doc LINGUAS=-be -ca -cs -da -de -el -es -et -eu -fi -fr -he -hu -it 
-ja -ko -nb_NO -nl -pa -pl -pt_BR -ro -ru -sk -sv -tr -uk -vi -zh_CN -zh_TW 0 
kB
[ebuild  N] xfce-base/xfce4-meta-4.6.1  USE=session -minimal 0 kB

Total: 105 packages (1 upgrade, 104 new), Size of downloads: 27,234 kB




[gentoo-user] What xorg pkgs needed for X to work

2010-01-15 Thread Harry Putnam
[ebuild  N] x11-apps/xrdb-1.0.6  USE=-debug 0 kB
[ebuild  N] x11-apps/xwininfo-1.0.5  USE=-debug 0 kB
[ebuild  N] x11-apps/xset-1.1.0  USE=-debug 0 kB
[ebuild  N] x11-libs/Xaw3d-1.5-r1  0 kB
[ebuild  N] app-admin/gamin-0.1.10  0 kB
[ebuild  N] x11-apps/mkfontdir-1.0.5  USE=-debug 0 kB
[ebuild  N] media-fonts/encodings-1.0.3  USE=-debug 0 kB
[ebuild  N] x11-misc/xkeyboard-config-1.7  0 kB
[ebuild  N] x11-libs/libxklavier-4.0  USE=-doc 0 kB
[ebuild  N] media-libs/fontconfig-2.8.0  USE=-doc 0 kB
[ebuild  N] app-admin/eselect-fontconfig-1.1  0 kB
[ebuild  N] x11-libs/libXft-2.1.14  USE=-debug 0 kB
[ebuild  N] media-fonts/dejavu-2.30  USE=X -fontforge 0 kB
[ebuild  N] dev-libs/poppler-0.12.1  USE=abiword lcms poppler-data 0 kB
[ebuild  N] x11-libs/cairo-1.8.8  USE=X svg (-aqua) -cleartype -debug 
-directfb -doc -glitz -opengl -xcb 0 kB
[ebuild  N] app-text/poppler-utils-0.12.1  USE=abiword png 0 kB
[ebuild  N] x11-libs/pango-1.26.2  USE=X -debug -doc -test 0 kB
[ebuild  N] dev-python/pycairo-1.8.8  USE=svg -doc -examples 0 kB
[ebuild  N] sys-apps/hal-0.5.14-r1  USE=X acpi -apm -consolekit -crypt 
-debug -dell -disk-partition -doc -laptop -policykit (-selinux) 0 kB
[ebuild  N] app-misc/hal-info-20091130  0 kB
[ebuild  N] x11-misc/xdg-utils-1.0.2-r3  USE=-doc 0 kB
[ebuild  N] net-print/cups-1.4.2-r1  USE=X acl dbus jpeg pam perl png 
python samba ssl tiff -debug -gnutls -java -kerberos -ldap -php -slp -static 
-xinetd LINGUAS=-da -de -es -eu -fi -fr -it -ja -ko -nl -no -pl -pt -pt_BR 
-ru -sv -zh -zh_TW 0 kB
[ebuild  N] app-text/ghostscript-gpl-8.70-r1  USE=X cups -bindist -cairo 
-djvu -gtk -jpeg2k LINGUAS=-ja -ko -zh_CN -zh_TW 0 kB
[ebuild  N] x11-libs/gtk+-2.18.6  USE=cups jpeg tiff (-aqua) -debug -doc 
-jpeg2k -test -vim-syntax -xinerama 17,713 kB
[ebuild  N] gnome-base/libglade-2.6.4  USE=-debug -doc 0 kB
[ebuild  N] x11-libs/libwnck-2.28.0  USE=startup-notification -doc 0 kB
[ebuild  N] x11-themes/gtk-engines-xfce-2.6.0  0 kB
[ebuild  N] xfce-base/libxfce4menu-4.6.1  USE=-debug 0 kB
[ebuild  N] xfce-base/libxfcegui4-4.6.2  USE=startup-notification -debug 
-glade 0 kB
[ebuild  N] dev-python/pygtk-2.16.0-r1  USE=-doc -examples -test 0 kB
[ebuild  N] x11-misc/xscreensaver-5.10  USE=jpeg pam -new-login -opengl 
-suid -xinerama 0 kB
[ebuild  N] xfce-base/exo-0.3.105-r1  USE=hal python -debug -libnotify 0 
kB
[ebuild  N] xfce-base/xfce-utils-4.6.1  USE=dbus lock -debug 0 kB
[ebuild  N] xfce-base/xfwm4-4.6.1  USE=startup-notification xcomposite 
-debug 0 kB
[ebuild  N] gnome-extra/libgsf-1.14.16  USE=bzip2 python -doc -gnome -gtk 
-thumbnail 0 kB
[ebuild  N] xfce-base/xfce4-panel-4.6.2  USE=startup-notification -debug 
0 kB
[ebuild  N] xfce-base/xfce4-settings-4.6.3-r1  USE=keyboard -debug 
-libnotify -sound 0 kB
[ebuild  N] xfce-base/xfce4-session-4.6.1-r1  USE=-debug -fortune -gnome 
-gnome-keyring -profile 0 kB
[ebuild  N] gnome-base/librsvg-2.26.0  USE=zlib -debug -doc 0 kB
[ebuild  N] app-emacs/emacs-common-gentoo-1.2  USE=X -emacs22icons 0 kB
[ebuild  N] app-editors/emacs-23.1-r2  USE=X Xaw3d alsa dbus gif gpm jpeg 
png svg tiff xpm -gtk -gzip-el -hesiod -kerberos -m17n-lib -motif -sound 
-source -toolkit-scroll-bars -xft 0 kB
[ebuild  N] virtual/emacs-23  0 kB
[ebuild  N] dev-util/desktop-file-utils-0.15  USE=emacs 0 kB
[ebuild  N] xfce-base/thunar-1.0.1  USE=dbus exif hal pcre 
startup-notification trash-plugin -debug -doc -gnome -test 8,597 kB
[ebuild  N] xfce-base/xfdesktop-4.6.1-r1  USE=branding menu-plugin thunar 
-debug -doc LINGUAS=-be -ca -cs -da -de -el -es -et -eu -fi -fr -he -hu -it 
-ja -ko -nb_NO -nl -pa -pl -pt_BR -ro -ru -sk -sv -tr -uk -vi -zh_CN -zh_TW 0 
kB
[ebuild  N] xfce-base/xfce4-meta-4.6.1  USE=session -minimal 0 kB

Total: 105 packages (1 upgrade, 104 new), Size of downloads: 27,234 kB




Re: [gentoo-user] Re: trouble understanding a slot conflict

2012-04-02 Thread Allan Gottlieb
On Mon, Apr 02 2012, walt wrote:

 On 04/02/2012 07:20 PM, Allan Gottlieb wrote:
 A normal update world turned up the error below
 (~amd64, gnome profile)
 
 !!! Multiple package instances within a single package slot have been pulled
 !!! into the dependency graph, resulting in a slot conflict:
 
 sys-apps/pciutils:0
 
   (sys-apps/pciutils-3.1.9-r1::gentoo, installed) pulled in by
 =sys-apps/pciutils-3.1.9-r1[-compress-db] required by 
 (sys-fs/udev-171-r5::gentoo, installed)

 I've been through this one already ;)  The ~amd64 keyword wants a newer
 version of udev (182-r3) than you have.  The question is why you still
 have the old version of udev.  Did you maybe mask the newer udev to avoid
 the infamous separate-usr-partition-is-deprecated problem?

Yes indeed I have it masked for exactly that reason.  I will be going to
a combined / + /usr when the semester ends.  I use this machine for my
lectures and assignments so prefer to break it from late may through
august.

I just tried masking the -r2 (and higher) pciutils.
But this conflicts with a newly-required hwids-2012-0401.
The later is required by a new usbutils-005-r1

This led me to mask =usbutils-005-r1.

Now the proposed update world leaves portage happy, but me worried.  I
haven't actually done the update world.  It is reasonably to have so
much masking? (The output of the update --ask world is below)

I am wondering if it would be safer to not update at all for 6 weeks.
Then, with the semester over, try the huge update and if it is too hard
to get working, do a reinstall.  That certainly doesn't sound appealing.
Does the following seem like too much masking or does it seem
reasonable?

in /etc/portage/package.mask (a directory) I have.

README

# First masked udev-181 to postpone needing to combine / and /usr
# This then required masking consolekit
# At that point things were  OK for a while
#
# Now (2 april) I need to mask the new pciutils since the new one
# causes a mysterious-to-me slot conflict.
# This mask blocks hwids, which a new usbutils requires.
# So I mask the new usbutils.
# Now portage is willing to do the update.  Success??

# The lvm mask is related but is probably a bug in lvm
# (https://bugs.gentoo.org/show_bug.cgi?id=409921) so I have
# that one in a separate file

udev-181

=sys-fs/udev-181
=sys-auth/consolekit-0.4.5-r3
=sys-apps/pciutils-3.1.9-r2
=sys-apps/usbutils-005-r1

lvm-2.01.95

=sys-fs/lvm2-2.02.95

allan

PS.  I still don't understand the two error msgs from portage given in my
previous msg, neither of which indicate to me a real problem.  But that
is more for my education and ability to decipher them better in the
future than for fixing any problem.

PPS.  Here is the pre-update output from update --ask world

ajglap gottlieb # mount /mnt/junk; PORTAGE_TMPDIR=/mnt/junk/portage-tmpdir 
emerge --keep-going --update --newuse --with-bdeps=y  world; umount /mnt/junk

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


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

Calculating dependencies... done!
[nomerge   ] gnome-base/gnome-3.2.1  USE=cdr cups extras fallback 
-accessibility 
[nomerge   ]  gnome-base/gnome-core-apps-3.2.1  USE=bluetooth cdr cups 
networkmanager 
[nomerge   ]   net-im/empathy-3.2.2  USE=eds geoloc gnome-online-accounts 
map networkmanager spell v4l -call -debug -sendto -test 
[nomerge   ]app-misc/geoclue-0.12.0_p20110307  USE=gtk -geonames -gps 
-gsmloc -hostip -manual -networkmanager -nominatim -plazes -skyhook -yahoo-geo 
[nomerge   ] dev-util/gtk-doc-1.18-r1  USE=-debug -doc -emacs 
-highlight -test -vim 
[nomerge   ]  app-text/openjade-1.3.2-r3  USE=-static-libs 
[ebuild U  ]   app-text/opensp-1.5.2-r3 [1.5.2-r2] USE=nls -doc 
-static-libs -test 1,486 kB
[nomerge   ] www-client/chromium-18.0.1025.142  USE=cups gnome 
gnome-keyring -bindist -custom-cflags -kerberos (-pulseaudio) -test 
LINGUAS=-am -ar -bg -bn -ca -cs -da -de -el -en_GB -es -es_LA -et -fa -fi -fil 
-fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl 
-pt_BR -pt_PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi -zh_CN 
-zh_TW 
[ebuild U  ]  dev-lang/nacl-toolchain-newlib-0_p8034 [0_p7311] 0 kB
[ebuild U  ] app-text/texlive-2011-r1 [2011] USE=X png truetype xml -cjk 
-context -detex -doc -dvi2tty -dvipdfm -epspdf% -extra -games -graphics 
-humanities -jadetex -luatex -music -omega -pdfannotextractor -pstricks 
-publishers -science -tex4ht -xetex -xindy LINGUAS=en -af -ar -as -bg -bn -bo 
-ca -cs -cy -da -de -el -en_GB -eo -es -et -eu -fa -fi -fr -ga -gl -gu -he -hi 
-hr -hsb -hu -hy -ia -id -is -it -ja -kn -ko -la -lo -lt -lv -ml -mn -mr -nb 
-nl -nn -no -or -pa -pl -pt -ro -ru -sa_IN -sk -sl -sr -sv -ta -te -th -tk -tr 
-uk -vi -zh 0 kB
[ebuild U  ] www-servers/apache-2.4.1-r2 [2.2.22] USE=ldap ssl -debug -doc 
(-selinux) -static -suexec -threads APACHE2_MODULES

Re: [gentoo-user] python-2.7 python-updater

2011-03-27 Thread Mark Knecht
On Sat, Mar 26, 2011 at 5:44 PM, Neil Bothwick n...@digimed.co.uk wrote:
 On Sat, 26 Mar 2011 14:33:14 -0700, Mark Knecht wrote:

  Aren't those manually added to the list by python-updater? So you
  need to use -dmanual to prevent further rebuilding of them.

 I guess I'm not clear on the use of 'manual' here.

 It's explained in the manual page (sorry :)

 Manual means manually added to the list by python-updater, rather than
 using any sort of detection.


OK, I won't bother with the many definitions of the word manual or how
that effects the conversation from my end 'cause that don't matter
much to Linux man-page writers. ;-) However I'm still failing to see
the interest in this as it only removes 1 or 4 packages (boost) that
I've rebuilt multiple time. 75% of the failures still fail using
-dmanual.

c2stable ~ # python-updater -p -dmanual
 * Starting Python Updater...
 * Main active version of Python:  2.7
 * Active version of Python 2: 2.7
 * Active version of Python 3: 3.1
 *   Adding to list: app-emulation/emul-linux-x86-baselibs:0
 *   Adding to list: app-emulation/virtualbox:0
 *   Adding to list: app-office/openoffice-bin:0
 *   Adding to list: app-office/openoffice-bin:0
 * emerge -Dv1 --keep-going -p app-emulation/emul-linux-x86-baselibs:0
app-emulation/virtualbox:0 app-office/openoffice-bin:0
app-office/openoffice-bin:0

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

Calculating dependencies... done!
[ebuild   R] app-emulation/emul-linux-x86-baselibs-20110129
USE=-development 0 kB
[ebuild   R] app-office/openoffice-bin-3.3.0  USE=-gnome -java
LINGUAS=en -ar -as -ast -be_BY -bg -bn -ca -ca_XV -cs -da -de -dz -el
-en_GB -eo -es -et -eu -fi -fr -ga -gl -gu -he -hi -hu -id -is -it -ja
-ka -km -kn -ko -ku -lt -lv -mk -ml -mr -my -nb -nl -nn -oc -om -or
-pa_IN -pl -pt -pt_BR -ro -ru -sh -si -sk -sl -sr -sv -ta -te -th -tr
-ug -uk -uz -vi -zh_CN -zh_TW 0 kB
[ebuild   R   ~] app-emulation/virtualbox-4.0.4-r1  USE=additions
alsa opengl python qt4 sdk -doc -extensions -headless -java
-pulseaudio -vboxwebsrv -vnc 0 kB

Total: 3 packages (3 reinstalls), Size of downloads: 0 kB
c2stable ~ # python-updater -p
 * Starting Python Updater...
 * Main active version of Python:  2.7
 * Active version of Python 2: 2.7
 * Active version of Python 3: 3.1
 *   Adding to list: app-emulation/emul-linux-x86-baselibs:0
 *   Adding to list: app-emulation/virtualbox:0
 *   Adding to list: app-office/openoffice-bin:0
 *   Adding to list: app-office/openoffice-bin:0
 *   Adding to list: dev-libs/boost:1.42
 * check: manual [Added to list manually, see CHECKS in manpage
for more information.]
 * emerge -Dv1 --keep-going -p app-emulation/emul-linux-x86-baselibs:0
app-emulation/virtualbox:0 app-office/openoffice-bin:0
app-office/openoffice-bin:0 dev-libs/boost:1.42

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

Calculating dependencies... done!
[ebuild   R] app-emulation/emul-linux-x86-baselibs-20110129
USE=-development 0 kB
[ebuild   R] dev-libs/boost-1.42.0-r2  USE=eselect python -debug
-doc -icu -mpi -static-libs -test -tools 0 kB
[ebuild   R] app-office/openoffice-bin-3.3.0  USE=-gnome -java
LINGUAS=en -ar -as -ast -be_BY -bg -bn -ca -ca_XV -cs -da -de -dz -el
-en_GB -eo -es -et -eu -fi -fr -ga -gl -gu -he -hi -hu -id -is -it -ja
-ka -km -kn -ko -ku -lt -lv -mk -ml -mr -my -nb -nl -nn -oc -om -or
-pa_IN -pl -pt -pt_BR -ro -ru -sh -si -sk -sl -sr -sv -ta -te -th -tr
-ug -uk -uz -vi -zh_CN -zh_TW 0 kB
[ebuild   R   ~] app-emulation/virtualbox-4.0.4-r1  USE=additions
alsa opengl python qt4 sdk -doc -extensions -headless -java
-pulseaudio -vboxwebsrv -vnc 0 kB

Total: 4 packages (4 reinstalls), Size of downloads: 0 kB
c2stable ~ #



 They are
 automatically added. If they are correctly rebuilt then they shouldn't
 need to be added a second time, correct? However they are. (Over and
 over...)

 Basically, it is my understanding that if everything is correctly
 updated then on the second pass it should say there's nothing to do,
 right?

 If it can determine that that's the case, yes. Packages are added
 manually because python-updater cannot tell for sure whether they should
 be rebuilt this time. That's certainly true for ooo-bin and boost, lnd
 prevented by -dmanual. app-emulation/emul-linux-x86-baselibs seems
 different, I've just been hit by this one, so I ignored it after the
 first build. I suspect a bug has already been reported.


Fair enough. I'm also seeing Virtualbox as shown above.

Thanks for the info. I've done the python-updater steps too many times
now and from now on will basically do it just once and after that take
what it says with a grain of salt.

Cheers,
Mark



Re: [gentoo-user] python-2.7 python-updater

2011-03-27 Thread Jacques Montier
Le 27/03/2011 17:26, Mark Knecht a écrit :
 On Sat, Mar 26, 2011 at 5:44 PM, Neil Bothwick n...@digimed.co.uk wrote:
 On Sat, 26 Mar 2011 14:33:14 -0700, Mark Knecht wrote:

 Aren't those manually added to the list by python-updater? So you
 need to use -dmanual to prevent further rebuilding of them.
 I guess I'm not clear on the use of 'manual' here.
 It's explained in the manual page (sorry :)

 Manual means manually added to the list by python-updater, rather than
 using any sort of detection.

 OK, I won't bother with the many definitions of the word manual or how
 that effects the conversation from my end 'cause that don't matter
 much to Linux man-page writers. ;-) However I'm still failing to see
 the interest in this as it only removes 1 or 4 packages (boost) that
 I've rebuilt multiple time. 75% of the failures still fail using
 -dmanual.

 c2stable ~ # python-updater -p -dmanual
  * Starting Python Updater...
  * Main active version of Python:  2.7
  * Active version of Python 2: 2.7
  * Active version of Python 3: 3.1
  *   Adding to list: app-emulation/emul-linux-x86-baselibs:0
  *   Adding to list: app-emulation/virtualbox:0
  *   Adding to list: app-office/openoffice-bin:0
  *   Adding to list: app-office/openoffice-bin:0
  * emerge -Dv1 --keep-going -p app-emulation/emul-linux-x86-baselibs:0
 app-emulation/virtualbox:0 app-office/openoffice-bin:0
 app-office/openoffice-bin:0

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

 Calculating dependencies... done!
 [ebuild   R] app-emulation/emul-linux-x86-baselibs-20110129
 USE=-development 0 kB
 [ebuild   R] app-office/openoffice-bin-3.3.0  USE=-gnome -java
 LINGUAS=en -ar -as -ast -be_BY -bg -bn -ca -ca_XV -cs -da -de -dz -el
 -en_GB -eo -es -et -eu -fi -fr -ga -gl -gu -he -hi -hu -id -is -it -ja
 -ka -km -kn -ko -ku -lt -lv -mk -ml -mr -my -nb -nl -nn -oc -om -or
 -pa_IN -pl -pt -pt_BR -ro -ru -sh -si -sk -sl -sr -sv -ta -te -th -tr
 -ug -uk -uz -vi -zh_CN -zh_TW 0 kB
 [ebuild   R   ~] app-emulation/virtualbox-4.0.4-r1  USE=additions
 alsa opengl python qt4 sdk -doc -extensions -headless -java
 -pulseaudio -vboxwebsrv -vnc 0 kB

 Total: 3 packages (3 reinstalls), Size of downloads: 0 kB
 c2stable ~ # python-updater -p
  * Starting Python Updater...
  * Main active version of Python:  2.7
  * Active version of Python 2: 2.7
  * Active version of Python 3: 3.1
  *   Adding to list: app-emulation/emul-linux-x86-baselibs:0
  *   Adding to list: app-emulation/virtualbox:0
  *   Adding to list: app-office/openoffice-bin:0
  *   Adding to list: app-office/openoffice-bin:0
  *   Adding to list: dev-libs/boost:1.42
  * check: manual [Added to list manually, see CHECKS in manpage
 for more information.]
  * emerge -Dv1 --keep-going -p app-emulation/emul-linux-x86-baselibs:0
 app-emulation/virtualbox:0 app-office/openoffice-bin:0
 app-office/openoffice-bin:0 dev-libs/boost:1.42

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

 Calculating dependencies... done!
 [ebuild   R] app-emulation/emul-linux-x86-baselibs-20110129
 USE=-development 0 kB
 [ebuild   R] dev-libs/boost-1.42.0-r2  USE=eselect python -debug
 -doc -icu -mpi -static-libs -test -tools 0 kB
 [ebuild   R] app-office/openoffice-bin-3.3.0  USE=-gnome -java
 LINGUAS=en -ar -as -ast -be_BY -bg -bn -ca -ca_XV -cs -da -de -dz -el
 -en_GB -eo -es -et -eu -fi -fr -ga -gl -gu -he -hi -hu -id -is -it -ja
 -ka -km -kn -ko -ku -lt -lv -mk -ml -mr -my -nb -nl -nn -oc -om -or
 -pa_IN -pl -pt -pt_BR -ro -ru -sh -si -sk -sl -sr -sv -ta -te -th -tr
 -ug -uk -uz -vi -zh_CN -zh_TW 0 kB
 [ebuild   R   ~] app-emulation/virtualbox-4.0.4-r1  USE=additions
 alsa opengl python qt4 sdk -doc -extensions -headless -java
 -pulseaudio -vboxwebsrv -vnc 0 kB

 Total: 4 packages (4 reinstalls), Size of downloads: 0 kB
 c2stable ~ #



 They are
 automatically added. If they are correctly rebuilt then they shouldn't
 need to be added a second time, correct? However they are. (Over and
 over...)

 Basically, it is my understanding that if everything is correctly
 updated then on the second pass it should say there's nothing to do,
 right?
 If it can determine that that's the case, yes. Packages are added
 manually because python-updater cannot tell for sure whether they should
 be rebuilt this time. That's certainly true for ooo-bin and boost, lnd
 prevented by -dmanual. app-emulation/emul-linux-x86-baselibs seems
 different, I've just been hit by this one, so I ignored it after the
 first build. I suspect a bug has already been reported.

 Fair enough. I'm also seeing Virtualbox as shown above.

 Thanks for the info. I've done the python-updater steps too many times
 now and from now on will basically do it just once and after that take
 what it says with a grain of salt.

 Cheers,
 Mark

Hi,

I had the same problem. So i had to run
python-updater -dmanual -dpylibdir -dPYTHON_ABIS -dshared_linking
-dstatic_linking
* Starting Python Updater...
* Main active version

Re: [gentoo-user] Endless preserved-rebuild loop, libmozalloc more

2015-08-24 Thread Fernando Rodriguez
On Monday, August 24, 2015 8:58:56 PM Fernando Rodriguez wrote:
 On Monday, August 24, 2015 10:42:28 PM Alan McKinnon wrote:
  On 24/08/2015 22:04, Fernando Rodriguez wrote:
   On Monday, August 24, 2015 9:31:38 PM Alan McKinnon wrote:
   Does anyone have an opinion to offer on bug 501468?
  
   https://bugs.gentoo.org/show_bug.cgi?id=501468
  
   It's been annoying me for a week now with this message:
  
   !!! existing preserved libs:
   package: www-client/firefox-40.0.2
*  - /usr/lib64/firefox/libmozalloc.so
*  used by /usr/lib64/thunderbird/components/libdbusservice.so
   (mail-client/thunderbird-38.2.0)
*  used by /usr/lib64/thunderbird/components/libmozgnome.so
   (mail-client/thunderbird-38.2.0)
*  used by
   /usr/lib64/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-
b5ad-
   a41df1933103}/components/libcalbasecomps.so
   (mail-client/thunderbird-38.2.0)
*  used by 4 other files
  
  
   Both Mozilla products ship this file:
  
   $ locate libmozalloc
   /usr/lib64/firefox/libmozalloc.so
   /usr/lib64/thunderbird/libmozalloc.so
  
   and according to preserved libs, thunderbird linked to the firefox copy.
   The only offered solution on the bug is to use a MASK variable, which
   seems to me an ugly hammer to swat a fly.
  
   I was wondering if there's a better way been developed in the last 
year.
   
   This is not a solution, but I don't have that library and I think it's 
 because 
   I have the jemalloc3 flag enabled so perhaps that's a better workaround.
   
   
  
  
  It was worth a try, but I also have jemalloc3 in USE:
  
  # emerge -pv thunderbird firefox
  
  These are the packages that would be merged, in order:
  
  Calculating dependencies... done!
  [ebuild   R] mail-client/thunderbird-38.2.0::gentoo  USE=crypt dbus
  gstreamer jemalloc3 jit ldap pulseaudio startup-notification system-icu
  system-jpeg system-libvpx system-sqlite -bindist -custom-cflags
  -custom-optimization -debug -gstreamer-0 -hardened -lightning -minimal
  -mozdom (-selinux) -system-cairo LINGUAS=en_GB -ar -ast -be -bg -bn_BD
  -br -ca -cs -cy -da -de -el -es_AR -es_ES -et -eu -fi -fr -fy_NL -ga_IE
  -gd -gl -he -hr -hsb -hu -hy_AM -id -is -it -ja -ko -lt -nb_NO -nl
  -nn_NO -pa_IN -pl -pt_BR -pt_PT -rm -ro -ru -si -sk -sl -sq -sr -sv_SE
  -ta_LK -tr -uk -vi -zh_CN -zh_TW 0 KiB
  [ebuild   R] www-client/firefox-40.0.2::gentoo  USE=dbus
  gmp-autoupdate gstreamer jemalloc3 jit pulseaudio startup-notification
  system-icu system-jpeg system-libvpx system-sqlite wifi -bindist
  -custom-cflags -custom-optimization -debug -egl -gstreamer-0 -hardened
  -minimal (-neon) (-pgo) (-selinux) -system-cairo {-test} LINGUAS=en_GB
  en_ZA -af -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -cy -da -de
  -el -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE
  -gd -gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -km -kn -ko
  -lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -or -pa_IN -pl -pt_BR -pt_PT
  -rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -te -th -tr -uk -vi -xh
  -zh_CN -zh_TW 0 KiB
  
  
  So that's not it.
 
 My next guess would be the minimal use flag which I have set but you don't.
 I don't know what is the sdk for..native plugin or XUL development?
 
 Calculating dependencies... done!
 [ebuild   R   ~] www-client/firefox-40.0.2::gentoo  USE=custom-cflags custom-
 optimization dbus gmp-autoupdate gstreamer jemalloc3 jit minimal pulseaudio 
 startup-notification system-cairo system-icu system-jpeg system-libvpx 
system-
 sqlite -bindist -debug -egl -gstreamer-0 -hardened (-neon) (-pgo) -selinux 
{-
 test} -wifi LINGUAS=-af -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs 
-
 cy -da -de -el -en_GB -en_ZA -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi 
-
 fr -fy_NL -ga_IE -gd -gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -
kk 
 -km -kn -ko -lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -or -pa_IN -pl -pt_BR 
-
 pt_PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -te -th -tr -uk -vi -
xh 
 -zh_CN -zh_TW 0 KiB
 
 Total: 1 package (1 reinstall), Size of downloads: 0 KiB
 
  * IMPORTANT: 1 news items need reading for repository 'gentoo'.
  * Use eselect news read to view new items.
 
 fernan@navi ~ $ equery files firefox
  * Searching for firefox ...
  * Contents of www-client/firefox-40.0.2:
 /etc
 /etc/revdep-rebuild
 /etc/revdep-rebuild/10firefox
 /usr
 /usr/bin
 /usr/bin/firefox - /usr/lib64/firefox/firefox
 /usr/lib64
 /usr/lib64/firefox
 /usr/lib64/firefox/application.ini
 /usr/lib64/firefox/bin - /usr/lib64/firefox
 /usr/lib64/firefox/browser
 /usr/lib64/firefox/browser/blocklist.xml
 /usr/lib64/firefox/browser/chrome
 /usr/lib64/firefox/browser/chrome.manifest
 /usr/lib64/firefox/browser/chrome/icons
 /usr/lib64/firefox/browser/chrome/icons/default
 /usr/lib64/firefox/browser/chrome/icons/default/default16.png
 /usr/lib64/firefox/browser/chrome/icons/default/default32.png
 /usr/lib64/firefox/browser/chrome/icons/default

Re: [gentoo-user] Endless preserved-rebuild loop, libmozalloc more

2015-08-24 Thread Fernando Rodriguez
On Monday, August 24, 2015 10:42:28 PM Alan McKinnon wrote:
 On 24/08/2015 22:04, Fernando Rodriguez wrote:
  On Monday, August 24, 2015 9:31:38 PM Alan McKinnon wrote:
  Does anyone have an opinion to offer on bug 501468?
 
  https://bugs.gentoo.org/show_bug.cgi?id=501468
 
  It's been annoying me for a week now with this message:
 
  !!! existing preserved libs:
  package: www-client/firefox-40.0.2
   *  - /usr/lib64/firefox/libmozalloc.so
   *  used by /usr/lib64/thunderbird/components/libdbusservice.so
  (mail-client/thunderbird-38.2.0)
   *  used by /usr/lib64/thunderbird/components/libmozgnome.so
  (mail-client/thunderbird-38.2.0)
   *  used by
  /usr/lib64/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-
  a41df1933103}/components/libcalbasecomps.so
  (mail-client/thunderbird-38.2.0)
   *  used by 4 other files
 
 
  Both Mozilla products ship this file:
 
  $ locate libmozalloc
  /usr/lib64/firefox/libmozalloc.so
  /usr/lib64/thunderbird/libmozalloc.so
 
  and according to preserved libs, thunderbird linked to the firefox copy.
  The only offered solution on the bug is to use a MASK variable, which
  seems to me an ugly hammer to swat a fly.
 
  I was wondering if there's a better way been developed in the last year.
  
  This is not a solution, but I don't have that library and I think it's 
because 
  I have the jemalloc3 flag enabled so perhaps that's a better workaround.
  
  
 
 
 It was worth a try, but I also have jemalloc3 in USE:
 
 # emerge -pv thunderbird firefox
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 [ebuild   R] mail-client/thunderbird-38.2.0::gentoo  USE=crypt dbus
 gstreamer jemalloc3 jit ldap pulseaudio startup-notification system-icu
 system-jpeg system-libvpx system-sqlite -bindist -custom-cflags
 -custom-optimization -debug -gstreamer-0 -hardened -lightning -minimal
 -mozdom (-selinux) -system-cairo LINGUAS=en_GB -ar -ast -be -bg -bn_BD
 -br -ca -cs -cy -da -de -el -es_AR -es_ES -et -eu -fi -fr -fy_NL -ga_IE
 -gd -gl -he -hr -hsb -hu -hy_AM -id -is -it -ja -ko -lt -nb_NO -nl
 -nn_NO -pa_IN -pl -pt_BR -pt_PT -rm -ro -ru -si -sk -sl -sq -sr -sv_SE
 -ta_LK -tr -uk -vi -zh_CN -zh_TW 0 KiB
 [ebuild   R] www-client/firefox-40.0.2::gentoo  USE=dbus
 gmp-autoupdate gstreamer jemalloc3 jit pulseaudio startup-notification
 system-icu system-jpeg system-libvpx system-sqlite wifi -bindist
 -custom-cflags -custom-optimization -debug -egl -gstreamer-0 -hardened
 -minimal (-neon) (-pgo) (-selinux) -system-cairo {-test} LINGUAS=en_GB
 en_ZA -af -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -cy -da -de
 -el -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE
 -gd -gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -km -kn -ko
 -lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -or -pa_IN -pl -pt_BR -pt_PT
 -rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -te -th -tr -uk -vi -xh
 -zh_CN -zh_TW 0 KiB
 
 
 So that's not it.

My next guess would be the minimal use flag which I have set but you don't.
I don't know what is the sdk for..native plugin or XUL development?

Calculating dependencies... done!
[ebuild   R   ~] www-client/firefox-40.0.2::gentoo  USE=custom-cflags custom-
optimization dbus gmp-autoupdate gstreamer jemalloc3 jit minimal pulseaudio 
startup-notification system-cairo system-icu system-jpeg system-libvpx system-
sqlite -bindist -debug -egl -gstreamer-0 -hardened (-neon) (-pgo) -selinux {-
test} -wifi LINGUAS=-af -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -
cy -da -de -el -en_GB -en_ZA -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -
fr -fy_NL -ga_IE -gd -gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk 
-km -kn -ko -lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -or -pa_IN -pl -pt_BR -
pt_PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -te -th -tr -uk -vi -xh 
-zh_CN -zh_TW 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

fernan@navi ~ $ equery files firefox
 * Searching for firefox ...
 * Contents of www-client/firefox-40.0.2:
/etc
/etc/revdep-rebuild
/etc/revdep-rebuild/10firefox
/usr
/usr/bin
/usr/bin/firefox - /usr/lib64/firefox/firefox
/usr/lib64
/usr/lib64/firefox
/usr/lib64/firefox/application.ini
/usr/lib64/firefox/bin - /usr/lib64/firefox
/usr/lib64/firefox/browser
/usr/lib64/firefox/browser/blocklist.xml
/usr/lib64/firefox/browser/chrome
/usr/lib64/firefox/browser/chrome.manifest
/usr/lib64/firefox/browser/chrome/icons
/usr/lib64/firefox/browser/chrome/icons/default
/usr/lib64/firefox/browser/chrome/icons/default/default16.png
/usr/lib64/firefox/browser/chrome/icons/default/default32.png
/usr/lib64/firefox/browser/chrome/icons/default/default48.png
/usr/lib64/firefox/browser/components
/usr/lib64/firefox/browser/components/components.manifest
/usr/lib64/firefox/browser/components/libbrowsercomps.so
/usr/lib64/firefox/browser

[gentoo-user] newish vbox gentoo guest crashes from startx

2016-12-07 Thread Harry Putnam
ron[1377]: (CRON) STARTUP (V5.0)
Dec  7 10:09:16 g0 sm-mta[1320]: NOQUEUE: stopping daemon, reason=signal
Dec  7 10:09:19 g0 kernel: [   30.613016] e1000: enp0s3 NIC Link is Up 1000 
Mbps Full Duplex, Flow Control: RX
Dec  7 10:09:20 g0 sendmail[1819]: alias database /etc/mail/aliases rebuilt by 
root
Dec  7 10:09:20 g0 sendmail[1819]: /etc/mail/aliases: 23 aliases, longest 10 
bytes, 244 bytes total
Dec  7 10:09:20 g0 sm-mta[1829]: starting daemon (8.15.2): 
SMTP+queueing@00:30:00
Dec  7 10:09:20 g0 sm-mta[1829]: started as: /usr/sbin/sendmail -bd -q30m -L 
sm-mta
Dec  7 10:09:20 g0 sm-cm[1832]: starting daemon (8.15.2): queueing@00:30:00
Dec  7 10:09:30 g0 login[1849]: pam_unix(login:session): session opened for 
user harry by LOGIN(uid=0)
Dec  7 10:09:54 g0 sshd[1867]: Accepted keyboard-interactive/pam for harry from 
192.168.1.20 port 62164 ssh2
Dec  7 10:09:54 g0 sshd[1867]: pam_unix(sshd:session): session opened for user 
harry by (uid=0)
Dec  7 10:10:01 g0 cron[1882]: (root) CMD (test -x /usr/sbin/run-crons && 
/usr/sbin/run-crons)
Dec  7 10:10:49 g0 sshd[1899]: Accepted keyboard-interactive/pam for root from 
127.0.0.1 port 40842 ssh2
Dec  7 10:10:49 g0 sshd[1899]: pam_unix(sshd:session): session opened for user 
root by (uid=0)

---   ---   ---=---   ---   ---
installed_pkgs_list.txt
---   ---   ---=---   ---   --- 
Wed Nov 16 18:12:43 2016 >>> app-eselect/eselect-vi-1.1.7-r1
Wed Nov 16 18:12:56 2016 >>> app-eselect/eselect-ctags-1.18
Wed Nov 16 18:13:50 2016 >>> dev-util/ctags-5.8
Wed Nov 16 18:15:36 2016 >>> app-editors/vim-core-7.4.769
Wed Nov 16 18:18:26 2016 >>> app-editors/vim-7.4.769
Wed Nov 16 18:18:43 2016 >>> app-vim/gentoo-syntax-20160530
Wed Nov 16 18:29:44 2016 >>> app-shells/push-1.6
Wed Nov 16 18:30:15 2016 >>> app-portage/portage-utils-0.62
Wed Nov 16 18:34:49 2016 >>> app-portage/eix-0.31.7-r1
Wed Nov 16 18:53:22 2016 >>> sys-kernel/linux-headers-4.8
Wed Nov 16 19:29:02 2016 >>> sys-libs/glibc-2.23-r3
Wed Nov 16 19:31:13 2016 >>> dev-libs/expat-2.2.0-r1
Wed Nov 16 19:31:32 2016 >>> sys-devel/gnuconfig-20161104
Wed Nov 16 19:32:56 2016 >>> sys-libs/gdbm-1.12
Wed Nov 16 19:33:16 2016 >>> sys-apps/gentoo-functions-0.11
Wed Nov 16 19:33:51 2016 >>> sys-apps/debianutils-4.8
Wed Nov 16 19:34:35 2016 >>> net-libs/libmnl-1.0.4
Wed Nov 16 19:37:09 2016 >>> dev-libs/lzo-2.09
Wed Nov 16 19:38:19 2016 >>> dev-libs/libbsd-0.8.3
Wed Nov 16 19:38:39 2016 >>> sys-apps/baselayout-2.3
Wed Nov 16 19:43:42 2016 >>> sys-apps/busybox-1.25.1
Wed Nov 16 19:44:44 2016 >>> sys-libs/libseccomp-2.3.1
Wed Nov 16 19:44:57 2016 >>> app-shells/quoter-2.0_p2
Wed Nov 16 19:45:12 2016 >>> app-shells/push-1.11
Wed Nov 16 19:46:20 2016 >>> dev-util/re2c-0.16
Wed Nov 16 19:46:37 2016 >>> sys-apps/install-xattr-0.5-r1
Wed Nov 16 19:46:54 2016 >>> dev-libs/gobject-introspection-common-1.50.0
Wed Nov 16 19:48:08 2016 >>> media-libs/libpng-1.6.26
Wed Nov 16 19:49:38 2016 >>> sys-apps/file-5.29
Wed Nov 16 19:50:06 2016 >>> sys-libs/timezone-data-2016i
Wed Nov 16 19:50:27 2016 >>> sys-devel/gcc-config-1.8-r1
Wed Nov 16 19:50:51 2016 >>> net-misc/iputils-20151218
Wed Nov 16 19:51:32 2016 >>> sys-apps/net-tools-1.60_p20161110235919
Wed Nov 16 19:51:51 2016 >>> dev-libs/vala-common-0.34.2
Wed Nov 16 19:57:45 2016 >>> dev-libs/gmp-6.1.1
Wed Nov 16 19:58:22 2016 >>> app-arch/zip-3.0-r3
Wed Nov 16 20:02:19 2016 >>> dev-libs/mpfr-3.1.5
Wed Nov 16 20:04:21 2016 >>> dev-libs/mpc-1.0.3
Wed Nov 16 20:11:32 2016 >>> sys-apps/coreutils-8.25
Wed Nov 16 20:12:00 2016 >>> app-portage/portage-utils-0.63
Wed Nov 16 20:12:38 2016 >>> dev-lang/python-exec-2.4.4
Wed Nov 16 20:14:30 2016 >>> net-misc/rsync-3.1.2
Wed Nov 16 20:16:31 2016 >>> net-firewall/iptables-1.6.0-r1
Wed Nov 16 20:19:22 2016 >>> dev-libs/libpipeline-1.4.1
Wed Nov 16 20:20:50 2016 >>> sys-apps/kmod-23
Wed Nov 16 20:21:21 2016 >>> app-misc/pax-utils-1.1.7
Wed Nov 16 20:23:26 2016 >>> sys-apps/sandbox-2.11-r3
Wed Nov 16 20:23:57 2016 >>> sys-libs/libcap-2.25
Wed Nov 16 20:24:26 2016 >>> sys-apps/man-pages-4.08
Wed Nov 16 20:24:46 2016 >>> app-eselect/eselect-python-20160516
Wed Nov 16 20:24:59 2016 >>> virtual/udev-217
Wed Nov 16 20:25:17 2016 >>> sys-fs/udev-init-scripts-32
Wed Nov 16 20:25:34 2016 >>> app-eselect/eselect-opengl-1.3.1-r4
Wed Nov 16 20:26:00 2016 >>> net-misc/netifrc-0.5.1
Wed Nov 16 20:26:16 2016 >>> virtual/libudev-232
Wed Nov 16 20:26:29 2016 >>> app-eselect/eselect-mesa-0.0.10
Wed Nov 16 20:28

Re: [gentoo-user] newish vbox gentoo guest crashes from startx

2016-12-07 Thread Alan McKinnon
bol 
> ttm_bo_global_release (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_pool_unpopulate (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_manager_func (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_global_init (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_device_release (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_kunmap (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_del_sub_from_lru (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_device_init (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_init_mm (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_dma_acc_size (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_tt_init (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_kmap (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_add_to_lru (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_unref (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_mem_global_release (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_mem_global_init (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_default_lru_tail (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_default_swap_lru_tail (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_init (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_validate (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_bo_move_memcpy (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_tt_fini (err 0)
> Dec  7 10:09:10 g0 kernel: [   15.186212] vboxvideo: Unknown symbol 
> ttm_pool_populate (err 0)
> Dec  7 10:09:10 g0 kernel: [   17.155418] EXT4-fs (sda3): re-mounted. Opts: 
> (null)
> Dec  7 10:09:10 g0 kernel: [   17.815016] Adding 2916348k swap on /dev/sda2.  
> Priority:-1 extents:1 across:2916348k 
> Dec  7 10:09:10 g0 kernel: [   18.071060] EXT4-fs (sdb1): mounted filesystem 
> with ordered data mode. Opts: (null)
> Dec  7 10:09:10 g0 kernel: [   18.108282] EXT4-fs (sdc1): mounted filesystem 
> with ordered data mode. Opts: (null)
> Dec  7 10:09:10 g0 kernel: [   18.166016] EXT4-fs (sdd1): mounted filesystem 
> with ordered data mode. Opts: (null)
> Dec  7 10:09:10 g0 kernel: [   18.214179] EXT4-fs (sde1): mounted filesystem 
> with ordered data mode. Opts: (null)
> Dec  7 10:09:11 g0 /usr/sbin/gpm[1066]: *** info [daemon/startup.c(136)]: 
> Dec  7 10:09:11 g0 /usr/sbin/gpm[1066]: Started gpm successfully. Entered 
> daemon mode.
> Dec  7 10:09:13 g0 kernel: [   24.866181] e1000: enp0s3 NIC Link is Up 1000 
> Mbps Full Duplex, Flow Control: RX
> Dec  7 10:09:15 g0 sendmail[1316]: alias database /etc/mail/aliases rebuilt 
> by root
> Dec  7 10:09:15 g0 sendmail[1316]: /etc/mail/aliases: 23 aliases, longest 10 
> bytes, 244 bytes total
> Dec  7 10:09:15 g0 sm-mta[1320]: starting daemon (8.15.2): 
> SMTP+queueing@00:30:00
> Dec  7 10:09:15 g0 sm-mta[1320]: started as: /usr/sbin/sendmail -bd -q30m -L 
> sm-mta
> Dec  7 10:09:15 g0 sm-cm[1323]: starting daemon (8.15.2): queueing@00:30:00
> Dec  7 10:09:15 g0 sshd[1352]: Server listening on 0.0.0.0 port 22.
> Dec  7 10:09:15 g0 cron[1377]: (CRON) STARTUP (V5.0)
> Dec  7 10:09:16 g0 sm-mta[1320]: NOQUEUE: stopping daemon, reason=signal
> Dec  7 10:09:19 g0 kernel: [   30.613016] e1000: enp0s3 NIC Link is Up 1000 
> Mbps Full Duplex, Flow Control: RX
> Dec  7 10:09:20 g0 sendmail[1819]: alias database /etc/mail/aliases rebuilt 
> by root
> Dec  7 10:09:20 g0 sendmail[1819]: /etc/mail/aliases: 23 aliases, longest 10 
> bytes, 244 bytes total
> Dec  7 10:09:20 g0 sm-mta[1829]: starting daemon (8.15.2): 
> SMTP+queueing@00:30:00
> Dec  7 10:09:20 g0 sm-mta[1829]: started as: /usr/sbin/sendmail -bd -q30m -L 
> sm-mta
> Dec  7 10:09:20 g0 sm-cm[1832]: starting daemon (8.15.2): queueing@00:30:00
> Dec  7 10:09:30 g0 login[1849]: pam_unix(login:session): session opened for 
> user harry by LOGIN(uid=0)
> Dec  7 10:09:54 g0 sshd[1867]: Accepted keyboard-interactive/pam for harry 
> from 192.168.1.20 port 62164 ssh2
> Dec  7 10:09:54 g0 sshd[1867]: pam_unix(sshd:session): session opened for 
> user harry by (uid=0)
>

Re: [gentoo-user] getting rid of KDE

2011-12-20 Thread Joseph
 cups dbus exceptions glib mng qt3support tiff (-aqua) -debug -egl -gtkstyle -nas -nis -pch 
-private-headers -raster -trace -xinerama 0 kB [0]

[ebuild  N ] x11-libs/qt-qt3support-4.7.2  USE=accessibility exceptions kde 
(-aqua) -debug -pch -phonon 0 kB [0]
[ebuild U  ] sys-apps/file-5.09 [5.07-r3] USE=zlib -python -static-libs 
594 kB [0]
[ebuild  N ] x11-libs/qt-svg-4.7.2  USE=accessibility exceptions iconv (-aqua) 
-debug -pch 0 kB [0]
[ebuild  NS] app-text/docbook-xml-dtd-4.2-r2 [4.1.2-r6, 4.4-r2] 77 kB [0]
[ebuild  N ] dev-db/virtuoso-server-6.1.2  USE=ldap readline -kerberos 0 
kB [0]
[ebuild  N ] media-libs/raptor-2.0.4  USE=curl unicode xml -debug -json 
-static-libs 0 kB [0]
[ebuild  N ] dev-util/automoc-0.9.88  9 kB [0]
[ebuild  N ] kde-base/oxygen-icons-4.7.3  USE=(-aqua) -bindist 
(-kdeenablefinal) 28,066 kB [0]
[ebuild  N ] media-libs/qimageblitz-0.0.6  USE=-3dnow (-altivec) -debug -mmx 
-sse -sse2 57 kB [0]
[ebuild  N ] dev-libs/rasqal-0.9.27  USE=crypt mhash pcre xml -doc -gmp 
-static-libs -test 0 kB [0]
[ebuild  N ] dev-libs/shared-desktop-ontologies-0.7.0  98 kB [0]
[ebuild  N ] dev-libs/libattica-0.2.0  USE=-debug 40 kB [0]
[ebuild  N ] dev-libs/libdbusmenu-qt-0.8.2  USE=-debug -doc -test 36 kB 
[0]
[ebuild  N ] media-libs/phonon-4.5.0  USE=gstreamer (-aqua) -debug -pulseaudio 
-vlc (-xine) 315 kB [0]
[ebuild  N ] x11-libs/qt-webkit-4.7.2  USE=dbus exceptions jit kde (-aqua) 
-debug -pch 0 kB [0]
[ebuild   R] sys-devel/binutils-2.21.1-r1  USE=nls zlib%* -multislot 
-multitarget -static-libs -test -vanilla 20 kB [0]
[ebuild U  ] sys-process/psmisc-22.14 [22.12] USE=X ipv6 nls (-selinux) 
374 kB [0]
[ebuild  N ] x11-libs/qt-opengl-4.7.2  USE=exceptions qt3support (-aqua) -debug 
-egl -pch 0 kB [0]
[ebuild  N ] x11-libs/qt-declarative-4.7.2-r1  USE=exceptions qt3support 
(-aqua) -debug -pch -private-headers -webkit 0 kB [0]
[ebuild  N ] app-admin/eselect-boost-0.3  0 kB [0]
[ebuild  N ] dev-libs/boost-1.46.1-r1  USE=eselect -debug -doc -icu -mpi 
-python -static-libs -test -tools 0 kB [0]
[ebuild U  ] media-libs/libexif-0.6.20 [0.6.19] USE=nls -doc -static-libs 
1,380 kB [0]
[ebuild  N ] media-libs/gstreamer-0.10.35  USE=introspection nls -test 0 
kB [0]
[ebuild  N ] media-libs/gst-plugins-base-0.10.35  USE=introspection nls 
orc 0 kB [0]
[ebuild  N ] media-libs/gst-plugins-good-0.10.30  USE=orc -debug 0 kB [0]
[ebuild  N ] app-misc/strigi-0.7.6-r1  USE=dbus exif fam qt4 -clucene -debug 
-ffmpeg -hyperestraier -inotify (-log) -test 681 kB [0]
[ebuild  N ] dev-libs/redland-1.0.14  USE=berkdb mysql ssl xml -iodbc -odbc 
-postgres -sqlite -static-libs 0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-x-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-faad-0.10.22  0 kB [0]
[ebuild  N ] media-libs/gst-plugins-ugly-0.10.18  USE=-debug 0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-xvideo-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-mpeg2dec-0.10.18  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-dvdread-0.10.18  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-ogg-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-alsa-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-dts-0.10.22  USE=orc 0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-a52dec-0.10.18  USE=orc 0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-vorbis-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-mad-0.10.18  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-flac-0.10.30  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-resindvd-0.10.22  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-meta-0.10-r6  USE=X a52 aac alsa dts dvd flac mp3 mpeg ogg vorbis xv -dv -dvb -esd -ffmpeg -lame -mms -musepack 
-mythtv -oss -pulseaudio -taglib -theora -v4l -vcd -vpx -wavpack 0 kB [0]

[ebuild  N ] media-libs/phonon-gstreamer-4.5.0  USE=alsa -debug 88 kB [0]
[ebuild U  ] app-admin/eselect-fontconfig-1.1 [1.0] 2 kB [0]
[ebuild U  ] media-video/ffmpeg-0.7.8 [0.7.7] USE=3dnow 3dnowext X aac alsa bzip2 encode hardcoded-tables mmx mmxext mp3 qt-faststart* sdl ssse3 truetype 
vorbis x264 xvid zlib (-altivec) -amr -avx -bindist (-celt) -cpudetection -custom-cflags -debug -dirac -doc -faac -frei0r -gsm -ieee1394 -jack -jpeg2k 
-network -oss -pic -rtmp -schroedinger -speex -static-libs -test -theora -threads -v4l -vaapi -vdpau -vpx VIDEO_CARDS=-nvidia 4,425 kB [0]

[ebuild U  ] media-gfx/exif-0.6.20 [0.6.19] USE=nls 443 kB [0]
[ebuild U  ] app-portage/eix-0.23.3-r1 [0.22.11] USE=nls -debug -doc -optimization -security% -sqlite -strong-optimization -tools -zsh-completion 
(-bzip2%*) (-hardened%) 433 kB [0]

[ebuild U  ] app-emulation/virtualbox-bin-4.1.4 [4.0.12] USE=additions chm 
-headless -python -rdesktop-vrdp -sdk -vboxwebsrv 80,653 kB [0]
[ebuild U  ] app-portage/gentoolkit-0.3.0.4-r5 [0.3.0.4-r4] 0 kB [0]
[ebuild U

[gentoo-user] WARNING **: Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner of name 'org.gnome.SettingsDaemon': no such name

2009-05-07 Thread Jorge Morais
 
[ebuild   R   ] app-arch/gzip-1.3.12-r1  USE=-nls -pic -static 
[ebuild   R   ] sys-apps/findutils-4.4.0  USE=-nls (-selinux) -static 
[ebuild   R   ] app-admin/python-updater-0.5 
[ebuild   R   ] dev-libs/popt-1.10.7  USE=-nls 
[ebuild   R   ] sys-apps/diffutils-2.8.7-r2  USE=-nls -static 
[ebuild   R   ] sys-libs/timezone-data-2009c  USE=-nls 
[ebuild   R   ] dev-util/pkgconfig-0.23  USE=-hardened 
[ebuild   R   ] app-arch/lzma-utils-4.32.7  USE=-nocxx 
[ebuild   R   ] app-text/build-docbook-catalog-1.4 
[ebuild   R   ] dev-util/gtk-doc-am-1.10-r1 
[ebuild   R   ] app-arch/unzip-5.52-r2 
[ebuild   R   ] media-sound/alsa-headers-1.0.17 
[ebuild   R   ] app-text/libpaper-1.1.23 
[ebuild   R   ] media-fonts/gnu-gs-fonts-std-8.11 
[ebuild   R   ] media-libs/openjpeg-1.3-r2  USE=-tools 
[ebuild   R   ] sys-devel/m4-1.4.12  USE=-examples 
[ebuild   R   ] media-libs/libpng-1.2.35 
[ebuild   R   ] sys-apps/sandbox-1.6-r2 
[ebuild   R   ] sys-kernel/linux-headers-2.6.27-r2 
[ebuild   R   ] sys-devel/binutils-config-1.9-r4 
[ebuild   R   ] net-misc/rsync-3.0.5  USE=iconv -acl -ipv6 -static -xattr 
-xinetd 
[ebuild   R   ] dev-libs/mpfr-2.4.1_p1 
[ebuild   R   ] x11-themes/hicolor-icon-theme-0.10 
[ebuild   R   ] sys-devel/binutils-2.18-r3  USE=-multislot -multitarget -nls 
-test -vanilla 
[ebuild   R   ] sys-devel/bison-2.3  USE=-nls -static 
[ebuild   R   ] sys-devel/libperl-5.8.8-r2  USE=-berkdb -debug -gdbm 
-ithreads 
[ebuild   R   ] dev-lang/perl-5.8.8-r5  USE=-berkdb -build -debug -doc -gdbm 
-ithreads -perlsuid 
[ebuild   R   ] perl-core/Test-Harness-3.10 
[ebuild   R   ] perl-core/PodParser-1.35 
[ebuild   R   ] dev-perl/XML-Parser-2.36 
[ebuild   R   ] sys-apps/help2man-1.36.4  USE=-nls 
[ebuild   R   ] perl-core/Storable-2.18 
[ebuild   R   ] perl-core/Test-Simple-0.80 
[ebuild   R   ] dev-util/intltool-0.40.5 
[ebuild   R   ] virtual/perl-Test-Simple-0.80 
[ebuild   R   ] virtual/perl-Storable-2.18 
[ebuild   R   ] dev-libs/openssl-0.9.8k  USE=zlib -bindist -gmp -kerberos 
-sse2 -test 
[ebuild   R   ] app-emacs/emacs-common-gentoo-1.0  USE=X 
[ebuild   R   ] sys-apps/debianutils-2.28.5  USE=-static 
[ebuild   R   ] virtual/emacs-23 
[ebuild   R   ] app-admin/eselect-emacs-1.8 
[ebuild   R   ] app-admin/eselect-fontconfig-1.0 
[ebuild   R   ] app-admin/gamin-0.1.10 
[ebuild   R   ] app-admin/eselect-opengl-1.0.6-r1 
[ebuild   R   ] sys-devel/autoconf-2.63  USE=emacs 
[ebuild   R   ] sys-devel/automake-1.5 
[ebuild   R   ] sys-devel/libtool-1.5.26  USE=-vanilla 
[ebuild   R   ] media-libs/jpeg-6b-r8 
[ebuild   R   ] media-libs/tiff-3.8.2-r4  USE=jpeg zlib -jbig -nocxx 
[ebuild   R   ] sys-devel/automake-1.10.2 
[ebuild   R   ] net-libs/liblockfile-1.06-r2 
[ebuild   R   ] x11-misc/util-macros-1.2.1 
[ebuild   R   ] x11-proto/xproto-7.0.14 
[ebuild   R   ] x11-proto/inputproto-1.5.0 
[ebuild   R   ] x11-proto/randrproto-1.2.2 
[ebuild   R   ] x11-proto/kbproto-1.0.3 
[ebuild   R   ] x11-proto/renderproto-0.9.3 
[ebuild   R   ] x11-libs/xtrans-1.2.3  USE=-debug 
[ebuild   R   ] x11-proto/damageproto-1.1.0 
[ebuild   R   ] x11-misc/xbitmaps-1.0.1 
[ebuild   R   ] x11-libs/pixman-0.14.0-r1  USE=mmx (-altivec) -debug -sse2 
[ebuild   R   ] x11-proto/fixesproto-4.0 
[ebuild   R   ] x11-proto/compositeproto-0.4 
[ebuild   R   ] x11-proto/fontsproto-2.0.2 
[ebuild   R   ] x11-proto/xf86vidmodeproto-2.2.2 
[ebuild   R   ] x11-proto/xf86bigfontproto-1.1.2 
[ebuild   R   ] x11-proto/bigreqsproto-1.0.2 
[ebuild   R   ] x11-proto/xcmiscproto-1.1.2 
[ebuild   R   ] x11-proto/xf86miscproto-0.9.2 
[ebuild   R   ] x11-proto/recordproto-1.13.2 
[ebuild   R   ] x11-proto/resourceproto-1.0.2 
[ebuild   R   ] x11-proto/glproto-1.4.9 
[ebuild   R   ] x11-proto/videoproto-2.2.2 
[ebuild   R   ] x11-proto/xf86driproto-2.0.4 
[ebuild   R   ] x11-proto/trapproto-3.4.3 
[ebuild   R   ] x11-proto/xineramaproto-1.1.2 
[ebuild   R   ] x11-libs/libpciaccess-0.10.5  USE=-debug -minimal 
[ebuild   R   ] x11-proto/xf86rushproto-1.1.2 
[ebuild   R   ] x11-proto/xf86dgaproto-2.0.3 
[ebuild   R   ] x11-proto/evieext-1.0.2 
[ebuild   R   ] x11-proto/scrnsaverproto-1.1.0 
[ebuild   R   ] x11-proto/fontcacheproto-0.1.2 
[ebuild   R   ] dev-libs/libpthread-stubs-0.1  USE=-debug 
[ebuild   R   ] x11-proto/dri2proto-1.99.3 
[ebuild   R   ] media-fonts/font-util-1.0.1  USE=-debug 
[ebuild   R   ] x11-proto/xextproto-7.0.4 
[ebuild   R   ] x11-libs/libXau-1.0.4  USE=-debug 
[ebuild   R   ] x11-libs/libICE-1.0.4  USE=-debug -ipv6 
[ebuild   R   ] x11-libs/libXdmcp-1.0.2  USE=-debug 
[ebuild   R   ] x11-libs/libdrm-2.4.5  USE=-debug 
[ebuild   R   ] x11-libs/libfontenc-1.0.4  USE=-debug 
[ebuild   R   ] x11-apps/rgb-1.0.3  USE=-debug 
[ebuild   R   ] x11-misc/makedepend-1.0.1  USE=-debug 
[ebuild   R   ] x11-libs/libX11-1.1.5  USE=-debug -ipv6 -xcb 
[ebuild   R   ] x11-libs/libXext-1.0.4  USE=-debug 
[ebuild   R   ] media-libs/freetype-2.3.9-r1  USE=X -bindist -debug -doc 
-fontforge -utils 
[ebuild   R   ] x11-libs/libXrender-0.9.4  USE=-debug 
[ebuild   R

Re: [gentoo-user] upgrading 1-year old system

2017-01-29 Thread Alan McKinnon
On 29/01/2017 22:56, the...@sys-concept.com wrote:
> I haven't updated my system for over a year (1year and 3-months).
> I was trying to upgrade my firefox-bin and I'm already running into problems.
> 
> What is my best option, re-install from scratch, upgrade in stages etc.
> With firefox-bin I'm getting:



1 year 3 months isn't usually that bad and it can be done - I've done it
many times myself. However there are gotchas:

- there is no stock method and no stock answers. So asking
"I can't upgrade procps! What must I do?"
isn't going to get you much in the way of usable replies. Most will be
something like "I have no idea. Please be /way/ more specific"

- you need to understand what portage is telling you when it dumps a
crapload of output on the screen. If you can read through blockers and
figure out what to do, it's usually not that hard. It however tedious.

- you need to have a good grasp of what most packages do. So if you
think perhaps you need to unmerge binutils or python, your brain must
scream at you that it's a very very bad idea, and you need to know why
(reason: portage don't work for shit with those packages gone and  needs
them present to put them back. Hello chicken, greet egg)

- go slowly and deal with one block at a time. A regular emerge world
probably won't succeed so you gotta bite of small chunks

With those basics out the way, it's a great learning experience. I
recommend you do it at least once.

> 
> emerge -p firefox-bin
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> [ebuild  N ] dev-libs/libuv-1.10.2  USE="-static-libs" 
> [ebuild  N ] dev-util/ninja-1.6.0  USE="-doc -emacs {-test} -vim-syntax 
> -zsh-completion" 
> [ebuild U  ] www-client/firefox-bin-45.6.0 [38.6.1] L10N="-ach% -af% -an% 
> -ar% -as% -ast% -az% -be% -bg% -bn-BD% -bn-IN% -br% -bs% -ca% -cs% -cy% -da% 
> -de% -el% -en-GB% -en-ZA% -eo% -es-AR% -es-CL% -es-ES% -es-MX% -et% -eu% -fa% 
> -fi% -fr% -fy% -ga% -gd% -gl% -gu% -he% -hi% -hr% -hsb% -hu% -hy% -id% -is% 
> -it% -ja% -kk% -km% -kn% -ko% -lt% -lv% -mai% -mk% -ml% -mr% -ms% -nb% -nl% 
> -nn% -or% -pa% -pl% -pt-BR% -pt-PT% -rm% -ro% -ru% -si% -sk% -sl% -son% -sq% 
> -sr% -sv% -ta% -te% -th% -tr% -uk% -uz% -vi% -xh% -zh-CN% -zh-TW%" 
> [ebuild U  ] dev-java/java-config-2.2.0-r3 [2.2.0] USE="{-test%}" 
> PYTHON_TARGETS="(-python3_5)" 
> [uninstall ] dev-java/java-config-wrapper-0.16 
> [blocks b  ] dev-java/java-config-wrapper ("dev-java/java-config-wrapper" 
> is blocking dev-java/java-config-2.2.0-r3)
> [ebuild  NS] sys-libs/db-5.3.28-r2 [4.8.30-r2] USE="cxx java -doc 
> -examples -tcl {-test}" 
> [ebuild U  ] sys-libs/ncurses-6.0-r1 [5.9-r5] USE="{-test%} -threads%" 
> [ebuild  r  U  ] sys-process/procps-3.3.12 [3.3.10-r1] USE="kill%*" 
> [ebuild U  ] dev-util/cmake-3.7.2 [3.3.1-r1]
> [ebuild  r  U  ] sys-devel/llvm-3.7.1-r3 [3.5.0] USE="-lldb%" 
> [ebuild  rR] app-editors/xemacs-21.4.24 


java-config-wrapper is long gone. Remove it and java-config will
probably succeed

> 
> !!! Multiple package instances within a single package slot have been pulled
> !!! into the dependency graph, resulting in a slot conflict:
> 
> sys-process/procps:0
> 
>   (sys-process/procps-3.3.12:0/5::gentoo, ebuild scheduled for merge) pulled 
> in by
> (no parents that aren't satisfied by other packages in this slot)
> 
>   (sys-process/procps-3.3.10-r1:0/0::gentoo, installed) pulled in by
> sys-process/procps:0/0= required by (dev-db/mariadb-10.0.22:0/18::gentoo, 
> installed)
>   ^   
>   

Update mariadb by itself to fix this. The version you have wants a
subslot of procps that no longer exists

> 
> sys-libs/ncurses:0
> 
>   (sys-libs/ncurses-6.0-r1:0/6::gentoo, ebuild scheduled for merge) pulled in 
> by
> (no parents that aren't satisfied by other packages in this slot)
> 
>   (sys-libs/ncurses-5.9-r5:0/5::gentoo, installed) pulled in by
> sys-libs/ncurses:0/5= required by 
> (dev-lang/ruby-2.0.0_p647-r1:2.0/2.0::gentoo, installed)
> ^ 
> 
> 
> sys-libs/ncurses:0/5[ada?,cxx?,gpm?,static-libs?,tinfo?,unicode?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>  required by (sys-libs/ncurses-5.9-r99:5/5::gentoo, installed)
>   
>   

[gentoo-user] encfs/fuse fails after update world

2007-06-02 Thread reader

Following recent update world, encfs encrypted partition refuses to
mount with error:
  EncFS Password: 
  Error decoding volume key, password incorrect

This same thing happened a few updates back and was due to an
incompatibiltiy with newer versions of openssl.

However openssl was not involved in the current update.  

I backed back down to previous versions of both encfs and fuse but it
didn't help.
Looking at the output of

  genlop --list --date -2 days (output attached inline below)

I'm not sure where to start looking for the culprit.  You'll notice
the backing down of versions of fuse and encfs at the end.

==
 * sys-apps/portage

 Thu May 31 19:33:50 2007  sys-apps/portage-2.1.2.9
 Thu May 31 21:19:58 2007  sys-apps/debianutils-2.18.1
 Thu May 31 21:20:55 2007  dev-util/ctags-5.6-r1
 Thu May 31 21:23:23 2007  app-arch/cpio-2.7-r2
 Thu May 31 21:24:16 2007  sys-libs/timezone-data-2007f
 Thu May 31 21:25:24 2007  net-misc/mDNSResponder-107.6-r5
 Thu May 31 21:26:27 2007  sys-fs/device-mapper-1.02.19
 Thu May 31 21:26:44 2007  sys-apps/dmidecode-2.9
 Thu May 31 21:27:04 2007  sys-apps/hdparm-7.3
 Thu May 31 21:32:14 2007  net-dns/bind-tools-9.4.1
 Thu May 31 21:33:43 2007  sys-kernel/linux-headers-2.6.21
 Thu May 31 21:38:19 2007  app-portage/eix-0.9.7
 Thu May 31 21:41:10 2007  dev-libs/pth-2.0.7
 Thu May 31 21:41:23 2007  x11-misc/emacs-desktop-0.2-r1
 Thu May 31 21:46:36 2007  app-shells/bash-3.2_p17
 Thu May 31 21:47:02 2007  sys-apps/ed-0.5
 Thu May 31 21:48:16 2007  dev-util/dialog-1.1.20070514
 Thu May 31 21:49:41 2007  sys-apps/man-pages-2.51
 Thu May 31 21:50:00 2007  x11-misc/xdg-utils-1.0.1
 Thu May 31 21:54:03 2007  media-libs/freetype-2.3.4-r2
 Thu May 31 21:56:44 2007  media-libs/libpng-1.2.18
 Thu May 31 21:57:11 2007  app-misc/ca-certificates-20070303-r1
 Thu May 31 21:59:46 2007  sys-libs/com_err-1.40_pre20070411
 Thu May 31 22:02:53 2007  sys-apps/findutils-4.3.6
 Thu May 31 22:03:04 2007  sys-devel/binutils-config-1.9-r4
 Thu May 31 22:04:59 2007  sys-libs/ss-1.40_pre20070411
 Thu May 31 22:11:03 2007  x11-libs/cairo-1.4.6
 Thu May 31 22:14:48 2007  sys-fs/e2fsprogs-1.40_pre20070411
 Thu May 31 22:17:05 2007  sys-libs/readline-5.2_p4
 Thu May 31 22:23:58 2007  net-misc/ntp-4.2.4_p0
 Thu May 31 22:24:26 2007  perl-core/Storable-2.16
 Thu May 31 22:26:30 2007  sys-apps/util-linux-2.12r-r7
 Thu May 31 22:26:55 2007  perl-core/Test-Simple-0.70
 Thu May 31 22:27:20 2007  dev-perl/Net-Daemon-0.41
 Thu May 31 22:27:45 2007  app-admin/sysklogd-1.4.2_pre20061230-r1
 Thu May 31 22:27:55 2007  virtual/perl-Storable-2.16
 Thu May 31 22:28:04 2007  virtual/perl-Test-Simple-0.70
 Thu May 31 22:28:30 2007  dev-perl/IO-Socket-SSL-1.06
 Thu May 31 22:28:50 2007  dev-perl/PlRPC-0.2019
 Thu May 31 22:36:54 2007  dev-lang/python-2.4.4-r4
 Thu May 31 22:38:02 2007  x11-apps/xinit-1.0.3-r4
 Thu May 31 23:19:20 2007  dev-db/mysql-5.0.40
 Thu May 31 23:29:02 2007  sys-apps/coreutils-6.9-r1
 Thu May 31 23:29:54 2007  dev-perl/DBI-1.56
 Thu May 31 23:32:02 2007  dev-libs/libtasn1-0.3.9
 Thu May 31 23:34:43 2007  net-dns/libidn-0.6.9-r1
 Thu May 31 23:36:10 2007  x11-libs/libXcomposite-0.3.2
 Thu May 31 23:52:33 2007  www-misc/htdig-3.2.0_beta6-r2
 Thu May 31 23:53:52 2007  x11-libs/libXfontcache-1.0.4
 Thu May 31 23:54:55 2007  sys-process/psmisc-22.5
 Fri Jun  1 00:29:55 2007  media-gfx/imagemagick-6.3.4
 Fri Jun  1 00:39:49 2007  dev-libs/libxml2-2.6.28
 Fri Jun  1 00:40:32 2007  sys-apps/baselayout-1.12.10-r4
 Fri Jun  1 00:42:46 2007  sys-apps/file-4.21
 Fri Jun  1 00:42:55 2007  app-admin/python-updater-0.2
 Fri Jun  1 00:43:16 2007  app-portage/gentoolkit-0.2.4_pre5
 Fri Jun  1 00:44:29 2007  sys-fs/udev-111-r3
 Fri Jun  1 00:44:38 2007  app-admin/eselect-vi-1.1.5
 Fri Jun  1 00:52:21 2007  sys-kernel/gentoo-sources-2.6.21-r2
 Fri Jun  1 00:52:30 2007  app-admin/eselect-emacs-0.8-r1
 Fri Jun  1 00:52:59 2007  dev-perl/Archive-Tar-1.31
 Fri Jun  1 00:56:13 2007  app-editors/vim-core-7.1.002
 Fri Jun  1 00:58:09 2007  sys-fs/fuse-2.6.4-r1
 Fri Jun  1 01:20:12 2007  app-editors/emacs-cvs-22.0.990
 Fri Jun  1 02:19:10 2007  x11-base/xorg-server-1.3.0.0
 Fri Jun  1 02:24:04 2007  app-editors/vim-7.1.002
 Fri Jun  1 02:27:20 2007  sys-fs/encfs-1.3.2.1
 Fri Jun  1 02:27:53 2007  app-vim/gentoo-syntax-20070506
 Fri Jun  1 02:30:04 2007  x11-drivers/xf86-video-nv-2.0.2
 Fri Jun  1 02:34:18 2007  x11-drivers/xf86-video-i810-2.0.0
 Fri Jun  1 02:38:50 2007  x11-drivers/xf86-video-ati-6.6.3
 Fri Jun  1 04:18:32 2007  sys-libs/glibc-2.5-r3
 Fri Jun  1 04:28:06 2007  net-libs/gnutls-1.6.2
 Fri Jun  1 04:28:37 2007  dev-perl/Crypt-SSLeay-0.54
 Fri Jun  1 04:29:42 2007

Re: [gentoo-user] upgrading 1-year old system

2017-01-29 Thread Dale
Alan McKinnon wrote:
> On 29/01/2017 22:56, the...@sys-concept.com wrote:
>> I haven't updated my system for over a year (1year and 3-months).
>> I was trying to upgrade my firefox-bin and I'm already running into problems.
>>
>> What is my best option, re-install from scratch, upgrade in stages etc.
>> With firefox-bin I'm getting:
>
>
> 1 year 3 months isn't usually that bad and it can be done - I've done it
> many times myself. However there are gotchas:
>
> - there is no stock method and no stock answers. So asking
> "I can't upgrade procps! What must I do?"
> isn't going to get you much in the way of usable replies. Most will be
> something like "I have no idea. Please be /way/ more specific"
>
> - you need to understand what portage is telling you when it dumps a
> crapload of output on the screen. If you can read through blockers and
> figure out what to do, it's usually not that hard. It however tedious.
>
> - you need to have a good grasp of what most packages do. So if you
> think perhaps you need to unmerge binutils or python, your brain must
> scream at you that it's a very very bad idea, and you need to know why
> (reason: portage don't work for shit with those packages gone and  needs
> them present to put them back. Hello chicken, greet egg)
>
> - go slowly and deal with one block at a time. A regular emerge world
> probably won't succeed so you gotta bite of small chunks
>
> With those basics out the way, it's a great learning experience. I
> recommend you do it at least once.
>
>> emerge -p firefox-bin
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>> [ebuild  N ] dev-libs/libuv-1.10.2  USE="-static-libs" 
>> [ebuild  N ] dev-util/ninja-1.6.0  USE="-doc -emacs {-test} -vim-syntax 
>> -zsh-completion" 
>> [ebuild U  ] www-client/firefox-bin-45.6.0 [38.6.1] L10N="-ach% -af% 
>> -an% -ar% -as% -ast% -az% -be% -bg% -bn-BD% -bn-IN% -br% -bs% -ca% -cs% -cy% 
>> -da% -de% -el% -en-GB% -en-ZA% -eo% -es-AR% -es-CL% -es-ES% -es-MX% -et% 
>> -eu% -fa% -fi% -fr% -fy% -ga% -gd% -gl% -gu% -he% -hi% -hr% -hsb% -hu% -hy% 
>> -id% -is% -it% -ja% -kk% -km% -kn% -ko% -lt% -lv% -mai% -mk% -ml% -mr% -ms% 
>> -nb% -nl% -nn% -or% -pa% -pl% -pt-BR% -pt-PT% -rm% -ro% -ru% -si% -sk% -sl% 
>> -son% -sq% -sr% -sv% -ta% -te% -th% -tr% -uk% -uz% -vi% -xh% -zh-CN% 
>> -zh-TW%" 
>> [ebuild U  ] dev-java/java-config-2.2.0-r3 [2.2.0] USE="{-test%}" 
>> PYTHON_TARGETS="(-python3_5)" 
>> [uninstall ] dev-java/java-config-wrapper-0.16 
>> [blocks b  ] dev-java/java-config-wrapper 
>> ("dev-java/java-config-wrapper" is blocking dev-java/java-config-2.2.0-r3)
>> [ebuild  NS] sys-libs/db-5.3.28-r2 [4.8.30-r2] USE="cxx java -doc 
>> -examples -tcl {-test}" 
>> [ebuild U  ] sys-libs/ncurses-6.0-r1 [5.9-r5] USE="{-test%} -threads%" 
>> [ebuild  r  U  ] sys-process/procps-3.3.12 [3.3.10-r1] USE="kill%*" 
>> [ebuild U  ] dev-util/cmake-3.7.2 [3.3.1-r1]
>> [ebuild  r  U  ] sys-devel/llvm-3.7.1-r3 [3.5.0] USE="-lldb%" 
>> [ebuild  rR] app-editors/xemacs-21.4.24 
>
> java-config-wrapper is long gone. Remove it and java-config will
> probably succeed
>
>> !!! Multiple package instances within a single package slot have been pulled
>> !!! into the dependency graph, resulting in a slot conflict:
>>
>> sys-process/procps:0
>>
>>   (sys-process/procps-3.3.12:0/5::gentoo, ebuild scheduled for merge) pulled 
>> in by
>> (no parents that aren't satisfied by other packages in this slot)
>>
>>   (sys-process/procps-3.3.10-r1:0/0::gentoo, installed) pulled in by
>> sys-process/procps:0/0= required by 
>> (dev-db/mariadb-10.0.22:0/18::gentoo, installed)
>>   ^  
>>
> Update mariadb by itself to fix this. The version you have wants a
> subslot of procps that no longer exists
>
>> sys-libs/ncurses:0
>>
>>   (sys-libs/ncurses-6.0-r1:0/6::gentoo, ebuild scheduled for merge) pulled 
>> in by
>> (no parents that aren't satisfied by other packages in this slot)
>>
>>   (sys-libs/ncurses-5.9-r5:0/5::gentoo, installed) pulled 

[gentoo-user] Re: update brings no recognition of tty hence no login

2009-01-04 Thread Harry Putnam
Eric Martin freak4u...@gmail.com writes:

 Does anyone recognize this problem without further diagnostics?  If
 not then I will be back to the problem machine later tonight and
 supply more information.  Ideas about what info would be most useful
 would be appreciate
 What packages did you update?  It sounds like a udev problem, although
 I'm admittedly grasping at straws.  Knowing what packages you updated
 will really help.

Gackk yes, sorry.  Fortunately I got your message on my way out the
door:

There may be some repetition here but this appears to be the most
complete list:
Its quite a hefty list:

Sat Jan  3 17:51:28 2009  app-admin/rsyslog-3.21.9
Sat Jan  3 17:54:24 2009  net-misc/rsync-3.0.5
Sat Jan  3 17:58:24 2009  app-admin/logrotate-3.7.7
Sat Jan  3 18:36:25 2009  app-portage/eix-0.15.2
Sat Jan  3 18:54:19 2009  dev-util/pkgconfig-0.23
Sat Jan  3 18:57:02 2009  app-arch/lzma-utils-4.32.7
Sat Jan  3 18:59:59 2009  sys-kernel/gentoo-sources-2.6.28
Sat Jan  3 19:04:57 2009  dev-libs/expat-2.0.1-r1
Sat Jan  3 19:05:40 2009  sys-devel/gnuconfig-20080928
Sat Jan  3 19:06:20 2009  dev-util/xfce4-dev-tools-4.4.0.1
Sat Jan  3 19:07:37 2009  app-arch/bzip2-1.0.5-r1
Sat Jan  3 19:08:01 2009  app-text/build-docbook-catalog-1.4
Sat Jan  3 19:12:21 2009  app-arch/cpio-2.9-r2
Sat Jan  3 19:12:46 2009  sys-devel/autoconf-wrapper-6
Sat Jan  3 19:14:02 2009  dev-util/gperf-3.0.3
Sat Jan  3 19:18:08 2009  dev-db/sqlite-3.6.6.2
Sat Jan  3 19:34:03 2009  dev-libs/gmp-4.2.4
Sat Jan  3 19:34:25 2009  sys-apps/dmidecode-2.10
Sat Jan  3 19:35:34 2009  sys-fs/device-mapper-1.02.28
Sat Jan  3 19:36:18 2009  app-arch/cabextract-1.2
Sat Jan  3 19:37:07 2009  sys-libs/timezone-data-2008i
Sat Jan  3 19:37:31 2009  media-libs/win32codecs-20071007-r4
Sat Jan  3 19:37:48 2009  media-sound/alsa-headers-1.0.18
Sat Jan  3 19:45:11 2009  media-libs/libmp4v2-1.5.0.1-r1
Sat Jan  3 19:47:07 2009  net-print/foomatic-db-ppds-3.0.20080507
Sat Jan  3 19:47:36 2009  media-libs/openjpeg-1.3
Sat Jan  3 19:47:57 2009  app-text/poppler-data-0.2.1
Sat Jan  3 19:50:47 2009  x11-themes/xfwm4-themes-4.4.3
Sat Jan  3 20:03:26 2009  app-arch/p7zip-4.58
Sat Jan  3 20:04:40 2009  sys-apps/which-2.20
Sat Jan  3 20:06:58 2009  sys-devel/patch-2.5.9-r1
Sat Jan  3 20:07:47 2009  net-misc/dhcpcd-4.0.7
Sat Jan  3 20:08:38 2009  net-analyzer/traceroute-2.0.12
Sat Jan  3 20:11:21 2009  dev-libs/nspr-4.7.3
Sat Jan  3 20:24:07 2009  dev-libs/nss-3.12.2_rc1
Sat Jan  3 20:27:22 2009  media-libs/libpng-1.2.34
Sat Jan  3 20:29:02 2009  sys-kernel/linux-headers-2.6.28-r1
Sat Jan  3 20:34:02 2009  dev-libs/libpcre-7.8
Sat Jan  3 20:35:04 2009  sys-apps/pciutils-3.0.2
Sat Jan  3 20:35:36 2009  app-arch/rpm2targz-9.0.0.3g
Sat Jan  3 20:37:03 2009  app-arch/zip-3.0
Sat Jan  3 20:39:55 2009  sys-apps/sandbox-1.3.2
Sat Jan  3 20:46:52 2009  dev-libs/mpfr-2.3.2
Sat Jan  3 20:47:25 2009  sys-apps/sysvinit-2.86-r12
Sat Jan  3 20:47:58 2009  net-misc/iputils-20071127-r2
Sat Jan  3 20:48:29 2009  sys-apps/debianutils-2.30
Sat Jan  3 20:48:50 2009  sys-auth/pambase-20081028-r1
Sat Jan  3 20:49:12 2009  app-admin/eselect-opengl-1.0.6-r1
Sat Jan  3 20:49:30 2009  app-admin/eselect-vi-1.1.6
Sat Jan  3 20:49:44 2009  app-admin/eselect-ctags-1.8
Sat Jan  3 20:50:02 2009  app-admin/python-updater-0.6-r1
Sat Jan  3 20:50:15 2009  app-admin/eselect-xvmc-0.2
Sat Jan  3 20:51:22 2009  sys-apps/xinetd-2.3.14
Sat Jan  3 20:51:48 2009  x11-misc/xdg-utils-1.0.2-r2
Sat Jan  3 20:53:38 2009  net-print/foomatic-filters-ppds-20080507
Sat Jan  3 20:53:54 2009  app-admin/eselect-emacs-1.8
Sat Jan  3 20:54:10 2009  app-emacs/autoconf-mode-2.63
Sat Jan  3 20:54:46 2009  sys-devel/autoconf-2.63
Sat Jan  3 20:57:20 2009  sys-devel/libtool-2.2.6a
Sat Jan  3 21:01:27 2009  media-libs/tiff-3.8.2-r5
Sat Jan  3 21:02:04 2009  sys-devel/automake-1.10.2
Sat Jan  3 21:04:12 2009  dev-libs/libusb-0.1.12-r4
Sat Jan  3 21:06:30 2009  media-libs/audiofile-0.2.6-r4
Sat Jan  3 21:08:47 2009  dev-libs/check-0.9.5-r1
Sat Jan  3 21:10:32 2009  media-libs/faac-1.26-r1
Sat Jan  3 21:11:59 2009  media-libs/libmad-0.15.1b-r5
Sat Jan  3 21:14:11 2009  media-libs/libvorbis-1.2.1_rc1-r2
Sat Jan  3 21:15:12 2009  sys-apps/usbutils-0.73
Sat Jan  3 21:17:14 2009  media-libs/libtheora-1.0
Sat Jan  3 21:28:32 2009  sys-devel/binutils-2.19
Sat Jan  3 21:39:03 2009  sys-libs/db-4.6.21_p3-r1
Sat Jan  3 21:48:44 2009  sys-libs/db-4.5.20_p2-r1
Sat Jan  3 21:49:56 2009  sys-libs/gdbm-1.8.3-r4
Sat Jan  3 21:55:00 2009  sys-devel/libperl-5.8.8-r2
Sat Jan  3 21:55:32 2009  dev-perl/XML-Parser-2.36
Sat Jan  3 21:56:02 2009  perl-core/Test-Harness-3.14
Sat Jan  3 21:56:30 2009  dev-perl/URI-1.37
Sat Jan  3 21:57:38 2009  dev-lang/nasm-2.05.01
Sat Jan  3 21:58:09 2009  dev-util/intltool-0.40.5
Sat Jan  3 22:00:16 2009  sys-devel/m4-1.4.12
Sat Jan  3 22:00:40 2009  x11-misc/util-macros-1.2.0
Sat Jan  3 22:01:17 2009  x11-proto/xproto-7.0.13
Sat Jan  3 22:01:40 2009  x11-proto/inputproto-1.5.0
Sat Jan  3 22:02:09 2009  media-fonts/font-util

[gentoo-user] revdep-rebuild keeps reinstalling binutils

2010-02-06 Thread Konstantinos Bekiaris
  On Wed, Feb 3, 2010 at 11:45 PM, Harry Putnam rea...@newsguy.com wrote:

 After todays update world, I run revdep-rebuild which reports binutils
 broken and uses  `oneshot' to reinstall it.  Follow with another
 revdep-rebuild and it finds the same thing.

 Anyone seen something similar or have an idea what might be the problem?


 I have a similar problem.To start with, i upgrade my system through emerge
-uDN world and then i run emerge --depclean and revdep-rebuild. After that
when i tried gcc/g++ i get: gcc-config: error: could not run/locate 'gcc'.
Additionally, i noticed that there is a problem with python, because when i
try to use vi i get:   vi: error while loading shared libraries:
libpython2.5.so.1.0: cannot open shared object file: No such file or
directory. If i try to emerge -uDN world, the upgrade fails. Also, the
revdep-rebuild fails. I attached a log. Any ideas?
Calculating dependencies  ..... done!
 Creating Manifest for /usr/portage/media-sound/alsa-headers
 Creating Manifest for /usr/portage/dev-libs/libgpg-error
 Creating Manifest for /usr/portage/app-editors/nano
 Creating Manifest for /usr/portage/dev-libs/libgcrypt
 Creating Manifest for /usr/portage/sys-apps/util-linux
 Creating Manifest for /usr/portage/sys-devel/autoconf
 Creating Manifest for /usr/portage/sys-devel/libtool
 Creating Manifest for /usr/portage/sys-devel/automake
 Creating Manifest for /usr/portage/sys-process/psmisc
 Creating Manifest for /usr/portage/x11-misc/util-macros
 Downloading 'ftp://files.gentoo.gr/distfiles/tcl8.5.7-src.tar.gz'
--2010-02-06 19:52:28--  ftp://files.gentoo.gr/distfiles/tcl8.5.7-src.tar.gz
   = `/usr/portage/distfiles/tcl8.5.7-src.tar.gz'
Resolving files.gentoo.gr... 62.38.102.66
Connecting to files.gentoo.gr|62.38.102.66|:21... connected.
Logging in as anonymous ... Logged in!
== SYST ... done.== PWD ... done.
== TYPE I ... done.  == CWD (1) /distfiles ... done.
== SIZE tcl8.5.7-src.tar.gz ... 4421720
== PASV ... done.== REST 1823104 ... done.
== RETR tcl8.5.7-src.tar.gz ... done.
Length: 2598616 (2.5M), 775512 (757K) remaining (unauthoritative)

[ skipping 1750K ]
  1750K ,, ,, ,, .. .. 70% 47.8K 39s
  1800K .. .. .. .. .. 72% 39.0K 23s
  1850K .. .. .. .. .. 74% 39.0K 19s
  1900K .. .. .. .. .. 76% 63.4K 15s
  1950K .. .. .. .. .. 78% 49.2K 13s
  2000K .. .. .. .. .. 80% 45.2K 12s
  2050K .. .. .. .. .. 82% 48.0K 10s
  2100K .. .. .. .. .. 84% 46.2K 9s
  2150K .. .. .. .. .. 86% 44.6K 8s
  2200K .. .. .. .. .. 88% 57.2K 7s
  2250K .. .. .. .. .. 90% 44.3K 5s
  2300K .. .. .. .. .. 92% 29.0K 4s
  2350K .. .. .. .. .. 94% 73.0K 3s
  2400K .. .. .. .. .. 96% 44.5K 2s
  2450K .. .. .. .. .. 98% 47.7K 1s
  2500K .. .. .. .. ..100% 47.6K 0s
  2550K .. .. .. .. ..102% 44.7K 0s
  2600K .. .. .. .. ..104% 46.5K -2s
  2650K .. .. .. .. ..106% 36.9K -3s
  2700K .. .. .. .. ..108% 50.1K -4s
  2750K .. .. .. .. ..110% 45.5K -5s
  2800K .. .. .. .. ..112% 44.8K -6s
  2850K .. .. .. .. ..114% 45.2K -7s
  2900K .. .. .. .. ..116% 45.6K -8s
  2950K .. .. .. .. ..118% 35.3K -10s
  3000K .. .. .. .. ..120% 87.7K -10s
  3050K .. .. .. .. ..122% 51.3K -11s
  3100K .. .. .. .. ..124% 50.8K -13s
  3150K .. .. .. .. ..126% 42.0K -14s
  3200K .. .. .. .. ..128% 44.2K -15s
  3250K .. .. .. .. ..130% 44.6K -16s
  3300K .. .. .. .. ..132% 40.1K -17s
  3350K .. .. .. .. ..133% 43.8K -18s
  3400K .. .. .. .. ..135% 45.5K -19s
  3450K .. .. .. .. ..137% 50.8K -20s
  3500K .. .. .. .. ..139% 58.4K -21s
  3550K .. .. .. .. ..141% 56.0K

Re: [gentoo-user] emerge without download

2006-04-05 Thread go moko
--- Richard Fish [EMAIL PROTECTED] wrote:

  No, I've checked that. And libXext is just an
 example,
  but other packages (a minority) act as this one.
  emerge try to download the exact file that I've
 put in
  /usr/portage/distfiles. I checked this too by
 doing an
  'ls -l' on the file that emerge try to download
 (by
  cut'n paste, to be sure), and the file is here,
 with
  good rights and nothing special.
 
 I've worked this way before, and it is definitely
 possible to do.

I agree. All others packages until this one and some
others linked to x11 worked fine with this method.
It's why I don't understand what's happen.

 Can you post the output of:
 
 emerge -pv --fetchonly libXext

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

Calculating dependencies  
http://xorg.freedesktop.org/releases/individual/lib/libXext-1.0.0.tar.bz2
http://xorg.freedesktop.org/releases/X11R7.0/src/everything/libXext-1.0.0.tar.bz2

... done!


 ls -l /usr/portage/distfiles/libXext*

-rw-rw-r-- 2 root portage 248688 Feb 16 19:34
/usr/portage/distfiles/libXext-1.0.0.tar.bz2


 emerge --info

Gentoo Base System version 1.12.0_pre16
Portage 2.1_pre7-r3 (default-linux/amd64/2005.1,
gcc-3.4.5, glibc-2.3.6-r2, 2.6.15-gentoo-r2 x86_64)
=
System uname: 2.6.15-gentoo-r2 x86_64 AMD Athlon(tm)
64 Processor 3500+
ccache version 2.4 [enabled]
dev-lang/python: 2.3.5-r2, 2.4.2-r1
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1,
1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r1, 2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS=amd64 ~amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-O3 -march=k8 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config
/usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/kde/3/share/config
/usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb
/usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/eselect/compiler /etc/gconf
/etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c
/etc/env.d
CXXFLAGS=-O3 -march=k8 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig buildpkg ccache digest distlocks
metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
LINGUAS=fr en en-us -ab -ace -ach -ada -aa -afh -af
-aka -akk -sq -ale -am -i-ami -ar -ar-dz -ar-eg -ar-iq
-ar-jo -ar-kw -ar-lb -ar-ly -ar-ma -ar-om -ar-qa
-ar-sa -ar-sy -ar-tn -ar-ye -arc -arp -arn -arw -hy
-as -ava -ae -awa -ay -az -ban -bal -bam -bad -bas -ba
-eu -btk -bej -be -bem -bn -bho -bh -bik -bin -bi -bs
-bra -br -bug -bg -i-bnn -bua -my -cad -car -ca -ceb
-chg -ch -ce -chr -chy -chb -ny -zh -zh-mo -zh-sg
-zh-min-nan -zh-wuu -zh-xiang -zh-gan -zh-yue -chn
-chp -cho -cu -chk -cv -cop -kw -co -cre -mus -hr -cs
-dak -da -day -i-default -del -din -div -doi -dgr -dua
-nl -nl-be -dum -dyu -dz -efi -egy -eka -elx -en-ca
-en-gb -en-ie -en-jm -en-nz -en-ph -en-tt -en-za
-en-zw -enm -ang -eo -et -ewe -ewo -fan -fat -fo -fj
-fi -fon -fr-ca -fr-ch -fr-lu -fr-mc -frm -fro -fy
-fur -ful -gaa -gd -gl -lug -gay -gba -gez -ka -de
-de-ch -de-de -de-li -de-lu -gmh -goh -gil -gon -gor
-got -grb -grc -el -gn -gu -gwi -hai -ha -haw -he -hz
-hil -him -hi -ho -hit -hmn -hu -hup -iba -is -ibo
-ijo -ilo -id -ia -ie -iu -ik -ga -mga -sga -it -ja
-jw -jrb -jpr -kab -kac -kl -kam -kn -kau -kaa -kar
-ks -kaw -kk -kha -km -kho -ki -kmb -rw -ky -i-klingon
-kv -kon -kok -ko -kos -kpe -kro -kj -kum -ku -kru
-kut -lad -lah -lam -lo -la -lv -lb -lez -ln -lt -nds
-loz -lub -lua -lui -lun -luo -lus -mk -mad -mag -mai
-mak -mg -ms -ml -mnc -mdr -man -mni -gv -mi -mr -chm
-mas -men -mic -min -i-mingo -moh -mo -lol -mn -mos
-nah -na -nv -nd -nr -ng -ne -new -nia -niu -non -se
-no -nb -nn -nym -nyn -nyo -nzi -oc -oji -or -om -osa
-os -pal -i-pwn -pau -pi -pam -pag -pa -pap -fa -peo
-phn -pon -pl -pt -pt-br -pro -ps -qu -rm -raj -rap
-rar -ro -rom -rn -ru -sam -sm -sad -sg -sa -sat -sc
-sco -sel -sr -srr -shn -sn -sid -sgn-gb -sgn-ie -bla
-sd -si -den -sk -sl -sog -so -son -snk -wen -nso -st
-es -es-cl -es-co -es-do -es-ec -es-es -es-gt -es-hn
-es-mx -es-pa -es-pe -es-pr -es-py -es-sv -es-us
-es-uy -es-ve -suk -sux -su -sus -sw -ss -sv -syr -tl
-ty -tg -tmh -ta -i-tao -tt -i-tay -te -ter -tet -th
-bo -tig -ti -tem -tiv -tli -tpi -tkl -tog -to -tsi
-ts -i-tsu -tn -tum -tr -ota -tk -tvl -tyv -tw -uga
-ug -uk -umb -und -ur -uz -vai -vi -vo -vot -wal -war
-was -cy -wo -xh -sah -yao -yap -yi -yo -znd -zen -za
-zu -zun
MAKEOPTS=-j1
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=amd64 X Xaw3d a52 aac aalib accessibility acl
acpi adns aim alsa apache2 apm arts audiofile avi
bash-completion bcmath berkdb bidi bindist
bitmap-fonts blas bonobo boundschecking bzip2 calendar
caps cdb cdparanoia cdr chasen cjk crypt cscope

Re: [gentoo-user] Re: Konsole

2016-07-12 Thread Daniel Frey
too [0.110.0-r2::gentoo] 
USE="{-test}" 39 KiB
[ebuild U  ] dev-util/desktop-file-utils-0.23::gentoo [0.22::gentoo] 
USE="-emacs" 129 KiB
[ebuild U  ] media-libs/freetype-2.6.3-r1:2::gentoo [2.5.5:2::gentoo] 
USE="X adobe-cff bzip2 png -bindist -debug -doc -fontforge -harfbuzz 
-infinality -static-libs -utils (-auto-hinter%)" ABI_X86="32 (64) (-x32)" 1,712 
KiB
[ebuild U  ] app-misc/pax-utils-1.1.6::gentoo [1.0.3::gentoo] 
USE="seccomp%* -caps -debug% -python" 633 KiB
[ebuild  N ] x11-libs/libxkbcommon-0.5.0::gentoo  USE="X -doc -static-libs 
{-test}" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] dev-util/gtk-doc-am-1.25::gentoo [1.24::gentoo] 658 KiB
[ebuild U  ] sys-fs/ntfs3g-2015.3.14:0/86::gentoo 
[2014.2.15-r1:0/0::gentoo] USE="acl external-fuse ntfsprogs xattr -debug 
-ntfsdecrypt -static-libs -suid" 1,182 KiB
[ebuild U  ] dev-lang/orc-0.4.25::gentoo [0.4.24::gentoo] USE="-examples 
-pax_kernel -static-libs" ABI_X86="(64) -32 (-x32)" 457 KiB
[ebuild U  ] kde-base/kdebase-pam-10::gentoo [9::gentoo] 0 KiB
[ebuild U  ] net-misc/iputils-20151218::gentoo [20121221-r1::gentoo] 
USE="filecaps ssl -SECURITY_HAZARD -arping% -caps -clockdiff% -doc -gcrypt% 
-idn -ipv6 (-libressl) -rarpd% -rdisc% -static -tftpd% -tracepath% -traceroute% 
(-gnutls%)" 176 KiB
[ebuild U  ] sys-apps/sg3_utils-1.42::gentoo [1.40::gentoo] 
USE="-static-libs" 1,191 KiB
[ebuild U  ] sys-process/procps-3.3.11-r3:0/5::gentoo 
[3.3.10-r1:0/0::gentoo] USE="kill%* ncurses nls unicode -modern-top (-selinux) 
-static-libs -systemd {-test}" 805 KiB  
  
[ebuild U  ] dev-libs/libpcre-8.38-r1:3::gentoo [8.38:3::gentoo] USE="bzip2 
cxx jit pcre16* readline recursion-limit (unicode) zlib -libedit -pcre32 
-static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB   
  
[ebuild U  ] app-eselect/eselect-python-20140125-r1::gentoo 
[2008::gentoo] 71 KiB   

   
[ebuild  NS] dev-qt/qtcore-5.5.1-r1:5::gentoo [4.8.6-r2:4::gentoo] USE="icu 
-debug -systemd {-test}" 0 KiB  

   
[ebuild U  ] dev-libs/nss-3.23::gentoo [3.22.2::gentoo] USE="cacert nss-pem 
-utils" ABI_X86="(64) -32 (-x32)" 7,292 KiB 

   
[ebuild  N ] dev-qt/qtxml-5.5.1:5::gentoo  USE="-debug {-test}" 0 KiB   


   
[ebuild  NS] dev-qt/qttest-5.5.1:5::gentoo [4.8.6-r1:4::gentoo] USE="-debug 
{-test}" 0 KiB  

   
[ebuild  NS] dev-qt/qtscript-5.5.1-r1:5::gentoo [4.8.6-r2:4::gentoo] 
USE="jit -debug -scripttools {-test}" 0 KiB 

  
[ebuild  N ] dev-qt/qtconcurrent-5.5.1:5::gentoo  USE="-debug {-test}" 0 
KiB 

  
[ebuild  N ] dev-qt/linguist-tools-5.5.1-r1:5::gentoo  USE="-debug -qml 
{-test}" 0 KiB  

   
[ebuild U  ] dev-cpp/glibmm-2.46.4:2::gentoo [2.46.3:2::gentoo] USE="-debug 
-doc -examples {-test}" ABI_X86="(64) -32 (-x32)" 6,322 KiB 

   
[ebuild U  ] dev-libs/libxml2-2.9.4:2::gentoo [2.9.3:2::gentoo] USE="python 
readline -debug -examples -icu -ipv6 -lzma -static-libs {-test}" ABI_X86="32 
(64) (-x32)" PYTHON_TARGETS="python2_7 python3_4 -python3_3 (-python3_5)" 5,249 
KiB   
[ebuild U  ] 

[gentoo-user] OO fails with useless 65280 error on unoxml

2009-11-29 Thread daid kahl
I've been getting the same silly OpenOffice compile error for a couple
weeks now.  Nothing I can search up or think of seems to do the trick.
 Since it takes about 2 hours + to crash out (the *exact* same way),
it's also not trivial to try lots of different ideas.  I'd read
something that suggested maybe I should update my kernel, so I got
around to that last week, but it doesn't change the error.
revdep-rebuild says the linking is fine.

Here's the end of the output during compile:

Making:vbaswobj.lib

Entering 
/var/tmp/portage/app-office/openoffice-3.1.1/work/ooo/build/ooo310-m19/sw/source/ui
Making:ui1.lib
Making:ui2.lib

Entering 
/var/tmp/portage/app-office/openoffice-3.1.1/work/ooo/build/ooo310-m19/sw/util
Compiling: sw/unxlngi6/misc/sw_dflt_version.c
Compiling: sw/unxlngi6/misc/swd_dflt_version.c
Compiling: sw/unxlngi6/misc/swui_dflt_version.c
Compiling: sw/unxlngi6/misc/msword_dflt_version.c
Compiling: sw/unxlngi6/misc/vbaswobj_dflt.uno_version.c
Compiling: sw/unxlngi6/misc/docx_dflt_version.c
Making:swall.lib
Making:swui.lib
Making:libswli.so
Making:libswdli.so
Making:libswuili.so
Making:libmswordli.so
Making:libvbaswobjli.uno.so
Making:libdocxli.so
Making:swen-US.res
Making:swja.res
using rsc multi-res feature
Module 'sw' delivered successfully. 267 files copied, 0 files unchanged

1 module(s):
unoxml
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/var/tmp/portage/app-office/openoffice-3.1.1/work/ooo/build/ooo310-m19/unoxml/source/rdf

Attention: if you build and deliver the above module(s) you may
prolongue your the build issuing command build --from unoxml

rmdir /tmp/22720
make: *** [stamp/build] Error 1
 *
 * ERROR: app-office/openoffice-3.1.1 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_compile
 * environment, line 5283:  Called die
 * The specific snippet of code:
 *   make || die Build failed
 *  The die message:
 *   Build failed
 *
 * If you need support, post the topmost build error, and the call
stack if relevant.
 * A complete build log is located at
'/var/log/portage/app-office:openoffice-3.1.1:20091117-060523.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/app-office/openoffice-3.1.1/temp/environment'.
 *
!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH= JAVA_HOME=/opt/sun-jdk-1.6.0.17
JAVACFLAGS=-source 1.5 -target 1.5 COMPILER=

Here's the emerge --info
Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.3.4,
glibc-2.9_p20081201-r2, 2.6.31-gentoo-r6 i686)
=
System uname: 
linux-2.6.31-gentoo-r6-i686-intel-r-_core-tm-2_cpu_t72...@_2.00ghz-with-gentoo-2.0.0
Timestamp of tree: Wed, 25 Nov 2009 09:15:02 +
ccache version 2.4 [enabled]
app-shells/bash: 4.0_p28
dev-java/java-config: 2.1.9-r1
dev-lang/python: 2.6.2-r1
dev-python/pycrypto: 2.0.1-r8
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc: 0.4.1-r1
sys-apps/sandbox:1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS=x86
ALSA_CARDS=hda-intel
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty
extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul
mulaw multi null plug rate route share shm softvol
ANT_HOME=/usr/share/ant
APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon
authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoindex cache dav
dav_fs dav_lock deflate dir disk_cache env expires ext_filter
file_cache filter headers include info log_config logio mem_cache mime
mime_magic negotiation rewrite setenvif speling status unique_id
userdir usertrack vhost_alias
ARCH=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CCACHE_DIR=/var/tmp/ccache/
CCACHE_SIZE=2G
CFLAGS=-O2 -march=core2 -pipe
CHOST=i686-pc-linux-gnu
CLEAN_DELAY=5
COLLISION_IGNORE=/lib/modules
COLORTERM=Terminal
CONFIG_PROTECT=/etc /var/lib/hsqldb
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo
/etc/texmf/language.dat.d /etc/texmf/language.def.d
/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d
CVS_RSH=ssh
CXXFLAGS=-O2 -march=core2 -pipe
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-nM6kVMCBOK,guid=5ddbbba80b18d65c4ffb17a54b11f908
DISPLAY=:0.0
DISTDIR=/usr/portage/distfiles
EDITOR=/usr/bin/vi
ELIBC=glibc
EMERGE_DEFAULT_OPTS=--ask --verbose
EMERGE_WARNING_DELAY=10
FEATURES=buildsyspkg ccache collision-protect distlocks fixpackages
parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans
userfetch userpriv usersandbox
FETCHCOMMAND=/usr/bin/wget -t 5 -T 60

[gentoo-user] unclear (to me) errors from portage

2014-08-07 Thread gottlieb
I was away for two weeks and now one of my systems cannot be updated due
to  conflicts.  The entire (long) emerge output is at the end of
this msg.


--  The first conflict is ---


!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-lang/perl:0

  (dev-lang/perl-5.16.3::gentoo, installed) pulled in by
dev-lang/perl:0/5.16=[-build(-)] required by 
(net-analyzer/net-snmp-5.7.3_pre3::gentoo, installed)

  (dev-lang/perl-5.18.2-r1::gentoo, ebuild scheduled for merge) pulled in by
=dev-lang/perl-5.18* required by 
(virtual/perl-File-Spec-3.400.0-r2::gentoo, installed)
(and 1 more with the same problem)



I can't follow this.  For one thing net-snmp-5.7.3_pre3.ebuild does not
contain the string lang and I looked at all occurrences of perl in
the ebuild and don't see how dev-lang/perl-5.16.3 is required.

--  The second conflict is 

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (media-video/ffmpeg-1.2.6-r1::gentoo, ebuild scheduled for merge) pulled in by

=media-video/ffmpeg-1.2.6-r1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 (=media-video/ffmpeg-1.2.6-r1:0[abi_x86_64(-)]) required by 
(media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r2::gentoo, ebuild scheduled 
for merge)

  (media-video/libav-9.14::gentoo, installed) pulled in by

=media-video/libav-9.12[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
 (=media-video/libav-9.12[abi_x86_64(-),X,encode,mp3,sdl,truetype,x264]) 
required by (virtual/ffmpeg-9-r1::gentoo, installed)

---

I don't understand this since it looks to me that virtual/ffmpeg-9-r1
wants EITHER media-video/ffmpeg OR media-video/libav.  So if
gst-plugins-ffmpeg requires ffmpeg, why isn't virtual/ffmpeg satisfied,
i.e., why does it require that media-video/libav remain installed?

-- The entire emerge command and output follows
Note that I have
EMERGE_DEFAULT_OPTS=--ask --deep --tree --verbose --jobs --load-average=5

e6510 ~ # emerge --update --changed-use --deep  @world

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

Calculating dependencies... done!
[nomerge   ] gnome-base/gnome-3.12.0:2.0  USE=bluetooth cdr classic cups 
extras -accessibility 
[nomerge   ]  gnome-base/gnome-extra-apps-3.12.0:3.0  USE=games shotwell 
tracker 
[ebuild U  ]   media-video/cheese-3.12.2-r1:0/7 [3.12.2:0/7] 
USE=introspection {-test} 0 kB
[nomerge   ] app-office/libreoffice-bin-4.2.5.2  USE=gnome (-aqua) -java 
-kde PYTHON_SINGLE_TARGET=python2_7 -python3_3 (-python3_4) 
PYTHON_TARGETS=python2_7 python3_3 (-python3_4) 
[ebuild   R]  dev-libs/redland-1.0.16  USE=berkdb xml -iodbc -mysql -odbc 
-postgres -sqlite -static-libs (-ssl%*) 1,587 kB
[ebuild U  ] app-admin/syslog-ng-3.4.8 [3.4.7] USE=ipv6 pcre ssl systemd 
tcpd -amqp% -caps -dbi -geoip -json -mongodb -pacct% -smtp -spoof-source 3,096 
kB
[ebuild UD ] www-client/firefox-24.7.0 [30.0] USE=alsa dbus gstreamer jit 
libnotify minimal pulseaudio startup-notification -bindist -custom-cflags 
-custom-optimization -debug (-pgo) (-selinux) -system-cairo -system-icu 
-system-jpeg -system-sqlite {-test} -wifi (-hardened%) LINGUAS=-af -ak% -ar 
-as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -csb -cy -da -de -el -en_GB 
-en_ZA -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd 
-gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -km -kn -ko -ku -lg% 
-lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -nso% -or -pa_IN -pl -pt_BR -pt_PT 
-rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -ta_LK% -te -th -tr -uk -vi 
-zh_CN -zh_TW -zu (-xh%) 117,162 kB
[ebuild U  ] www-servers/apache-2.2.27-r4:2 [2.2.27:2] USE=ldap ssl -debug 
-doc (-selinux) -static -suexec -threads APACHE2_MODULES=actions alias 
auth_basic auth_digest authn_alias authn_anon authn_dbm authn_default 
authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner 
authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache 
env expires ext_filter file_cache filter headers include info log_config logio 
mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id 
userdir usertrack vhost_alias -asis -authn_dbd -cern_meta -charset_lite -dbd 
-dumpio -ident -imagemap -log_forensic -proxy -proxy_ajp -proxy_balancer 
-proxy_connect -proxy_ftp -proxy_http -proxy_scgi -reqtimeout -substitute 
-version APACHE2_MPMS=-event -itk -peruser

Re: [gentoo-user] unclear (to me) errors from portage

2014-08-07 Thread Gevisz
On Thu, 07 Aug 2014 23:33:34 -0400
gottl...@nyu.edu wrote:

 I was away for two weeks and now one of my systems cannot be updated
 due to  conflicts.  The entire (long) emerge output is at the end of
 this msg.
 
 
 --  The first conflict is ---
 
 
 !!! Multiple package instances within a single package slot have been
 pulled !!! into the dependency graph, resulting in a slot conflict:
 
 dev-lang/perl:0
 
   (dev-lang/perl-5.16.3::gentoo, installed) pulled in by
 dev-lang/perl:0/5.16=[-build(-)] required by
 (net-analyzer/net-snmp-5.7.3_pre3::gentoo, installed)
 
   (dev-lang/perl-5.18.2-r1::gentoo, ebuild scheduled for merge)
 pulled in by =dev-lang/perl-5.18* required by
 (virtual/perl-File-Spec-3.400.0-r2::gentoo, installed) (and 1 more
 with the same problem)
 
 
 
 I can't follow this.  For one thing net-snmp-5.7.3_pre3.ebuild does
 not contain the string lang and I looked at all occurrences of
 perl in the ebuild and don't see how dev-lang/perl-5.16.3 is
 required.
 
 --  The second conflict is 
 
  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.
 
   (media-video/ffmpeg-1.2.6-r1::gentoo, ebuild scheduled for merge)
 pulled in by
 
 =media-video/ffmpeg-1.2.6-r1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 (=media-video/ffmpeg-1.2.6-r1:0[abi_x86_64(-)]) required by
 (media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r2::gentoo,
 ebuild scheduled for merge)
 
   (media-video/libav-9.14::gentoo, installed) pulled in by
 
 =media-video/libav-9.12[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
 (=media-video/libav-9.12[abi_x86_64(-),X,encode,mp3,sdl,truetype,x264])
 required by (virtual/ffmpeg-9-r1::gentoo, installed)
 
 ---
 
 I don't understand this since it looks to me that virtual/ffmpeg-9-r1
 wants EITHER media-video/ffmpeg OR media-video/libav.  So if
 gst-plugins-ffmpeg requires ffmpeg, why isn't virtual/ffmpeg
 satisfied, i.e., why does it require that media-video/libav remain
 installed?
 
 -- The entire emerge command and output follows
 Note that I have
 EMERGE_DEFAULT_OPTS=--ask --deep --tree --verbose --jobs
 --load-average=5
 
 e6510 ~ # emerge --update --changed-use --deep  @world
 
 These are the packages that would be merged, in reverse order:
 
 Calculating dependencies... done!
 [nomerge   ] gnome-base/gnome-3.12.0:2.0  USE=bluetooth cdr
 classic cups extras -accessibility [nomerge   ]
 gnome-base/gnome-extra-apps-3.12.0:3.0  USE=games shotwell
 tracker [ebuild U  ]   media-video/cheese-3.12.2-r1:0/7
 [3.12.2:0/7] USE=introspection {-test} 0 kB [nomerge   ]
 app-office/libreoffice-bin-4.2.5.2  USE=gnome (-aqua) -java -kde
 PYTHON_SINGLE_TARGET=python2_7 -python3_3 (-python3_4)
 PYTHON_TARGETS=python2_7 python3_3 (-python3_4) [ebuild   R]
 dev-libs/redland-1.0.16  USE=berkdb xml -iodbc -mysql -odbc
 -postgres -sqlite -static-libs (-ssl%*) 1,587 kB [ebuild U  ]
 app-admin/syslog-ng-3.4.8 [3.4.7] USE=ipv6 pcre ssl systemd tcpd
 -amqp% -caps -dbi -geoip -json -mongodb -pacct% -smtp -spoof-source
 3,096 kB [ebuild UD ] www-client/firefox-24.7.0 [30.0] USE=alsa
 dbus gstreamer jit libnotify minimal pulseaudio startup-notification
 -bindist -custom-cflags -custom-optimization -debug (-pgo) (-selinux)
 -system-cairo -system-icu -system-jpeg -system-sqlite {-test} -wifi
 (-hardened%) LINGUAS=-af -ak% -ar -as -ast -be -bg -bn_BD -bn_IN
 -br -bs -ca -cs -csb -cy -da -de -el -en_GB -en_ZA -eo -es_AR -es_CL
 -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd -gl -gu_IN -he
 -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -km -kn -ko -ku -lg% -lt
 -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -nso% -or -pa_IN -pl -pt_BR
 -pt_PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -ta_LK% -te
 -th -tr -uk -vi -zh_CN -zh_TW -zu (-xh%) 117,162 kB [ebuild U  ]
 www-servers/apache-2.2.27-r4:2 [2.2.27:2] USE=ldap ssl -debug -doc
 (-selinux) -static -suexec -threads APACHE2_MODULES=actions alias
 auth_basic auth_digest authn_alias authn_anon authn_dbm authn_default
 authn_file authz_dbm authz_default authz_groupfile authz_host
 authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock
 deflate dir disk_cache env expires ext_filter file_cache filter
 headers include info log_config logio mem_cache mime mime_magic
 negotiation rewrite setenvif speling status unique_id userdir
 usertrack vhost_alias -asis -authn_dbd -cern_meta -charset_lite -dbd
 -dumpio -ident -imagemap -log_forensic -proxy -proxy_ajp

[gentoo-user] New Install Problems with X

2011-01-04 Thread KIM WHALEN
I'm trying to do a new install on an amd64 box and there are a lot of 
problems somewhere between X, Gnome, and the Graphics card.  I'm using 
genkernel so there shouldn't be too much of a problem there.


The graphics card as identified by the system is:  nVidia Corporation 
NV36 [GeForce FX 5700LE]


The base system and xorg-x11 seems to be set up alright.  However, when 
I run startx as a regular user I get errors about drm, dri, and dri2 
modules and the screen.  I've tried with both nvidia and xorg-x11 
selected for opengl and have tried with both VIDEO_CARDS=nouveau and 
VIDEO_CARDS=nivida in /etc/make.conf.

# eselect opengl list
Available OpenGL implementations:
  [1]   nvidia *
  [2]   xorg-x11

I would expect the trival windows manager to work with startx as soon as 
xorg-x11 was installed, but it doesn't.


Emergeing gnome doesn't work.  I had to remove GTK from the USE in 
make.conf; pygtlsourceview and I think some other things pulled in 
didn't like it.


The first package in emerge gnome that gives me problems is the 
app-text/gnome-doc-utils-0.20.1 package.  When emerged by itself I get 
the following output.


# emerge -pv app-text/gnome-doc-utils

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

Calculating dependencies... done!
[ebuild  N] app-text/gnome-doc-utils-0.20.1  USE=-debug 0 kB

Total: 1 package (1 new), Size of downloads: 0 kB

# emerge app-text/gnome-doc-utils
Calculating dependencies... done!

Verifying ebuild manifests
Emerging (1 of 1) app-text/gnome-doc-utils-0.20.1
Failed to emerge app-text/gnome-doc-utils-0.20.1, Log file:
 '/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/temp/build.log'
Jobs: 0 of 1 complete, 1 failed Load avg: 0.45, 
0.11, 0.03

 * Package:app-text/gnome-doc-utils-0.20.1
 * Repository: gentoo
 * Maintainer: gn...@gentoo.org s...@gentoo.org
 * USE:  amd64 elibc_glibc kernel_linux multilib userland_GNU

Unpacking source...
Unpacking gnome-doc-utils-0.20.1.tar.bz2 to 
/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work
Source unpacked in 
/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work
Preparing source in 
/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1 
...

 * Fixing OMF Makefiles ...
 [ ok ]

Source prepared.
Configuring source in 
/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1 
...
 * econf: updating gnome-doc-utils-0.20.1/config.guess with 
/usr/share/gnuconfig/config.guess
 * econf: updating gnome-doc-utils-0.20.1/config.sub with 
/usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu 
--host=x86_64-pc-linux-gnu --mandir=/usr/share/man 
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc 
--localstatedir=/var/lib --libdir=/usr/lib64 --disable-scrollkeeper

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking for a Python interpreter with version = 2.4... python
checking for python... /usr/bin/python
checking for python version... 3.1
checking for python platform... linux2
checking for python script directory... 
${prefix}/lib64/python3.1/site-packages
checking for python extension module directory... 
${exec_prefix}/lib64/python3.1/site-packages

checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOME_DOC_UTILS... yes
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none 
needed

checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking for intltool = 0.35.0... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for perl... /usr/bin/perl
checking for perl = 5.8.1... 5.12.2
checking for XML::Parser... ok
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys

Re: [gentoo-user] update fails, but I don't see why

2020-12-04 Thread n952162

On 12/3/20 10:06 PM, tastytea wrote:

On 2020-12-03 21:33+0100 n952162  wrote:


I'm trying to update the gentoo system that I last updated 6 weeks
ago, but it seems not to work.  Can somebody explain to me why?

Python 3.8 is the new default target and not all packages support it
yet. You can put
   */* PYTHON_TARGETS: python3_7
into /etc/portage/package.use as a workaround. Don't forget to remove
it in a month or so.


!!! The following updates are masked by LICENSE changes:
- sys-kernel/linux-firmware-20201022-r3::gentoo (masked by: || ( )
linux-fw-redistributable no-source-code license(s))
A copy of the 'linux-fw-redistributable' license is located at
'/var/db/repos/gentoo/licenses/linux-fw-redistributable'.

A copy of the 'no-source-code' license is located at
'/var/db/repos/gentoo/licenses/no-source-code'.

- net-analyzer/nmap-7.91::gentoo (masked by: NPSL license(s))
A copy of the 'NPSL' license is located at
'/var/db/repos/gentoo/licenses/NPSL'.

See <https://wiki.gentoo.org/wiki//etc/portage/package.license>.

Kind regards, tastytea.



Thank you for the response.  Unfortunately, it didn't help.  I have this:

$ cat /etc/portage/package.use/RMME
#> I'm trying to update the gentoo system that I last updated 6 weeks
#> ago, but it seems not to work.  Can somebody explain to me why?
#
#Python 3.8 is the new default target and not all packages support it
#yet. You can put
*/* PYTHON_TARGETS: python3_7
#into /etc/portage/package.use as a workaround. Don't forget to remove
#it in a month or so.

and get essentially the same result


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

Calculating dependencies
 * IMPORTANT: 9 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.
... .. done!
[ebuild U  ] sys-libs/timezone-data-2020d::gentoo [2020a::gentoo]
USE="nls -leaps-timezone -zic-slim%" 647 KiB
[ebuild U  ] sys-devel/gcc-config-2.3.2-r1::gentoo [2.3.2::gentoo]
USE="(cc-wrappers%*) (native-symlinks)" 0 KiB
[ebuild U  ] dev-lang/go-1.15.5:0/1.15.5::gentoo
[1.14.9:0/1.14.9::gentoo] 22480 KiB
[ebuild U  ] app-text/poppler-data-0.4.10::gentoo [0.4.9::gentoo]
4393 KiB
[ebuild U  ] sys-devel/llvm-common-11.0.0::gentoo [10.0.1::gentoo]
119867 KiB
[ebuild  N ] acct-group/pcap-0::gentoo  0 KiB
[ebuild  r  U  ] dev-libs/liblinear-241:0/4::gentoo [210-r1:0/3::gentoo]
547 KiB
[ebuild U  ] x11-misc/util-macros-1.19.2-r2::gentoo
[1.19.2-r1::gentoo] 0 KiB
[ebuild U  ] dev-util/boost-build-1.74.0::gentoo [1.72.0::gentoo]
USE="-examples" 107032 KiB
[ebuild  N ] acct-user/pcap-0::gentoo  0 KiB
[ebuild U  ] app-shells/push-3.4::gentoo [2.0-r1::gentoo] 3 KiB
[ebuild U  ] app-emulation/docker-proxy-0.8.0_p20201105::gentoo
[0.8.0_p20200617::gentoo] 3307 KiB
[ebuild U  ] dev-lang/mujs-1.0.9:0/1.0.9::gentoo [1.0.5:0/0::gentoo]
USE="-static-libs" 121 KiB
[ebuild U  ] virtual/tmpfiles-0-r1::gentoo [0::gentoo] 0 KiB
[ebuild U  ] app-admin/mcelog-173::gentoo [170::gentoo]
USE="(-selinux)" 306 KiB
[ebuild U  ] dev-libs/boost-1.74.0-r1:0/1.74.0::gentoo
[1.72.0-r2:0/1.72.0::gentoo] USE="bzip2 nls threads zlib -context -debug
-doc -icu -lzma -mpi (-numpy) -python -static-libs -tools -zstd"
ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python3_7 python3_8*
-python3_6 -python3_9%" 0 KiB
[ebuild U  ] media-libs/libpng-1.6.37-r2:0/16::gentoo
[1.6.37:0/16::gentoo] USE="apng -static-libs (-neon%)" ABI_X86="(64) -32
(-x32)" CPU_FLAGS_X86="sse" 0 KiB
[ebuild U  ] dev-libs/mpc-1.2.1:0/3::gentoo [1.2.0:0/3::gentoo]
USE="-static-libs" ABI_X86="(64) -32 (-x32)" 820 KiB
[ebuild U  ] sys-libs/libseccomp-2.4.4::gentoo [2.4.3::gentoo]
USE="-static-libs" ABI_X86="(64) -32 (-x32)" 591 KiB
[ebuild   R    ] sys-apps/file-5.39-r3::gentoo  USE="bzip2 seccomp zlib
-lzma -python -static-libs" ABI_X86="(64) -32 (-x32)"
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild   R    ] app-misc/pax-utils-1.2.6::gentoo  USE="seccomp -caps
-debug -python" PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*
-python3_9%" 0 KiB
[ebuild U  ] sys-apps/sandbox-2.20::gentoo [2.18::gentoo]
ABI_X86="(32) (64) (-x32)" 419 KiB
[ebuild U  ] app-emulation/containerd-1.3.9::gentoo [1.3.7::gentoo]
USE="cri seccomp -apparmor -btrfs -device-mapper -hardened (-selinux)
-test" 5584 KiB
[ebuild U  ] sys-apps/sysvinit-2.97::gentoo [2.93::gentoo]
USE="(-ibm) (-selinux) -static" 124 KiB
[ebuild U  ] dev-libs/libusb-1.0.23-r1:1::gentoo
[1.0.21-r1:1::gentoo] USE="(split-usr) -debug -doc -examples
-static-libs -test -udev" ABI_X86="

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
"-doc -static-libs" 
> 0 KiB
> [nomerge   ] media-sound/grip-3.6.3::gentoo  USE="vorbis" 
> [ebuild   R]  media-sound/cdparanoia-3.10.2-r6::gentoo  
> USE="-static-libs" 0 KiB
> [nomerge   ] x11-base/xorg-x11-7.4-r2::gentoo 
> [ebuild   R]  x11-apps/luit-1.1.1::gentoo  0 KiB
> [nomerge   ] x11-terms/xterm-331::gentoo  USE="openpty unicode -Xaw3d 
> -toolbar -truetype -xinerama" 
> [ebuild   R]  x11-apps/xmessage-1.0.4::gentoo  0 KiB
> [nomerge   ] net-analyzer/netwag-5.39.0::gentoo  USE="-doc" 
> [ebuild   R]  dev-lang/tk-8.6.7:0/8.6::gentoo  USE="threads (-aqua) 
> -debug {-test} -truetype -xscreensaver" 0 KiB
> [ebuild   R] net-ftp/atftp-0.7-r5::gentoo  USE="pcre readline tcpd 
> (-selinux)" 0 KiB
> [ebuild   R] net-analyzer/wireshark-2.5.0:0/2.5.0::gentoo  USE="capinfos 
> caps captype dftest dumpcap editcap filecaps gtk lua mergecap netlink pcap 
> qt5 randpkt randpktdump reordercap sharkd ssl text2pcap tshark udpdump zlib 
> -adns -androiddump -bcg729 -ciscodump -doc -doc-pdf -geoip -kerberos -libssh 
> -libxml2 -lz4 -nghttp2 -portaudio -sbc (-selinux) -smi -snappy -spandsp 
> -sshdump -tfshark" CPU_FLAGS_X86="-sse4_2" 0 KiB
> [ebuild   R] net-misc/taylor-uucp-1.07-r3::gentoo  0 KiB
> [ebuild   R] sys-fs/sysfsutils-2.1.0::gentoo  USE="-static-libs" 0 KiB
> [ebuild   R] net-p2p/rtorrent-0.9.6-r1::gentoo  USE="ipv6 -daemon -debug 
> (-selinux) {-test} -xmlrpc" 0 KiB
> [ebuild   R] media-sound/aacgain-1.9-r2::gentoo  0 KiB
> [ebuild   R] dev-util/systemtap-3.1-r1::gentoo  USE="-libvirt -sqlite" 
> PYTHON_TARGETS="python2_7" 0 KiB
> [ebuild   R] net-dns/bind-tools-9.11.2_p1::gentoo  USE="ipv6 readline 
> seccomp ssl -doc -gost -gssapi -idn -libressl -urandom -xml" 0 KiB
> [ebuild   R] sci-visualization/gnuplot-5.2.2::gentoo  USE="X cairo gd lua 
> readline (-aqua) -bitmap -compat -doc -examples -ggi -latex -libcaca -libcerf 
> -qt5 -regis (-svga) -wxwidgets" 0 KiB
> [ebuild   R] sys-process/at-3.1.20::gentoo  USE="pam (-selinux)" 0 KiB
> [ebuild   R] dev-util/ltrace-0.7.3_p4::gentoo  USE="-debug (-selinux) 
> {-test} -unwind" 0 KiB
> [ebuild   R] x11-apps/transset-1.0.1::gentoo  0 KiB
> [ebuild   R] x11-misc/x11vnc-0.9.14_p20161013::gentoo  USE="crypt ssl 
> -fbcon -libressl -xinerama -zeroconf" 0 KiB
> [ebuild   R] media-sound/sonic-visualiser-3.0.2::gentoo  USE="jack mad 
> ogg portaudio -id3tag -osc -pulseaudio" 0 KiB
> [ebuild   R] sys-process/htop-2.1.0::gentoo  USE="unicode -openvz 
> -vserver" 0 KiB
> [ebuild   R] net-analyzer/nload-0.7.4::gentoo  0 KiB
> [ebuild   R] sys-apps/smartmontools-6.6::gentoo  USE="daemon -caps 
> (-selinux) -static -update_drivedb" 0 KiB
> [ebuild   R] media-sound/mp3splt-gtk-0.9.2-r1::gentoo  USE="nls 
> (-audacious) -doc -gstreamer" 0 KiB
> [ebuild   R] app-text/tesseract-3.05.01::gentoo  USE="doc jpeg math 
> opencl osd png scrollview tiff -examples -static-libs -training -webp" 
> L10N="-ar -bg -ca -chr -cs -da -de -el -es -fi -fr -he -hi -hu -id -it -ja 
> -ko -lt -lv -nl -no -pl -pt -ro -ru -sk -sl -sr -sv -th -tl -tr -uk -vi 
> -zh-CN -zh-TW" 0 KiB
> [ebuild   R] dev-util/valgrind-3.13.0-r1::gentoo  USE="-mpi" 0 KiB
> [ebuild   R] app-text/a2ps-4.14-r6::gentoo  USE="nls -cjk -emacs -latex 
> -static-libs -vanilla" 0 KiB
> [ebuild   R] app-text/unrtf-0.21.9::gentoo  0 KiB
> [ebuild   R] media-sound/vorbis-tools-1.4.0-r4::gentoo  USE="flac nls 
> ogg123 -kate -speex" 0 KiB
> [ebuild   R] media-video/recordmydesktop-0.3.8.1-r4::gentoo  USE="alsa 
> jack" 0 KiB
> [ebuild   R] dev-libs/libedit-20170329.3.1::gentoo  USE="-static-libs" 0 
> KiB
> [ebuild   R] media-sound/timidity++-2.14.0-r2::gentoo  USE="X alsa flac 
> gtk jack ncurses vorbis -ao -emacs -motif -nas -oss (-selinux) -slang -speex 
> -tk" 0 KiB
> [ebuild   R] media-gfx/graphicsmagick-1.3.28:0/1.3::gentoo  USE="X bzip2 
> cxx jpeg jpeg2k modules openmp png zlib -debug -fpx -imagemagick -jbig -lcms 
> -lzma -perl -postscript -q16 -q32 -static-libs -svg {-test} -threads -tiff 
> -truetype -webp -wmf" 0 KiB
> [ebuild   R] x11-apps/xwininfo-1.1.3::gentoo  0 KiB
> [ebuild   R] net-proxy/tsocks-1.8_beta5-r8::gentoo  USE="-dns -envconf 
> -server-lookups -tordns" 0 KiB
> [ebuild   R] app-accessibility/flite-1.4-r4::gentoo  USE="alsa -oss 
> -static-libs" 0 KiB
> [ebuild   R] net-misc/socat-1.7.3.2::gentoo  USE="

Re: [gentoo-user] Re: Well, I went about updating my system again. (day 6)

2016-12-07 Thread Alan Grimes
Mick wrote:
> 2. If problems show up, forget the script and use 'emerge -avuND world' as 
> Mr. 
> McKinnon suggested.  In most cases this will resolve any conflicts on its 
> own.  
> You could add '--backtrack=90' if there are unresolved conflicts to get 
> portage 
> to try harder.

=\

I do read every word sent my direction, carefully.

My misery quotient is now 429, Unfortunately, it seems I need to post
the entire Litany of Pain though it will bloat this e-mail a good deal
more than I feel comfortable posting.




tortoise ~ # emerge -avuND world<<< copied verbatim, seems
equivalent to what my script has anyway

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


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

Calculating dependencies... done!
[ebuild  N ] dev-libs/xapian-1.2.24:0/1.2.22::gentoo  USE="brass
chert inmemory -doc -static-libs" CPU_FLAGS_X86="sse sse2" 0 KiB
[ebuild   R] dev-python/six-1.10.0::gentoo  USE="-doc {-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/pyasn1-0.1.9::gentoo  USE="-doc"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] dev-cpp/glibmm-2.50.0:2::gentoo [2.48.1:2::gentoo]
USE="-debug -doc {-test} (-examples%)" ABI_X86="32 (64) (-x32)" 6,285 KiB
[ebuild   R] dev-python/idna-2.1::gentoo  PYTHON_TARGETS="python2_7
python3_4 python3_5 -pypy -pypy3 (-python3_3%)" 0 KiB
[ebuild   R] dev-python/chardet-2.3.0::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/sip-4.18.1:0/11::gentoo  USE="-debug -doc"
PYTHON_TARGETS="python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild   R] dev-python/pycrypto-2.6.1-r1::gentoo  USE="gmp -doc
{-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild U  ] virtual/perl-Compress-Raw-Zlib-2.69.0-r1::gentoo
[2.69.0::gentoo] 0 KiB
[ebuild   R] dev-python/py-1.4.31::gentoo  USE="-doc {-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/markupsafe-0.23::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] virtual/perl-libnet-3.80.100_rc::gentoo
[3.80.0::gentoo] 0 KiB
[ebuild U  ] virtual/perl-Time-Local-1.230.0-r4::gentoo
[1.230.0-r3::gentoo] 0 KiB
[ebuild U  ] virtual/perl-IO-1.360.100_rc::gentoo [1.360.0::gentoo]
0 KiB
[ebuild U  ] virtual/perl-Carp-1.400.0-r1::gentoo [1.400.0::gentoo]
0 KiB
[ebuild U  ] virtual/perl-Digest-MD5-2.540.0-r2::gentoo
[2.540.0-r1::gentoo] 0 KiB
[ebuild  NS] sys-kernel/vanilla-sources-4.8.12:4.8.12::gentoo
[4.7.2:4.7.2::gentoo] USE="-build -symlink" 237 KiB
[ebuild U  ] media-libs/audiofile-0.3.6-r2:0/1::gentoo
[0.3.6-r1:0/1::gentoo] USE="flac -static-libs {-test}" ABI_X86="32 (64)
(-x32)" 0 KiB
[ebuild U  ] sys-fs/lvm2-2.02.166::gentoo [2.02.145-r2::gentoo]
USE="readline thin udev -clvm -cman -corosync -device-mapper-only -lvm1
-lvm2create_initrd -openais (-selinux) -static -static-libs -systemd"
2,098 KiB
[ebuild U  ] dev-libs/jansson-2.9::gentoo [2.7::gentoo] USE="-doc
-static-libs" ABI_X86="32%* (64%*) (-x32)" 474 KiB
[ebuild U  ] dev-python/PySocks-1.6.4::gentoo [1.5.6::gentoo]
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3%
(-python3_3%)" 17 KiB
[ebuild   R] dev-python/enum34-1.1.6::gentoo  USE="-doc"
PYTHON_TARGETS="python2_7 -pypy -pypy3 (-python3_3%)" 0 KiB
[ebuild U  ] dev-db/sqlcipher-3.4.0::gentoo [3.3.0::gentoo]
USE="readline -libressl% -static-libs -tcl {-test}" ABI_X86="32 (64)
(-x32)" 13,283 KiB
[ebuild U  ] net-libs/libmicrohttpd-0.9.52:0/12::gentoo
[0.9.51:0/12::gentoo] USE="ssl -epoll -messages -static-libs {-test}"
1,216 KiB
[ebuild U  ] dev-python/simplejson-3.10.0::gentoo [3.8.2::gentoo]
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 77 KiB
[ebuild U  ] dev-lang/lua-5.1.5-r4::gentoo [5.1.5-r3::gentoo]
USE="deprecated readline -emacs -static" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U  ] net-libs/libpcap-1.8.1::gentoo [1.8.0::gentoo]
USE="dbus usb%* -bluetooth -netlink -static-libs (-canusb%)" ABI_X86="32
(64) (-x32)" 736 KiB
[ebuild U  ] dev-libs/libevdev-1.5.5::gentoo [1.5.4::gentoo]
USE="-static-libs" ABI_X86="32 (64) (-x32)" 397 KiB
[ebuild   R] dev-python/pycurl-7.43.0::gentoo  USE="ssl -examples
{-test}" CURL_SSL="openssl -gnutls -libressl -nss"
PYTHON_TARGETS=&

[gentoo-user] meson build woes

2020-08-22 Thread Paul Colquhoun
For the past month or so (since the recent Python version changes) I haven't 
been able to 
get a full emerge update to complete.

The main culprit seems to be meson, but only because what looks like an 
internal Python 
module, "setup.py", can't import 'setup' from 'setuptools'

All the remaining failures are either the same error, or dependencies of 
packages that get 
the error.

I have been trying various combinations of which Python version is the default 
and which 
versions are in the "PYTHON_TARGETS" variable, but nothing seems to change much.

Rebuilding dev-python/setuptools didn't help either.

My google searches for the error message 
  "cannot import name 'setup' from 'setuptools'" 
also haven't turned up anything that seemed relevent to my system

Does anyone have any suggestions on what I can try before I rebuild my system 
from 
scratch?

The relevant section of the build log in included below, and the full log is 
attached.

"eselect python list" tells me tjhat the default should be python3.6


#
##
 * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
python3.7 setup.py build -j 6
Traceback (most recent call last):
  File "setup.py", line 24, in 
from setuptools import setup
ImportError: cannot import name 'setup' from 'setuptools' (unknown location)
 * ERROR: dev-util/meson-0.54.2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 * ebuild.sh, line  125:  Called src_compile
 *   environment, line 2949:  Called distutils-r1_src_compile
 *   environment, line 1219:  Called _distutils-r1_run_foreach_impl 'distutils-
r1_python_compile'
 *   environment, line  447:  Called python_foreach_impl 
'distutils-r1_run_phase' 'distutils-
r1_python_compile'
 *   environment, line 2557:  Called multibuild_foreach_variant 
'_python_multibuild_wrapper' 'distutils-r1_run_phase' 
'distutils-r1_python_compile'
 *   environment, line 2056:  Called _multibuild_run 
'_python_multibuild_wrapper' 'distutils-
r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2054:  Called _python_multibuild_wrapper 
'distutils-r1_run_phase' 
'distutils-r1_python_compile'
 *   environment, line  846:  Called distutils-r1_run_phase 
'distutils-r1_python_compile'
 *   environment, line 1210:  Called distutils-r1_python_compile
 *   environment, line 1079:  Called esetup.py 'build' '-j' '6'
 *   environment, line 1600:  Called die
 * The specific snippet of code:
 *   "${@}" || die "${die_args[@]}";
#
##

-- 
Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/
  Asking for technical help in newsgroups?  Read this first:
 http://catb.org/~esr/faqs/smart-questions.html#intro

 * Package:dev-util/meson-0.54.2
 * Repository: gentoo
 * Maintainer: flop...@gentoo.org willi...@gentoo.org
 * USE:abi_x86_64 amd64 elibc_glibc kernel_linux 
python_targets_python3_6 python_targets_python3_7 userland_GNU
 * FEATURES:   installsources network-sandbox preserve-libs sandbox userpriv 
usersandbox
 * Applying 0.54.2-multilib-clang.patch ...
 [ ok ]
 * python3_6: running distutils-r1_run_phase distutils-r1_python_compile
python3.6 setup.py build -j 6
running build
running build_py
creating 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/mtest.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/mesonmain.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/interpreterbase.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/msetup.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/msubprojects.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/depfile.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/munstable_coredata.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/mlog.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/mintro.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/envconfig.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/minit.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/coredata.py -> 
/var/tmp/portage/dev-util/meson-0.54.2/work/meson-0.54.2-python3_6/lib/mesonbuild
copying mesonbuild/mesonlib.py -> 
/v

[gentoo-user] update fails, but I don't see why

2020-12-03 Thread n952162

I'm trying to update the gentoo system that I last updated 6 weeks ago,
but it seems not to work.  Can somebody explain to me why?

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

Calculating dependencies
 * IMPORTANT: 9 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.
.. ...  . ... done!
[ebuild U  ] sys-libs/timezone-data-2020d::gentoo [2020a::gentoo]
USE="nls -leaps-timezone -zic-slim%" 647 KiB
[ebuild U  ] sys-devel/gcc-config-2.3.2-r1::gentoo [2.3.2::gentoo]
USE="(cc-wrappers%*) (native-symlinks)" 0 KiB
[ebuild U  ] dev-lang/go-1.15.5:0/1.15.5::gentoo
[1.14.9:0/1.14.9::gentoo] 22480 KiB
[ebuild U  ] app-text/poppler-data-0.4.10::gentoo [0.4.9::gentoo]
4393 KiB
[ebuild U  ] sys-devel/llvm-common-11.0.0::gentoo [10.0.1::gentoo]
119867 KiB
[ebuild  N ] acct-group/pcap-0::gentoo  0 KiB
[ebuild  r  U  ] dev-libs/liblinear-241:0/4::gentoo [210-r1:0/3::gentoo]
547 KiB
[ebuild U  ] x11-misc/util-macros-1.19.2-r2::gentoo
[1.19.2-r1::gentoo] 0 KiB
[ebuild U  ] dev-util/boost-build-1.74.0::gentoo [1.72.0::gentoo]
USE="-examples" 107032 KiB
[ebuild  N ] acct-user/pcap-0::gentoo  0 KiB
[ebuild U  ] app-shells/push-3.4::gentoo [2.0-r1::gentoo] 3 KiB
[ebuild U  ] app-emulation/docker-proxy-0.8.0_p20201105::gentoo
[0.8.0_p20200617::gentoo] 3307 KiB
[ebuild U  ] dev-lang/mujs-1.0.9:0/1.0.9::gentoo [1.0.5:0/0::gentoo]
USE="-static-libs" 121 KiB
[ebuild U  ] virtual/tmpfiles-0-r1::gentoo [0::gentoo] 0 KiB
[ebuild U  ] app-admin/mcelog-173::gentoo [170::gentoo]
USE="(-selinux)" 306 KiB
[ebuild U  ] dev-libs/boost-1.74.0-r1:0/1.74.0::gentoo
[1.72.0-r2:0/1.72.0::gentoo] USE="bzip2 nls threads zlib -context -debug
-doc -icu -lzma -mpi (-numpy) -python -static-libs -tools -zstd"
ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python3_8* -python3_6
-python3_7* -python3_9%" 0 KiB
[ebuild U  ] media-libs/libpng-1.6.37-r2:0/16::gentoo
[1.6.37:0/16::gentoo] USE="apng -static-libs (-neon%)" ABI_X86="(64) -32
(-x32)" CPU_FLAGS_X86="sse" 0 KiB
[ebuild U  ] dev-libs/mpc-1.2.1:0/3::gentoo [1.2.0:0/3::gentoo]
USE="-static-libs" ABI_X86="(64) -32 (-x32)" 820 KiB
[ebuild U  ] sys-libs/libseccomp-2.4.4::gentoo [2.4.3::gentoo]
USE="-static-libs" ABI_X86="(64) -32 (-x32)" 591 KiB
[ebuild   R    ] sys-apps/file-5.39-r3::gentoo  USE="bzip2 seccomp zlib
-lzma -python -static-libs" ABI_X86="(64) -32 (-x32)"
PYTHON_TARGETS="python3_8* -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild   R    ] app-misc/pax-utils-1.2.6::gentoo  USE="seccomp -caps
-debug -python" PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*
-python3_9%" 0 KiB
[ebuild U  ] sys-apps/sandbox-2.20::gentoo [2.18::gentoo]
ABI_X86="(32) (64) (-x32)" 419 KiB
[ebuild U  ] app-emulation/containerd-1.3.9::gentoo [1.3.7::gentoo]
USE="cri seccomp -apparmor -btrfs -device-mapper -hardened (-selinux)
-test" 5584 KiB
[ebuild U  ] sys-apps/sysvinit-2.97::gentoo [2.93::gentoo]
USE="(-ibm) (-selinux) -static" 124 KiB
[ebuild U  ] dev-libs/libusb-1.0.23-r1:1::gentoo
[1.0.21-r1:1::gentoo] USE="(split-usr) -debug -doc -examples
-static-libs -test -udev" ABI_X86="(64) -32 (-x32)" 589 KiB
[ebuild U  ] net-analyzer/iptraf-ng-1.2.1::gentoo [1.1.4-r1::gentoo]
USE="-doc" 318 KiB
[ebuild U  ] sys-apps/less-563-r1::gentoo [551::gentoo] USE="pcre
unicode" 328 KiB
[ebuild U  ] media-libs/libsndfile-1.0.30::gentoo
[1.0.29_pre2_p20191024::gentoo] USE="-alsa -minimal -sqlite -static-libs
-test" ABI_X86="(64) -32 (-x32)" 833 KiB
[ebuild U  ] app-text/qpdf-10.0.4:0/28::gentoo [9.0.2:0/26::gentoo]
USE="ssl%* -doc -examples -libressl% -test (-perl%) (-static-libs%)"
18033 KiB
[ebuild U  ] sys-devel/clang-common-11.0.0::gentoo [10.0.1::gentoo]
0 KiB
[ebuild U  ] dev-qt/qtnetwork-5.15.1-r1:5/5.15::gentoo
[5.15.1:5/5.15::gentoo] USE="ssl -bindist -connman -debug -gssapi
-libproxy -libressl -networkmanager -sctp -test" 0 KiB
[ebuild U  ] sys-apps/man-pages-5.08::gentoo [5.07::gentoo]
L10N="-de -fr -it -ja -nl -pl -ru -zh-CN" 1682 KiB
[ebuild   R    ] media-libs/netpbm-10.76.00::gentoo  USE="X jbig jpeg
png postscript tiff zlib -doc -rle -static-libs (-svga) -xml"
CPU_FLAGS_X86="sse2" 0 KiB
[ebuild U  ] net-misc/netifrc-0.7.1-r1::gentoo [0.7.1::gentoo] 0 KiB
[ebuild U  ] sys-apps/attr-2.4.48-r4::gentoo [2.4.48-r3::gentoo]
USE="nls (split-usr) -debug -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] sys-apps/acl-2.2.53-r1::gentoo [2.2.

Re: [gentoo-user] update fails, but I don't see why

2020-12-04 Thread n952162

On 12/4/20 9:00 PM, n952162 wrote:

On 12/4/20 8:52 PM, n952162 wrote:


On 12/4/20 11:07 AM, Arve Barsnes wrote:

On Fri, 4 Dec 2020 at 10:34, n952162  wrote:

Forgotten about?  I'm flattered!  That would imply I understood
something here ...

Here's my python situation:

$ sed -n -e '/^\s*#/d' -e '/python/Ip' * | sort -u
*/* PYTHON_TARGETS: python3_7
  >=dev-lang/python-2.7.16:2.7 sqlite
  >=dev-lang/python-3.6.9 sqlite
  >=dev-libs/libxml2-2.9.9-r1 python
  >=dev-python/PySocks-1.7.1 python_targets_python3_6
  >=dev-python/certifi-10001-r1 python_targets_python3_7
  >=dev-python/certifi-2019.11.28 python_targets_python3_6
  >=dev-python/cffi-1.14.0 python_targets_python3_6
  >=dev-python/chardet-3.0.4 python_targets_python3_6
  >=dev-python/cryptography-2.8-r1 python_targets_python3_6
  >=dev-python/docutils-0.16 -python_targets_python2_7
  >=dev-python/idna-2.8 python_targets_python3_6
  >=dev-python/isodate-0.6.0-r1 python_targets_python3_6
  >=dev-python/ply-3.11 python_targets_python3_6
  >=dev-python/pycparser-2.20 python_targets_python3_6
  >=dev-python/pycryptodome-3.9.4 python_targets_python3_6
  >=dev-python/pyopenssl-19.1.0 python_targets_python3_6
  >=dev-python/requests-2.23.0 python_targets_python3_6
  >=dev-python/setuptools-46.4.0-r1 python_targets_python3_6
  >=dev-python/setuptools-50.3.0 python_targets_python3_7
  >=dev-python/setuptools_scm-4.1.2-r1 python_targets_python3_6
  >=dev-python/setuptools_scm-4.1.2-r1 python_targets_python3_7
  >=dev-python/six-1.14.0 python_targets_python3_6
  >=dev-python/six-1.15.0-r1 python_targets_python3_7
  >=dev-python/urllib3-1.25.8 python_targets_python3_6
  >=virtual/python-cffi-0 python_targets_python3_6
dev-lang/python readline
net-print/cups X python


I would try simply removing all of those python_targets_python3_x
lines, and add back only those that you actually need, with an
explicit version (that is '=' instead of '>='). I had a long list of
packages on 3_6 for a while, but it's been several weeks/months since
I could remove them all.

Regards,
Arve



How would I know which ones I need?  Aren't those specified by the
package author based on special needs?  Otherwise, why would they be
specified, instead of left to default?

I can understand that if I have two packages depending on different
versions of the same dependency, the older one is probably left over
from an earlier update and could be removed ... although at first
glance, I don't see that situation here.



I guess you mean, remove them all and then let emerge tell me which ones
I need.  I'll try that.  But isn't '=' more restrictive than '>=',
promising me troubles earlier?




No, that didn't work.  After about 4 iterations of supplying newly
required USE flags, I ended up with this

(this after commenting out all the python dependencies in
/etc/portage/package.use/* and adding back in what emerge wanted):


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

Calculating dependencies
 * IMPORTANT: 9 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.
.. .. done!
[ebuild U  ] sys-libs/timezone-data-2020d::gentoo [2020a::gentoo]
USE="nls -leaps-timezone -zic-slim%" 647 KiB
[ebuild U  ] sys-devel/gcc-config-2.3.2-r1::gentoo [2.3.2::gentoo]
USE="(cc-wrappers%*) (native-symlinks)" 0 KiB
[ebuild U  ] dev-lang/go-1.15.5:0/1.15.5::gentoo
[1.14.9:0/1.14.9::gentoo] 22480 KiB
[ebuild U  ] app-text/poppler-data-0.4.10::gentoo [0.4.9::gentoo]
4393 KiB
[ebuild U  ] sys-devel/llvm-common-11.0.0::gentoo [10.0.1::gentoo]
119867 KiB
[ebuild  N ] acct-group/pcap-0::gentoo  0 KiB
[ebuild  r  U  ] dev-libs/liblinear-241:0/4::gentoo [210-r1:0/3::gentoo]
547 KiB
[ebuild U  ] x11-misc/util-macros-1.19.2-r2::gentoo
[1.19.2-r1::gentoo] 0 KiB
[ebuild U  ] dev-util/boost-build-1.74.0::gentoo [1.72.0::gentoo]
USE="-examples" 107032 KiB
[ebuild  N ] acct-user/pcap-0::gentoo  0 KiB
[ebuild U  ] app-shells/push-3.4::gentoo [2.0-r1::gentoo] 3 KiB
[ebuild U  ] app-emulation/docker-proxy-0.8.0_p20201105::gentoo
[0.8.0_p20200617::gentoo] 3307 KiB
[ebuild U  ] dev-lang/mujs-1.0.9:0/1.0.9::gentoo [1.0.5:0/0::gentoo]
USE="-static-libs" 121 KiB
[ebuild U  ] virtual/tmpfiles-0-r1::gentoo [0::gentoo] 0 KiB
[ebuild U  ] app-admin/mcelog-173::gentoo [170::gentoo]
USE="(-selinux)" 306 KiB
[ebuild U  ] dev-libs/boost-1.74.0-r1:0/1.74.0::gentoo
[1.72.0-r2:0/1.72.0::gentoo] USE="bzip2 nls threads zlib -context -debug
-doc -icu -lzma -mpi (-numpy) -python -static-libs -tools -zstd"
ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python3_7 python3_8*
-python3_6 -python3_9%" 0 KiB
[ebuild U  ] media-libs/libpng-1.6.37-r