[gentoo-user] emerge numpy 1.0.1-r1 failing: can't find cblas

2007-02-19 Thread Grant Edwards
Today's update-failed-emerge is numpy 1.0.1-r1:

   >>> Emerging (1 of 10) dev-python/numpy-1.0.1-r1 to /
* numpy-1.0.1.tar.gz MD5 ;-) ...
  [ ok ]
* numpy-1.0.1.tar.gz RMD160 ;-) ... 
  [ ok ]
* numpy-1.0.1.tar.gz SHA1 ;-) ...   
  [ ok ]
* numpy-1.0.1.tar.gz SHA256 ;-) ... 
  [ ok ]
* numpy-1.0.1.tar.gz size ;-) ...   
  [ ok ]
* checking ebuild checksums ;-) ... 
  [ ok ]
* checking auxfile checksums ;-) ...
  [ ok ]
* checking miscfile checksums ;-) ...   
  [ ok ]
    * checking numpy-1.0.1.tar.gz ;-) ...   
  [ ok ]
* You need one of these Fortran Compilers: g77 gfortran
* Installed are:  g77
   >>> Unpacking source...
   >>> Unpacking numpy-1.0.1.tar.gz to 
/home/tmp/portage/dev-python/numpy-1.0.1-r1/work
* Applying patches for selected FORTRAN compiler: g77
* Applying numpy-1.0.1-f2py.patch ...   
  [ ok ]
   >>> Source unpacked.
   >>> Compiling source in 
/home/tmp/portage/dev-python/numpy-1.0.1-r1/work/numpy-1.0.1 ...
* You need to set cblas to atlas or reference. Do:
*eselect cblas set 
* where  is atlas, threaded-atlas or reference
   
   !!! ERROR: dev-python/numpy-1.0.1-r1 failed.
   Call stack:
 ebuild.sh, line 1614:   Called dyn_compile
 ebuild.sh, line 971:   Called qa_call 'src_compile'
 environment, line 3930:   Called src_compile
 numpy-1.0.1-r1.ebuild, line 122:   Called numpy_configure
 numpy-1.0.1-r1.ebuild, line 37:   Called die
   
   !!! setup failed
   !!! If you need support, post the topmost build error, and the call stack if 
relevant.
   !!! A complete build log is located at 
'/home/tmp/portage/dev-python/numpy-1.0.1-r1/temp/build.log'.


I did as the error message and tried "eselect cblas set".  The
emerge failed the exact same way with all three suggested
choices.

Oddly, "eselect cblas list" shows nothing, even though I do
have a both atlas and reference cblas implementations
installed:

 app-admin/eselect-cblas 0.1
 sci-libs/cblas-reference 20030223-r1
 sci-libs/blas-atlas 3.7.11
 sci-libs/lapack-atlas 3.7.11

Has anybody else gotten numpy-1.0.1-r1 to build?

-- 
Grant Edwards   grante Yow!  Like I always
  at   say -- nothing can beat
   visi.comthe BRATWURST here in
   DUSSELDORF!!

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems with numpy and python 3x

2019-12-14 Thread tuxic
Hi,

after the update this morning, "numpy" wasn't found anumore by python.

Asking python, it gave me:
Python 3.7.5 (default, Dec 15 2019, 05:23:14) 
[GCC 9.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "", line 1, in 
ModuleNotFoundError: No module named 'numpy'
>>> 

eix numpy gave me:


[U] dev-python/numpy
 Available versions:  1.14.5^t (~)1.15.4^t (~)1.16.1^t (~)1.16.5^t 
(~)1.17.4^t {doc lapack test PYTHON_TARGETS="python2_7 python3_5 python3_6 
python3_7 python3_8"}
 Installed versions:  1.16.5^t(06:31:45 AM 12/15/2019)(lapack -doc -test 
PYTHON_TARGETS="python2_7 python3_6 -python3_5 -python3_7")
 Homepage:https://www.numpy.org
 Description: Fast array and numerical python library


emergeing it with

emerge --selective=n dev-python/numpy

results in the same output of eix.

Interestingly a post on stackexchange related to the problem of "numpy
not found" states (source: 
https://stackoverflow.com/questions/7818811/import-error-no-module-named-numpy_)

"Support for Python 3 was added in NumPy version 1.5.0, so to begin with, you 
must download/install a newer version of NumPy."

and links to this address: 
https://sourceforge.net/projects/numpy/files//NumPy/1.5.0/NOTES.txt/view
which states the same.

A version of numpy >= 1.5 is not offered by portage repo it seems, but
python 3.x is.

pip3 says, everything is fine, numpy is installed:

pip3 install --user numpy
Requirement already satisfied: numpy in /usr/lib64/python3.6/site-packages 
(1.16.5)

But this does not fit the installed python version according to the
linked sources above.

How can I solve this problem?

(I am on "unstable"...)

Cheers!
mcc





Re: [gentoo-user] Problems with numpy and python 3x

2019-12-14 Thread tuxic
Hi,

okgot the version numbering wrong: "1.5" does not mean "1.50."...
sorry...

Nonetheless the problem itsself remains unsolved:
Why is numpy not found?
and
Why is its status "permament updateable"?

Cheers!
mcc





On 12/15 07:07, tu...@posteo.de wrote:
> Hi,
> 
> after the update this morning, "numpy" wasn't found anumore by python.
> 
> Asking python, it gave me:
> Python 3.7.5 (default, Dec 15 2019, 05:23:14) 
> [GCC 9.2.0] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import numpy
> Traceback (most recent call last):
>   File "", line 1, in 
> ModuleNotFoundError: No module named 'numpy'
> >>> 
> 
> eix numpy gave me:
> 
> 
> [U] dev-python/numpy
>  Available versions:  1.14.5^t (~)1.15.4^t (~)1.16.1^t (~)1.16.5^t 
> (~)1.17.4^t {doc lapack test PYTHON_TARGETS="python2_7 python3_5 python3_6 
> python3_7 python3_8"}
>  Installed versions:  1.16.5^t(06:31:45 AM 12/15/2019)(lapack -doc -test 
> PYTHON_TARGETS="python2_7 python3_6 -python3_5 -python3_7")
>  Homepage:https://www.numpy.org
>  Description: Fast array and numerical python library
> 
> 
> emergeing it with
> 
> emerge --selective=n dev-python/numpy
> 
> results in the same output of eix.
> 
> Interestingly a post on stackexchange related to the problem of "numpy
> not found" states (source: 
> https://stackoverflow.com/questions/7818811/import-error-no-module-named-numpy_)
> 
> "Support for Python 3 was added in NumPy version 1.5.0, so to begin with, you 
> must download/install a newer version of NumPy."
> 
> and links to this address: 
> https://sourceforge.net/projects/numpy/files//NumPy/1.5.0/NOTES.txt/view
> which states the same.
> 
> A version of numpy >= 1.5 is not offered by portage repo it seems, but
> python 3.x is.
> 
> pip3 says, everything is fine, numpy is installed:
> 
> pip3 install --user numpy
> Requirement already satisfied: numpy in /usr/lib64/python3.6/site-packages 
> (1.16.5)
> 
> But this does not fit the installed python version according to the
> linked sources above.
> 
> How can I solve this problem?
> 
> (I am on "unstable"...)
> 
> Cheers!
> mcc
> 
> 
> 



Re: [gentoo-user] Problems with numpy and python 3x

2019-12-14 Thread Franz Fellner
It can't have been "just an update" because python-3.7 is your default
python, so you have selected it after the update.
Alternatively: Your numpy doesn't work for a longer time and you just
didn't realize until now.

numpy was built for python-3.6 and not for python3.7. Which is perfectly
fine as it is gentoos default -
base/make.defaults:PYTHON_TARGETS="python2_7 python3_6".
So why did you install python-3.7 and set it as default although your
system isn't prepared for it?

Am So., 15. Dez. 2019 um 08:07 Uhr schrieb :

> Hi,
>
> after the update this morning, "numpy" wasn't found anumore by python.
>
> Asking python, it gave me:
> Python 3.7.5 (default, Dec 15 2019, 05:23:14)
> [GCC 9.2.0] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import numpy
> Traceback (most recent call last):
>   File "", line 1, in 
> ModuleNotFoundError: No module named 'numpy'
> >>>
>
> eix numpy gave me:
>
>
> [U] dev-python/numpy
>  Available versions:  1.14.5^t (~)1.15.4^t (~)1.16.1^t (~)1.16.5^t
> (~)1.17.4^t {doc lapack test PYTHON_TARGETS="python2_7 python3_5 python3_6
> python3_7 python3_8"}
>  Installed versions:  1.16.5^t(06:31:45 AM 12/15/2019)(lapack -doc
> -test PYTHON_TARGETS="python2_7 python3_6 -python3_5 -python3_7")
>  Homepage:https://www.numpy.org
>  Description: Fast array and numerical python library
>
>
> emergeing it with
>
> emerge --selective=n dev-python/numpy
>
> results in the same output of eix.
>
> Interestingly a post on stackexchange related to the problem of "numpy
> not found" states (source:
> https://stackoverflow.com/questions/7818811/import-error-no-module-named-numpy_
> )
>
> "Support for Python 3 was added in NumPy version 1.5.0, so to begin with,
> you must download/install a newer version of NumPy."
>
> and links to this address:
> https://sourceforge.net/projects/numpy/files//NumPy/1.5.0/NOTES.txt/view
> which states the same.
>
> A version of numpy >= 1.5 is not offered by portage repo it seems, but
> python 3.x is.
>
> pip3 says, everything is fine, numpy is installed:
>
> pip3 install --user numpy
> Requirement already satisfied: numpy in /usr/lib64/python3.6/site-packages
> (1.16.5)
>
> But this does not fit the installed python version according to the
> linked sources above.
>
> How can I solve this problem?
>
> (I am on "unstable"...)
>
> Cheers!
> mcc
>
>
>
>


[gentoo-user] Re: emerge matplotlib-1.3.0 fails

2014-12-17 Thread walt
On 12/17/2014 03:46 AM, rhan...@gmx.de wrote:
> Hi,
> 
> When emergin matplotlib (as dependency of ipython) it fails with the
> following error:
> 
> src/_png.cpp:264:13: error: 'npy_PyFile_DupClose' was not declared in
> 
> Full output of build.log, emerge --info and emerge -pqv is attached

I believe the real error message appears several lines above the one
you quoted above:

In file included from 
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0,
 from 
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17,
 from 
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
 from src/_png.cpp:28:
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
 warning: #warning "Using deprecated NumPy API, disable it by " "#defining 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^
src/_png.cpp:243:48: error: macro "npy_PyFile_DupClose" requires 3 arguments, 
but only 2 given

^^

That kind of message is classic for a mis-matched library version. In this
case the numpy library is either too new or too old for the package you're
trying to emerge.

Are you mixing stable/unstable packages on that machine?  If not, then this
looks like a bug in the ebuild.
 





Re: [gentoo-user] emerge numpy 1.0.1-r1 failing: can't find cblas

2007-02-20 Thread Bo Ørsted Andresen
On Monday 19 February 2007 19:36:35 Grant Edwards wrote:
> * You need to set cblas to atlas or reference. Do:
> *eselect cblas set 
> * where  is atlas, threaded-atlas or reference
>
>!!! ERROR: dev-python/numpy-1.0.1-r1 failed.
>Call stack:
>  ebuild.sh, line 1614:   Called dyn_compile
>  ebuild.sh, line 971:   Called qa_call 'src_compile'
>  environment, line 3930:   Called src_compile
>  numpy-1.0.1-r1.ebuild, line 122:   Called numpy_configure
>  numpy-1.0.1-r1.ebuild, line 37:   Called die

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

-- 
Bo Andresen


pgpUHdAkXKt3a.pgp
Description: PGP signature


Re: [gentoo-user] Emerge riddle again

2015-01-15 Thread Alan McKinnon
On 16/01/2015 06:15, meino.cra...@gmx.de wrote:
> Hi,
> 
> again the emerge oracle has spoken to one to its lowest servants and so said:
> 
> 
> 
> Diffing databases (17943 -> 17944 packages)
> [N]   >> net-print/epson-inkjet-printer-escpr (~*1.4.4): Epson Inkjet Printer 
> Driver (ESC/P-R)
>  * Time statistics:
>219 seconds for syncing
> 95 seconds for eix-update
> 13 seconds for eix-diff
>330 seconds total
> Calculating dependencies... done!
> 
> WARNING: One or more updates/rebuilds have been skipped due to a dependency 
> conflict:
> 
> dev-python/numpy:0
> 
>   (dev-python/numpy-1.9.0-r1:0/0::gentoo, ebuild scheduled for merge) 
> conflicts with
> 
>   required by (dev-python/matplotlib-1.3.0-r1:0/0::gentoo, installed)
> ^ ^
> 
> 
> May the light of the greater ebuild shed some wisdom onto my
> poor soul so enlightment will struck the darkness of my knowledge...
> 
> But does that mean?


In simple terms, you have a conflict between something new and something
old, and portage can't do it.

In this case, portage wants to update numpy from to 1.9.0-r1, but can't.
The reason is the matplotlib ebuild requires a version of numpy <1.9.0
(ignore for now the python_targets stuff, that's USE-like requirements
which are not relevant).

Bottom line: with that version of matplotlib, you are pegged to the
current version of numpy, and portage is being overly complicated about
telling you this.

If you can't update matplotlib, you can just leave things as they are -
it doesn't hurt. Train your eye to ignore that output about numpy.


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




Re: [gentoo-user] Emerge riddle again

2015-01-16 Thread Meino . Cramer
Alan McKinnon  [15-01-16 08:52]:
> On 16/01/2015 06:15, meino.cra...@gmx.de wrote:
> > Hi,
> > 
> > again the emerge oracle has spoken to one to its lowest servants and so 
> > said:
> > 
> > 
> > 
> > Diffing databases (17943 -> 17944 packages)
> > [N]   >> net-print/epson-inkjet-printer-escpr (~*1.4.4): Epson Inkjet 
> > Printer Driver (ESC/P-R)
> >  * Time statistics:
> >219 seconds for syncing
> > 95 seconds for eix-update
> > 13 seconds for eix-diff
> >330 seconds total
> > Calculating dependencies... done!
> > 
> > WARNING: One or more updates/rebuilds have been skipped due to a dependency 
> > conflict:
> > 
> > dev-python/numpy:0
> > 
> >   (dev-python/numpy-1.9.0-r1:0/0::gentoo, ebuild scheduled for merge) 
> > conflicts with
> > 
> >  >  required by (dev-python/matplotlib-1.3.0-r1:0/0::gentoo, installed)
> > ^ ^
> > 
> > 
> > May the light of the greater ebuild shed some wisdom onto my
> > poor soul so enlightment will struck the darkness of my knowledge...
> > 
> > But does that mean?
> 
> 
> In simple terms, you have a conflict between something new and something
> old, and portage can't do it.
> 
> In this case, portage wants to update numpy from to 1.9.0-r1, but can't.
> The reason is the matplotlib ebuild requires a version of numpy <1.9.0
> (ignore for now the python_targets stuff, that's USE-like requirements
> which are not relevant).
> 
> Bottom line: with that version of matplotlib, you are pegged to the
> current version of numpy, and portage is being overly complicated about
> telling you this.
> 
> If you can't update matplotlib, you can just leave things as they are -
> it doesn't hurt. Train your eye to ignore that output about numpy.
> 
> 
> -- 
> Alan McKinnon
> alan.mckin...@gmail.com
> 
> 

Hi Alan,

thanks for the translation! :)
We should suggest Google to implement a new translation 
Portage->English ;)))

Best regards,
Meino





[gentoo-user] eix showing me weird results

2016-01-26 Thread »Q«
I have an amd64 machine with only a few ~amd64 packages.  I use
'eix-sync && emerge -auDv --changed-use @world' daily.  Yesterday,
dev-python/numpy-1.10.4 and dev-qt/qtchooser-0_p20151008 were
stabilized for amd64.  After updating them, eix is giving me bad info
(see output below).  There doesn't seem to be any problem with portage
or its data, just with eix.  I've run 'emerge --metadata' and
'eix-update' in hopes my issue would magically vanish, but that's the
extent of what I know to try.  I'm using eix-0.30.11 for many months
and haven't made any configuration changes to it.  The only non-default
settings I have for eix are

REDUNDANT_IF_IN_MASK="false"
REDUNDANT_IF_MASK_NO_CHANGE="false"

'eix numpy' and 'eix qtchooser' tell me my newly installed versions are
still ~amd64, along with a [?] status.  Here's partial output:

$ eix -e numpy
[?] dev-python/numpy
 Available versions:  ~1.8.2 1.9.2 ~1.9.3 ~1.10.1-r1 ~1.10.2-r2 ~1.10.4

$ eix qtchooser
[?] dev-qt/qtchooser
 Available versions:  0_p20150102 ~0_p20151008 

Also, eix-test-obsolete gives me:

Installed packages with a version not in the database (or masked):
[?] dev-python/numpy (1.10.4@01/25/2016 -> 1.9.2): Fast array and numerical 
python library
[?] dev-qt/qtchooser (0_p20151008@01/25/2016 -> 0_p20150102): Qt4/Qt5 version 
chooser
Found 2 matches.






[gentoo-user] Re: emerge numpy 1.0.1-r1 failing: can't find cblas

2007-02-20 Thread Grant Edwards
On 2007-02-20, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:

> On Monday 19 February 2007 19:36:35 Grant Edwards wrote:
>> * You need to set cblas to atlas or reference. Do:
>> *eselect cblas set 
>> * where  is atlas, threaded-atlas or reference
>>
>>!!! ERROR: dev-python/numpy-1.0.1-r1 failed.
>>Call stack:
>>  ebuild.sh, line 1614:   Called dyn_compile
>>  ebuild.sh, line 971:   Called qa_call 'src_compile'
>>  environment, line 3930:   Called src_compile
>>  numpy-1.0.1-r1.ebuild, line 122:   Called numpy_configure
>>  numpy-1.0.1-r1.ebuild, line 37:   Called die
>
> http://bugs.gentoo.org/show_bug.cgi?id=167652

I know.  I filed that bug report.

The fix is to unmask testing versions of the cblas packages and
install newer versions.

-- 
Grant Edwards   grante Yow!  I am a traffic light,
  at   and Alan Ginzberg kidnapped
   visi.commy laundry in 1927!

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] using icc with portage

2011-09-05 Thread Stefan G. Weichinger

Anyone else using Intel's compiler, icc?

I do for quite a while now.
Followed http://www.gentoo-wiki.info/HOWTO_ICC_and_Portage

I still prefer gcc over icc so I use

http://www.gentoo-wiki.info/HOWTO_ICC_and_Portage#.2Fetc.2Fportage.2Fbashrc

to only use icc for stuff I list in /etc/portage/package.icc

-

Lately I get compilation-errors for packages that aren't listed in that
file, for example dev-python/numpy-1.6.1

It fails with log-lines telling me that icc was used to (try to) compile it:

[..]
icc: command line warning #10156: ignoring option '-fp'; no argument
required
icc: error #10236: File not found:  'l1-cache-line-size=64'
icc: command line warning #10156: ignoring option '-fp'; no argument
required
icc: error #10236: File not found:  'l2-cache-size=4096'
error: Command "icc -pthread -shared -Wl,-O1 -Wl,--as-needed -shared -O2
-D_FORTIFY_SOURCE=2 -march=core2 -mcx16 -msahf --param l1-cache-size=32
--param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2
-fno-strict-aliasing
build-2.7/temp.linux-x86_64-2.7/build-2.7/src.linux-x86_64-2.7/numpy/core/src/_sortmodule.o
-L/usr/lib64 -Lbuild-2.7/temp.linux-x86_64-2.7 -lnpymath -lm -lpython2.7
-o build-2.7/lib.linux-x86_64-2.7/numpy/core/_sort.so" failed with exit
status 1


# grep numpy /etc/portage/*
#

The shell is bash:

# echo $SHELL
/bin/bash

hmm

Yeah, I know, I could simply get rid of icc again.

But maybe someone in here has an idea why this fails.
Maybe it somehow needs some small fix somewhere.

Stefan



Re: [gentoo-user] using icc with portage

2011-09-06 Thread Tamer Higazi
ICC would be only interisting if I would have a fallback sollution, that
doesn't exist right now.


For example, if ICC wouldn't compile that it falls back automaticly to gcc.


As said, too sad :(


Tamer

Am 05.09.2011 23:43, schrieb Stefan G. Weichinger:
> 
> Anyone else using Intel's compiler, icc?
> 
> I do for quite a while now.
> Followed http://www.gentoo-wiki.info/HOWTO_ICC_and_Portage
> 
> I still prefer gcc over icc so I use
> 
> http://www.gentoo-wiki.info/HOWTO_ICC_and_Portage#.2Fetc.2Fportage.2Fbashrc
> 
> to only use icc for stuff I list in /etc/portage/package.icc
> 
> -
> 
> Lately I get compilation-errors for packages that aren't listed in that
> file, for example dev-python/numpy-1.6.1
> 
> It fails with log-lines telling me that icc was used to (try to) compile it:
> 
> [..]
> icc: command line warning #10156: ignoring option '-fp'; no argument
> required
> icc: error #10236: File not found:  'l1-cache-line-size=64'
> icc: command line warning #10156: ignoring option '-fp'; no argument
> required
> icc: error #10236: File not found:  'l2-cache-size=4096'
> error: Command "icc -pthread -shared -Wl,-O1 -Wl,--as-needed -shared -O2
> -D_FORTIFY_SOURCE=2 -march=core2 -mcx16 -msahf --param l1-cache-size=32
> --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2
> -fno-strict-aliasing
> build-2.7/temp.linux-x86_64-2.7/build-2.7/src.linux-x86_64-2.7/numpy/core/src/_sortmodule.o
> -L/usr/lib64 -Lbuild-2.7/temp.linux-x86_64-2.7 -lnpymath -lm -lpython2.7
> -o build-2.7/lib.linux-x86_64-2.7/numpy/core/_sort.so" failed with exit
> status 1
> 
> 
> # grep numpy /etc/portage/*
> #
> 
> The shell is bash:
> 
> # echo $SHELL
> /bin/bash
> 
> hmm
> 
> Yeah, I know, I could simply get rid of icc again.
> 
> But maybe someone in here has an idea why this fails.
> Maybe it somehow needs some small fix somewhere.
> 
> Stefan
> 




Re: [gentoo-user] Conflicting version...but the version scheme is confusing...

2019-11-29 Thread tuxic
On 11/29 10:28, Dale wrote:
> tu...@posteo.de wrote:
> > On 11/29 10:12, Dale wrote:
> >> tu...@posteo.de wrote:
> >>> Hi,
> >>>
> >>> I got this printed onto my console after updateing:
> >>>
> >>>   (media-gfx/imagemagick-7.0.9.5:0/7.0.9::gentoo, ebuild scheduled for 
> >>> merge) conflicts with
> >>>  >>> (media-gfx/inkscape-1.0_beta1:0/0::gentoo, ebuild scheduled for merge)
> >>>
> >>> What does "media-gfx/imagemagick-7:=[cxx]" indicate for a version ?
> >>>
> >>> Cheers!
> >>> Meino
> >>>
> >> I get this here:
> >>
> >>
> >> [ebuild   R    ] media-gfx/imagemagick-7.0.9.5:0/7.0.9::gentoo  USE="X
> >> bzip2 corefonts cxx fontconfig jbig jpeg jpeg2k lcms lzma openmp pango
> >> png svg tiff truetype wmf xml zlib -djvu -fftw -fpx -graphviz -hdri
> >> -heif -lqr -opencl -openexr -perl -postscript -q32 -q8 -raw -static-libs
> >> -test -webp" 0 KiB
> >>
> >>
> >> Notice the USE flag cxx is enabled.  I think it is trying to say you
> >> need to enable that USE flag for that package.  Portage's output can be
> >> confusing at times without a crystal ball or some other magic way to
> >> decipher what it says.  lol
> >>
> >> Of course, I could be wrong on that too.  :/
> >>
> >> Dale
> >>
> >> :-)  :-) 
> >>
> > Hi Dale,
> >
> > thank you for your posting! :)
> >
> > mine says:
> >
> > [U] media-gfx/imagemagick
> >  Available versions:  6.9.10.74(0/6.9.10.74)^tu 7.0.9.5(0/7.0.9)^t 
> > **(0/7.0.9)*l^t {X bzip2 corefonts cxx djvu fftw fontconfig fpx 
> > graphviz hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp 
> > pango perl png postscript q32 q8 raw static-libs svg test tiff truetype 
> > webp wmf xml zlib}
> >  Installed versions:  6.9.10.73(0/6.9.10.73)^t(04:05:19 AM 
> > 11/23/2019)(X bzip2 cxx jpeg jpeg2k openmp png zlib -corefonts -djvu -fftw 
> > -fontconfig -fpx -graphviz -hdri -heif -jbig -lcms -lqr -lzma -opencl 
> > -openexr -pango -perl -postscript -q32 -q8 -raw -static-libs -svg -test 
> > -tiff -truetype -webp -wmf -xml)
> >
> >
> > So "cxx" is already set. I will try to disable it, but it was not set
> > by me...so it may break other things.
> >
> > Could this not make a little bit clearer?
> >
> > Cheers!
> > Meino
> >
> 
> Sometimes if it is set, it needs to be enabled for other packages it
> depends on as well if you want that option.  On the other hand, if it is
> not set for the dependencies, then you need to turn it off for the
> package in question as well. 
> 
> It would be nice if it was clearer at times but we don't code the thing
> either.  Usually, I trial and error it until I run out of ideas and then
> I post for someone with that crystal ball to help me with it.  lol 
> 
> Of course, it could something else causing this too.  There's a couple
> on here with a crystal ball so maybe they will help out if you don't
> find a solution soon. 
> 
> Dale
> 
> :-)  :-) 
> 

Hi Dale,

after switching this cxx-thingy off and on again, I get additional
errors:

dev-python/numpy:0

  (dev-python/numpy-1.17.4:0/0::gentoo, ebuild scheduled for merge) conflicts 
with

dev-python/numpy[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
 required by (media-libs/opencv-4.1.2:0/4.1.2::gentoo, installed)
    

 

dev-python/numpy[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
 required by (app-arch/bloscpack-0.11.0:0/0::gentoo, installed)


  

dev-python/numpy[python_targets_python2_7(-),-python_single_target_python2_7(-)]
 required by (dev-python/pygtk-2.24.0-r4:2/2::gentoo, installed)



dev-python/numpy[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
 required by (media-libs/aubio-0.4.9:0/5::gentoo, installed)


 
"Trial and error" should not be the base of fixing based on error
messages.

I think...

Cheers!
Meino




[gentoo-user] Emerge riddle again

2015-01-15 Thread Meino . Cramer
Hi,

again the emerge oracle has spoken to one to its lowest servants and so said:



Diffing databases (17943 -> 17944 packages)
[N]   >> net-print/epson-inkjet-printer-escpr (~*1.4.4): Epson Inkjet Printer 
Driver (ESC/P-R)
 * Time statistics:
   219 seconds for syncing
95 seconds for eix-update
13 seconds for eix-diff
   330 seconds total
Calculating dependencies... done!

WARNING: One or more updates/rebuilds have been skipped due to a dependency 
conflict:

dev-python/numpy:0

  (dev-python/numpy-1.9.0-r1:0/0::gentoo, ebuild scheduled for merge) conflicts 
with



[gentoo-user] No-multilib media-libs/opencv-4.5.0 fails to install

2021-05-06 Thread Michael
At some point in the install stage emerge tries to remove some python modules 
and fails:

==
rm: cannot remove 'modules/python3': No such file or directory 
===


Half way it complains about CPU optimisations:
==
RuntimeError: NumPy was built with baseline optimizations: 
(SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42) but your machine doesn't support:
(POPCNT).
=

I've rebuilt numpy, but it made no difference.

In any case it continues beyond that point, only to fail at the tail end.  Log 
attached.

Any idea what's wrong and how to move beyond this blocker?<>


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


Re: [gentoo-user] using icc with portage

2011-09-06 Thread justin
On 9/5/11 11:43 PM, Stefan G. Weichinger wrote:
> 
> Anyone else using Intel's compiler, icc?

Hi Stefan,

try to stick to gcc as most pacakges will compile with it.

I personally use icc/ifort for some sience packages and see speedups of
calculation between 2-25x depending on the *FLAGS. But this needs much
optimization of the flags. Nevertheless interesting for performance
critical apps.

Another compiler which was recently released after a long time as closed
source app into the open source world is the ekopath compiler suite
(ekopath(-bin) and path64) which proofed to have the best optimization
of all compilers in benchmarks. But same as icc, it might not work with
some packages.

And never use it with the kernel.

justin


> 
> I do for quite a while now.
> Followed http://www.gentoo-wiki.info/HOWTO_ICC_and_Portage
> 
> I still prefer gcc over icc so I use
> 
> http://www.gentoo-wiki.info/HOWTO_ICC_and_Portage#.2Fetc.2Fportage.2Fbashrc
> 
> to only use icc for stuff I list in /etc/portage/package.icc
> 
> -
> 
> Lately I get compilation-errors for packages that aren't listed in that
> file, for example dev-python/numpy-1.6.1
> 
> It fails with log-lines telling me that icc was used to (try to) compile it:
> 
> [..]
> icc: command line warning #10156: ignoring option '-fp'; no argument
> required
> icc: error #10236: File not found:  'l1-cache-line-size=64'
> icc: command line warning #10156: ignoring option '-fp'; no argument
> required
> icc: error #10236: File not found:  'l2-cache-size=4096'
> error: Command "icc -pthread -shared -Wl,-O1 -Wl,--as-needed -shared -O2
> -D_FORTIFY_SOURCE=2 -march=core2 -mcx16 -msahf --param l1-cache-size=32
> --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2
> -fno-strict-aliasing
> build-2.7/temp.linux-x86_64-2.7/build-2.7/src.linux-x86_64-2.7/numpy/core/src/_sortmodule.o
> -L/usr/lib64 -Lbuild-2.7/temp.linux-x86_64-2.7 -lnpymath -lm -lpython2.7
> -o build-2.7/lib.linux-x86_64-2.7/numpy/core/_sort.so" failed with exit
> status 1
> 
> 
> # grep numpy /etc/portage/*
> #
> 
> The shell is bash:
> 
> # echo $SHELL
> /bin/bash
> 
> hmm
> 
> Yeah, I know, I could simply get rid of icc again.
> 
> But maybe someone in here has an idea why this fails.
> Maybe it somehow needs some small fix somewhere.
> 
> Stefan
> 




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Emerge riddle again

2015-01-15 Thread Marc Joliet
Am Fri, 16 Jan 2015 05:15:03 +0100
schrieb meino.cra...@gmx.de:

> Hi,
> 
> again the emerge oracle has spoken to one to its lowest servants and so said:
> 
> 
> 
> Diffing databases (17943 -> 17944 packages)
> [N]   >> net-print/epson-inkjet-printer-escpr (~*1.4.4): Epson Inkjet Printer 
> Driver (ESC/P-R)
>  * Time statistics:
>219 seconds for syncing
> 95 seconds for eix-update
> 13 seconds for eix-diff
>330 seconds total
> Calculating dependencies... done!
> 
> WARNING: One or more updates/rebuilds have been skipped due to a dependency 
> conflict:
> 
> dev-python/numpy:0
> 
>   (dev-python/numpy-1.9.0-r1:0/0::gentoo, ebuild scheduled for merge) 
> conflicts with
> 
>   required by (dev-python/matplotlib-1.3.0-r1:0/0::gentoo, installed)
> ^ ^

Well, this one's easy: your current matplotlib needs 

pgpTijHUC2Re9.pgp
Description: Digitale Signatur von OpenPGP


Re: [gentoo-user] Re: Do we have to build gcc with fortran now?

2011-06-22 Thread Dale

Mark Knecht wrote:

For kicks I decided to give -fortran a try. I find it interesting that
with Fortran installed using either the fortran flag in package.use,
or just not setting the flag at all, I apparently do not need the c++
libraries that I do need when I choose -fortran. However it seems that
-fortran doesn't eliminate the need for installing a Fortran compiler.
It simply shifted it from the GNU gcc Fortran package to the Intel
Fortran Compiler (dev-lang/ifc)

c2stable ~ # emerge -pvDuN @world

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

Calculating dependencies... done!
[ebuild  N ] sys-libs/libstdc++-v3-3.3.6  USE="(multilib) nls" 23,459 kB
[ebuild  N ] virtual/libstdc++-3.3  0 kB
[ebuild  N ] app-emulation/emul-linux-x86-compat-20100611
USE="(multilib)" 930 kB
[ebuild  N ] dev-lang/ifc-10.0.026-r1  40,378 kB
[ebuild   R] sys-devel/gcc-4.4.5  USE="gtk mudflap (multilib) nls
nptl openmp (-altivec) -bootstrap -build -doc (-fixed-point) -fortran*
-gcj -graphite (-hardened) (-libffi) -multislot -nocxx -nopie -nossp
-objc -objc++ -objc-gc -test -vanilla (-n32%) (-n64%)" 61,647 kB

Total: 5 packages (4 new, 1 reinstall), Size of downloads: 126,413 kB
c2stable ~ #

I have a virtual/fortran driven AFACT through any number of dependencies:

c2stable ~ # eix -I fortran
[I] virtual/fortran
  Available versions:  0 {openmp}
  Installed versions:  0(06:12:54 AM 06/22/2011)(openmp)
  Description: Virtual for Fortran Compiler

c2stable ~ # eix -Ic fortran
[I] virtual/fortran (0@06/22/2011): Virtual for Fortran Compiler
c2stable ~ # equery depends fortran
  * These packages depend on fortran:
dev-python/numpy-1.6.0 (lapack ? virtual/fortran)
sci-libs/blas-reference-20070226 (virtual/fortran)
c2stable ~ # equery depends numpy
  * These packages depend on numpy:
dev-python/pygtk-2.22.0-r1 (dev-python/numpy)
c2stable ~ # equery depends pygtk
  * These packages depend on pygtk:
dev-python/pygtksourceview-2.10.1 (>=dev-python/pygtk-2.8:2)
dev-python/twisted-11.0.0 (gtk ?>=dev-python/pygtk-1.99)
dev-vcs/git-1.7.3.4-r1 (gtk ?>=dev-python/pygtk-2.8)
x11-misc/driconf-0.9.1-r1 (>=dev-python/pygtk-2.4:2)
c2stable ~ # equery depends blas-reference
  * These packages depend on blas-reference:
virtual/blas-1.0 (sci-libs/blas-reference)
c2stable ~ # equery depends virtual/blas
  * These packages depend on virtual/blas:
dev-lang/R-2.12.2 (virtual/blas)
c2stable ~ #

In my case I'm sticking with the gcc fortran package as it's the devil I know...

- Mark


   


I emerge -C ifc and revdep-rebuild rebuilt some stuff but it is gone 
now.  So, you may have to work with it but it *might* be removable too.


Dale

:-)  :-)



[gentoo-user] Re: No-multilib media-libs/opencv-4.5.0 fails to install

2021-05-10 Thread Michael
On Thursday, 6 May 2021 19:25:11 BST you wrote:
> At some point in the install stage emerge tries to remove some python
> modules and fails:
> 
> ==
> rm: cannot remove 'modules/python3': No such file or directory
> ===
> 
> 
> Half way it complains about CPU optimisations:
> ======
> RuntimeError: NumPy was built with baseline optimizations:
> (SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42) but your machine doesn't support:
> (POPCNT).
> =
> 
> I've rebuilt numpy, but it made no difference.
> 
> In any case it continues beyond that point, only to fail at the tail end. 
> Log attached.
> 
> Any idea what's wrong and how to move beyond this blocker?

I decided to apply an ugly hack as a workaround, to allow me to install 
opencv.  Bug report here:

https://bugs.gentoo.org/788712


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


Re: [gentoo-user] Re: Do we have to build gcc with fortran now?

2011-06-22 Thread Mark Knecht
On Wed, Jun 22, 2011 at 9:11 AM, Nikos Chantziaras  wrote:

>
> I'm on KDE too, and it doesn't need it.  Probably because my make.conf
> explicitly says "-fortran" in it.
>
>
>

For kicks I decided to give -fortran a try. I find it interesting that
with Fortran installed using either the fortran flag in package.use,
or just not setting the flag at all, I apparently do not need the c++
libraries that I do need when I choose -fortran. However it seems that
-fortran doesn't eliminate the need for installing a Fortran compiler.
It simply shifted it from the GNU gcc Fortran package to the Intel
Fortran Compiler (dev-lang/ifc)

c2stable ~ # emerge -pvDuN @world

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

Calculating dependencies... done!
[ebuild  N ] sys-libs/libstdc++-v3-3.3.6  USE="(multilib) nls" 23,459 kB
[ebuild  N ] virtual/libstdc++-3.3  0 kB
[ebuild  N ] app-emulation/emul-linux-x86-compat-20100611
USE="(multilib)" 930 kB
[ebuild  N ] dev-lang/ifc-10.0.026-r1  40,378 kB
[ebuild   R] sys-devel/gcc-4.4.5  USE="gtk mudflap (multilib) nls
nptl openmp (-altivec) -bootstrap -build -doc (-fixed-point) -fortran*
-gcj -graphite (-hardened) (-libffi) -multislot -nocxx -nopie -nossp
-objc -objc++ -objc-gc -test -vanilla (-n32%) (-n64%)" 61,647 kB

Total: 5 packages (4 new, 1 reinstall), Size of downloads: 126,413 kB
c2stable ~ #

I have a virtual/fortran driven AFACT through any number of dependencies:

c2stable ~ # eix -I fortran
[I] virtual/fortran
 Available versions:  0 {openmp}
 Installed versions:  0(06:12:54 AM 06/22/2011)(openmp)
 Description: Virtual for Fortran Compiler

c2stable ~ # eix -Ic fortran
[I] virtual/fortran (0@06/22/2011): Virtual for Fortran Compiler
c2stable ~ # equery depends fortran
 * These packages depend on fortran:
dev-python/numpy-1.6.0 (lapack ? virtual/fortran)
sci-libs/blas-reference-20070226 (virtual/fortran)
c2stable ~ # equery depends numpy
 * These packages depend on numpy:
dev-python/pygtk-2.22.0-r1 (dev-python/numpy)
c2stable ~ # equery depends pygtk
 * These packages depend on pygtk:
dev-python/pygtksourceview-2.10.1 (>=dev-python/pygtk-2.8:2)
dev-python/twisted-11.0.0 (gtk ? >=dev-python/pygtk-1.99)
dev-vcs/git-1.7.3.4-r1 (gtk ? >=dev-python/pygtk-2.8)
x11-misc/driconf-0.9.1-r1 (>=dev-python/pygtk-2.4:2)
c2stable ~ # equery depends blas-reference
 * These packages depend on blas-reference:
virtual/blas-1.0 (sci-libs/blas-reference)
c2stable ~ # equery depends virtual/blas
 * These packages depend on virtual/blas:
dev-lang/R-2.12.2 (virtual/blas)
c2stable ~ #

In my case I'm sticking with the gcc fortran package as it's the devil I know...

- Mark



Re: [gentoo-user] Conflicting version...but the version scheme is confusing...

2019-11-29 Thread Róbert Čerňanský
On Sat, 30 Nov 2019 05:45:48 +0100
tu...@posteo.de wrote:

> On 11/29 10:28, Dale wrote:
> > tu...@posteo.de wrote:  
> > > On 11/29 10:12, Dale wrote:  
> > >> tu...@posteo.de wrote:  
> > >>>   (media-gfx/imagemagick-7.0.9.5:0/7.0.9::gentoo, ebuild
> > >>> scheduled for merge) conflicts with
> > >>>  > >>> (media-gfx/inkscape-1.0_beta1:0/0::gentoo, ebuild scheduled for
> > >>> merge)
> > >>>
> > >>> What does "media-gfx/imagemagick-7:=[cxx]" indicate for a
> > >>> version ?

Hi, man 5 ebuild tells us that:

 = Indicates that any slot value is acceptable. In addition, for runtime
   dependencies, indicates that the package will break unless a matching
   package with slot and sub-slot equal to the slot and sub-slot of the best
   installed version at the time the package was installed is available.

In this it case means that inkscape wants the same slot version of
imagemagick as it was present in the system at the time inkscape got
emerged.  So if you update imagemagick to a higher slot, inkscape will
break and needs to be rebuilt.  The rebuild should have been
automatically scheduled by emerge.  I am not sure why it did not but
you have probably too many other conflicts and emerge got lost in that
mess. ;-)  It usually helps if you make all the USE flag and keyword
changes that emerge wants you to do first.  If it does not help then
unmerge inkscape and emerge it again after update.

> after switching this cxx-thingy off and on again, I get additional
> errors:
> 
> dev-python/numpy:0
> 
>   (dev-python/numpy-1.17.4:0/0::gentoo, ebuild scheduled for merge)
> conflicts with
> dev-python/numpy[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
> required by (media-libs/opencv-4.1.2:0/4.1.2::gentoo, installed)

This looks like python is going to be updated.  Again, try to make all
the USE flags and keyword changes (they are usually printed at the
end of emerge's error output).  Then try to increase backtrack value
with --backtrack parameter.

Robert


-- 
Róbert Čerňanský
E-mail: ope...@tightmail.com
Jabber: h...@jabber.sk



[gentoo-user] kicad failed to compile after update

2020-05-09 Thread tuxic
Hi,

this morning I had a massive update of my system.

Beside others kicad failed to recompile with this message

Calculating dependencies... done!
 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 * 
 *   >=dev-libs/boost-1.61:0/1.72.0=[context,nls,threads] pulled in by:
 * sci-electronics/kicad-5.1.5-r1
 * 
 *   
>=dev-libs/boost-1.61:0/1.72.0=[context,nls,threads,python,python_targets_python3_6(-)]
 pulled in by:
 * sci-electronics/kicad-5.1.5-r1
 * 
 *   
>=dev-libs/boost-1.61:=[context,nls,threads,python,python_targets_python3_6(-)] 
pulled in by:
 * sci-electronics/kicad-5.1.5-r1
 * 
 *   dev-python/wxpython:4.0[python_targets_python3_6(-)] pulled in by:
 * sci-electronics/kicad-5.1.5-r1
 * 
 *   media-libs/glew:0/2.1= pulled in by:
 * sci-electronics/kicad-5.1.5-r1


:
[I] dev-libs/boost
 Available versions:  1.72.0-r1(0/1.72.0)^t (~)1.73.0(0/1.73.0)^t {bzip2 
context debug doc icu lzma mpi +nls numpy python static-libs +threads tools 
zlib zstd ABI_MIPS="n32 n64 o32" ABI_RISCV="lp64 lp64d" ABI_S390="32 64" 
ABI_X86="32 64 x32" PYTHON_TARGETS="python2_7 python3_6 python3_7 python3_8"}
 Installed versions:  1.73.0(0/1.73.0)^t(06:38:51 AM 05/10/2020)(bzip2 
context nls python threads zlib -debug -doc -icu -lzma -mpi -numpy -static-libs 
-tools -zstd ABI_MIPS="-n32 -n64 -o32" ABI_RISCV="-lp64 -lp64d" ABI_S390="-32 
-64" ABI_X86="64 -32 -x32" PYTHON_TARGETS="python2_7 python3_7 -python3_6 
-python3_8")
 Homepage:https://www.boost.org/
 Description: Boost Libraries for C++


Is it possible to install the older version of boost somehow "in
parallel" withouth screwing up the rest of the system?

Cheers!
Meino





Re: [gentoo-user] No-multilib media-libs/opencv-4.5.0 fails to install

2021-05-07 Thread Dr Rainer Woitok
Michael,

On Thursday, 2021-05-06 19:25:11 +0100, you wrote:

> ...
> Half way it complains about CPU optimisations:
> ==
> RuntimeError: NumPy was built with baseline optimizations: 
> (SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42) but your machine doesn't support:
> (POPCNT).
> =

To avoid this in the future you could once run

   # cd /etc/portage
   # cpuid2cpuflags | sed -Ee 's/_[^_]+: /="/' -e 's/$/"/' >> make.conf

Sincerely,
  Rainer



Re: [gentoo-user] has anybody use ChatGPT for programming?

2023-03-20 Thread Mark Knecht
On Mon, Mar 20, 2023 at 5:52 PM  wrote:
>
> Has anybody use ChatGPT for programming?  I think it would very very
handy (less bugs) and less questions on the mailing-list
>

I've used it very early on to write some python code to read some text
files and place them in numpy arrays, etc.

It worked, the files were read correctly, then they cut off my access due
to too many users and I haven't bothered since.


Re: [gentoo-user] kicad failed to compile after update

2020-05-10 Thread Jack

On 2020.05.10 02:49, tu...@posteo.de wrote:

Hi,

this morning I had a massive update of my system.

Beside others kicad failed to recompile with this message

Calculating dependencies... done!
 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 *
 *   >=dev-libs/boost-1.61:0/1.72.0=[context,nls,threads] pulled in  
by:

 * sci-electronics/kicad-5.1.5-r1
 *
  
*   >=dev-libs/boost-1.61:0/1.72.0=[context,nls,threads,python,python_targets_python3_6(-)]  
pulled in by:

 * sci-electronics/kicad-5.1.5-r1
 *
  
*   >=dev-libs/boost-1.61:=[context,nls,threads,python,python_targets_python3_6(-)]  
pulled in by:

 * sci-electronics/kicad-5.1.5-r1
 *
 *   dev-python/wxpython:4.0[python_targets_python3_6(-)] pulled in  
by:

 * sci-electronics/kicad-5.1.5-r1
 *
 *   media-libs/glew:0/2.1= pulled in by:
 * sci-electronics/kicad-5.1.5-r1


:
[I] dev-libs/boost
 Available versions:  1.72.0-r1(0/1.72.0)^t (~)1.73.0(0/1.73.0)^t  
{bzip2 context debug doc icu lzma mpi +nls numpy python static-libs  
+threads tools zlib zstd ABI_MIPS="n32 n64 o32" ABI_RISCV="lp64  
lp64d" ABI_S390="32 64" ABI_X86="32 64 x32" PYTHON_TARGETS="python2_7  
python3_6 python3_7 python3_8"}
 Installed versions:  1.73.0(0/1.73.0)^t(06:38:51 AM  
05/10/2020)(bzip2 context nls python threads zlib -debug -doc -icu  
-lzma -mpi -numpy -static-libs -tools -zstd ABI_MIPS="-n32 -n64 -o32"  
ABI_RISCV="-lp64 -lp64d" ABI_S390="-32 -64" ABI_X86="64 -32 -x32"  
PYTHON_TARGETS="python2_7 python3_7 -python3_6 -python3_8")

 Homepage:https://www.boost.org/
 Description: Boost Libraries for C++


Is it possible to install the older version of boost somehow "in
parallel" withouth screwing up the rest of the system?

Cheers!
Meino
The problem is not versions, it's USE flags.  Note that both lines  
showing the required boost include "python_targets_python3_6(-)" and  
your eix output showing PYTHON_TARGETS="python2_7 python3_7 -python3_6  
-python3_8" for your installed version.


You need to include python3_6 as one of the PYTHON_TARGETS for boost,  
then you can install kicad.  You also have to do that for wxpython.  I  
can't tell what the issue is with glew without more information.




Re: [gentoo-user] dev-python/gtksourceview-python

2012-11-18 Thread Joseph

On 11/18/12 16:18, Joseph wrote:

Which package installs: dev-python/gtksourceview-python

I'm running "python-updater" and it gives me:
emerge: there are no ebuilds to satisfy "dev-python/gtksourceview-python:0"


I'm running 
python-updater

 * Starting Python Updater...
 * Main active version of Python:2.7
 * Active version of Python 2:   2.7
 * Active version of Python 3:   3.2
 * Globally supported Python ABIs in installed repositories:
 *   gentoo: 2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 
2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9
 *   paddymac:   2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 
2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9
 *   x-portage:  2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 
2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9
 *   Adding to list: app-office/openoffice-bin:0
 *   Adding to list: app-office/openoffice-bin:0
 *   Adding to list: dev-java/java-config:2
 *   Adding to list: dev-libs/libgamin:0
 *   Adding to list: dev-libs/libxslt:0
 *   Adding to list: dev-python/argparse:0
 *   Adding to list: dev-python/cython:0
 *   Adding to list: dev-python/gtksourceview-python:0
 *   Adding to list: dev-python/numpy:0
 *   Adding to list: dev-python/pycairo:0
 *   Adding to list: dev-python/pygame:0
 *   Adding to list: dev-python/setuptools:0
 *   Adding to list: dev-vcs/subversion:0
 *   Adding to list: gnome-extra/libgsf:0
 *   Adding to list: media-libs/lcms:0
 *   Adding to list: sys-apps/file:0
 *   Adding to list: sys-libs/cracklib:0
 * emerge -Dv1 --keep-going app-office/openoffice-bin:0 app-office/openoffice-bin:0 dev-java/java-config:2 dev-libs/libgamin:0 dev-libs/libxslt:0 dev-python/argparse:0 
dev-python/cython:0 dev-python/gtksourceview-python:0 dev-python/numpy:0 dev-python/pycairo:0 dev-python/pygame:0 dev-python/setuptools:0 dev-vcs/subversion:0 
gnome-extra/libgsf:0 media-libs/lcms:0 sys-apps/file:0 sys-libs/cracklib:0


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

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "dev-python/gtksourceview-python:0".

--
Joseph



[gentoo-user] dev-python/setuptools dependency conflict question

2019-12-07 Thread Walter Dnes
  I just ran a system update and got the following message...

=

WARNING: One or more updates/rebuilds have been skipped due to a dependency 
conflict:

dev-python/setuptools:0

  (dev-python/setuptools-40.6.3:0/0::gentoo, ebuild scheduled for merge) 
conflicts with

dev-python/setuptools[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
 required by (dev-python/certifi-2019.6.16:0/0::gentoo, installed)



   

dev-python/setuptools[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
 required by (dev-python/numpy-1.14.5:0/0::gentoo, installed)

=

  Any ideas on how to decipher this error message?

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] has anybody use ChatGPT for programming?

2023-03-20 Thread ezntek
It's still early tech, sometimes I do use chatgpt but I prefer searching, stack 
overflow and official docs.

On March 21, 2023 8:57:56 AM GMT+08:00, Mark Knecht  
wrote:
>On Mon, Mar 20, 2023 at 5:52 PM  wrote:
>>
>> Has anybody use ChatGPT for programming?  I think it would very very
>handy (less bugs) and less questions on the mailing-list
>>
>
>I've used it very early on to write some python code to read some text
>files and place them in numpy arrays, etc.
>
>It worked, the files were read correctly, then they cut off my access due
>to too many users and I haven't bothered since.


[gentoo-user] trouble compiling mpv

2016-08-25 Thread Deven Lahoti
Hi,

I'm having some trouble compiling mpv on one of my systems. It works
fine on my other system, which makes it even more confusing for me. I
had some difficulty compiling numpy as well, but it was fixed with
MAKEOPTS=-j1. The problem seems to be something to do with Python; I
tried both reinstalling it and switching to python2 but neither fixed
the problem. The only thing I could find with the same error message
was this thread, which wasn't very helpful:
http://www.gentoofreunde.org/phpbb/viewtopic.php?f=12&t=640&start=0 .
Hopefully someone here can help me out.

Here's the build.log: http://web.mit.edu/deywos/www/mpv.log

Thanks,
Deven



Re: [gentoo-user] Incredible Attack from Mars! Emerge monsters towards earth to strike again!

2017-02-03 Thread Neil Bothwick
On Fri, 3 Feb 2017 03:49:06 +0100, meino.cra...@gmx.de wrote:

> emerge: there are no ebuilds to satisfy
> ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]".
> (dependency required by
> "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency
> required by "dev-python/numpy-1.10.4::gentoo" [ebuild]) (dependency
> required by "media-libs/opencv-2.4.13::gentoo[python]" [installed])
> (dependency required by
> "media-gfx/gmic-1.7.9::gentoo[opencv]" [installed]) (dependency
> required by "@selected" [set]) (dependency required by
> "@world" [argument])

What is the output from these commands?

emerge --info | grep PYTHON
eselect python list
eselect python show


-- 
Neil Bothwick

Geordi, show these children the antimatter - Picard


pgpkUfej0eMKG.pgp
Description: OpenPGP digital signature


[gentoo-user] Error in emerge git

2010-02-25 Thread Konstantinos Bekiaris
I am a new to Gentoo and portage. I tried to install git but i get the 
following error:


Gentoo / # emerge git

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

*
* The FEATURES=digest setting can prevent corruption from being noticed.
* The `repoman manifest` command is the preferred way to generate
* manifests and it is capable of doing an entire repository or category at
* once.
*
Calculating dependencies... done!


[nomerge  ] dev-util/git-1.6.4.4  USE="gtk iconv 
perl -bash-completion -cgi -curl -cvs -doc -emacs -mozsha1 
(-ppcsha1) -subversion -threads -tk -webdav -xinetd"

[nomerge  ]  dev-python/pygtk-2.14.1-r1  USE="test -doc -examples"
[ebuild  N]   dev-python/numpy-1.3.0-r1  USE="test -lapack"
[ebuild  N]dev-python/nose-0.11.1  USE="test -doc -examples"
[ebuild  N] dev-python/twisted-8.2.0-r2  USE="crypt gtk -serial"
[ebuild  N]  dev-python/pygtk-2.14.1-r1  USE="test -doc -examples"
[nomerge  ] dev-util/cmake-2.6.4-r3  USE="qt4 -emacs -vim-syntax"
[nomerge  ]  x11-libs/qt-gui-4.5.3-r2  USE="accessibility cups dbus glib 
gtk mng qt3support tiff (-aqua) -debug -nas -nis -pch -raster -xinerama"
[nomerge  ]   x11-libs/gtk+-2.16.6 [1.2.10-r12] USE="cups jpeg test 
tiff -debug -doc -jpeg2k -vim-syntax -xinerama"
[nomerge  ]net-print/cups-1.3.11-r1  USE="X acl dbus jpeg ldap pam 
perl png ppds python ssl 
tiff -avahi -gnutls -java -kerberos -php -samba -slp -static -xinetd -zeroconf" 
LINGUAS="-de -en -es -et -fr -he -id -it -ja -pl -sv -zh_TW"
[ebuild  N] app-text/poppler-0.12.3-r3  USE="abiword cairo jpeg lcms 
png qt4 utils xpdf-headers -cjk -debug -doc -exceptions -jpeg2k"

[ebuild  N]  dev-util/cmake-2.6.4-r3  USE="qt4 -emacs -vim-syntax"
[ebuild  N]   x11-libs/qt-gui-4.5.3-r2  USE="accessibility cups dbus 
glib gtk mng qt3support tiff 
(-aqua) -debug -nas -nis -pch -raster -xinerama"
[ebuild  N]net-print/cups-1.3.11-r1  USE="X acl dbus jpeg ldap 
pam perl png ppds python ssl 
tiff -avahi -gnutls -java -kerberos -php -samba -slp -static -xinetd -zeroconf" 
LINGUAS="-de -en -es -et -fr -he -id -it -ja -pl -sv -zh_TW"
[nomerge  ] dev-util/git-1.6.4.4  USE="gtk iconv 
perl -bash-completion -cgi -curl -cvs -doc -emacs -mozsha1 
(-ppcsha1) -subversion -threads -tk -webdav -xinetd"

[nomerge  ]  dev-python/pygtksourceview-2.6.0  USE="-debug -doc"
[nomerge  ]   dev-python/pygtk-2.14.1-r1  USE="test -doc -examples"
[ebuild  N]gnome-base/libglade-2.6.4  USE="-debug -doc"
[ebuild  NS   ] x11-libs/gtk+-2.16.6 [1.2.10-r12] USE="cups jpeg test 
tiff -debug -doc -jpeg2k -vim-syntax -xinerama"


* Error: circular dependencies:

('ebuild', '/', 'x11-libs/gtk+-2.16.6', 'merge') depends on
 ('ebuild', '/', 'net-print/cups-1.3.11-r1', 'merge') (buildtime)
('ebuild', '/', 'dev-python/twisted-8.2.0-r2', 'merge') depends on
 ('ebuild', '/', 'dev-python/pygtk-2.14.1-r1', 'merge') (buildtime)
('ebuild', '/', 'dev-util/cmake-2.6.4-r3', 'merge') depends on
 ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge') (buildtime)
('ebuild', '/', 'dev-python/numpy-1.3.0-r1', 'merge') depends on
 ('ebuild', '/', 'dev-python/nose-0.11.1', 'merge') (buildtime)
('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge') depends on
 ('ebuild', '/', 'net-print/cups-1.3.11-r1', 'merge') (buildtime)
 ('ebuild', '/', 'x11-libs/gtk+-2.16.6', 'merge') (buildtime)
('ebuild', '/', 'gnome-base/libglade-2.6.4', 'merge') depends on
 ('ebuild', '/', 'x11-libs/gtk+-2.16.6', 'merge') (buildtime)
('ebuild', '/', 'net-print/cups-1.3.11-r1', 'merge') depends on
 ('ebuild', '/', 'app-text/poppler-0.12.3-r3', 'merge') (runtime)
('ebuild', '/', 'dev-python/nose-0.11.1', 'merge') depends on
 ('ebuild', '/', 'dev-python/twisted-8.2.0-r2', 'merge') (buildtime)
('ebuild', '/', 'dev-python/pygtk-2.14.1-r1', 'merge') depends on
 ('ebuild', '/', 'x11-libs/gtk+-2.16.6', 'merge') (buildtime)
 ('ebuild', '/', 'dev-python/numpy-1.3.0-r1', 'merge') (buildtime)
 ('ebuild', '/', 'gnome-base/libglade-2.6.4', 'merge') (buildtime)
('ebuild', '/', 'app-text/poppler-0.12.3-r3', 'merge') depends on
 ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge') (buildtime)
 ('ebuild', '/', 'x11-libs/gtk+-2.16.6', 'merge') (buildtime)
 ('ebuild', '/', 'dev-util/cmake-2.6.4-r3', 'merge') (buildtime)

* Note that circular dependencies can often be avoided by temporarily
* disabling USE flags that trigger optional dependencies.

* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
I understand that i must put some keywords in etc/portage/package.keyword. I 
think  dev-util/git   "gtk iconv 
perl -bash-completion -cgi -curl -cvs -doc -emacs -mozsha1 
(-ppcsha1) -subversion -threads -tk -webdav -xinetd"


but i am not sure.





Re: [gentoo-user] No-multilib media-libs/opencv-4.5.0 fails to install

2021-05-07 Thread Michael
Thanks Rainer,

On Friday, 7 May 2021 15:19:45 BST Dr Rainer Woitok wrote:
> Michael,
> 
> On Thursday, 2021-05-06 19:25:11 +0100, you wrote:
> > ...
> > Half way it complains about CPU optimisations:
> > ======
> > RuntimeError: NumPy was built with baseline optimizations:
> > (SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42) but your machine doesn't support:
> > (POPCNT).
> > =
> 
> To avoid this in the future you could once run
> 
># cd /etc/portage
># cpuid2cpuflags | sed -Ee 's/_[^_]+: /="/' -e 's/$/"/' >> make.conf
> 
> Sincerely,
>   Rainer

The CPU_FLAGS_X86 on this system were already set to the output of the 
cpuid2cpuflags command.  I'm not sure the baseline optimisations emerge warns 
about are causing the error at the end of the install stage.

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


[gentoo-user] ebuild with cmake, swig and python

2019-09-02 Thread Gerrit Kühn
Hi,

After searching the web without much success, maybe somebody in here can
direct me into the right direction:
I have a software that is providing swig bindings to (among other
languages) python, and I'd like to have an ebuild for that and get
binding for python2 and python3 at the same time. Building the thing works
fine for python2 and python3 on the commandline, but I cannot get my
ebuild to build for both python2 and python3 versions. It will build for
whatever is set as default python interpreter, but will not find the
libraries for the other one.

This is what the ebuild reports (with python3 being default):

-- +++ DEBUG +++ PYTHON_EXECUTABLE: /usr/bin/python
-- Found PythonInterp: /usr/bin/python (found version "3.6.9") 
-- Found PythonLibs: /usr/lib/libpython3.6m.so (found version "3.6.9") 
-- +++ DEBUG +++ PYTHON_EXECUTABLE: /usr/bin/python
-- +++ DEBUG +++ PYTHON_LIBRARIES: /usr/lib/libpython3.6m.so
-- +++ DEBUG +++ PYTHONLIBS_VERSION_STRING: 3.6.9
-- Found SWIG: /usr/bin/swig (found suitable version "3.0.12", minimum
required is "2.0.4") 
-- +++ DEBUG +++ ARG_INTERP: python2
-- +++ DEBUG +++ PYTHON_EXECUTABLE: /usr/bin/python2
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.15",
minimum required is "2") 
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES
PYTHON_INCLUDE_DIRS) (Required is at least version "2")
-- +++ DEBUG +++ PYTHON_EXECUTABLE: /usr/bin/python2
-- +++ DEBUG +++ PYTHON_LIBRARIES: PYTHON_LIBRARY-NOTFOUND
-- +++ DEBUG +++ PYTHONLIBS_VERSION_STRING: 
-- Checking for python 2.7.15 module: numpy ... yes
-- +++ DEBUG +++ ARG_PYTHON_EXECUTABLE: /usr/bin/python2


This is what I get on the commandline when building:

-- +++ DEBUG +++ PYTHON_EXECUTABLE: /usr/bin/python
-- Found PythonInterp: /usr/bin/python (found version "3.6.9") 
-- Found PythonLibs: /usr/lib/libpython3.6m.so (found version "3.6.9") 
-- +++ DEBUG +++ PYTHON_EXECUTABLE: /usr/bin/python
-- +++ DEBUG +++ PYTHON_LIBRARIES: /usr/lib/libpython3.6m.so
-- +++ DEBUG +++ PYTHONLIBS_VERSION_STRING: 3.6.9
-- Found SWIG: /usr/bin/swig (found suitable version "3.0.12", minimum
required is "2.0.4") 
-- +++ DEBUG +++ ARG_INTERP: /usr/bin/python2
-- +++ DEBUG +++ PYTHON_EXECUTABLE: /usr/bin/python2
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.15",
minimum required is "2") 
-- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable version
"2.7.15", minimum required is "2") 
-- +++ DEBUG +++ PYTHON_EXECUTABLE: /usr/bin/python2
-- +++ DEBUG +++ PYTHON_LIBRARIES: /usr/lib/libpython2.7.so
-- +++ DEBUG +++ PYTHONLIBS_VERSION_STRING: 2.7.15
-- Checking for python 2.7.15 module: numpy ... yes
-- +++ DEBUG +++ ARG_PYTHON_EXECUTABLE: /usr/bin/python2


The ebuild itself is quite straight-forward (I think), just using
cmake-utils to pass on USE flags to options (ENABLE_SWIG_PYTHON2 and
ENABLE_SWIG_PYTHON3 in this case). This part works as far as I can see. Is
there anything else to consider? Somehow the ebuild environment appears to
be different from what I have on the commandline so that the second python
version isn't properly found.


cu
  Gerrit



Re: [gentoo-user] kicad failed to compile after update

2020-05-10 Thread Dale
Jack wrote:
> On 2020.05.10 02:49, tu...@posteo.de wrote:
>> Hi,
>>
>> this morning I had a massive update of my system.
>>
>> Beside others kicad failed to recompile with this message
>>
>> Calculating dependencies... done!
>>  * Dependencies could not be completely resolved due to
>>  * the following required packages not being installed:
>>  *
>>  *   >=dev-libs/boost-1.61:0/1.72.0=[context,nls,threads] pulled in by:
>>  * sci-electronics/kicad-5.1.5-r1
>>  *
>>  *  
>> >=dev-libs/boost-1.61:0/1.72.0=[context,nls,threads,python,python_targets_python3_6(-)]
>> pulled in by:
>>  * sci-electronics/kicad-5.1.5-r1
>>  *
>>  *  
>> >=dev-libs/boost-1.61:=[context,nls,threads,python,python_targets_python3_6(-)]
>> pulled in by:
>>  * sci-electronics/kicad-5.1.5-r1
>>  *
>>  *   dev-python/wxpython:4.0[python_targets_python3_6(-)] pulled in by:
>>  * sci-electronics/kicad-5.1.5-r1
>>  *
>>  *   media-libs/glew:0/2.1= pulled in by:
>>  * sci-electronics/kicad-5.1.5-r1
>>
>>
>> :
>> [I] dev-libs/boost
>>  Available versions:  1.72.0-r1(0/1.72.0)^t (~)1.73.0(0/1.73.0)^t
>> {bzip2 context debug doc icu lzma mpi +nls numpy python static-libs
>> +threads tools zlib zstd ABI_MIPS="n32 n64 o32" ABI_RISCV="lp64
>> lp64d" ABI_S390="32 64" ABI_X86="32 64 x32" PYTHON_TARGETS="python2_7
>> python3_6 python3_7 python3_8"}
>>  Installed versions:  1.73.0(0/1.73.0)^t(06:38:51 AM
>> 05/10/2020)(bzip2 context nls python threads zlib -debug -doc -icu
>> -lzma -mpi -numpy -static-libs -tools -zstd ABI_MIPS="-n32 -n64 -o32"
>> ABI_RISCV="-lp64 -lp64d" ABI_S390="-32 -64" ABI_X86="64 -32 -x32"
>> PYTHON_TARGETS="python2_7 python3_7 -python3_6 -python3_8")
>>  Homepage:    https://www.boost.org/
>>  Description: Boost Libraries for C++
>>
>>
>> Is it possible to install the older version of boost somehow "in
>> parallel" withouth screwing up the rest of the system?
>>
>> Cheers!
>> Meino
> The problem is not versions, it's USE flags.  Note that both lines
> showing the required boost include "python_targets_python3_6(-)" and
> your eix output showing PYTHON_TARGETS="python2_7 python3_7 -python3_6
> -python3_8" for your installed version.
>
> You need to include python3_6 as one of the PYTHON_TARGETS for boost,
> then you can install kicad.  You also have to do that for wxpython.  I
> can't tell what the issue is with glew without more information.
>
>


I started to post that as well.  When I did my last upgrade, I had to
add python exceptions to package.use for several packages.  Sadly,
emerge spit them out ONE AT A TIME.  Eventually, I had them all added
and was able to update everything.  It appears removing python 2.7 is
causing some issues. 

It may require making a change, running emerge again, make a change and
run emerge again repeatedly.  I think I did that half a dozen times
before it was able to do updates.

Dale

:-)  :-) 



[gentoo-user] Tensorflow 2.1.0 failing to compile

2020-04-24 Thread Aisha Tammy
hon3.6/site-packages/Cython/Compiler/Main.py:369: FutureWarning: 
Cython directive 'language_level' not set, using 2 for now (Py2). This will 
change in a later release! File: 
/var/tmp/portage/sci-libs/tensorflow-2.1.0/work/tensorflow-2.1.0-python3_6-bazel-base/execroot/org_tensorflow/tensorflow/python/framework/fast_tensor_util.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
[6,931 / 31,414] ProtoCompile tensorflow/compiler/xla/xla.pb.cc; 2s local ... 
(45 actions, 42 running)
INFO: From Compiling 
tensorflow/lite/experimental/microfrontend/lib/filterbank.c:
tensorflow/lite/experimental/microfrontend/lib/filterbank.c: In function 
'FilterbankSqrt':
tensorflow/lite/experimental/microfrontend/lib/filterbank.c:121:25: warning: 
pointer targets in initialization of 'const int64_t *' {aka 'const long int *'} 
from 'uint64_t *' {aka 'long unsigned int *'} differ in signedness 
[-Wpointer-sign]
   const int64_t* work = state->work + 1;
 ^
[7,020 / 31,414] ProtoCompile tensorflow/core/example/example.pb.cc; 4s local 
... (54 actions, 53 running)
INFO: From Compiling tensorflow/core/lib/strings/proto_serialization.cc:
tensorflow/core/lib/strings/proto_serialization.cc: In function 'bool 
tensorflow::SerializeToBufferDeterministic(const 
google::protobuf::MessageLite&, char*, size_t)':
tensorflow/core/lib/strings/proto_serialization.cc:75:44: warning: comparison 
of integer expressions of different signedness: 'size_t' {aka 'long unsigned 
int'} and 'int' [-Wsign-compare]
   return !output_stream.HadError() && size == output_stream.ByteCount();
   ~^~~~
INFO: From Compiling tensorflow/python/framework/fast_tensor_util.cpp:
In file included from 
bazel-out/k8-py2-opt/bin/external/local_config_python/numpy_include/numpy/ndarraytypes.h:1822,
 from 
bazel-out/k8-py2-opt/bin/external/local_config_python/numpy_include/numpy/ndarrayobject.h:12,
 from 
bazel-out/k8-py2-opt/bin/external/local_config_python/numpy_include/numpy/arrayobject.h:4,
 from 
bazel-out/k8-py2-opt/bin/tensorflow/python/framework/fast_tensor_util.cpp:612:
bazel-out/k8-py2-opt/bin/external/local_config_python/numpy_include/numpy/npy_1_7_deprecated_api.h:17:2:
 warning: #warning "Using deprecated NumPy API, disable it with " "#define 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it with " \
  ^~~
INFO: From Compiling tensorflow/python/framework/fast_tensor_util.cpp [for 
host]:
In file included from 
bazel-out/host/bin/external/local_config_python/numpy_include/numpy/ndarraytypes.h:1822,
 from 
bazel-out/host/bin/external/local_config_python/numpy_include/numpy/ndarrayobject.h:12,
 from 
bazel-out/host/bin/external/local_config_python/numpy_include/numpy/arrayobject.h:4,
 from 
bazel-out/host/bin/tensorflow/python/framework/fast_tensor_util.cpp:612:
bazel-out/host/bin/external/local_config_python/numpy_include/numpy/npy_1_7_deprecated_api.h:17:2:
 warning: #warning "Using deprecated NumPy API, disable it with " "#define 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it with " \
  ^~~
INFO: From Compiling tensorflow/python/framework/fast_tensor_util.cpp:
In file included from 
bazel-out/k8-opt/bin/external/local_config_python/numpy_include/numpy/ndarraytypes.h:1822,
     from 
bazel-out/k8-opt/bin/external/local_config_python/numpy_include/numpy/ndarrayobject.h:12,
 from 
bazel-out/k8-opt/bin/external/local_config_python/numpy_include/numpy/arrayobject.h:4,
 from 
bazel-out/k8-opt/bin/tensorflow/python/framework/fast_tensor_util.cpp:612:
bazel-out/k8-opt/bin/external/local_config_python/numpy_include/numpy/npy_1_7_deprecated_api.h:17:2:
 warning: #warning "Using deprecated NumPy API, disable it with " "#define 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it with " \
  ^~~
[7,061 / 31,414] ProtoCompile tensorflow/core/example/example.pb.cc; 7s local 
... (51 actions, 50 running)
INFO: From Compiling tensorflow/lite/delegates/nnapi/quant_lstm_sup.cc:
tensorflow/lite/delegates/nnapi/quant_lstm_sup.cc: In function 'void 
tflite::delegate::nnapi::ExtractQuantLstmWeightsSubmatrix(const 
TfLiteIntArray*, int32_t, int32_t, const TfLiteIntArray*, const uint8_t*, 
std::vector*)':
tensorflow/lite/delegates/nnapi/quant_lstm_sup.cc:39:26: warning: comparison of 
integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} 
and 'int' [-Wsign-compare]
   for (uint32_t i = 0; i < submatrix_rows * submatrix_co

[gentoo-user] Failed to emerge dev-python/pytables-3.0.0

2014-10-13 Thread Valmor de Almeida
Hello,
On a recent portage update, I tried to emerge pytables-3.0.0 and the error:

 * python3_3: running distutils-r1_run_phase distutils-r1_python_compile
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.3 setup.py build
/usr/bin/python2.7 setup.py build
* Using Python 2.7.7 (default, Oct 12 2014, 17:42:53)
* Found numpy 1.8.0 package installed.
* Found numexpr 2.2.2 package installed.
.. ERROR:: You need Cython 0.13 or greater to compile PyTables!
 * ERROR: dev-python/pytables-3.0.0::gentoo failed (compile phase):

is confusing since Cython is installed with version greater than 0.13

-> cython -V
Cython version 0.21

or

-> emerge --search cython
Searching...
[ Results for search key : cython ]
[ Applications found : 1 ]

*  dev-python/cython
  Latest version available: 0.21
  Latest version installed: 0.21
  Size of files: 1,455 kB
  Homepage:  http://www.cython.org/
http://pypi.python.org/pypi/Cython
  Description:   A Python to C compiler
  License:   Apache-2.0

Any inputs appreciated.

Thanks,

--
Valmor


Re: [gentoo-user] media-gfx/blender-2.71 dependencies

2014-07-09 Thread Alan McKinnon
On 09/07/2014 09:54, List Reader wrote:
> On Wed, Jul 09, 2014 at 01:18:27AM -0400, Dan O. wrote:
>> I don't believe you pasted everything you meant to. That paste doesn't 
>> show what packages would need to be emerged.
>>
>> -- 
>> Dan Oriani
>> redchops.com
>> (Website forever under construction)
>>
>> On Wed, 9 Jul 2014, List Reader wrote:
>>
>>> Hello again kind friends, I'm not sure how to resolve the requirements
>>> for merging media-gfx/blender-2.71
>>>
>>> emerge -pvf media-gfx/blender
>>> http://bpaste.net/show/447617/
>>>
>>> The reqired ebuilds seem to be in portage, but emerge says the're not
>>> available. Any insight would be grearly apreciated.
>>>
>>> Kind regards cinder
>>>
>>>
> Whoops! Sorry, try this
> emerge -pvq =media-gfx/blender-2.71 2>&1
> http://bpaste.net/show/447969/

Please stop using pastebin services. It makes it very hard to help you
as I now have to do extra work to inline your output where it can be
seen and make sense:

The following keyword changes are necessary to proceed:
 (see "package.accept_keywords" in the portage(5) man page for more details)
# required by media-gfx/blender-2.71[python_single_target_python3_4]
# required by =media-gfx/blender-2.71 (argument)
=dev-lang/python-3.4.1 ~amd64
# required by =media-gfx/blender-2.71 (argument)
=media-gfx/blender-2.71 ~amd64
# required by media-gfx/blender-2.71
# required by =media-gfx/blender-2.71 (argument)
=dev-lang/python-exec-2. **
# required by media-gfx/blender-2.71
# required by =media-gfx/blender-2.71 (argument)
=dev-python/requests-2.3.0 ~amd64
# required by media-gfx/blender-2.71
# required by =media-gfx/blender-2.71 (argument)
=dev-python/numpy-1.8.1 ~amd64

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by media-gfx/blender-2.71
# required by =media-gfx/blender-2.71 (argument)
>=dev-python/requests-2.3.0 python_targets_python3_4
# required by media-gfx/blender-2.71
# required by =media-gfx/blender-2.71 (argument)
>=dev-python/numpy-1.8.1 python_targets_python3_4

emerge: there are no ebuilds to satisfy
">=dev-python/chardet-2.2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]".
(dependency required by "dev-python/requests-2.3.0" [ebuild])
(dependency required by "media-gfx/blender-2.71" [ebuild])
(dependency required by "=media-gfx/blender-2.71" [argument])




Just do exactly what the output says.
The first chunk gets copied exactly into package.accept_keywords
The second chunk gets copied exactly into package.use
The third chunk is information to assist you. It is saying that
according to your setup, portage cannot find a way to install chardet
that satisfies blender's requirements, the first two chunks are how to
make it possible (portage will never make these changes automatically).

The third chunk does not mean that the listed ebuilds are missing, it
means they cannot be satisfied.





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




[gentoo-user] Building pygtk-2.22.0-r1 fails. Help, please!

2011-04-22 Thread Alan Mackenzie
Hi, Gentoo.

In my attempt to 'emerge --update --deep xfce4-meta', one sole package
is refusing to build, namely pygtk.

Its log file displays many (perhaps 100) error lines like:

Could not write method AtkObject.get_attributes: No ArgType for 
AtkAttributeSet*

.  The command that caused all these errors was:

libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. 
-I/usr/include/python2.6 -I/usr/include/python2.6 -pthread 
-I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I./gtk 
-I/usr/lib64/python2.6/site-packages/numpy/core/include -pthread 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-O2 -pipe -march=athlon64 -Wall -fno-strict-aliasing -std=c9x -MT 
pango_la-pangomodule.lo -MD -MP -MF .deps/pango_la-pangomodule.Tpo -c 
pangomodule.c  -fPIC -DPIC -o .libs/pango_la-pangomodule.o

.  If anybody knows how to fix this, or a more appropriate place to ask
for help, please tell me.

Thanks in advance!

-- 
Alan Mackenzie (Nuremberg, Germany).



[gentoo-user] Boost & Openoffice

2011-01-15 Thread Philip Webb
The other change led to a small improvement, but also a query.

I installed the latest stable  boost-1.42.0-r2  +  boost-build-1.42.0 ,
which go in new slots; I also updated to  icu-4.6  +  numpy-1.5.1 
(the latter is probably irrelevant here, but Icu is needed for OO).
Using more haste than sense after 'emerge -cpv =boost-1.41.0-r3'
showed nothing depended on that version,
I unmerged it & the corresponding  boost-build-1.41.0 ,
then trying to remerge  openoffice-3.2.1-r1 , I hit a configure error.
After I restored the apparently unneeded versions of Boost(-build),
Openoffice compiled without any further complaint.

Can anyone explain why the latest stable Openoffice can't use
the latest stable slotted Boost(-build), which is used only for OO ?
Perhaps the devs have tripped up slightly in the sequence of updates.

After the updates described, the OO splash screen now appears
after  c 2 sec , where before it took  c 5 sec  to show up,
so there's a very nice improvement in performance anyway.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




[gentoo-user] FIXED: Re: Failed to emerge dev-python/pytables-3.0.0

2014-10-14 Thread Valmor de Almeida
On Tue, Oct 14, 2014 at 1:53 AM, Valmor de Almeida 
wrote:

>
> Hello,
> On a recent portage update, I tried to emerge pytables-3.0.0 and the error:
>
>  * python3_3: running distutils-r1_run_phase distutils-r1_python_compile
>  * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
> /usr/bin/python3.3 setup.py build
> /usr/bin/python2.7 setup.py build
> * Using Python 2.7.7 (default, Oct 12 2014, 17:42:53)
> * Found numpy 1.8.0 package installed.
> * Found numexpr 2.2.2 package installed.
> .. ERROR:: You need Cython 0.13 or greater to compile PyTables!
>  * ERROR: dev-python/pytables-3.0.0::gentoo failed (compile phase):
>
> is confusing since Cython is installed with version greater than 0.13
>
> -> cython -V
> Cython version 0.21
>
> or
>
> -> emerge --search cython
> Searching...
> [ Results for search key : cython ]
> [ Applications found : 1 ]
>
> *  dev-python/cython
>   Latest version available: 0.21
>   Latest version installed: 0.21
>   Size of files: 1,455 kB
>   Homepage:  http://www.cython.org/
> http://pypi.python.org/pypi/Cython
>   Description:   A Python to C compiler
>   License:   Apache-2.0
>
> Any inputs appreciated.
>
> Thanks,
>
> --
> Valmor
>
>
This Gentoo bug was helpful

https://bugs.gentoo.org/show_bug.cgi?id=523166

I moved to pytables-3.1.1 (unstable) and it compiles.

--
Valmor


Re: [gentoo-user] Incredible Attack from Mars! Emerge monsters towards earth to strike again!

2017-02-02 Thread Meino . Cramer
J. Roeleveld  [17-02-01 17:18]:
> On February 1, 2017 6:48:25 AM GMT+01:00, Alan McKinnon 
>  wrote:
> >On 01/02/2017 05:10, meino.cra...@gmx.de wrote:
> >> Hi,
> >> 
> >> okay, "it's back!"
> >> 
> >> emerge: there are no ebuilds to satisfy
> >>
> >">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]".
> >> (dependency required by "dev-python/setuptools-34.0.2-r1::gentoo"
> >> [ebuild])
> >> (dependency required by "dev-python/numpy-1.10.4::gentoo"
> >[installed])
> >> (dependency required by "media-libs/opencv-2.4.13::gentoo[python]"
> >> [installed])
> >> (dependency required by "media-gfx/gmic-1.7.9::gentoo[opencv]"
> >> [installed])
> >> (dependency required by "@selected" [set])
> >> (dependency required by "@world" [argument])
> >> [1]10945 exit 1 emerge --update --newuse --deep
> >--with-bdeps=y
> >> --tree --keep-going  -v  
> >> 
> >> 
> >> I had this or a very similar error message before and thought I had
> >> fixed it by removing this from package.use/.  :
> >> 
> >> dev-python/setuptools python_targets_python3_5
> >> 
> >> Then another hickup let me enabling this line again...and BOOM!
> >> The above error message stroke again!
> >> 
> >> I can emerge six alone without problems:
> >> 
> >> [I] dev-python/six
> >>  Available versions:  1.10.0 {doc test PYTHON_TARGETS="pypy pypy3
> >python2_7 python3_4 python3_5"}
> >>  Installed versions:  1.10.0(03:03:13 02/01/17)(-doc -test
> >PYTHON_TARGETS="python2_7 -pypy -pypy3 -python3_4 -python3_5")
> >>  Homepage:https://bitbucket.org/gutworth/six
> >https://pypi.python.org/pypi/six
> >>  Description: Python 2 and 3 compatibility library
> >> 
> >> and it is installed.
> >> 
> >> I have no idea what triggers this error message and to be honest I am
> >> not really ue what it is trying to tell me.
> >> By far my marsian isn't that good as my english...and take a look how
> >> horrible THAT is... ;)
> >> 
> >> Who tals marsian and is willing to translate ;)
> >
> >Your python targets seems off.
> >Remove all occurences of python targets and python single targets in
> >make.conf, leave the decision to portage and the profile.
> 
> Don't forget to remove them from package.use and anywhere else you might have 
> put them.
> 
> --
> Joost
> -- 
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> 

computer:/etc>pwd
/etc
computer:/etc>grep -r PYTHON_ *
make.conf:# PYTHON_TARGETS="python2_7" 
portage/package.use/openbox:# x11-wm/openbox branding debug imlib nls python 
session startup-notification static-libs svg xdg PYTHON_TARGETS="python2_6 
python2_7"
portage/package.use/qemu:## PYTHON_TARGETS="python2_7" 
QEMU_SOFTMMU_TARGETS="aarch64 alpha arm cris i386 lm32 \ 
solfire:/etc>

At least everythong below does not contain any PYTHON_
anymore (or is commented off).

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

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy 
">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]".
(dependency required by "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild])
(dependency required by "dev-python/numpy-1.10.4::gentoo" [ebuild])
(dependency required by "media-libs/opencv-2.4.13::gentoo[python]" [installed])
(dependency required by "media-gfx/gmic-1.7.9::gentoo[opencv]" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])


What place are left, which may contain any suspicious definition?

Cheers
Meino








[gentoo-user] tried to compile tensorflow again:

2019-05-07 Thread Alan Grimes

tortoise ~ # emerge tensorflow
[...]
The following USE changes are necessary to proceed:
??(see "package.use" in the portage(5) man page for more details)
# required by sci-libs/tensorflow-1.13.0_rc2::gentoo
# required by tensorflow (argument)
>=sci-visualization/tensorboard-1.13.1 -python_targets_python3_7
[...]

So I opened the tensorboard ebuild to answer the question WTF???


PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit python-r1 python-utils-r1

DESCRIPTION="TensorFlow's Visualization Toolkit"
HOMEPAGE="https://www.tensorflow.org/";
SRC_URI="https://files.pythonhosted.org/packages/0f/39/bdd75b08a6fba41f098b6cb091b9e8c7a80e1b4d679a581a0ccd17b10373/${P}-py3-none-any.whl 
-> ${P}.zip"


LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
?? dev-python/bleach[${PYTHON_USEDEP}]
?? dev-python/grpcio[${PYTHON_USEDEP}]
?? dev-python/html5lib[${PYTHON_USEDEP}]
?? dev-python/markdown[${PYTHON_USEDEP}]
?? dev-python/numpy[${PYTHON_USEDEP}]
?? dev-python/protobuf-python[${PYTHON_USEDEP}]
?? dev-python/six[${PYTHON_USEDEP}]
?? dev-python/werkzeug[${PYTHON_USEDEP}]
?? dev-python/wheel[${PYTHON_USEDEP}]
?? virtual/python-futures[${PYTHON_USEDEP}]"
BDEPEND="app-arch/unzip"
PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"


This looks like it should be good for any of python2.7, and 
Python3.5-3.7 inclusive...


So where the hell is that error message coming from, I am powerfully 
disinclined to muck with my python settings right now, especially when 
everything else is basically working...


--
Please report bounces from this address to a...@numentics.com

Powers are not rights.




[gentoo-user] Re: eix showing me weird results

2016-01-27 Thread »Q«
My issue resolved itself with today's sync, just a few minutes ago.  The
eix-diff that runs at the end of eix-sync showed:

[>]   == dev-python/numpy (1.10.4@01/25/2016; 1.9.2 -> 1.10.4): Fast array and 
numerical python library
[>]   == dev-qt/qtchooser (0_p20151008@01/25/2016; 0_p20150102 -> 0_p20151008): 
Qt4/Qt5 version chooser

And eix is no longer giving me any weirdness about those two packages.

On Wed, 27 Jan 2016 14:54:23 + (UTC)
Martin Vaeth  wrote:

> »Q«  wrote:
> > eix-sync  
> 
> Which method do you use for syncing (rsync, git, ...)?
> 
> > I've run 'emerge --metadata' and 'eix-update'  
> 
> The requirement to run emerge --metadata seems to suggest that
> you use git?  If this is true, better use egencache to generate
> the metadata in the repositories' directories instead of
> /var/cache/edb/dep/

I user rsync.  I don't usually use emerge --metadata, I just ran it
this time on the long-shot hope that it might help.

Since I no longer have the problem, I'm not trying your troubleshooting
advice (which I've snipped), but thanks very much for posting 
it -- I've saved it in case this ever happens to me again.




Re: [gentoo-user] evince - Error printing to PDF

2013-04-17 Thread Joseph

On 04/17/13 22:42, J. Roeleveld wrote:

I'm running Python:2.7

And these files were updated:

  Adding to list: app-office/openoffice-bin:0
  Adding to list: app-office/openoffice-bin:0
  Adding to list: dev-java/java-config:2
  Adding to list: dev-libs/boost:0
  Adding to list: dev-libs/libgamin:0
  Adding to list: dev-python/dbus-python:0
  Adding to list: dev-python/numpy:0
  Adding to list: dev-python/pycairo:0
  Adding to list: dev-python/setuptools:0
  Adding to list: dev-vcs/subversion:0
  Adding to list: media-libs/lcms:0
  Adding to list: sys-apps/file:0
  Adding to list: sys-libs/cracklib:0


This helps, one of these packages must change something that evince
depends on.

Now, for the other 2 questions:
1) Did you try recreating the PDF-printer in the cups config?
2) Can you print to PDF using a different program?

--
Joost Roeleveld


Yes, I can print from Firefox to pdf file OK. 
I check most of those files and they don't have any dependency on meld or evince.

I've tried to mask: dev-python/pycairo media-libs/lcms but there are on 
previous version in the portage.

--
Joseph



Re: [gentoo-user] Modelling software - free - preferably easy to install under Gentoo.

2007-06-18 Thread Dede
Hi Steve,

Personally I really like Numpy/Scipy:
http://www.scipy.org/
with Matplotlib for 2D graphs. They have all ebuilds for Gentoo but you
need to edit your /etc/portage/package.keywords to emerge.

I understand your feeling, if you do not really know what you
need, the batteries included of Python are for you. Moreover Python has
R bindings so it's a very flexible solution.

Best regards,

Dede


On Sat, 16 Jun 2007 17:15:24 +0100
"Steve [Gentoo]" <[EMAIL PROTECTED]> wrote:

> I have some (say 100) discrete data sequences sampling a single
> analogue system with time-stamp data.
> 
> I would like to do some analysis on these signals to see if there are
> any interesting things that can be demonstrated - for example, if I
> could show a strong correlation in the signals between two times, but
> none at other times, I might be able to conclude that there was
> communication of some description, but only for a fixed duration.
> 
> At the moment I'm open minded about what kind of software I'd want to
> employ - and also about what I'd like to prove.  Essentially, I'd like
> to analyse the data for features - then ask if they correspond with
> system events I'm already broadly aware about (rather than
> vice-versa.)
> 
> Can anyone point me in the right direction, please?
> 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Building pygtk-2.22.0-r1 fails. Help, please!

2011-04-22 Thread Dale

Alan Mackenzie wrote:

Hi, Gentoo.

In my attempt to 'emerge --update --deep xfce4-meta', one sole package
is refusing to build, namely pygtk.

Its log file displays many (perhaps 100) error lines like:

 Could not write method AtkObject.get_attributes: No ArgType for 
AtkAttributeSet*

.  The command that caused all these errors was:

libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. 
-I/usr/include/python2.6 -I/usr/include/python2.6 -pthread 
-I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I./gtk 
-I/usr/lib64/python2.6/site-packages/numpy/core/include -pthread 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-O2 -pipe -march=athlon64 -Wall -fno-strict-aliasing -std=c9x -MT 
pango_la-pangomodule.lo -MD -MP -MF .deps/pango_la-pangomodule.Tpo -c 
pangomodule.c  -fPIC -DPIC -o .libs/pango_la-pangomodule.o

.  If anybody knows how to fix this, or a more appropriate place to ask
for help, please tell me.

Thanks in advance!

   


I did a bit of googling and found some things to try.  Running 
etc-update was one and python-updater was another.  I also saw a mention 
of running fixlibtool but I'm not sure that helped any.


Maybe one of those will help.  Maybe worth trying at least.

Dale

:-)  :-)



Re: [gentoo-user] trouble compiling mpv

2016-08-26 Thread Mick
On Thursday 25 Aug 2016 20:03:56 Deven Lahoti wrote:
> Hi,
> 
> I'm having some trouble compiling mpv on one of my systems. It works
> fine on my other system, which makes it even more confusing for me. I
> had some difficulty compiling numpy as well, but it was fixed with
> MAKEOPTS=-j1. The problem seems to be something to do with Python; 

Yes, it seems your python configuration is incorrect on this PC.

> I
> tried both reinstalling it and switching to python2 but neither fixed
> the problem. 

In the log, which you should attach here or post in the message body, it 
throws an error on python-3.4

Have you tried setting with eselect, python 3.4, and then trying to emerge mpv 
once more?


> The only thing I could find with the same error message
> was this thread, which wasn't very helpful:
> http://www.gentoofreunde.org/phpbb/viewtopic.php?f=12&t=640&start=0 .
> Hopefully someone here can help me out.
> 
> Here's the build.log: http://web.mit.edu/deywos/www/mpv.log
> 
> Thanks,
> Deven

Someone more knowledgeable on python should chime in shortly, but make sure 
you have not messed about with python (e.g. installing packages manually) as 
this could break portage big time, if your manual install has sprayed python 
files all over the place.
-- 
Regards,
Mick

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


Re: [gentoo-user] Re: Do we have to build gcc with fortran now?

2011-06-26 Thread Mike Edenfield

On 6/26/2011 4:01 PM, Dale wrote:

Michael Schreckenbauer wrote:

Am Sonntag, 26. Juni 2011, 10:28:47 schrieb Dale:

Michael Schreckenbauer wrote:



Try euse -I fortran.
If anything besides gcc pops up, you should have one.



That doesn't appear to work like it should then. I get this:

root@fireball / # euse -I fortran
global use flags (searching: fortran)

[+ CD ] fortran - Adds support for fortran (formerly f77)

Installed packages matching this USE flag:
sys-devel/gcc-4.4.5

local use flags (searching: fortran)

no matching entries found
root@fireball / #



Thing is, I switched it back and programs on here now need
fortran to build. So, euse is not reporting it but R and
Cantor won't build without fortran. Basically, euse should
also report R and cantor but it isn't. If mine isn't
reporting that, then Peter's may not either.


Neither of those packages has a "fortran" USE flag, and 
cantor doesn't "know" anything about FORTRAN.


cantor has an R USE flag, to switch it's R backend on/off. R 
doesn't have a USE flag for FORTRAN because that would be 
pointless -- it *requires* an f77 compiler, so it depends on 
virtual/fortran unconditionally.


You would probably be better off using

root@platypus ~ # equery depends virtual/fortran
dev-python/numpy-1.6.0 (lapack ? virtual/fortran)

You will probably have both R and blas in that list as well. 
If so, you will need to continue to enable gcc[fortran] to 
build those.


(The fact that gcc has a fortran USE flag is only relevant 
because it's the default compiler; you could also 
potentially have ifc installed to satisfy virtual/fortran, 
rendering gcc's USE flag irrelevant.)


--Mike



[gentoo-user] Incredible Attack from Mars! Emerge monsters towards earth to strike again!

2017-01-31 Thread Meino . Cramer
Hi,

okay, "it's back!"

emerge: there are no ebuilds to satisfy
">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]".
(dependency required by "dev-python/setuptools-34.0.2-r1::gentoo"
[ebuild])
(dependency required by "dev-python/numpy-1.10.4::gentoo" [installed])
(dependency required by "media-libs/opencv-2.4.13::gentoo[python]"
[installed])
(dependency required by "media-gfx/gmic-1.7.9::gentoo[opencv]"
[installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
[1]10945 exit 1 emerge --update --newuse --deep --with-bdeps=y
--tree --keep-going  -v  


I had this or a very similar error message before and thought I had
fixed it by removing this from package.use/.  :

dev-python/setuptools python_targets_python3_5

Then another hickup let me enabling this line again...and BOOM!
The above error message stroke again!

I can emerge six alone without problems:

[I] dev-python/six
 Available versions:  1.10.0 {doc test PYTHON_TARGETS="pypy pypy3 python2_7 
python3_4 python3_5"}
 Installed versions:  1.10.0(03:03:13 02/01/17)(-doc -test 
PYTHON_TARGETS="python2_7 -pypy -pypy3 -python3_4 -python3_5")
 Homepage:https://bitbucket.org/gutworth/six 
https://pypi.python.org/pypi/six
 Description: Python 2 and 3 compatibility library

and it is installed.

I have no idea what triggers this error message and to be honest I am
not really ue what it is trying to tell me.
By far my marsian isn't that good as my english...and take a look how
horrible THAT is... ;)

Who tals marsian and is willing to translate ;)

Cheers
Meino

PS> Would be nice to make such error message more consumer
compatible...not everyone is a dev...









Re: [gentoo-user] Incredible Attack from Mars! Emerge monsters towards earth to strike again!

2017-01-31 Thread Alan McKinnon
On 01/02/2017 05:10, meino.cra...@gmx.de wrote:
> Hi,
> 
> okay, "it's back!"
> 
> emerge: there are no ebuilds to satisfy
> ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]".
> (dependency required by "dev-python/setuptools-34.0.2-r1::gentoo"
> [ebuild])
> (dependency required by "dev-python/numpy-1.10.4::gentoo" [installed])
> (dependency required by "media-libs/opencv-2.4.13::gentoo[python]"
> [installed])
> (dependency required by "media-gfx/gmic-1.7.9::gentoo[opencv]"
> [installed])
> (dependency required by "@selected" [set])
> (dependency required by "@world" [argument])
> [1]10945 exit 1 emerge --update --newuse --deep --with-bdeps=y
> --tree --keep-going  -v  
> 
> 
> I had this or a very similar error message before and thought I had
> fixed it by removing this from package.use/.  :
> 
> dev-python/setuptools python_targets_python3_5
> 
> Then another hickup let me enabling this line again...and BOOM!
> The above error message stroke again!
> 
> I can emerge six alone without problems:
> 
> [I] dev-python/six
>  Available versions:  1.10.0 {doc test PYTHON_TARGETS="pypy pypy3 
> python2_7 python3_4 python3_5"}
>  Installed versions:  1.10.0(03:03:13 02/01/17)(-doc -test 
> PYTHON_TARGETS="python2_7 -pypy -pypy3 -python3_4 -python3_5")
>  Homepage:https://bitbucket.org/gutworth/six 
> https://pypi.python.org/pypi/six
>  Description: Python 2 and 3 compatibility library
> 
> and it is installed.
> 
> I have no idea what triggers this error message and to be honest I am
> not really ue what it is trying to tell me.
> By far my marsian isn't that good as my english...and take a look how
> horrible THAT is... ;)
> 
> Who tals marsian and is willing to translate ;)

Your python targets seems off.
Remove all occurences of python targets and python single targets in
make.conf, leave the decision to portage and the profile.

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




Re: [gentoo-user] virtual eselect - how to

2019-06-28 Thread Hasan Ç .
Hi All,

I mentioned my active PR a few times on dev-lists that covers *openblas
ebuild (for main gentoo tree ~amd64)* + *integrated switch script between
openblas and gentoo reference set* {c,}blas, lapack and gsl (gnu scientific
library) *system-wide.* It seems i could not announce it enough.

Here is the complete openblas PR + system-wide switch script, if someone
interested in -->
https://github.com/gentoo/gentoo/pull/11700

*Here is the code who want to inspect switch script before use it -->*
https://github.com/gentoo/gentoo/blob/04b5fc9c117571ce040a94f63c6d09e0ce15c5f8/sci-libs/openblas/files/openblas

   - I believe the proper way is eselect instead of this script but
   openblas switch script is my quick fix until openblas fully integrated to
   main tree and eselect.
   - After switching to openblas system wide with script i tested it
with *numpy
   & scipy, *both of them compiled with openblas support without any issue.
   - *This is not officially merged PR and maybe it never will.Also switch
   script not reviewed deeply by gentoo devs and may need improvement.This is
   my own solution.Please consider this before use it.*

Screenshot's of the openblas switch script -->

*openblas --status*
[image: 56973125-e55d8300-6b74-11e9-99c7-142bfc4b2b11.png]

*openblas --openblas*
[image: 56973077-d1198600-6b74-11e9-97a0-315e789142cd.png]

*openblas --help*
[image: 56973043-c3640080-6b74-11e9-9415-90b3fa01ee9f.png]

Hasan Calisir | Proxy Maint

Helmut Jarausch , 26 Haz 2019 Çar, 16:05 tarihinde şunu
yazdı:

> Hi,
> what is the relationship of a virtual package and eselect.
> E.g.
> I have installed openblas but 'eselect blas list' doesn't know about
> this.
> I have even modified  virtual/blas to include openblas.
>
> How does eselect get the list of alternatives?
>
> Many thanks for a hint,
> Helmut
>
>


[gentoo-user] Failed to build gqrx (dev-python/pyqwt-5.2.0-r1)

2015-04-13 Thread Meino . Cramer
Hi,

I am trying to build gqrx, and the process fails when trying to
compile
dev-python/pyqwt-5.2.0-r1

After doing the 

emerge gqrx

the process informs me to set
# required by net-wireless/gqrx-2.3.2::gentoo
# required by gqrx (argument)
=net-wireless/gr-osmosdr-0.1.4 ~amd64
# required by gqrx (argument)
=net-wireless/gqrx-2.3.2 ~amd64
which I did.

Restarting emerge fails soon with:
Calculating dependencies... done!
[ebuild  N ] dev-python/pyqwt-5.2.0-r1:5::gentoo  USE="-debug -doc 
-examples -svg" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild  N ] media-libs/qhull-2012.1-r1::gentoo  USE="-doc -static-libs" 0 
KiB
[ebuild  N ] media-fonts/stix-fonts-1.0.0-r1::gentoo  USE="X -doc" 0 KiB
[ebuild  N ] dev-python/cython-0.22::gentoo  USE="-doc -examples {-test}" 
PYTHON_TARGETS="python2_7 -python3_3 -python3_4" 0 KiB
[ebuild  N~] net-wireless/uhd-3.8.2:0/1::gentoo  PYTHON_TARGETS="python2_7" 
0 KiB
[ebuild  N ] dev-python/matplotlib-1.4.2::gentoo  USE="cairo gtk tk -doc 
-examples -excel -fltk -gtk3 -latex -pyside -qt4 {-test} -wxwidgets" 
PYTHON_TARGETS="python2_7 -python3_3 -python3_4" 0 KiB
[ebuild  N ] sci-libs/arpack-3.1.3-r1::gentoo  USE="-doc -examples -mpi 
-static-libs" 0 KiB
[ebuild  N ] sci-libs/scipy-0.15.1::gentoo  USE="-doc -sparse {-test}" 
PYTHON_TARGETS="python2_7 -python3_3 -python3_4" 0 KiB
[ebuild  N~] net-wireless/gnuradio-3.7.6.1-r2:0/3.7.6.1::gentoo  USE="alsa 
analog audio digital examples fcd filter grc jack qt4 sdl uhd utils wavelet 
wxwidgets -atsc -channels -doc -dtv -fec -log -noaa -oss -pager 
-performance-counters -portaudio {-test} -trellis -vocoder -zeromq" 
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild  N~] net-wireless/gr-osmosdr-0.1.4:0/0.1.4::gentoo  USE="-bladerf 
-fcd -hackrf -iqbalance (-mirisdr) -python -rtlsdr -uhd" 
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild  N~] net-wireless/gqrx-2.3.2::gentoo  USE="-pulseaudio" 0 KiB

Total: 11 packages (11 new), Size of downloads: 0 KiB


>>> Verifying ebuild manifests

>>> Emerging (1 of 11) dev-python/pyqwt-5.2.0-r1::gentoo
 * PyQwt-5.2.0.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...  
 [ ok ]
>>> cfg-update-1.8.2-r1: Creating checksum index...
>>> Unpacking source...
>>> Unpacking PyQwt-5.2.0.tar.gz to 
>>> /var/tmp/portage/dev-python/pyqwt-5.2.0-r1/work
>>> Source unpacked in /var/tmp/portage/dev-python/pyqwt-5.2.0-r1/work
>>> Preparing source in 
>>> /var/tmp/portage/dev-python/pyqwt-5.2.0-r1/work/PyQwt-5.2.0/configure ...
 * Will copy sources from 
/var/tmp/portage/dev-python/pyqwt-5.2.0-r1/work/PyQwt-5.2.0/configure
 * python2_7: copying to 
/var/tmp/portage/dev-python/pyqwt-5.2.0-r1/work/PyQwt-5.2.0/configure-python2_7
>>> Source prepared.
>>> Configuring source in 
>>> /var/tmp/portage/dev-python/pyqwt-5.2.0-r1/work/PyQwt-5.2.0/configure ...
 * python2_7: running configuration
size_t_check.cpp:3:6: error: prototype for ‘void a::f(unsigned int)’ does not 
match any in class ‘a’
 void a::f(unsigned int) {};
  ^
size_t_check.cpp:2:24: error: candidate is: void a::f(size_t)
 class a { public: void f(size_t); };
^
size_t_check.cpp:3:6: error: prototype for ‘void a::f(long long unsigned int)’ 
does not match any in class ‘a’
 void a::f(unsigned long long) {};
  ^
size_t_check.cpp:2:24: error: candidate is: void a::f(size_t)
 class a { public: void f(size_t); };
    ^
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4 -I/usr/include/qwt5 -I/usr/include/python2.7 
-I/usr/lib64/python2.7/site-packages/numpy/core/include -I. -o 
qwt_version_info.o qwt_version_info.cpp
g++ -Wl,-O1 -o qwt_version_info qwt_version_info.o-L/usr/lib64/qt4 -lQtCore 
-L/usr/lib64 -L/usr/lib64/qt4 -lgthread-2.0 -lglib-2.0 -lpthread 
sip: Deprecation warning: ../sip/iqt5qt4/IQtModule.sip:32: %Module version 
number should be specified using the 'version' argument
sip: Deprecation warning: ../sip/qwt5qt4/QwtModule.sip:32: %Module version 
number should be specified using the 'version' argument
sip: Unable to find file "QtSvg/QtSvgmod.sip"
Command line options:
{'debug': False,
 'disable_numarray': True,
 'disable_numeric': True,
 'disable_numpy': False,
 'excluded_features': [],
 'extra_cflags': ['-march=native -O2 -pipe -msse3 -ggdb -fPIC'],
 'extra_cxxflags': ['-march=native -O2 -pipe -msse3 -ggdb -fPIC'],
 'extra_defines': [],
 'extra_include_dirs': ['/usr/include/qwt5'],
 'extra_lf

Re: [gentoo-user] evince - Error printing to PDF

2013-04-17 Thread Joseph

On 04/17/13 22:12, J. Roeleveld wrote:

On Wed, April 17, 2013 22:07, Joseph wrote:

On 04/17/13 21:55, J. Roeleveld wrote:

On Wed, April 17, 2013 18:30, Joseph wrote:

On 04/17/13 16:27, Alan McKinnon wrote:

On 17/04/2013 15:57, Joseph wrote:

When I try to print from "evince" to pdf file I get an error:

Error printing - Operation not supported





well, obviously your installed evince doesn't do pdf printing.


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


Well, it did print to pdf or ps file a week ago before upgrading, so
what
did it change?
Why all of a sudden doesn't do pdf printing?


Can you print to PDF from another program?
Do you have "net-print/cups-pdf" installed?
Can you recreate the PDF-printer in the cups configuration?

--
Joost


Yes, I have net-print/cups-pdf installed.
The strange part is that on one of my AMD64 system I logged in via ssh and
I could print to from "evince" to pdf file and after running
"python-updater" I am getting
the same error:  Error printing - Operation not supported


What did python-updater update?

--
Joost Roeleveld


I'm running Python:2.7

And these files were updated:

 Adding to list: app-office/openoffice-bin:0
 Adding to list: app-office/openoffice-bin:0
 Adding to list: dev-java/java-config:2
 Adding to list: dev-libs/boost:0
 Adding to list: dev-libs/libgamin:0
 Adding to list: dev-python/dbus-python:0
 Adding to list: dev-python/numpy:0
 Adding to list: dev-python/pycairo:0
 Adding to list: dev-python/setuptools:0
 Adding to list: dev-vcs/subversion:0
 Adding to list: media-libs/lcms:0
 Adding to list: sys-apps/file:0
 Adding to list: sys-libs/cracklib:0

--
Joseph



Re: [gentoo-user] Incredible Attack from Mars! Emerge monsters towards earth to strike again!

2017-01-31 Thread J. Roeleveld
On February 1, 2017 6:48:25 AM GMT+01:00, Alan McKinnon 
 wrote:
>On 01/02/2017 05:10, meino.cra...@gmx.de wrote:
>> Hi,
>> 
>> okay, "it's back!"
>> 
>> emerge: there are no ebuilds to satisfy
>>
>">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]".
>> (dependency required by "dev-python/setuptools-34.0.2-r1::gentoo"
>> [ebuild])
>> (dependency required by "dev-python/numpy-1.10.4::gentoo"
>[installed])
>> (dependency required by "media-libs/opencv-2.4.13::gentoo[python]"
>> [installed])
>> (dependency required by "media-gfx/gmic-1.7.9::gentoo[opencv]"
>> [installed])
>> (dependency required by "@selected" [set])
>> (dependency required by "@world" [argument])
>> [1]10945 exit 1 emerge --update --newuse --deep
>--with-bdeps=y
>> --tree --keep-going  -v  
>> 
>> 
>> I had this or a very similar error message before and thought I had
>> fixed it by removing this from package.use/.  :
>> 
>> dev-python/setuptools python_targets_python3_5
>> 
>> Then another hickup let me enabling this line again...and BOOM!
>> The above error message stroke again!
>> 
>> I can emerge six alone without problems:
>> 
>> [I] dev-python/six
>>  Available versions:  1.10.0 {doc test PYTHON_TARGETS="pypy pypy3
>python2_7 python3_4 python3_5"}
>>  Installed versions:  1.10.0(03:03:13 02/01/17)(-doc -test
>PYTHON_TARGETS="python2_7 -pypy -pypy3 -python3_4 -python3_5")
>>  Homepage:https://bitbucket.org/gutworth/six
>https://pypi.python.org/pypi/six
>>  Description: Python 2 and 3 compatibility library
>> 
>> and it is installed.
>> 
>> I have no idea what triggers this error message and to be honest I am
>> not really ue what it is trying to tell me.
>> By far my marsian isn't that good as my english...and take a look how
>> horrible THAT is... ;)
>> 
>> Who tals marsian and is willing to translate ;)
>
>Your python targets seems off.
>Remove all occurences of python targets and python single targets in
>make.conf, leave the decision to portage and the profile.

Don't forget to remove them from package.use and anywhere else you might have 
put them.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [gentoo-user] virtual eselect - how to

2019-06-28 Thread Hasan Ç .
[image: 56973125-e55d8300-6b74-11e9-99c7-142bfc4b2b11.png]

[image: 56973077-d1198600-6b74-11e9-97a0-315e789142cd.png]

[image: 56973043-c3640080-6b74-11e9-9415-90b3fa01ee9f.png]

Hasan Ç. , 29 Haz 2019 Cmt, 04:20 tarihinde şunu yazdı:

> Hi All,
>
> I mentioned my active PR a few times on dev-lists that covers *openblas
> ebuild (for main gentoo tree ~amd64)* + *integrated switch script between
> openblas and gentoo reference set* {c,}blas, lapack and gsl (gnu
> scientific library) *system-wide.* It seems i could not announce it
> enough.
>
> Here is the complete openblas PR + system-wide switch script, if someone
> interested in -->
> https://github.com/gentoo/gentoo/pull/11700
>
> *Here is the code who want to inspect switch script before use it -->*
>
> https://github.com/gentoo/gentoo/blob/04b5fc9c117571ce040a94f63c6d09e0ce15c5f8/sci-libs/openblas/files/openblas
>
>- I believe the proper way is eselect instead of this script but
>openblas switch script is my quick fix until openblas fully integrated to
>main tree and eselect.
>- After switching to openblas system wide with script i tested it with 
> *numpy
>& scipy, *both of them compiled with openblas support without any
>issue.
>- *This is not officially merged PR and maybe it never will.Also
>switch script not reviewed deeply by gentoo devs and may need
>improvement.This is my own solution.Please consider this before use it.*
>
> Screenshot's of the openblas switch script -->
>
> *openblas --status*
> [image: 56973125-e55d8300-6b74-11e9-99c7-142bfc4b2b11.png]
>
> *openblas --openblas*
> [image: 56973077-d1198600-6b74-11e9-97a0-315e789142cd.png]
>
> *openblas --help*
> [image: 56973043-c3640080-6b74-11e9-9415-90b3fa01ee9f.png]
>
> Hasan Calisir | Proxy Maint
>
> Helmut Jarausch , 26 Haz 2019 Çar, 16:05 tarihinde
> şunu yazdı:
>
>> Hi,
>> what is the relationship of a virtual package and eselect.
>> E.g.
>> I have installed openblas but 'eselect blas list' doesn't know about
>> this.
>> I have even modified  virtual/blas to include openblas.
>>
>> How does eselect get the list of alternatives?
>>
>> Many thanks for a hint,
>> Helmut
>>
>>


[gentoo-user] python-updater failure

2009-12-06 Thread Michael P. Soulier
So I ran a big emerge --update world and it picked up Python 2.6 from 2.5.
It'd be nice if python-updater ran automatically when this happens but it
doesn't, but gcompris failing to build was a nice reminder that it needed to
be done.

So I ran it...

msoul...@anton:~$ sudo python-updater
Password: 
 * Starting Python Updater from 2.5 to 2.6 :
 *   Adding to list: =net-p2p/bittorrent-5.0.9-r1
 *   Adding to list: =app-admin/webapp-config-1.50.16-r1
 *   Adding to list: =dev-util/scons-1.2.0-r1
 *   Adding to list: =sys-libs/cracklib-2.8.13
 *   Adding to list: =gnome-extra/libgsf-1.14.11
 *   Adding to list: =media-libs/mutagen-1.15
 *   Adding to list: =media-libs/lcms-1.18-r1
 *   Adding to list: =media-libs/pdflib-7.0.2_p8
 *   Adding to list: =dev-libs/boost-1.35.0-r2
 *   Adding to list: =dev-libs/libxslt-1.1.24-r1
 *   Adding to list: =dev-libs/libgamin-0.1.10-r2
 *   Adding to list: =dev-python/numeric-24.2-r6
 *   Adding to list: =dev-python/lxml-2.2.1
 *   Adding to list: =dev-python/cython-0.11.2
 *   Adding to list: =dev-python/numpy-1.2.1
 *   Adding to list: =dev-python/pygobject-2.16.1
 *   Adding to list: =dev-python/pycairo-1.8.2
 *   Adding to list: =dev-python/gnuplot-py-1.8
 *   Adding to list: =dev-python/twisted-web-8.1.0
 *   Adding to list: =dev-python/pycrypto-2.0.1-r8
 *   Adding to list: =dev-python/pyopenssl-0.9
 *   Adding to list: =dev-python/pyopengl-3.0.0
 *   Adding to list: =dev-python/dnspython-1.6.0
 *   Adding to list: =dev-python/twisted-8.1.0
 *   Adding to list: =dev-python/pyxml-0.8.4-r1
 *   Adding to list: =dev-python/wxpython-2.6.4.0-r2
 *   Adding to list: =x11-libs/vte-0.17.4-r3
 *   Adding to list: =net-zope/zope-interface-3.5.1
 *   Adding to list: =app-portage/layman-1.2.3
 *   Adding to list: =dev-java/java-config-1.3.7-r1

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

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "=dev-python/lxml-2.2.1".

Umm... now what?

Mike
-- 
Michael P. Soulier 
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein


pgp2OTspY7C8f.pgp
Description: PGP signature


Re: [gentoo-user] Building pygtk-2.22.0-r1 fails. Help, please!

2011-04-22 Thread Alan McKinnon
Apparently, though unproven, at 20:05 on Friday 22 April 2011, Alan Mackenzie 
did opine thusly:

> Hi, Gentoo.
> 
> In my attempt to 'emerge --update --deep xfce4-meta', one sole package
> is refusing to build, namely pygtk.
> 
> Its log file displays many (perhaps 100) error lines like:
> 
> Could not write method AtkObject.get_attributes: No ArgType for
> AtkAttributeSet*
> 
> .  The command that caused all these errors was:
> 
> libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
> -I/usr/include/python2.6 -I/usr/include/python2.6 -pthread
> -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -I./gtk
> -I/usr/lib64/python2.6/site-packages/numpy/core/include -pthread
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -O2 -pipe -march=athlon64 -Wall
> -fno-strict-aliasing -std=c9x -MT pango_la-pangomodule.lo -MD -MP -MF
> .deps/pango_la-pangomodule.Tpo -c pangomodule.c  -fPIC -DPIC -o
> .libs/pango_la-pangomodule.o
> 
> .  If anybody knows how to fix this, or a more appropriate place to ask
> for help, please tell me.
> 
> Thanks in advance!

This one might be tricky. Here's a tip: include version numbers of packages 
that are giving trouble, and whether you run stable, testing or (god forbid!) 
a mixture - this can be rather important in guiding one to what to do next (a 
process mostly defined by instinct rather than by say reason)

The error looks like an API break between pygtk and whatever provides 
AtkObject. That is part of the gtk accessibility toolkit, and the relevant 
files come out of a package called atk.

My first guess is that pygtk and atk are now out of sync on your machine. Try 
this:

emerge -av1 atk
emerge -av1 pygtk

Post back if that doesn't work.

Another tip: search bugs.gentoo.org first before posting - oftentimes 
theproblem is already known and reported on. In this specific case however, I 
didn't find anything.


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] evince - Error printing to PDF

2013-04-17 Thread J. Roeleveld
On Wed, April 17, 2013 22:27, Joseph wrote:
> On 04/17/13 22:12, J. Roeleveld wrote:
>>On Wed, April 17, 2013 22:07, Joseph wrote:
>>> On 04/17/13 21:55, J. Roeleveld wrote:
>>>>On Wed, April 17, 2013 18:30, Joseph wrote:
>>>>> On 04/17/13 16:27, Alan McKinnon wrote:
>>>>>>On 17/04/2013 15:57, Joseph wrote:
>>>>>>> When I try to print from "evince" to pdf file I get an error:
>>>>>>>
>>>>>>> Error printing - Operation not supported
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>well, obviously your installed evince doesn't do pdf printing.
>>>>>>
>>>>>>
>>>>>>--
>>>>>>Alan McKinnon
>>>>>>alan.mckin...@gmail.com
>>>>>
>>>>> Well, it did print to pdf or ps file a week ago before upgrading, so
>>>>> what
>>>>> did it change?
>>>>> Why all of a sudden doesn't do pdf printing?
>>>>
>>>>Can you print to PDF from another program?
>>>>Do you have "net-print/cups-pdf" installed?
>>>>Can you recreate the PDF-printer in the cups configuration?
>>>>
>>>>--
>>>>Joost
>>>
>>> Yes, I have net-print/cups-pdf installed.
>>> The strange part is that on one of my AMD64 system I logged in via ssh
>>> and
>>> I could print to from "evince" to pdf file and after running
>>> "python-updater" I am getting
>>> the same error:  Error printing - Operation not supported
>>
>>What did python-updater update?
>>
>>--
>>Joost Roeleveld
>
> I'm running Python:2.7
>
> And these files were updated:
>
>   Adding to list: app-office/openoffice-bin:0
>   Adding to list: app-office/openoffice-bin:0
>   Adding to list: dev-java/java-config:2
>   Adding to list: dev-libs/boost:0
>   Adding to list: dev-libs/libgamin:0
>   Adding to list: dev-python/dbus-python:0
>   Adding to list: dev-python/numpy:0
>   Adding to list: dev-python/pycairo:0
>   Adding to list: dev-python/setuptools:0
>   Adding to list: dev-vcs/subversion:0
>   Adding to list: media-libs/lcms:0
>   Adding to list: sys-apps/file:0
>   Adding to list: sys-libs/cracklib:0

This helps, one of these packages must change something that evince
depends on.

Now, for the other 2 questions:
1) Did you try recreating the PDF-printer in the cups config?
2) Can you print to PDF using a different program?

--
Joost Roeleveld




Re: [gentoo-user] media-gfx/blender-2.71 dependencies

2014-07-09 Thread List Reader
On Wed, Jul 09, 2014 at 03:14:51PM +0200, Alan McKinnon wrote:
> On 09/07/2014 09:54, List Reader wrote:
> > On Wed, Jul 09, 2014 at 01:18:27AM -0400, Dan O. wrote:
> >> I don't believe you pasted everything you meant to. That paste doesn't 
> >> show what packages would need to be emerged.
> >>
> >> -- 
> >> Dan Oriani
> >> redchops.com
> >> (Website forever under construction)
> >>
> >> On Wed, 9 Jul 2014, List Reader wrote:
> >>
> >>> Hello again kind friends, I'm not sure how to resolve the requirements
> >>> for merging media-gfx/blender-2.71
> >>>
> >>> emerge -pvf media-gfx/blender
> >>> http://bpaste.net/show/447617/
> >>>
> >>> The reqired ebuilds seem to be in portage, but emerge says the're not
> >>> available. Any insight would be grearly apreciated.
> >>>
> >>> Kind regards cinder
> >>>
> >>>
> > Whoops! Sorry, try this
> > emerge -pvq =media-gfx/blender-2.71 2>&1
> > http://bpaste.net/show/447969/
> 
> Please stop using pastebin services. It makes it very hard to help you
> as I now have to do extra work to inline your output where it can be
> seen and make sense:
> 
> The following keyword changes are necessary to proceed:
>  (see "package.accept_keywords" in the portage(5) man page for more details)
> # required by media-gfx/blender-2.71[python_single_target_python3_4]
> # required by =media-gfx/blender-2.71 (argument)
> =dev-lang/python-3.4.1 ~amd64
> # required by =media-gfx/blender-2.71 (argument)
> =media-gfx/blender-2.71 ~amd64
> # required by media-gfx/blender-2.71
> # required by =media-gfx/blender-2.71 (argument)
> =dev-lang/python-exec-2. **
> # required by media-gfx/blender-2.71
> # required by =media-gfx/blender-2.71 (argument)
> =dev-python/requests-2.3.0 ~amd64
> # required by media-gfx/blender-2.71
> # required by =media-gfx/blender-2.71 (argument)
> =dev-python/numpy-1.8.1 ~amd64
> 
> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by media-gfx/blender-2.71
> # required by =media-gfx/blender-2.71 (argument)
> >=dev-python/requests-2.3.0 python_targets_python3_4
> # required by media-gfx/blender-2.71
> # required by =media-gfx/blender-2.71 (argument)
> >=dev-python/numpy-1.8.1 python_targets_python3_4
> 
> emerge: there are no ebuilds to satisfy
> ">=dev-python/chardet-2.2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]".
> (dependency required by "dev-python/requests-2.3.0" [ebuild])
> (dependency required by "media-gfx/blender-2.71" [ebuild])
> (dependency required by "=media-gfx/blender-2.71" [argument])
> 
> 
> 
> 
> Just do exactly what the output says.
> The first chunk gets copied exactly into package.accept_keywords
> The second chunk gets copied exactly into package.use
> The third chunk is information to assist you. It is saying that
> according to your setup, portage cannot find a way to install chardet
> that satisfies blender's requirements, the first two chunks are how to
> make it possible (portage will never make these changes automatically).
> 
> The third chunk does not mean that the listed ebuilds are missing, it
> means they cannot be satisfied.
> 
> 
> 
> 
> 
> -- 
> Alan McKinnon
> alan.mckin...@gmail.com
> 
> 
I am terribly sorry for using wgetpaste, it won't happen again. I was
only following the official Gentoo Wiki.

"When seeking help, it's best to come prepared. Someone volunteering
their time doesn't want to waste that time fumbling about. That's where
wgetpaste comes in handy. Make sure you have merged app-text/wgetpaste,
and then you're ready to be helped."
https://wiki.gentoo.org/wiki/Troubleshooting#Collecting_Additional_Information

I have added the keywords and use flags to package.accept_keywords &
package.use respectively, but I still...

emerge: there are no ebuilds to satisfy
">=dev-python/chardet-2.2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]".
(dependency required by "dev-python/requests-2.3.0" [ebuild])
(dependency required by "media-gfx

Re: [gentoo-user] Building pygtk-2.22.0-r1 fails. Help, please!

2011-04-23 Thread Alan Mackenzie
Hi, Alan.

On Sat, Apr 23, 2011 at 12:43:45AM +0200, Alan McKinnon wrote:
> Apparently, though unproven, at 20:05 on Friday 22 April 2011, Alan Mackenzie 
> did opine thusly:

> > Hi, Gentoo.

> > In my attempt to 'emerge --update --deep xfce4-meta', one sole
> > package is refusing to build, namely pygtk.

> > Its log file displays many (perhaps 100) error lines like:

> > Could not write method AtkObject.get_attributes: No ArgType for
> > AtkAttributeSet*

> > .  The command that caused all these errors was:

> > libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
> > -I/usr/include/python2.6 -I/usr/include/python2.6 -pthread
> > -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0
> > -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
> > -I/usr/lib64/glib-2.0/include -I./gtk
> > -I/usr/lib64/python2.6/site-packages/numpy/core/include -pthread
> > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> > -I/usr/lib64/glib-2.0/include -O2 -pipe -march=athlon64 -Wall
> > -fno-strict-aliasing -std=c9x -MT pango_la-pangomodule.lo -MD -MP -MF
> > .deps/pango_la-pangomodule.Tpo -c pangomodule.c  -fPIC -DPIC -o
> > .libs/pango_la-pangomodule.o

> > .  If anybody knows how to fix this, or a more appropriate place to
> > ask for help, please tell me.

> > Thanks in advance!

> This one might be tricky. Here's a tip: include version numbers of
> packages that are giving trouble, and whether you run stable, testing
> or (god forbid!) a mixture - this can be rather important in guiding
> one to what to do next (a process mostly defined by instinct rather
> than by say reason)

OK.  As a relative newbie, I only run "stable".  My system is giving me
enough headaches as it is.

> The error looks like an API break between pygtk and whatever provides 
> AtkObject. That is part of the gtk accessibility toolkit, and the relevant 
> files come out of a package called atk.

> My first guess is that pygtk and atk are now out of sync on your machine. Try 
> this:

> emerge -av1 atk
> emerge -av1 pygtk

> Post back if that doesn't work.

Sadly, it didn't work.

> Another tip: search bugs.gentoo.org first before posting - oftentimes 
> the problem is already known and reported on. In this specific case
> however, I didn't find anything.

OK.  I managed to get the problem fixed, basically by trying everything,
though I don't really understand what I did.  This was my recipe:

emerge --sync
emerge --update --deep --newuse xfce4-meta

, which updated libglade-2.6.4 and pygtk-2.22.0-r1 successfully.  So
thanks!

> -- 
> alan dot mckinnon at gmail dot com

-- 
Alan Mackenzie (Nuremberg, Germany).



Re: [gentoo-user] Building pygtk-2.22.0-r1 fails. Help, please!

2011-04-23 Thread Mick
On Saturday 23 April 2011 17:35:44 Alan Mackenzie wrote:
> Hi, Alan.
> 
> On Sat, Apr 23, 2011 at 12:43:45AM +0200, Alan McKinnon wrote:
> > Apparently, though unproven, at 20:05 on Friday 22 April 2011, Alan
> > Mackenzie
> > 
> > did opine thusly:
> > > Hi, Gentoo.
> > > 
> > > In my attempt to 'emerge --update --deep xfce4-meta', one sole
> > > package is refusing to build, namely pygtk.
> > > 
> > > Its log file displays many (perhaps 100) error lines like:
> > > Could not write method AtkObject.get_attributes: No ArgType for
> > > 
> > > AtkAttributeSet*
> > > 
> > > .  The command that caused all these errors was:
> > > 
> > > libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
> > > -I/usr/include/python2.6 -I/usr/include/python2.6 -pthread
> > > -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0
> > > -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
> > > -I/usr/lib64/glib-2.0/include -I./gtk
> > > -I/usr/lib64/python2.6/site-packages/numpy/core/include -pthread
> > > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> > > -I/usr/lib64/glib-2.0/include -O2 -pipe -march=athlon64 -Wall
> > > -fno-strict-aliasing -std=c9x -MT pango_la-pangomodule.lo -MD -MP -MF
> > > .deps/pango_la-pangomodule.Tpo -c pangomodule.c  -fPIC -DPIC -o
> > > .libs/pango_la-pangomodule.o
> > > 
> > > .  If anybody knows how to fix this, or a more appropriate place to
> > > ask for help, please tell me.
> > > 
> > > Thanks in advance!
> > 
> > This one might be tricky. Here's a tip: include version numbers of
> > packages that are giving trouble, and whether you run stable, testing
> > or (god forbid!) a mixture - this can be rather important in guiding
> > one to what to do next (a process mostly defined by instinct rather
> > than by say reason)
> 
> OK.  As a relative newbie, I only run "stable".  My system is giving me
> enough headaches as it is.
> 
> > The error looks like an API break between pygtk and whatever provides
> > AtkObject. That is part of the gtk accessibility toolkit, and the
> > relevant files come out of a package called atk.
> > 
> > My first guess is that pygtk and atk are now out of sync on your machine.
> > Try this:
> > 
> > emerge -av1 atk
> > emerge -av1 pygtk
> > 
> > Post back if that doesn't work.
> 
> Sadly, it didn't work.
> 
> > Another tip: search bugs.gentoo.org first before posting - oftentimes
> > the problem is already known and reported on. In this specific case
> > however, I didn't find anything.
> 
> OK.  I managed to get the problem fixed, basically by trying everything,
> though I don't really understand what I did.  This was my recipe:
> 
> emerge --sync
> emerge --update --deep --newuse xfce4-meta
> 
> , which updated libglade-2.6.4 and pygtk-2.22.0-r1 successfully.  So
> thanks!

What do you get when you run:

# eselect python list
-- 
Regards,
Mick


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


Re: [gentoo-user] python-updater failure

2009-12-06 Thread Joshua Murphy
On Sun, Dec 6, 2009 at 10:49 PM, Michael P. Soulier
 wrote:
> So I ran a big emerge --update world and it picked up Python 2.6 from 2.5.
> It'd be nice if python-updater ran automatically when this happens but it
> doesn't, but gcompris failing to build was a nice reminder that it needed to
> be done.
>
> So I ran it...
>
> msoul...@anton:~$ sudo python-updater
> Password:
>  * Starting Python Updater from 2.5 to 2.6 :
>  *   Adding to list: =net-p2p/bittorrent-5.0.9-r1
>  *   Adding to list: =app-admin/webapp-config-1.50.16-r1
>  *   Adding to list: =dev-util/scons-1.2.0-r1
>  *   Adding to list: =sys-libs/cracklib-2.8.13
>  *   Adding to list: =gnome-extra/libgsf-1.14.11
>  *   Adding to list: =media-libs/mutagen-1.15
>  *   Adding to list: =media-libs/lcms-1.18-r1
>  *   Adding to list: =media-libs/pdflib-7.0.2_p8
>  *   Adding to list: =dev-libs/boost-1.35.0-r2
>  *   Adding to list: =dev-libs/libxslt-1.1.24-r1
>  *   Adding to list: =dev-libs/libgamin-0.1.10-r2
>  *   Adding to list: =dev-python/numeric-24.2-r6
>  *   Adding to list: =dev-python/lxml-2.2.1
>  *   Adding to list: =dev-python/cython-0.11.2
>  *   Adding to list: =dev-python/numpy-1.2.1
>  *   Adding to list: =dev-python/pygobject-2.16.1
>  *   Adding to list: =dev-python/pycairo-1.8.2
>  *   Adding to list: =dev-python/gnuplot-py-1.8
>  *   Adding to list: =dev-python/twisted-web-8.1.0
>  *   Adding to list: =dev-python/pycrypto-2.0.1-r8
>  *   Adding to list: =dev-python/pyopenssl-0.9
>  *   Adding to list: =dev-python/pyopengl-3.0.0
>  *   Adding to list: =dev-python/dnspython-1.6.0
>  *   Adding to list: =dev-python/twisted-8.1.0
>  *   Adding to list: =dev-python/pyxml-0.8.4-r1
>  *   Adding to list: =dev-python/wxpython-2.6.4.0-r2
>  *   Adding to list: =x11-libs/vte-0.17.4-r3
>  *   Adding to list: =net-zope/zope-interface-3.5.1
>  *   Adding to list: =app-portage/layman-1.2.3
>  *   Adding to list: =dev-java/java-config-1.3.7-r1
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> emerge: there are no ebuilds to satisfy "=dev-python/lxml-2.2.1".
>
> Umm... now what?
>
> Mike
> --
> Michael P. Soulier 
> "Any intelligent fool can make things bigger and more complex... It takes a
> touch of genius - and a lot of courage to move in the opposite direction."
> --Albert Einstein
>

umm, well, I've not synced too awefully recently on the box I have
handy, but I'm seeing these two ebuilds for lxml:

lxml-2.2.2.ebuild  lxml-2.2.3.ebuild

I'd guess, offhand, that you should install a newer version, since the
one it's looking for (likely due to that being the already installed
version) doesn't appear to exist in the tree anymore.

Also, if you run into errors actually installing any of that list
there, take a glance at http://bugs.gentoo.org/230205 ... down in the
comments there's mention of needing to prod eselect to fix things.

-- 
Poison [BLX]
Joshua M. Murphy



Re: [gentoo-user] Building pygtk-2.22.0-r1 fails. Help, please!

2011-04-23 Thread Alan Mackenzie
Hi, Mick.

On Sat, Apr 23, 2011 at 08:46:30PM +0100, Mick wrote:
> On Saturday 23 April 2011 17:35:44 Alan Mackenzie wrote:
> > Hi, Alan.

> > On Sat, Apr 23, 2011 at 12:43:45AM +0200, Alan McKinnon wrote:
> > > Apparently, though unproven, at 20:05 on Friday 22 April 2011, Alan
> > > Mackenzie

> > > did opine thusly:
> > > > Hi, Gentoo.

> > > > In my attempt to 'emerge --update --deep xfce4-meta', one sole
> > > > package is refusing to build, namely pygtk.

> > > > Its log file displays many (perhaps 100) error lines like:
> > > > Could not write method AtkObject.get_attributes: No ArgType for

> > > > AtkAttributeSet*

> > > > .  The command that caused all these errors was:

> > > > libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
> > > > -I/usr/include/python2.6 -I/usr/include/python2.6 -pthread
> > > > -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0
> > > > -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
> > > > -I/usr/lib64/glib-2.0/include -I./gtk
> > > > -I/usr/lib64/python2.6/site-packages/numpy/core/include -pthread
> > > > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> > > > -I/usr/lib64/glib-2.0/include -O2 -pipe -march=athlon64 -Wall
> > > > -fno-strict-aliasing -std=c9x -MT pango_la-pangomodule.lo -MD -MP -MF
> > > > .deps/pango_la-pangomodule.Tpo -c pangomodule.c  -fPIC -DPIC -o
> > > > .libs/pango_la-pangomodule.o

> > > > .  If anybody knows how to fix this, or a more appropriate place
> > > > to ask for help, please tell me.

> > > > Thanks in advance!

> > > This one might be tricky. Here's a tip: include version numbers of
> > > packages that are giving trouble, and whether you run stable,
> > > testing or (god forbid!) a mixture - this can be rather important
> > > in guiding one to what to do next (a process mostly defined by
> > > instinct rather than by say reason)

> > OK.  As a relative newbie, I only run "stable".  My system is giving
> > me enough headaches as it is.

> > > The error looks like an API break between pygtk and whatever
> > > provides AtkObject. That is part of the gtk accessibility toolkit,
> > > and the relevant files come out of a package called atk.

> > > My first guess is that pygtk and atk are now out of sync on your
> > > machine.  Try this:

> > > emerge -av1 atk
> > > emerge -av1 pygtk

> > > Post back if that doesn't work.

> > Sadly, it didn't work.

> > > Another tip: search bugs.gentoo.org first before posting -
> > > oftentimes the problem is already known and reported on. In this
> > > specific case however, I didn't find anything.

> > OK.  I managed to get the problem fixed, basically by trying
> > everything, though I don't really understand what I did.  This was my
> > recipe:

> > emerge --sync
> > emerge --update --deep --newuse xfce4-meta

> > , which updated libglade-2.6.4 and pygtk-2.22.0-r1 successfully.  So
> > thanks!

> What do you get when you run:

> # eselect python list

Available Python interpreters:
  [1]   python2.6 *
  [2]   python2.7
  [3]   python3.1

> -- 
> Regards,
> Mick

-- 
Alan Mackenzie (Nuremberg, Germany).



[gentoo-user] Rather ugly portage output today...

2012-06-02 Thread Mark Knecht
CLASS}_$x is not defined"
 *
 * If you need support, post the output of `emerge --info
'=sys-devel/gcc-apple-4.2.1_p5659'`,
 * the complete build log and the output of `emerge -pqv
'=sys-devel/gcc-apple-4.2.1_p5659'`.
 * Working directory: '/root'
 * S: '/var/tmp/portage/sys-devel/gcc-apple-4.2.1_p5659/work/gcc-4.2.1'
 * ERROR: sys-devel/gcc-apple-4.2.1_p5647 failed (depend phase):
 *   EXPORT_FUNCTIONS: toolchain_pkg_prerm is not defined
 *
 * Call stack:
 *  ebuild.sh, line 541:  Called source
'/usr/portage/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild'
 *   gcc-apple-4.2.1_p5647.ebuild, line   7:  Called inherit 'eutils'
'toolchain' 'flag-o-matic' 'autotools' 'prefix'
 *  ebuild.sh, line 318:  Called die
 * The specific snippet of code:
 *  declare -F "${ECLASS}_$x" >/dev/null || \
 *  die "EXPORT_FUNCTIONS:
${ECLASS}_$x is not defined"
 *
 * If you need support, post the output of `emerge --info
'=sys-devel/gcc-apple-4.2.1_p5647'`,
 * the complete build log and the output of `emerge -pqv
'=sys-devel/gcc-apple-4.2.1_p5647'`.
 * Working directory: '/root'
 * S: '/var/tmp/portage/sys-devel/gcc-apple-4.2.1_p5647/work/gcc-4.2.1'
 * ERROR: sys-devel/gcc-apple-4.2.1_p5646 failed (depend phase):
 *   EXPORT_FUNCTIONS: toolchain_pkg_prerm is not defined
 *
 * Call stack:
 *  ebuild.sh, line 541:  Called source
'/usr/portage/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild'
 *   gcc-apple-4.2.1_p5646.ebuild, line   7:  Called inherit 'eutils'
'toolchain' 'flag-o-matic' 'autotools' 'prefix'
 *  ebuild.sh, line 318:  Called die
 * The specific snippet of code:
 *  declare -F "${ECLASS}_$x" >/dev/null || \
 *  die "EXPORT_FUNCTIONS:
${ECLASS}_$x is not defined"
 *
 * If you need support, post the output of `emerge --info
'=sys-devel/gcc-apple-4.2.1_p5646'`,
 * the complete build log and the output of `emerge -pqv
'=sys-devel/gcc-apple-4.2.1_p5646'`.
 * Working directory: '/root'
 * S: '/var/tmp/portage/sys-devel/gcc-apple-4.2.1_p5646/work/gcc-4.2.1'
 * ERROR: sys-devel/gcc-apple-4.2.1_p5574 failed (depend phase):
 *   EXPORT_FUNCTIONS: toolchain_pkg_prerm is not defined
 *
 * Call stack:
 *  ebuild.sh, line 541:  Called source
'/usr/portage/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild'
 *   gcc-apple-4.2.1_p5574.ebuild, line   7:  Called inherit 'eutils'
'toolchain' 'flag-o-matic' 'autotools' 'prefix'
 *  ebuild.sh, line 318:  Called die
 * The specific snippet of code:
 *  declare -F "${ECLASS}_$x" >/dev/null || \
 *  die "EXPORT_FUNCTIONS:
${ECLASS}_$x is not defined"
 *
 * If you need support, post the output of `emerge --info
'=sys-devel/gcc-apple-4.2.1_p5574'`,
 * the complete build log and the output of `emerge -pqv
'=sys-devel/gcc-apple-4.2.1_p5574'`.
 * Working directory: '/root'
 * S: '/var/tmp/portage/sys-devel/gcc-apple-4.2.1_p5574/work/gcc-4.2.1'
 * ERROR: sys-devel/gcc-apple-4.2.1_p5566-r2 failed (depend phase):
 *   EXPORT_FUNCTIONS: toolchain_pkg_prerm is not defined
 *
 * Call stack:
 * ebuild.sh, line 541:  Called source
'/usr/portage/sys-devel/gcc-apple/gcc-apple-4.2.1_p5566-r2.ebuild'
 *   gcc-apple-4.2.1_p5566-r2.ebuild, line   7:  Called inherit
'eutils' 'toolchain' 'flag-o-matic' 'autotools' 'prefix'
 * ebuild.sh, line 318:  Called die
 * The specific snippet of code:
 *  declare -F "${ECLASS}_$x" >/dev/null || \
 *  die "EXPORT_FUNCTIONS:
${ECLASS}_$x is not defined"
 *
 * If you need support, post the output of `emerge --info
'=sys-devel/gcc-apple-4.2.1_p5566-r2'`,
 * the complete build log and the output of `emerge -pqv
'=sys-devel/gcc-apple-4.2.1_p5566-r2'`.
 * Working directory: '/root'
 * S: '/var/tmp/portage/sys-devel/gcc-apple-4.2.1_p5566-r2/work/gcc-4.2.1'
 * ERROR: sys-devel/gcc-apple-4.0.1_p5493 failed (depend phase):
 *   EXPORT_FUNCTIONS: toolchain_pkg_prerm is not defined
 *
 * Call stack:
 *  ebuild.sh, line 541:  Called source
'/usr/portage/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild'
 *   gcc-apple-4.0.1_p5493.ebuild, line   7:  Called inherit 'eutils'
'toolchain' 'prefix'
 *  ebuild.sh, line 318:  Called die
 * The specific snippet of code:
 *  declare -F "${ECLASS}_$x" >/dev/null || \
 *  die "EXPORT_FUNCTIONS:
${ECLASS}_$x is not defined"
 *
 * If you need support, post the output of `emerge --info
'=sys-devel/gcc-apple-4.0.1_p5493'`,
 * the complete build log and the output of `emerge -pqv
'=sys-devel/gcc-apple-4.0.1_p5493'`.
 * Working directory: '/root'
 * S: '/var/tmp/portage/sys-devel/gcc-apple-4.0.1_p5493/work/gcc-4.0.1'
 * ERROR: sys-devel/gcc-apple-4.0.1_p5490-r2 failed (depend phase):
 *   EXPORT_FUNCTIONS: toolchain_pkg_prerm is not defined
 *
 * Call stack:
 * ebuild.sh, line 541:  Called source
'/usr/portage/sys-devel/gcc-apple/gcc-apple-4.0.1_p5490-r2.ebuild'
 *   gcc-apple-4.0.1_p5490-r2.ebuild, line   7:  Called inherit
'eutils' 'toolchain' 'prefix'
 * ebuild.sh, line 318:  Called die
 * The specific snippet of code:
 *  declare -F "${ECLASS}_$x" >/dev/null || \
 *  die "EXPORT_FUNCTIONS:
${ECLASS}_$x is not defined"
 *
 * If you need support, post the output of `emerge --info
'=sys-devel/gcc-apple-4.0.1_p5490-r2'`,
 * the complete build log and the output of `emerge -pqv
'=sys-devel/gcc-apple-4.0.1_p5490-r2'`.
 * Working directory: '/root'
 * S: '/var/tmp/portage/sys-devel/gcc-apple-4.0.1_p5490-r2/work/gcc-4.0.1'
... done!

>>> Fetching (1 of 1) dev-python/numpy-1.6.1-r1
>>> Downloading 'http://gentoo.llarian.net/distfiles/numpy-1.6.1.tar.gz'
--2012-06-02 14:12:11--  http://gentoo.llarian.net/distfiles/numpy-1.6.1.tar.gz
Resolving gentoo.llarian.net... 209.221.142.124
Connecting to gentoo.llarian.net|209.221.142.124|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2637779 (2.5M) [application/octet-stream]
Saving to: `/usr/portage/distfiles/numpy-1.6.1.tar.gz'

100%[>]
2,637,779571K/s   in 6.7s

2012-06-02 14:12:18 (386 KB/s) -
`/usr/portage/distfiles/numpy-1.6.1.tar.gz' saved [2637779/2637779]

 * numpy-1.6.1.tar.gz RMD160 SHA1 SHA256 size ;-) ...
[ ok ]
c2stable ~ #



Re: [gentoo-user] python-updater failure

2009-12-06 Thread covici
Joshua Murphy  wrote:

> On Sun, Dec 6, 2009 at 10:49 PM, Michael P. Soulier
>  wrote:
> > So I ran a big emerge --update world and it picked up Python 2.6 from 2.5.
> > It'd be nice if python-updater ran automatically when this happens but it
> > doesn't, but gcompris failing to build was a nice reminder that it needed to
> > be done.
> >
> > So I ran it...
> >
> > msoul...@anton:~$ sudo python-updater
> > Password:
> >  * Starting Python Updater from 2.5 to 2.6 :
> >  *   Adding to list: =net-p2p/bittorrent-5.0.9-r1
> >  *   Adding to list: =app-admin/webapp-config-1.50.16-r1
> >  *   Adding to list: =dev-util/scons-1.2.0-r1
> >  *   Adding to list: =sys-libs/cracklib-2.8.13
> >  *   Adding to list: =gnome-extra/libgsf-1.14.11
> >  *   Adding to list: =media-libs/mutagen-1.15
> >  *   Adding to list: =media-libs/lcms-1.18-r1
> >  *   Adding to list: =media-libs/pdflib-7.0.2_p8
> >  *   Adding to list: =dev-libs/boost-1.35.0-r2
> >  *   Adding to list: =dev-libs/libxslt-1.1.24-r1
> >  *   Adding to list: =dev-libs/libgamin-0.1.10-r2
> >  *   Adding to list: =dev-python/numeric-24.2-r6
> >  *   Adding to list: =dev-python/lxml-2.2.1
> >  *   Adding to list: =dev-python/cython-0.11.2
> >  *   Adding to list: =dev-python/numpy-1.2.1
> >  *   Adding to list: =dev-python/pygobject-2.16.1
> >  *   Adding to list: =dev-python/pycairo-1.8.2
> >  *   Adding to list: =dev-python/gnuplot-py-1.8
> >  *   Adding to list: =dev-python/twisted-web-8.1.0
> >  *   Adding to list: =dev-python/pycrypto-2.0.1-r8
> >  *   Adding to list: =dev-python/pyopenssl-0.9
> >  *   Adding to list: =dev-python/pyopengl-3.0.0
> >  *   Adding to list: =dev-python/dnspython-1.6.0
> >  *   Adding to list: =dev-python/twisted-8.1.0
> >  *   Adding to list: =dev-python/pyxml-0.8.4-r1
> >  *   Adding to list: =dev-python/wxpython-2.6.4.0-r2
> >  *   Adding to list: =x11-libs/vte-0.17.4-r3
> >  *   Adding to list: =net-zope/zope-interface-3.5.1
> >  *   Adding to list: =app-portage/layman-1.2.3
> >  *   Adding to list: =dev-java/java-config-1.3.7-r1
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> >
> > emerge: there are no ebuilds to satisfy "=dev-python/lxml-2.2.1".
> >
> > Umm... now what?
> >
> > Mike
> > --
> > Michael P. Soulier 
> > "Any intelligent fool can make things bigger and more complex... It takes a
> > touch of genius - and a lot of courage to move in the opposite direction."
> > --Albert Einstein
> >
> 
> umm, well, I've not synced too awefully recently on the box I have
> handy, but I'm seeing these two ebuilds for lxml:
> 
> lxml-2.2.2.ebuild  lxml-2.2.3.ebuild
> 
> I'd guess, offhand, that you should install a newer version, since the
> one it's looking for (likely due to that being the already installed
> version) doesn't appear to exist in the tree anymore.
> 
> Also, if you run into errors actually installing any of that list
> there, take a glance at http://bugs.gentoo.org/230205 ... down in the
> comments there's mention of needing to prod eselect to fix things.
> 
> -- 
> Poison [BLX]
> Joshua M. Murphy
There is an argument to pythonupdater to ignore version numbers -- maybe
this will help your problem.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] Incredible Attack from Mars! Emerge monsters towards earth to strike again!

2017-02-03 Thread Meino . Cramer
Neil Bothwick  [17-02-03 15:33]:
> On Fri, 3 Feb 2017 03:49:06 +0100, meino.cra...@gmx.de wrote:
> 
> > emerge: there are no ebuilds to satisfy
> > ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]".
> > (dependency required by
> > "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency
> > required by "dev-python/numpy-1.10.4::gentoo" [ebuild]) (dependency
> > required by "media-libs/opencv-2.4.13::gentoo[python]" [installed])
> > (dependency required by
> > "media-gfx/gmic-1.7.9::gentoo[opencv]" [installed]) (dependency
> > required by "@selected" [set]) (dependency required by
> > "@world" [argument])
> 
> What is the output from these commands?
> 
> emerge --info | grep PYTHON
> eselect python list
> eselect python show
> 
> 
> -- 
> Neil Bothwick
> 
> Geordi, show these children the antimatter - Picard

Here it comes:
computer:/root>emerge --info | grep PYTHON
USE="X acl alsa amd64 berkdb bzip2 cairo cdr cli consolekit cracklib crypt cxx 
dbus dri dvb dvd dvdr dvdread encode flac fortran gdbm gif glew gtk iconv ipv6 
jack jpeg jpeg2k kpathsea ladspa lua lzo mad mmx modules mp3 multilib ncurses 
nls nptl nptlonly nvidia ogg opencv opengl openmp pam pcre png qt3support 
readline sdl seccomp session sndfile sox sse sse2 ssl tcpd tiff tk unicode v4l 
v4l2 vaapi vdpau vorbis x264 x265 xattr xvmc zlib zsh-completion" ABI_X86="64" 
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x 
ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 
trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core 
authz_core socache_shmcb unixd 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 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" 
CALLIGRA_FEATURES="krita" COLLECTD_PLUGINS="df interface irq load memory 
rrdtool swap syslog" CPU_FLAGS_X86="mmx sse sse2" ELIBC="glibc" 
GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock 
isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 
rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" 
INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk 
hd44780 lb216 lcdm001 mtxorb ncurses text" 
LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" 
OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" 
PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" 
QEMU_SOFTMMU_TARGETS="aarch64 alpha arm cris i386 lm32 \ m68k microblaze 
microblazeel mips mips64 mips64el mipsel moxie or32 ppc ppc64 \ ppcemb s390x 
sh4 sh4eb sparc sparc64 unicore32 x86_64 xtensa xtensaeb" 
QEMU_USER_TARGETS="aarch64 alpha arm armeb cris i386 m68k microblaze \ 
microblazeel mips mips64 mips64el mipsel mipsn32 mipsn32el or32 ppc \ ppc64 
ppc64abi32 s390x sh4 sh4eb sparc sparc32plus sparc64 unicore32 x86_64" 
RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia" 
XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface 
geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac 
delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LANG, LC_ALL, MAKEOPTS, 
PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
computer:/root>
computer:/root>
computer:/root>eselect python list
Available Python interpreters, in order of preference:
  [1]   python2.7
  [2]   python3.4
  [3]   python3.5 (fallback)
computer:/root>
computer:/root>
computer:/root>
computer:/root>eselect python show
python2.7
computer:/root>


Additionally:
computer:/root>env | grep PYTHON
[1]12215 done   env | 
   12216 exit 1 egrep --color PYTHON








[gentoo-user] ACCESS VIOLATION SUMMARY error with several packages

2014-06-12 Thread Dale
  androidcamera ocl
-- 
--   GUI:
-- QT 4.x:  YES (ver 4.8.5 EDITION = OpenSource)
-- QT OpenGL support:   YES (/usr/lib64/qt4/libQtOpenGL.so)
-- OpenGL support:  YES (/usr/lib64/libGLU.so
/usr/lib64/libGL.so /usr/lib64/libSM.so /usr/lib64/libICE.so
/usr/lib64/libX11.so /usr/lib64/libXext.so)
-- 
--   Media I/O:
-- ZLib:/usr/lib64/libz.so (ver 1.2.8)
-- JPEG:/usr/lib64/libjpeg.so (ver )
-- PNG: /usr/lib64/libpng.so (ver 1.6.10)
-- TIFF:/usr/lib64/libtiff.so (ver 42 - 4.0.3)
-- JPEG 2000:   /usr/lib64/libjasper.so (ver 1.900.1)
-- OpenEXR: NO
-- 
--   Video I/O:
-- DC1394 1.x:  NO
-- DC1394 2.x:  NO
-- FFMPEG:  YES
--   codec: YES (ver 55.52.102)
--   format:YES (ver 55.33.100)
--   util:  YES (ver 52.66.100)
--   swscale:   YES (ver 2.5.102)
--   gentoo-style:  YES
-- GStreamer:   NO
-- OpenNI:  NO
-- OpenNI PrimeSensor Modules:  NO
-- PvAPI:   NO
-- GigEVisionSDK:   NO
-- UniCap:  NO
-- UniCap ucil: NO
-- V4L/V4L2:NO/NO
-- DirectShow:  NO
-- XIMEA:   NO
-- Xine:NO
-- 
--   Other third-party libraries:
-- Use IPP: NO
-- Use Eigen:   NO
-- Use TBB: YES (ver 4.1 interface 6101)
-- Use OpenMP:  NO
-- Use GCD  NO
-- Use Concurrency  NO
-- Use C=:  NO
-- Use Cuda:NO
-- Use OpenCL:  NO
-- 
--   Python:
-- Interpreter: /usr/bin/python (ver 2.7.6)
-- Libraries:   /usr/lib64/libpython2.7.so (ver 2.7.6)
-- numpy:  
/usr/lib64/python2.7/site-packages/numpy/core/include (ver 1.8.0)
-- packages path:   lib64/python2.7/site-packages
-- 
--   Java:
-- ant: /usr/bin/ant (ver 1.9.1)
-- JNI: /opt/icedtea-bin-6.1.13.3/include
/opt/icedtea-bin-6.1.13.3/include/linux /opt/icedtea-bin-6.1.13.3/include
-- Java tests:  NO
-- 
--   Tests and samples:
-- Tests:   NO
-- Performance tests:   NO
-- C/C++ Examples:  NO
-- 
--   Install path:  /usr
-- 
--   cvconfig.h is in: 
/var/tmp/portage/media-libs/opencv-2.4.5/work/opencv-2.4.5_build
-- -
-- 
-- <<< Gentoo configuration >>>
Build type  Gentoo
Install path/usr
Compiler flags:
C   -march=native -O2 -pipe-W -Wall -Werror=return-type
-Werror=address -Werror=sequence-point -Wformat -Werror=format-security
-Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef
-Winit-self -Wpointer-arith -Wshadow -Wno-narrowing
-fdiagnostics-show-option -Wno-long-long -pthread -ffunction-sections
C++ -march=native -O2 -pipe-W -Wall -Werror=return-type
-Werror=address -Werror=sequence-point -Wformat -Werror=format-security
-Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow
-Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor
-fdiagnostics-show-option -Wno-long-long -pthread -ffunction-sections
Linker flags:
Executable   -Wl,-O1 -Wl,--as-needed
Module   -Wl,-O1 -Wl,--as-needed
Shared   -Wl,-O1 -Wl,--as-needed

-- Configuring done
CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  Target "opencv_haartraining_engine" has an INTERFACE_LINK_LIBRARIES
  property.  This should be preferred as the source of the link
interface for
  this library but because CMP0022 is not set CMake is ignoring the property
  and using the link implementation as the link interface instead.

  INTERFACE_LINK_LIBRARIES:

   
opencv_core;opencv_imgproc;opencv_highgui;opencv_objdetect;opencv_calib3d;opencv_video;opencv_features2d;opencv_flann;opencv_legacy;opencv_haartraining_engine

  Link implementation:

   
opencv_core;opencv_imgproc;opencv_highgui;opencv_objdetect;opencv_calib3d;opencv_video;opencv_features2d;opencv_flann;opencv_legacy

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to:
/var/

[gentoo-user] qt-dbus blocker

2009-10-13 Thread Allan Gottlieb
I just started getting this blocker yesterday (was away for the weekend)

[blocks B ]  >x11-libs/qt-dbus-4.5.1-r (">x11-libs/qt-dbus-4.5.1-r" 
is blocking x11-libs/qt-script-4.5.1, x11-libs/qt-test-4.5.1, 
x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, 
x11-libs/qt-core-4.5.1)

(the entire output from emerge world is below 
EMERGE_DEFAULT_OPTS="--ask --deep --tree --verbose --with-bdeps=y")

I read the news article and was directed to
http://www.linuxized.com/p192, which said to add dbus and qt3support to
my USE flags.  I already had dbus and adding qt3support did not change
the result.  The std handbook recommendation is to remove qt-dbus, but
the news article suggests this one is more complicated.  Should I
perhaps mask qu-dbus-4.5.2 and if so do I then remove the mask when the
rest has installed.

This is a stable x86 box.

thanks,
allan



ajglap gottlieb # emerge --newuse --update --with-bdeps=y world

 * 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  ] net-print/hplip-2.8.6b  USE="dbus ppds qt3 scanner snmp 
-cupsddk -doc -fax -minimal -parport -qt4" 
[ebuild U ]  dev-python/imaging-1.1.6-r1 [1.1.6] USE="X scanner tk -doc 
-examples" 0 kB
[nomerge  ] gnome-extra/deskbar-applet-2.24.3  USE="-eds -spell -test" 
[nomerge  ]  dev-python/gnome-desktop-python-2.24.1  USE="-debug" 
[nomerge  ]   dev-python/gnome-python-desktop-base-2.24.1  USE="-debug" 
[nomerge  ]    dev-python/pygtk-2.14.1-r1  USE="X -doc -examples" 
[ebuild U ] dev-python/numpy-1.3.0-r1 [1.3.0] USE="-lapack -test" 0 kB
[nomerge  ] www-client/epiphany-2.26.3-r1  USE="python -avahi -debug -doc 
-networkmanager -spell" 
[nomerge  ]  dev-python/gnome-python-2.22.3 
[nomerge  ]   dev-python/libgnome-python-2.22.3  USE="-debug -examples" 
[nomerge  ]gnome-base/libgnomeui-2.24.1  USE="-doc" 
[nomerge  ] gnome-base/libgnome-2.24.1  USE="esd -debug -doc" 
[ebuild U ]  gnome-base/gvfs-1.0.3-r13 [1.0.3-r2] USE="gnome hal 
-archive -avahi -bash-completion -bluetooth -cdda -debug -doc -fuse 
-gnome-keyring -gphoto2 -samba" 0 kB
[nomerge  ] x11-libs/qt-test-4.5.1  USE="iconv -debug -pch" 
[blocks b ]  >x11-libs/qt-dbus-4.5.1-r (">x11-libs/qt-dbus-4.5.1-r" 
is blocking x11-libs/qt-script-4.5.1, x11-libs/qt-test-4.5.1, 
x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, 
x11-libs/qt-core-4.5.1)
[blocks b ]  >x11-libs/qt-gui-4.5.1-r (">x11-libs/qt-gui-4.5.1-r" 
is blocking x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, 
x11-libs/qt-test-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, 
x11-libs/qt-core-4.5.1)
[blocks b ]  >x11-libs/qt-core-4.5.1-r (">x11-libs/qt-core-4.5.1-r" 
is blocking x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, 
x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, 
x11-libs/qt-sql-4.5.1)
[blocks b ]  >x11-libs/qt-script-4.5.1-r 
(">x11-libs/qt-script-4.5.1-r" is blocking x11-libs/qt-dbus-4.5.1, 
x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, 
x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1)
[nomerge  ] x11-libs/qt-sql-4.5.1  USE="iconv qt3support sqlite -debug 
-firebird -mysql -odbc -pch -postgres" 
[blocks b ]  >x11-libs/qt-test-4.5.1-r (">x11-libs/qt-test-4.5.1-r" 
is blocking x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, 
x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, 
x11-libs/qt-core-4.5.1)
[nomerge  ] x11-libs/qt-sql-4.5.1  USE="iconv qt3support sqlite -debug 
-firebird -mysql -odbc -pch -postgres" 
[nomerge  ]   x11-libs/qt-script-4.5.2 [4.5.1] USE="iconv -debug -pch" 
[blocks b ]x11-libs/qt-dbus-4.5.1-r (">x11-libs/qt-dbus-4.5.1-r" 
is blocking x11-libs/qt-script-4.5.1, x11-libs/qt-test-4.5.1, 
x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, 
x11-libs/qt-core-4.5.1)

Total: 12 packages (12 upgrades, 2 uninstalls), Size of downloads: 115,616 kB
Conflict: 11 blocks



Re: [gentoo-user] OpenSP build fails

2014-04-23 Thread Stroller

On Wed, 23 April 2014, at 7:20 pm, Nikita Tropin  wrote:
...
>>>  Hi, I'm trying to update Gentoo with
>>>  I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y 
>>> @world
>>>  …
>>> 
>>>  … but po4a, man-db(nls), openjade, virtual/man and man-pages-3.63 depends 
>>> on OpenSP.
>>> 
>> I don't immediately see how.
> 
> Sorry, that should say:
> 
> Could you post the full output of `emerge --pretend --verbose --deep --update 
> --newuse --with-bdeps=y @world`, please?

Ok, I see it now, my apologies.

Can I ask what you're trying to do, exactly?

Why are you adding all these flags? --deep --newuse and so on?

If it's just a matter of wanting to get your system up-to-date, then get 
everything else out the way, first, before worrying about the deep and the 
newuse. 

You've got the pambase / shadow blocks showing in there which most of the rest 
of us dealt with a year ago - that's the very first thing you should be get out 
the way. Update those two packages, do the config files stuff, then reboot. 

Read a load of this first: http://www.google.com/search?q=pambase+shadow+gentoo

Next, the attached emerge_me.txt file contains a list of all the other packages 
which are new or in need of updating, a list obtained by catting and cutting 
and sorting and text-editing the lists in your last email, grepping them for 'R 
' and 'N ' in the process.

I don't think any of these are blocking or dependent upon opensp / jade / 
man-db, so get them out the way so you can later concentrate on those.

Take a look at the output of:  'for package in `cat emerge_me.txt` ; do emerge 
-p =$package ; done'

I would guess this output will look pretty clean, but if you find any ugliness, 
just remove that file from the list.

When you're confident it'll run through cleanly, then run:

sudo bash -c 'for package in `cat emerge_me.txt` ; do emerge -1 =$package ; 
done'

Go to bed, or go watch a movie or something. When all those packages have 
installed, then your `emerge --pretend --verbose --deep --update --newuse 
--with-bdeps=y @world` should be pretty short, and much easier to read and to 
deal with.  

This approach is ugly as heck, but getting all the irrelevant crap out the way 
is easy, and it reduces the cognitive load of dealing with the real problem.

Be careful about the pambase / shadow stuff, though, and definitely do that 
first. 

Stroller.


app-accessibility/at-spi2-atk-2.10.2:2
app-accessibility/at-spi2-core-2.10.2:2
app-admin/conky-1.9.0-r3
app-admin/eselect-1.4.1
app-admin/eselect-bashcomp-1.3.6
app-admin/eselect-ctags-1.15
app-admin/eselect-java-0.1.0
app-admin/syslog-ng-3.4.7
app-arch/sharutils-4.14-r1
app-cdr/cdrtools-3.01_alpha17
app-crypt/gnupg-2.0.22
app-crypt/mit-krb5-1.11.4
app-misc/mc-4.8.11
app-misc/pax-utils-0.7
app-text/gnome-doc-utils-0.20.10-r1
app-vim/eselect-syntax-20070506
app-vim/gentoo-syntax-20130619
app-vim/gtk-syntax-20130716
app-vim/pam-syntax-20060424
dev-cpp/atkmm-2.22.7
dev-cpp/clucene-2.3.3.4-r5:1
dev-cpp/gtkmm-2.24.4:2.4
dev-db/postgresql-base-9.3.3:9.3
dev-java/java-config-2.2.0:2
dev-libs/cyrus-sasl-2.1.26-r3:2
dev-libs/libcdio-0.90-r1
dev-libs/libcdio-paranoia-0.90_p1-r1
dev-python/cython-0.19.1
dev-python/numpy-1.8.0-r1
dev-python/pillow-2.4.0
dev-python/pyelftools-0.21-r4
dev-python/pygobject-2.28.6-r55:2
dev-python/pygtk-2.24.0-r4:2
dev-qt/qt-creator-2.8.1
dev-util/cmake-2.8.12.2
dev-util/scons-2.3.0
gnome-base/gconf-3.2.6-r1:2
gnome-base/gsettings-desktop-schemas-3.10.1
gnome-base/librsvg-2.40.1-r1:2
mail-mta/nullmailer-1.13-r4
media-gfx/gimp-2.8.10-r1:2
media-gfx/imagemagick-6.8.8.10:0/6.8.8.10
media-libs/alsa-lib-1.0.27.2
media-libs/clutter-1.16.4-r1:1.0
media-libs/cogl-1.16.2:1.0/15
media-libs/libsndfile-1.0.25-r1
media-libs/libvisio-0.0.30
media-libs/mutagen-1.22
media-libs/nas-1.9.4
media-libs/openal-1.15.1-r2
media-sound/alsa-utils-1.0.27.2:0.9
media-sound/mpg123-1.15.4
net-fs/cifs-utils-6.1-r1
net-fs/samba-3.6.23
net-irc/weechat-0.4.3-r1
net-libs/glib-networking-2.38.2
net-libs/libproxy-0.4.11-r1
net-libs/libsoup-2.44.2:2.4
net-libs/neon-0.30.0:0/27
net-libs/webkit-gtk-2.2.6-r200:2
net-libs/webkit-gtk-2.2.6:3/29
net-misc/curl-7.36.0
net-misc/openssh-6.6_p1-r1
net-print/cups-1.7.1-r1
sys-apps/busybox-1.21.0
sys-apps/dbus-1.6.18-r1
sys-apps/file-5.17
sys-libs/libcap-ng-0.7.3
sys-libs/libieee1284-0.2.11-r3
sys-libs/tevent-0.9.19
virtual/libusb-1-r1:1
www-client/firefox-bin-24.4.0
x11-apps/appres-1.0.4
x11-apps/bitmap-1.0.7
x11-apps/xauth-1.0.8
x11-apps/xhost-1.0.6
x11-apps/xinit-1.3.3
x11-apps/xkbutils-1.0.4
x11-apps/xkill-1.0.4
x11-apps/xrdb-1.1.0
x11-apps/xset-1.2.3
x11-apps/xsetroot-1.1.1
x11-apps/xwd-1.0.6
x11-base/xorg-server-1.15.0:0/1.15.0
x11-drivers/xf86-input-evdev-2.8.2
x11-libs/gdk-pixbuf-2.30.7:2
x11-libs/glamor-0.6.0
x11-libs/gtk+-2.24.23:2
x11-libs/gtk+-3.10

[gentoo-user] Portage update errors

2018-11-20 Thread Zoltán Kócsi
[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
  required by (app-portage/gemato-:0/0::gentoo, ebuild scheduled
  for merge)

  
dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
  required by (dev-python/certifi-2018.4.16:0/0::gentoo, ebuild
  scheduled for merge)


dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,p
ython_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_
6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_
target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pyt
hon3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
 required by (app-portage/gemato-:0/0::gentoo, ebuild scheduled for
merge) 

  (dev-python/setuptools-36.7.2:0/0::gentoo, installed) pulled in by
>=dev-python/setuptools-34[python_targets_python2_7(-),python_targets_python
3_5(-),-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_
single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_tar
get_python3_6(-)] required by (app-portage/gemato-13.0-r1:0/0::gentoo,
  installed )

dev-python/setuptools[python_targets_python2_7(-),python_targets_python3_5(-
),-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_singl
e_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_p
ython3_6(-)] required by (app-portage/gemato-13.0-r1:0/0::gentoo,
  installed) 
 
dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,p
ython_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_
6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_
target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pyt
hon3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
 required by (dev-python/pyxattr-0.6.0-r1:0/0::gentoo, installed)
  
dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,pytho
n_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)
?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_targe
t_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-pyt
hon_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single
_target_python3_6(-),-python_single_target_python3_7(-)] required by
  (dev-python /pygments-2.2.0:0/0::gentoo, installed)



dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
required by (dev-python/certifi-2018.4.16:0/0::gentoo, installed) 


dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
required by (dev-python/pyblake2-1.1.2:0/0::gentoo, installed) 


dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
required by (dev-python/numpy-1.10.4:0/0::gentoo, installed) 

dev-python/certifi:0

  (dev-python/certifi-2018.4.16:0/0::gentoo, ebuild scheduled for
  merge) pulled in by
  
>=dev-python/certifi-2016.9.26[python_targets_pyp

Re: [gentoo-user] Re: evince - Error printing to PDF

2013-04-18 Thread Joseph

On 04/18/13 17:25, Alan McKinnon wrote:

On 18/04/2013 14:34, Hartmut Figge wrote:

Stroller:

On 18 April 2013, at 02:12, Joseph wrote:



I have uninstalled cups-pdf and when I go any program "print" there is still option: 
"Print to file" except that now 'Save to folder" by default is empty field, before if I 
remember was a user home directory.


Well, I would have assumed that cups-pdf would be necessary for printing to PDF, but I 
would like to see a screenshot of this "default empty field".


I have not installed cups-pdf and don't use evince for printing. But i
have tested the problem. After pressing File->Print... this window opens

http://www.triffids.de/pub/screenshot/ev130418.png

Pressing 'Print' in this window results in the the error window unless
the field 'Name:' with the prefilled value output.pdf is deleted and
manually replaced by e.g. output.pdf. *g*




The console error is regarding invalid UTF-8 strings in filenames.

I'm betting the cause is idiotic filename munging by evince or one of
the lower libraries involved, which makes it a bug.


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


Here is a list of 149 packaged that I emerged one of them is responsible for 
implementation of that "Print to File" in Print window
Can somebody help give me a hint which one it might be?

By the way meld-1.7.0 is buggy don't use it, 1.6.0 works OK


 dev-python/python-exec-0.3.1 to /
 app-admin/apache-tools-2.2.24 to /
 app-admin/eselect-1.3.4 to /
 app-admin/eselect-python-2008 to /
 app-arch/libarchive-3.1.2-r1 to /
 app-arch/unrar-4.2.4 to /
 app-text/docbook-xsl-stylesheets-1.78.0 to /
 app-text/iso-codes-3.40 to /
 app-text/poppler-0.22.2-r2 to /
 app-text/poppler-data-0.4.6 to /
 app-text/rarian-0.8.1-r2 to /
 dev-db/sqlite-3.7.15.2 to /
 dev-java/icedtea-bin-6.1.12.4 to /
 dev-lang/lua-5.1.5 to /
 dev-lang/php-5.4.13 to /
 dev-lang/python-2.7.3-r3 to /
 dev-lang/python-3.2.3-r2 to /
 dev-lang/spidermonkey-1.8.5-r4 to /
 dev-libs/atk-2.6.0 to /
 dev-libs/dbus-glib-0.100.2 to /
 dev-libs/libcroco-0.6.8 to /
 dev-libs/libIDL-0.8.14 to /
 dev-libs/libx86-1.1-r3 to /
 dev-libs/libxml2-2.9.0-r2 to /
 dev-libs/libxslt-1.1.28-r1 to /
 dev-libs/mpc-1.0.1 to /
 dev-libs/nettle-2.6 to /
 dev-libs/nspr-4.9.5 to /
 dev-libs/vala-common-0.18.1 to /
 dev-perl/DBI-1.623.0 to /
 dev-perl/IO-Socket-SSL-1.840.0 to /
 dev-perl/Net-SSLeay-1.520.0 to /
 dev-python/dbus-python-1.1.1-r1 to /
 dev-python/numpy-1.6.2-r2 to /
 dev-python/pycairo-1.10.0-r4 to /
 dev-python/pygobject-2.28.6-r53 to /
 dev-python/pygtk-2.24.0-r3 to /
 dev-util/dialog-1.2.20121230 to /
 dev-util/meld-1.7.0 to /
 dev-vcs/git-1.8.1.5 to /
 gnome-base/gnome-common-3.6.0 to /
 gnome-base/gsettings-desktop-schemas-3.6.1 to /
 gnome-base/gvfs-1.12.3-r1 to /
 gnome-base/librsvg-2.36.4 to /
 gnome-base/orbit-2.14.19-r2 to /
 media-libs/alsa-lib-1.0.26-r1 to /
 media-libs/audiofile-0.3.5 to /
 media-libs/libcanberra-0.30-r1 to /
 media-sound/alsa-utils-1.0.26-r2 to /
 media-video/ffmpeg-0.10.6 to /
 net-analyzer/nmap-6.25 to /
 net-libs/gnutls-2.12.23 to /
 net-misc/asterisk-11.2.2 to /
 net-misc/curl-7.29.0-r1 to /
 net-misc/rdate-1.4-r4 to /
 net-print/cups-1.5.2-r4 to /
 perl-core/Archive-Tar-1.900.0 to /
 perl-core/CGI-3.630.0 to /
 perl-core/Compress-Raw-Bzip2-2.60.0 to /
 perl-core/Compress-Raw-Zlib-2.60.0 to /
 perl-core/CPAN-Meta-2.120.921 to /
 perl-core/CPAN-Meta-Requirements-2.122.0 to /
 perl-core/CPAN-Meta-YAML-0.8.0 to /
 perl-core/digest-base-1.170.0 to /
 perl-core/Digest-MD5-2.520.0 to /
 perl-core/Digest-SHA-5.820.0 to /
 perl-core/Encode-2.470.0 to /
 perl-core/ExtUtils-CBuilder-0.280.205 to /
 perl-core/ExtUtils-Install-1.540.0 to /
 perl-core/ExtUtils-MakeMaker-6.640.0 to /
 perl-core/ExtUtils-Manifest-1.610.0 to /
 perl-core/File-Spec-3.400.0 to /
 perl-core/IO-Compress-2.60.0 to /
 perl-core/IPC-Cmd-0.780.0 to /
 perl-core/MIME-Base64-3.130.0 to /
 perl-core/Module-Build-0.400.300 to /
 perl-core/Module-CoreList-2.800.0 to /
 perl-core/Module-Load-0.240.0 to /
 perl-core/Module-Load-Conditional-0.540.0 to /
 perl-core/Module-Metadata-1.0.11 to /
 perl-core/Params-Check-0.360.0 to /
 perl-core/Parse-CPAN-Meta-1.440.400 to /
 perl-core/Scalar-List-Utils-1.270.0 to /
 perl-core/Storable-2.390.0 to /
 perl-core/Sys-Syslog-0.320.0 to /
 perl-core/Test-Harness-3.260.0 to /
 perl-core/Time-Local-1.230.0 to /
 perl-core/version-0.990.100 to /
 sci-calculators/galculator-2.1 to /
 sys-apps/kmod-12-r1 to /
 sys-apps/man-pages-3.47 to /
 sys-apps/portage-2.1.11.55 to /
 sys-apps/sysvinit-2.88-r4 to /
 sys-apps/texinfo-4.13-r2 to /
 sys-apps/util-linux-2.22.2 to /
 sys-devel/autoconf-2.69 to /
 sys-devel/automake-1.12.6 to /
 sys-devel/gcc-4.5.4 to /
 sys-devel/gettext-0.18.2 to /
 sys-fs/udisks-1.0.4-r5 to /
 sys-kernel/gentoo-sources-3.7.10 to /
 sys-kernel/linux-headers-3.7 to /
 sys-libs/timezone-data-2012j to /
 sys-power/upower-0.9.20-r2 to /

Re: [gentoo-user] blender 2.80 or 2.81?

2019-12-07 Thread Helmut Jarausch

On 12/07/2019 04:39:34 PM, Caveman Al Toraboran wrote:
thing is, i already have a blender file created with 2.80.  i cannot  
open it

with 2.79.

any idea what's the easiest way to get 2.80 or 2.81 running on gentoo?

and any idea how when to expect the 2.80 or 2.81?



You could copy the attached ebuild to a local overlay like  
/usr/local/portage/media-gfx/blender
and copy the attached patch to  
/usr/local/portage/media-gfx/blender/files

run
ebuild /usr/local/portage/media-gfx/blender/blender-.ebuild manifest

and then

emerge -av1 media-gfx/blender

This gives you the most recent version of blender.
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{7,8} )

inherit git-r3 check-reqs cmake-utils xdg-utils flag-o-matic gnome2-utils \
pax-utils python-single-r1 toolchain-funcs eapi7-ver

DESCRIPTION="3D Creation/Animation/Publishing System"
HOMEPAGE="http://www.blender.org";

# SRC_URI="http://download.blender.org/source/${P}.tar.gz";
EGIT_REPO_URI="git://git.blender.org/blender.git"

# Blender can have letters in the version string,
# so strip off the letter if it exists.
MY_PV="$(ver_cut 1-2)"

SLOT="0"
LICENSE="|| ( GPL-2 BL )"
KEYWORDS="~amd64 ~x86"
IUSE="+bullet +dds +elbeem +game-engine +openexr collada colorio \
cuda cycles debug doc ffmpeg fftw headless jack jemalloc jpeg2k libav \
llvm man ndof nls openal opencl openimageio openmp opensubdiv openvdb \
osl player sdl sndfile test tiff valgrind"

REQUIRED_USE="${PYTHON_REQUIRED_USE}
cuda? ( cycles )
cycles? ( openexr tiff openimageio )
opencl? ( cycles )
osl? ( cycles llvm )
player? ( game-engine !headless )"

RDEPEND="${PYTHON_DEPS}
>=dev-libs/boost-1.62:=[nls?,threads(+)]
dev-libs/lzo:2
>=dev-python/numpy-1.10.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
media-libs/freetype
media-libs/glew:*
media-libs/libpng:0=
media-libs/libsamplerate
sys-libs/zlib
virtual/glu
virtual/jpeg:0=
virtual/libintl
virtual/opengl
collada? ( >=media-libs/opencollada-1.6.18:= )
colorio? ( media-libs/opencolorio )
cuda? ( dev-util/nvidia-cuda-toolkit:= )
ffmpeg? ( media-video/ffmpeg:=[x264,mp3,encode,theora,jpeg2k?] )
libav? ( >=media-video/libav-11.3:=[x264,mp3,encode,theora,jpeg2k?] )
fftw? ( sci-libs/fftw:3.0= )
!headless? (
x11-libs/libX11
x11-libs/libXi
x11-libs/libXxf86vm
)
jack? ( virtual/jack )
jemalloc? ( dev-libs/jemalloc:= )
jpeg2k? ( media-libs/openjpeg:0 )
llvm? ( sys-devel/llvm:= )
ndof? (
app-misc/spacenavd
dev-libs/libspnav
)
nls? ( virtual/libiconv )
openal? ( media-libs/openal )
opencl? ( virtual/opencl )
openimageio? ( >=media-libs/openimageio-1.7.0 )
openexr? (
>=media-libs/ilmbase-2.2.0:=
>=media-libs/openexr-2.2.0:=
)
opensubdiv? ( >=media-libs/opensubdiv-3.3.0:=[cuda=,opencl=] )
openvdb? (

media-gfx/openvdb[${PYTHON_USEDEP},-abi3-compat(-),abi4-compat(+)]
dev-cpp/tbb
>=dev-libs/c-blosc-1.5.2
)
osl? ( media-libs/osl:= )
sdl? ( media-libs/libsdl2[sound,joystick] )
sndfile? ( media-libs/libsndfile )
tiff? ( media-libs/tiff:0 )
valgrind? ( dev-util/valgrind )"

DEPEND="${RDEPEND}
>=dev-cpp/eigen-3.2.8:3
virtual/pkgconfig
doc? (
app-doc/doxygen[-nodot(-),dot(+),latex]
dev-python/sphinx[latex]
)
nls? ( sys-devel/gettext )"

PATCHES=(
"${FILESDIR}/${PN}-fix-install-rules.patch"
)
#   "${FILESDIR}/${P}-gcc-8.patch"
#   "${FILESDIR}/${P}-ffmpeg-4-compat.patch"

blender_check_requirements() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp

if use doc; then
CHECKREQS_DISK_BUILD="4G" check-reqs_pkg_pretend
fi
}

pkg_pretend() {
blender_check_requirements
}

pkg_setup() {
blender_check_requirements
python-single-r1_pkg_setup
}

src_prepare() {
cmake-utils_src_prepare

# we don't want static glew, but it's scattered across
# multiple files that differ from version to version
# !!!CHECK THIS SED ON EVERY VERSION BUMP!!!
local file
while IFS="" read -d $'\0' -r file ; do
sed -i -e '/-DGLEW_STATIC/d' "${file}" || die
 

[gentoo-user] Python:2.7 and removing it early

2020-05-04 Thread Dale
Howdy,

As some know, python 2.7 is leaving the building.  I'm wanting to try to
clean it out a bit now, a little at a time if needed.  I found some
commands on -dev that shows what still depends on python 2.7.  Thing is,
I think it is listing packages that *may* use 2.7 but can or is set to
use a newer version.  In other words, I'm getting false positives.
Another command returns nothing and I think that command shows what
requires *only* python 2.7 and no newer version.  Thing is, when I do a
emerge -ac python:2.7, it spits out a list of packages that says they
need it.  It's confusing to say the least. I think I'm on information
overload or something.

What I don't want to do, add targets to make.conf that may change
defaults later on.  In other words, I don't want to add the target line
and then later on forget it is there and it bite me when say 3.6 is
leaving the building.  I think if I can get it to where I can remove
python 2.7's package, it will leave it buried.  How to get there tho??

I don't want to attach a ton of info that may not be relevant.  I'm
going to share this tho.  If anyone needs more info, let me know and
I'll post it. 


root@fireball / # emerge -ca python:2.7

Calculating dependencies... done!
  dev-lang/python-2.7.18 pulled in by:
    app-doc/gimp-help-2.8.2 requires >=dev-lang/python-2.7.5-r2:2.7
    app-office/scribus-1.5.5-r1 requires >=dev-lang/python-2.7.5-r2:2.7
    app-portage/gemato-14.3 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-lang/spidermonkey-1.8.5-r7 requires
>=dev-lang/python-2.7.5-r2:2.7[threads]
    dev-lang/spidermonkey-60.5.2_p0-r4 requires
>=dev-lang/python-2.7.5-r2:2.7[ncurses,sqlite,ssl,threads]
    dev-libs/boost-1.72.0-r1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-libs/libxml2-2.9.9-r3 requires >=dev-lang/python-2.7.5-r2:2.7[xml]
    dev-python/PyQt5-5.14.2 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/PyQt5-sip-4.19.22 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/PySocks-1.7.1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/backports-1.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/backports-lzma-0.0.13 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/bz2file-0.98 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/certifi-2019.11.28 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/cffi-1.14.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/chardet-3.0.4 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/cryptography-2.8-r1 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/cython-0.29.15 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/dbus-python-1.2.16 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/docutils-0.16 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/enum34-1.1.6-r1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/idna-2.8 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/ipaddress-1.0.23 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/lxml-4.5.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/mako-1.1.2 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/markupsafe-1.1.1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/numpy-1.16.5-r1 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/olefile-0.46 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pathlib2-2.3.5 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pbr-4.2.0-r1 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/pillow-6.2.2 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/ply-3.11 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pyblake2-1.1.2 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pycairo-1.18.2 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/pyclipper-1.1.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pycparser-2.20 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pycryptodome-3.9.4 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/pygments-2.5.2 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pygobject-2.28.6-r55 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pygobject-3.34.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pygtk-2.24.0-r5 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pyopengl-3.1.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pyopenssl-19.1.0 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/python-gammu-2.11 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pyyaml-5.3.1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/requests-2.23.0 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/scandir-1.10.0-r1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/setuptools-44.1.0 requir

Re: [gentoo-user] Python:2.7 and removing it early

2020-05-04 Thread Alessandro Barbieri
At least
gimp-help
scribus
nut
fbpanel
are Python2 only, didn't check stuff from overlays

Il Lun 4 Mag 2020, 18:31 Dale  ha scritto:

> Howdy,
>
> As some know, python 2.7 is leaving the building.  I'm wanting to try to
> clean it out a bit now, a little at a time if needed.  I found some
> commands on -dev that shows what still depends on python 2.7.  Thing is,
> I think it is listing packages that *may* use 2.7 but can or is set to
> use a newer version.  In other words, I'm getting false positives.
> Another command returns nothing and I think that command shows what
> requires *only* python 2.7 and no newer version.  Thing is, when I do a
> emerge -ac python:2.7, it spits out a list of packages that says they
> need it.  It's confusing to say the least. I think I'm on information
> overload or something.
>
> What I don't want to do, add targets to make.conf that may change
> defaults later on.  In other words, I don't want to add the target line
> and then later on forget it is there and it bite me when say 3.6 is
> leaving the building.  I think if I can get it to where I can remove
> python 2.7's package, it will leave it buried.  How to get there tho??
>
> I don't want to attach a ton of info that may not be relevant.  I'm
> going to share this tho.  If anyone needs more info, let me know and
> I'll post it.
>
>
> root@fireball / # emerge -ca python:2.7
>
> Calculating dependencies... done!
>   dev-lang/python-2.7.18 pulled in by:
> app-doc/gimp-help-2.8.2 requires >=dev-lang/python-2.7.5-r2:2.7
> app-office/scribus-1.5.5-r1 requires >=dev-lang/python-2.7.5-r2:2.7
> app-portage/gemato-14.3 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-lang/spidermonkey-1.8.5-r7 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads]
> dev-lang/spidermonkey-60.5.2_p0-r4 requires
> >=dev-lang/python-2.7.5-r2:2.7[ncurses,sqlite,ssl,threads]
> dev-libs/boost-1.72.0-r1 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-libs/libxml2-2.9.9-r3 requires >=dev-lang/python-2.7.5-r2:2.7[xml]
> dev-python/PyQt5-5.14.2 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/PyQt5-sip-4.19.22 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/PySocks-1.7.1 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/backports-1.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/backports-lzma-0.0.13 requires
> >=dev-lang/python-2.7.5-r2:2.7
> dev-python/bz2file-0.98 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/certifi-2019.11.28 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/cffi-1.14.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/chardet-3.0.4 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/cryptography-2.8-r1 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/cython-0.29.15 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/dbus-python-1.2.16 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/docutils-0.16 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/enum34-1.1.6-r1 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/idna-2.8 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/ipaddress-1.0.23 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/lxml-4.5.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/mako-1.1.2 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/markupsafe-1.1.1 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/numpy-1.16.5-r1 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/olefile-0.46 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pathlib2-2.3.5 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pbr-4.2.0-r1 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/pillow-6.2.2 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/ply-3.11 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pyblake2-1.1.2 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pycairo-1.18.2 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/pyclipper-1.1.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pycparser-2.20 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pycryptodome-3.9.4 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/pygments-2.5.2 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pygobject-2.28.6-r55 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pygobject-3.34.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pygtk-2.24.0-r5 requires 

[gentoo-user] INT_(MIN,MAX) is missing from

2009-01-27 Thread Andrey Vul
dr dvdread
dvi2tty dynamic editor emerald enblend enca encode eolconv epydoc
erandom escreen esd etc-proposals etwin examples exif exiv2 expat fam
fbcon fbdev fbsplash ffmpeg fftw file file-icons firefox firefox3 fits
flac flash flexresp flexresp2 fltk fluidsynth font-server fontconfig
fontforge foomaticdb fortran fortune fpx freetds freewnn ftp furigana
fuse games gcj gcrypt gd gdbm gecko gedit genders general geoip gif
ginac git glade glib glibc-omitfp glitz glsa glut glw gmail gmedia gml
gmp gnuplot gnutls google-gadgets gpac gpg gphoto2 gpm gps graphics
graphviz grub gs gsl gstreamer gtk gtkhotkey guile gutenprint gzip hal
hddtemp hdri heterogeneous hexen hexenworld hfs hibernate-script hpn
htmlhandbook httpd hunspell hvm icons iconv icu id3 id3tag idea idn
ieee1394 imagemagick imlib infowidget inkjar inquisitio int64 ipfilter
iproute2 ipv6 irc isdnlog iso14755 ithreads jack java java5 java6
javascript jbig jdepend jfs jmf john jpeg jpeg2k justify kate kde kde4
kdehiddenvisibility kdeprefix kerberos kino kipi kmid kontact kvm
ladspa lame lapack laptop lash latex lcms ldap libass libcaca libedit
libffi libgcrypt libgig libnotify libpaludis libsamplerate libssh2
libtommath libv4l2 lid lights linux-smp-stats linuxkeys live
lm_sensors lock logitech-mouse logrotate logviewer loop-aes lua lucene
lzo m17n-lib mad math mathml matroska maya-shaderlibrary
mdnsresponder-compat memlimit menu-plugin messenger midi migemo mikmod
mime mimencode mjpeg mktemp mmap mmx mng modperl modplug modules mono
monolithic-build moonlight mozdevelop mozdom mp2 mp3 mp3tunes mp4 mpeg
mpeg2 mpi mpi-threads mplayer mpls msn mssql mtp mudflap multilib
multiuser musepack music musicbrainz mysql mysqli nano-syntax nat
ncurses nemesi net netbeans netpbm network network-cron networking
networkmanager nfs nls no-helper nowin nptl nptlonly nsplugin nspr nss
ntfs ntp numarray numeric numpy nuv nvidia nvtv ocaml ocamlopt octave
odbc offensive ogg ogg123 openal openexr opengl openmp openssl
opensslcrypt openstreetmap openvpn oss otr ots pager pam pango
parse-clocks parted paste64 pcap pcapnav pcntl pcre pdf perl phonon
pic pixmaps pkcs11 plasma player plotutils plugins pmu png pnm
policykit posix postproc postscript povray ppds pppd print pth pvfs2
pvr pyste python q32 qt-dbus qt-webkit qt3 qt3support qt4 quicktime
quotas rar raw rc5 rdesktop readline realmedia recode reflection regex
regexp reiserfs resolvconf resolver restrict-javascript rle roe romio
rplay rrdcgi rss rtc rtf rtsp rubberband samba sasl scanner
schroedinger science screen script scripts sdl sdl-image sdlaudio
sdlcd search semantic-desktop sensord server sftp sha512 sharedmem
shorten shout sid silvercity slang slit smi smp sms snmp soap sockets
socks5 solver sounds soundtouch sox sparse spell spl sql sqlite
sqlite3 srt sse sse2 sse3 ssl ssse3 startup-notification statistics
stats status stream subversion svg svgz sysfs syslog sysvipc szip
t1lib taglib tcl tcpd teamarena telepathy teletext templates tex4ht
texteffect themes theora thesaurus threads threadsafe tidy tiff
timidity tk tomsfastmath toolbar tools tordns transcode truetype
tunepimp twolame type1 ucs2 umfpack unicode unsupported upnp usb
utempter utils uvesafb v4l v4l2 vamp vcd vcdinfo vcdx vde video videos
vim vim-pager vim-syntax vim-with-x visibility vistafree visual
visualization vorbis vst wav wavpack wcs wcwidth webdav webdav-neon
webkit wifi wii wireshark wma wmf wmp wxwindows x264 x86emu xanim
xattr xcb xchatdccserver xcomposite xerces-c xfce xfs xft xgetdefault
xine xinerama xml xorg xosd xpm xrandr xscreensaver xsettings xsl xslt
xterm xterm-color xulrunner xv xvid xvmc zero zeroconf zip zlib
zsh-completion" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x
ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel
intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem
ymfpci" 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 "
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 "
APACHE2_MPMS="worker" ELIBC="glibc" INITNG_PLUGINS="also bash_launcher
chdir chroot conflict cpout critical ctrlaltdel daemon_clean
debug_commands envparser find fmon fstat history idleprobe initctl
interactive iparser last limit lockfile logfile netdev netprobe ngc4
ngcs nge pause provide reload renice rlparser simple_launcher stcmd
stdout suid syncron syslog sysreq unneeded usplash"
INPUT_DEVICES=

Re: [gentoo-user] Re: kde4: no hardware info without sys-apps/hal

2011-09-24 Thread Andrey Moshbear
/kde-sunset
/var/lib/layman/games /var/lib/layman/roslin /var/lib/layman/dev-zero
/var/lib/layman/lxde /var/lib/layman/stuge /var/lib/layman/wolf31o2
/var/lib/layman/pd-overlay /var/lib/layman/moshbear-patched"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3ds X a52 aac aalib acl acpi ads aften allegro alsa amd64 amr ao
apache2 api aspell audio audiofile automap autotrace avahi
bash-completion bcel bcmath bdf berkdb bidi binary-drivers bineditor
blas blender blender-game bluetooth branding bzip2 cairo canna caps
catalogs cdda cddax cddb cdparanoia cdr cdsound cg cgi chm cjk
cleartype cli client clucene cmake colordiff connection-sharing
consolekit context contrib cracklib crypt cscope csharp css ctype
ctypes-python cuda cups curl curlwrappers cvs cxx cyrillic dbus dc1394
detex dga dhclient dhcp dhcpcd dia dirac directfb discouraged djbfft
djvu doc double-precision drawing drawspaces dri dssi dts dv dvd
dvdnav dvdr dvi dvi2tty dvipdfm eap-sim ebook eigen embedded-fuseiso
emboss emerald emf enca encode exceptions exif expat extensions extra
extras faac faad fakevim fam fame fastcgi fbcon fbcondecor fbsplash
ffmpeg fftw firefox flac flatfile fltk fluidsynth fmod fontconfig
fontforge foomaticdb fortran ftp fuse games gcj gcrypt gd gdbm gdu
geoip geolocation gif gimp git glib glitz gmp gnuplot gnutls
google-gadgets gpg gphoto2 gpm grammar graphics graphviz gs gsl gsm
gstreamer gtk hddtemp hdri http-cache httpd iconv icotools icoutils
icu id3 id3tag idea idn ieee1394 image imagemagick imap imlib inexact
inline inline-init-failopen int64 ipv6 irc jabber jack jadetex jai
java java6 javascript jbig jfs jmf joystick jpeg jpeg2k juju kde
kerberos kpathsea ladspa lame lapack laptop lash latex lcdfilter lcms
ldap lensfun libass libcaca libev libmms libnotify libsamplerate
libssh2 libtiger libtommath libv4l libv4l2 libwww live lm_sensors lock
logrotate logviewer loop-aes lqr lua lzma lzo m17n-lib mac mad maps
math mathml matroska mbox mdi mdnsresponder-compat melt memcache
memlimit mercurial mhash midi mime mixer mjpeg mmap mmx mng modplug
modules mono moonlight mp3 mp4 mpd mpeg mpi mplayer msn mtp mudflap
multicall multilib multimedia musepack music mysql nas nat ncurses net
netbeans netpbm network-cron networkmanager nfs nls nmap nntp nowin
nptl nptlonly nsplugin nss ntfs ntlm numpy octave offensive ogg openal
openexr opengl openmp openssl opensslcrypt optimization pam pango
parse-clocks pcf pch pcntl pcre pdf perl phonon php pidgin plasma
player plotutils plugins pmu png policykit pop posix postgres postproc
ppds pppd private-headers ps pstoedit pstricks pulseaudio python
qt-dbus qt3 qt3support qt4 quicktime raw rawio readline realtime
recode recommended recording regex reiserfs resolvconf rfc3779 rfc822
rle rrdcgi rrdtool rss rtf rtsp rubberband ruby samba scanner
schroedinger science script sdk sdl sdl-image sdl-sound sdlaudio
semantic-desktop sensord server servletapi session sftp shm shorten
smime smp sms smtp sndfile sox speex spell sql sqlite sqlite3 srt sse
sse2 ssl startup-notification stats status stlport stream
strong-optimization subtitles subversion suid svg svgz swig sysfs
syslog t1lib taglib tcl tcpd tex tex4ht text textures theora threads
thunderbird tidy tiff timezone tk tokenizer tokyocabinet tomsfastmath
toolame toolbar tools trace transcode truetype truetype-debugger
twolame udev udev-acl udis86 unicode unsupported unzip upnp
urlpicpreview usb utils uuid v4l v4l2 vcd vcdinfo vcdx vdpau video
videos vim vim-pager vim-syntax vistafree vix vmware-tools vorbis vst
wav wavpack webkit wifi winetools winetriks wireshark wma wmf
wordperfect wps wxwidgets x264 xanim xattr xcb xcomposite xetex xft
xinerama xml xmlreader xmlrpc xmlwriter xmp xorg xosd xpfast xpm
xscreensaver xulrunner xv xvid xvmc youtube zeroconf zip zlib
zsh-completion"
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
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"
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 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"
CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump"
CAMERAS="ptp2"
COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
ELIBC="glibc"
GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt
gpsclock itrax mtk3301 nmea n

[gentoo-user] nvidia-drivers wants static-libs, I do not.

2022-02-13 Thread Dale
marble -mediaplayer -semantic-desktop"
[ebuild  N ]  media-gfx/hugin-2020.0.0-r1::gentoo  USE="sift -debug
-lapack -python -raw" L10N="-ca -ca-valencia -cs -da -de -en-GB -es -eu
-fi -fr -hu -it -ja -nl -pl -pt-BR -ro -ru -sk -sv -zh-CN -zh-TW"
PYTHON_SINGLE_TARGET="python3_9 -python3_8" 0 KiB
[nomerge   ]   media-gfx/enblend-4.2.0_p20161007-r1::gentoo 
USE="openmp -debug -doc -tcmalloc" CPU_FLAGS_X86="sse2"
[nomerge   ]    media-libs/vigra-1.11.1-r3::gentoo  USE="hdf5 jpeg
openexr png python tiff zlib -doc -fftw -mpi -test -valgrind"
PYTHON_TARGETS="python3_9 -python3_8"
[ebuild   R    ] sci-libs/hdf5-1.10.5-r1:0/1.10.5::gentoo  USE="hl*
zlib -cxx -debug -examples -fortran -mpi -szip -threads* -unsupported" 0 KiB
[ebuild U ~] sci-electronics/kicad-5.1.12-r2::gentoo
[5.1.12::gentoo] USE="examples github ngspice occ* openmp python -doc
(-oce%*)" PYTHON_SINGLE_TARGET="python3_9 -python3_8" 0 KiB
[ebuild  N    ~]  sci-libs/opencascade-7.5.2-r5:0/7.5::gentoo 
USE="ffmpeg vtk -debug -doc -examples -freeimage -gles2-only -json
-optimize -tbb" 46,692 KiB
[ebuild  N    ~]   sci-libs/vtk-9.0.3-r4:0/9.0::gentoo  USE="X ffmpeg
java json mysql openmp qt5 rendering -all-modules -boost -cuda -doc
-examples -gdal -imaging -kits -mpi -odbc -offscreen -pegtl -postgres
-python -tbb -test -theora -tk -views -web"
PYTHON_SINGLE_TARGET="python3_9 -python3_8" VIDEO_CARDS="nvidia" 438,026 KiB
[ebuild  N    ~]    sci-libs/kissfft-131.1.0::gentoo  USE="openmp
-alloca -test -tools" CPU_FLAGS_X86="sse" 52 KiB
[ebuild  N ]    sci-libs/netcdf-4.8.1-r1:0/19::gentoo  USE="dap hdf5
-doc -examples -hdf -mpi -szip -test -tools" 18,513 KiB
[ebuild  N ]    dev-db/mariadb-connector-c-3.1.13:0/3::gentoo 
USE="curl ssl -gnutls -kerberos -static-libs -test" ABI_X86="(64) -32
(-x32)" 946 KiB
[ebuild  N ]    sci-libs/proj-7.2.1:0/19::gentoo  USE="curl tiff
-europe -static-libs -test" 12,031 KiB
[ebuild  N ]    x11-libs/gl2ps-1.4.2::gentoo  USE="png zlib -doc"
295 KiB
[ebuild  N ]   dev-libs/rapidjson-1.1.0-r3::gentoo  USE="-doc
-examples -test" 996 KiB
[nomerge   ] sci-electronics/kicad-meta-5.1.12::gentoo  USE="nls
-doc -minimal"
[ebuild U ~]  sci-electronics/kicad-packages3d-5.1.12-r1::gentoo
[5.1.12::gentoo] USE="occ* (-oce%*)" 0 KiB

Total: 14 packages (3 upgrades, 9 new, 2 reinstalls), Size of downloads:
618,196 KiB

WARNING: One or more updates/rebuilds have been skipped due to a
dependency conflict:

dev-libs/boost:0

  (dev-libs/boost-1.78.0-r2:0/1.78.0::gentoo, ebuild scheduled for
merge) USE="bzip2 context icu lzma nls python zlib -debug -doc -mpi
-numpy -tools -zstd" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python3_9
-python3_10 -python3_8" conflicts with
    dev-libs/boost:0/1.77.0= required by
(media-gfx/luminance-hdr-2.6.0-r1:0/0::gentoo, installed) USE="openmp
-fits -test" ABI_X86="(64)" CPU_FLAGS_X86="sse2"
  ^^
    >=dev-libs/boost-1.66:0/1.77.0= required by
(media-video/mkvtoolnix-64.0.0:0/0::gentoo, installed) USE="dbus dvd gui
nls -debug (-pch) -test" ABI_X86="(64)"
 ^^
    dev-libs/boost:0/1.77.0=[python,python_targets_python3_9(-)]
required by (media-libs/vigra-1.11.1-r3:0/0::gentoo, installed)
USE="hdf5 jpeg openexr png python tiff zlib -doc -fftw -mpi -test
-valgrind" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_8"
  ^^   


The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by sci-libs/vtk-9.0.3-r4::gentoo[video_cards_nvidia]
# required by sci-libs/opencascade-7.5.2-r5::gentoo[vtk]
# required by sci-electronics/kicad-5.1.12-r2::gentoo[occ]
# required by sci-electronics/kicad-packages3d-5.1.12-r1::gentoo
# required by sci-electronics/kicad-meta-5.1.12::gentoo[-minimal]
# required by @selected
# required by @world (argument)
>=x11-drivers/nvidia-drivers-470.103.01 static-libs

Would you like to add these changes to your config files? [Yes/No]


I'm not sure if the boost output is related or not.  I did read
somewhere that opencascade is replacing oce.  From the above, I suspect
vtk and/or opencascade is causing this.  That may be related but dang if
I can figure out a way around this.  Anyone else run into this and find
a fix or see something I'm missing? 

Thanks.

Dale

:-)  :-) 



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

2010-01-15 Thread Harry Putnam
Sorry for the awkwardly phrased subject... but couldn't think of
anything better.

I'm rebuilding my home desktop with a full reinstall

So far haven't gotten to getting X working... but did notice that when
I test what all gets installed with:

  emerge -vp xfce4-meta

I notice that xorg-x11 is not amongst the... dependencies. 

xorg-server is absent as well, but I seem to recall a more basic xorg
pkgs being involved.  Maybe something like xorg-base... or whatever.

Apparently something has happened with naming of pkgs or something,
that I haven't kept up with.

But can a user really get use out of xfce4-meta with no xorg-server?

Just so you know its not already installed, heres a grep of all
installed pkgs:

  qlop --list|grep xorg
  Fri Jan 15 11:02:43 2010 >>> x11-misc/xorg-cf-files-1.0.3

- -  -= - - -
 
I've included the dependencies in case anyone is interested...
Should there be something more from xorg?

emerge -vp xfce4-meta 

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

Calculating dependencies   ... done!
[ebuild  N] app-text/libpaper-1.1.23  343 kB
[ebuild  N] sys-apps/eject-2.1.5-r2  USE="nls" 121 kB
[ebuild  N] dev-python/setuptools-0.6.10  0 kB
[ebuild  N] sys-apps/dmidecode-2.10  0 kB
[ebuild  N] app-text/iso-codes-3.11.1  0 kB
[ebuild  N] dev-libs/glib-2.22.3  USE="-debug -doc -fam -hardened 
(-selinux) -xattr" 0 kB
[ebuild  N] x11-libs/libXext-1.1.1  USE="-debug" 0 kB
[ebuild  N] media-libs/freetype-2.3.11  USE="X -bindist -debug -doc 
-fontforge -utils" 0 kB
[ebuild  N] x11-libs/libXrender-0.9.5  USE="-debug" 0 kB
[ebuild  N] sys-apps/dbus-1.3.0-r1  USE="X -debug -doc (-selinux) -test" 0 
kB
[ebuild U ] app-admin/eselect-1.2.9 [1.2.3] USE="-bash-completion -doc" 0 kB
[ebuild  N] x11-proto/fixesproto-4.1.1  0 kB
[ebuild  N] dev-libs/libgamin-0.1.10-r2  USE="python -debug" 0 kB
[ebuild  N] x11-libs/libxkbfile-1.0.6  USE="-debug" 0 kB
[ebuild  N] x11-themes/xfce4-icon-theme-4.4.3  0 kB
[ebuild  N] x11-libs/xcb-util-0.3.6  USE="-debug -test" 0 kB
[ebuild  N] x11-apps/appres-1.0.2  USE="-debug" 0 kB
[ebuild  N] media-libs/netpbm-10.48.00-r1  USE="X jpeg png tiff zlib -jbig 
-jpeg2k -rle -svga -xml" 0 kB
[ebuild  N] x11-proto/recordproto-1.14  0 kB
[ebuild  N] x11-proto/scrnsaverproto-1.2.0  0 kB
[ebuild  N] x11-apps/xprop-1.1.0  USE="-debug" 0 kB
[ebuild  N] media-libs/alsa-lib-1.0.22  USE="python -alisp -debug -doc" 
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" 0 kB
[ebuild  N] x11-misc/xbitmaps-1.1.0  0 kB
[ebuild  N] media-libs/giflib-4.1.6-r1  USE="X -rle" 0 kB
[ebuild  N] x11-misc/imake-1.0.2  USE="-debug" 0 kB
[ebuild  N] x11-misc/gccmakedep-1.0.2  USE="-debug" 0 kB
[ebuild  N] dev-python/numpy-1.4.0  USE="-doc -lapack -test" 0 kB
[ebuild  N] sys-apps/usbutils-0.86-r1  USE="zlib -network-cron" 0 kB
[ebuild  N] virtual/eject-0  0 kB
[ebuild  N] media-libs/libexif-0.6.19  USE="nls -doc" 0 kB
[ebuild  N] x11-proto/resourceproto-1.1.0  0 kB
[ebuild  N] x11-libs/libfontenc-1.0.5  USE="-debug" 0 kB
[ebuild  N] x11-apps/iceauth-1.0.3  USE="-debug" 0 kB
[ebuild  N] xfce-base/libxfce4util-4.7.1  USE="-debug" 0 kB
[ebuild  N] dev-libs/dbus-glib-0.82  USE="-bash-completion -debug -doc 
-test" 0 kB
[ebuild  N] x11-libs/libXmu-1.0.5  USE="-debug -ipv6" 0 kB
[ebuild  N] x11-libs/startup-notification-0.10  0 kB
[ebuild  N] x11-libs/libXfixes-4.0.4  USE="-debug" 0 kB
[ebuild  N] x11-libs/libXrandr-1.3.0  USE="-debug" 0 kB
[ebuild  N] dev-libs/atk-1.28.0  USE="-debug -doc" 0 kB
[ebuild  N] x11-libs/libXi-1.3  USE="-debug" 0 kB
[ebuild  N] x11-misc/shared-mime-info-0.70  0 kB
[ebuild  N] x11-libs/libXpm-3.5.8  USE="nls -debug" 0 kB
[ebuild  N] dev-python/pygobject-2.20.0  USE="-debug -doc -examples -libffi 
-test" 0 kB
[ebuild  N] x11-apps/mkfontscale-1.0.7  USE="-debug" 0 kB
[ebuild  N] x11-apps/xkbcomp-1.1.1  USE="-debug" 0 kB
[ebuild  N] x11-libs/libXxf86misc-1.0.2  USE="-debug" 0 kB
[ebuild  N] x11-libs/libXxf86vm-1.1.0  USE="-debug" 0 kB
[ebuild  N] app-admin/eselect-emacs-1.13  0 kB
[ebuild  N] x11-libs/libXp-1.0.0  USE="-debug" 0 kB
[ebuild  N] dev-libs/libcroco-0.6.2  USE="-debug -doc" 0 kB
[ebuild  N] x11-libs/libXfontcache-1.0.5  USE="-debug" 0 kB
[ebuild  N] dev-

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

2010-01-15 Thread Harry Putnam
[Please excuse if this is a double whammy... it appears not to have
made it to the mail/news server]

Sorry for the awkwardly phrased subject... but couldn't think of
anything better.

I'm rebuilding my home desktop with a full reinstall

So far haven't gotten to getting X working... but did notice that when
I test what all gets installed with:

  emerge -vp xfce4-meta

I notice that xorg-x11 is not amongst the... dependencies. 

xorg-server is absent as well, but I seem to recall a more basic xorg
pkgs being involved.  Maybe something like xorg-base... or whatever.

Apparently something has happened with naming of pkgs or something,
that I haven't kept up with.

But can a user really get use out of xfce4-meta with no xorg-server?

Just so you know its not already installed, heres a grep of all
installed pkgs:

  qlop --list|grep xorg
  Fri Jan 15 11:02:43 2010 >>> x11-misc/xorg-cf-files-1.0.3

- -  -= - - -
 
I've included the dependencies in case anyone is interested...
Should there be something more from xorg?

emerge -vp xfce4-meta 

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

Calculating dependencies   ... done!
[ebuild  N] app-text/libpaper-1.1.23  343 kB
[ebuild  N] sys-apps/eject-2.1.5-r2  USE="nls" 121 kB
[ebuild  N] dev-python/setuptools-0.6.10  0 kB
[ebuild  N] sys-apps/dmidecode-2.10  0 kB
[ebuild  N] app-text/iso-codes-3.11.1  0 kB
[ebuild  N] dev-libs/glib-2.22.3  USE="-debug -doc -fam -hardened 
(-selinux) -xattr" 0 kB
[ebuild  N] x11-libs/libXext-1.1.1  USE="-debug" 0 kB
[ebuild  N] media-libs/freetype-2.3.11  USE="X -bindist -debug -doc 
-fontforge -utils" 0 kB
[ebuild  N] x11-libs/libXrender-0.9.5  USE="-debug" 0 kB
[ebuild  N] sys-apps/dbus-1.3.0-r1  USE="X -debug -doc (-selinux) -test" 0 
kB
[ebuild U ] app-admin/eselect-1.2.9 [1.2.3] USE="-bash-completion -doc" 0 kB
[ebuild  N] x11-proto/fixesproto-4.1.1  0 kB
[ebuild  N] dev-libs/libgamin-0.1.10-r2  USE="python -debug" 0 kB
[ebuild  N] x11-libs/libxkbfile-1.0.6  USE="-debug" 0 kB
[ebuild  N] x11-themes/xfce4-icon-theme-4.4.3  0 kB
[ebuild  N] x11-libs/xcb-util-0.3.6  USE="-debug -test" 0 kB
[ebuild  N] x11-apps/appres-1.0.2  USE="-debug" 0 kB
[ebuild  N] media-libs/netpbm-10.48.00-r1  USE="X jpeg png tiff zlib -jbig 
-jpeg2k -rle -svga -xml" 0 kB
[ebuild  N] x11-proto/recordproto-1.14  0 kB
[ebuild  N] x11-proto/scrnsaverproto-1.2.0  0 kB
[ebuild  N] x11-apps/xprop-1.1.0  USE="-debug" 0 kB
[ebuild  N] media-libs/alsa-lib-1.0.22  USE="python -alisp -debug -doc" 
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" 0 kB
[ebuild  N] x11-misc/xbitmaps-1.1.0  0 kB
[ebuild  N] media-libs/giflib-4.1.6-r1  USE="X -rle" 0 kB
[ebuild  N] x11-misc/imake-1.0.2  USE="-debug" 0 kB
[ebuild  N] x11-misc/gccmakedep-1.0.2  USE="-debug" 0 kB
[ebuild  N] dev-python/numpy-1.4.0  USE="-doc -lapack -test" 0 kB
[ebuild  N] sys-apps/usbutils-0.86-r1  USE="zlib -network-cron" 0 kB
[ebuild  N] virtual/eject-0  0 kB
[ebuild  N] media-libs/libexif-0.6.19  USE="nls -doc" 0 kB
[ebuild  N] x11-proto/resourceproto-1.1.0  0 kB
[ebuild  N] x11-libs/libfontenc-1.0.5  USE="-debug" 0 kB
[ebuild  N] x11-apps/iceauth-1.0.3  USE="-debug" 0 kB
[ebuild  N] xfce-base/libxfce4util-4.7.1  USE="-debug" 0 kB
[ebuild  N] dev-libs/dbus-glib-0.82  USE="-bash-completion -debug -doc 
-test" 0 kB
[ebuild  N] x11-libs/libXmu-1.0.5  USE="-debug -ipv6" 0 kB
[ebuild  N] x11-libs/startup-notification-0.10  0 kB
[ebuild  N] x11-libs/libXfixes-4.0.4  USE="-debug" 0 kB
[ebuild  N] x11-libs/libXrandr-1.3.0  USE="-debug" 0 kB
[ebuild  N] dev-libs/atk-1.28.0  USE="-debug -doc" 0 kB
[ebuild  N] x11-libs/libXi-1.3  USE="-debug" 0 kB
[ebuild  N] x11-misc/shared-mime-info-0.70  0 kB
[ebuild  N] x11-libs/libXpm-3.5.8  USE="nls -debug" 0 kB
[ebuild  N] dev-python/pygobject-2.20.0  USE="-debug -doc -examples -libffi 
-test" 0 kB
[ebuild  N] x11-apps/mkfontscale-1.0.7  USE="-debug" 0 kB
[ebuild  N] x11-apps/xkbcomp-1.1.1  USE="-debug" 0 kB
[ebuild  N] x11-libs/libXxf86misc-1.0.2  USE="-debug" 0 kB
[ebuild  N] x11-libs/libXxf86vm-1.1.0  USE="-debug" 0 kB
[ebuild  N] app-admin/eselect-emacs-1.13  0 kB
[ebuild  N] x11-libs/libXp-1.0.0  USE="-debug" 0 kB
[ebuild  N] dev-libs/libcroco-0.6.2  USE="-debug -doc&

[gentoo-user] mplayer troubles since update world

2009-09-18 Thread Harry Putnam
ibXaw-1.0.6
Sun Sep 13 07:30:42 2009 >>> dev-libs/glib-2.20.5
Sun Sep 13 07:31:37 2009 >>> sys-libs/e2fsprogs-libs-1.41.9
Sun Sep 13 07:31:46 2009 >>> app-arch/rar-3.9.0
Sun Sep 13 07:32:54 2009 >>> media-libs/babl-0.1.0
Sun Sep 13 07:34:39 2009 >>> sys-fs/e2fsprogs-1.41.9
Sun Sep 13 07:35:14 2009 >>> dev-perl/glib-perl-1.222
Sun Sep 13 07:37:19 2009 >>> media-libs/schroedinger-1.0.7-r2
Sun Sep 13 07:37:31 2009 >>> sys-kernel/genkernel-3.4.10.906
Sun Sep 13 07:37:50 2009 >>> dev-perl/libwww-perl-5.831
Sun Sep 13 07:38:03 2009 >>> sys-auth/pambase-20090620.1-r1
Sun Sep 13 07:40:05 2009 >>> dev-libs/cyrus-sasl-2.1.23-r1
Sun Sep 13 07:42:03 2009 >>> mail-client/mutt-1.5.20-r5
Sun Sep 13 07:43:41 2009 >>> mail-mta/sendmail-8.14.3-r1
Sun Sep 13 07:52:10 2009 >>> media-video/ffmpeg-0.5_p19787
Sun Sep 13 08:12:49 2009 >>> media-gfx/imagemagick-6.5.4.10
Sun Sep 13 08:15:49 2009 >>> net-misc/openssh-5.2_p1-r3
Sun Sep 13 08:16:02 2009 >>> app-admin/eselect-1.2.1
Sun Sep 13 08:16:22 2009 >>> app-admin/eselect-python-20090824
Sun Sep 13 08:21:42 2009 >>> dev-lang/python-3.1.1
Sun Sep 13 08:37:31 2009 >>> app-editors/emacs-cvs-23.1.-r1
Sun Sep 13 08:46:44 2009 >>> dev-libs/libxml2-2.7.3-r2
Sun Sep 13 08:47:27 2009 >>> dev-python/pycairo-1.8.8
Sun Sep 13 08:47:59 2009 >>> dev-python/setuptools-0.6.1
Sun Sep 13 08:48:21 2009 >>> app-portage/gentoolkit-dev-0.2.6.13_rc2
Sun Sep 13 08:50:44 2009 >>> net-mail/fetchmail-6.3.11-r1
Sun Sep 13 08:56:35 2009 >>> dev-python/numpy-1.3.0-r1
Sun Sep 13 09:07:27 2009 >>> media-libs/mesa-7.5.1
Sun Sep 13 09:14:28 2009 >>> x11-base/xorg-server-1.6.3.901-r1
Sun Sep 13 09:15:57 2009 >>> dev-python/pygobject-2.18.0-r2
Sun Sep 13 09:17:00 2009 >>> x11-drivers/xf86-video-mach64-6.8.2
Sun Sep 13 09:17:27 2009 >>> x11-drivers/xf86-input-evdev-2.2.4
Sun Sep 13 09:18:39 2009 >>> x11-drivers/xf86-video-openchrome-20090907
Sun Sep 13 09:19:42 2009 >>> x11-drivers/xf86-video-glint-1.2.4
Sun Sep 13 09:20:10 2009 >>> x11-drivers/xf86-video-fbdev-0.4.1
Sun Sep 13 09:21:49 2009 >>> x11-drivers/xf86-video-intel-2.8.1
Sun Sep 13 09:23:31 2009 >>> x11-drivers/xf86-video-ati-6.12.4
Sun Sep 13 09:24:48 2009 >>> x11-drivers/xf86-video-sis-0.10.2
Sun Sep 13 09:25:21 2009 >>> x11-drivers/xf86-video-vmware-10.16.7
Sun Sep 13 09:25:56 2009 >>> x11-drivers/xf86-video-neomagic-1.2.4
Sun Sep 13 09:26:38 2009 >>> x11-drivers/xf86-video-savage-2.3.1
Sun Sep 13 09:27:16 2009 >>> x11-drivers/xf86-video-r128-6.8.1
Sun Sep 13 09:28:00 2009 >>> x11-drivers/xf86-video-trident-1.3.3
Sun Sep 13 09:28:49 2009 >>> x11-drivers/xf86-video-mga-1.4.11
Sun Sep 13 09:29:21 2009 >>> x11-drivers/xf86-video-tdfx-1.4.3
Sun Sep 13 09:29:46 2009 >>> x11-drivers/xf86-video-vesa-2.2.1
Sun Sep 13 09:30:12 2009 >>> x11-drivers/xf86-video-voodoo-1.2.3
Sun Sep 13 09:32:25 2009 >>> dev-libs/poppler-0.12.0
Sun Sep 13 09:33:09 2009 >>> app-text/poppler-utils-0.12.0
Sun Sep 13 09:33:17 2009 >>> virtual/poppler-utils-0.12.0
Sun Sep 13 09:48:26 2009 >>> x11-libs/gtk+-2.16.5-r1
Sun Sep 13 10:00:42 2009 >>> app-text/ghostscript-gpl-8.70-r1
Sun Sep 13 11:04:20 2009 >>> net-libs/xulrunner-1.9.1.3
Sun Sep 13 11:05:10 2009 >>> dev-libs/poppler-glib-0.12.0
Sun Sep 13 11:07:45 2009 >>> media-libs/gegl-0.1.0
Sun Sep 13 11:11:20 2009 >>> dev-python/pygtk-2.16.0-r1
Sun Sep 13 11:11:28 2009 >>> virtual/poppler-glib-0.12.0
Sun Sep 13 11:14:43 2009 >>> www-client/mozilla-firefox-3.5.3
Sun Sep 13 11:14:57 2009 >>> dev-util/diffuse-0.4.0
Sun Sep 13 11:38:01 2009 >>> media-gfx/gimp-2.6.7
Sun Sep 13 11:46:22 2009 >>> net-fs/samba-libs-3.3.7
Sun Sep 13 11:57:54 2009 >>> net-fs/samba-server-3.3.7
Sun Sep 13 12:07:33 2009 >>> net-fs/samba-client-3.3.7
Sun Sep 13 12:07:43 2009 >>> net-fs/samba-3.3.7
Sun Sep 13 12:08:24 2009 >>> media-video/gnome-mplayer-0.9.7
Sun Sep 13 12:08:53 2009 >>> www-plugins/gecko-mediaplayer-0.9.7
Sun Sep 13 12:12:59 2009 >>> sys-kernel/gentoo-sources-2.6.31
Sun Sep 13 12:14:10 2009 >>> sys-fs/udev-145-r1







Re: [gentoo-user] mplayer troubles since update world

2009-09-18 Thread Kelly Hirai
libs/libcdio-0.80-r1
> Sun Sep 13 07:05:24 2009 >>> app-portage/eix-0.17.1
> Sun Sep 13 07:06:34 2009 >>> app-editors/nano-2.1.10
> Sun Sep 13 07:07:22 2009 >>> x11-libs/libSM-1.1.1
> Sun Sep 13 07:07:49 2009 >>> sys-apps/help2man-1.36.4-r1
> Sun Sep 13 07:09:05 2009 >>> app-i18n/enca-1.10
> Sun Sep 13 07:12:17 2009 >>> x11-libs/libXt-1.0.6
> Sun Sep 13 07:16:42 2009 >>> net-misc/curl-7.19.6
> Sun Sep 13 07:20:33 2009 >>> sys-apps/dbus-1.3.0
> Sun Sep 13 07:23:01 2009 >>> x11-misc/x11vnc-0.9.8
> Sun Sep 13 07:24:55 2009 >>> x11-libs/libXaw-1.0.6
> Sun Sep 13 07:30:42 2009 >>> dev-libs/glib-2.20.5
> Sun Sep 13 07:31:37 2009 >>> sys-libs/e2fsprogs-libs-1.41.9
> Sun Sep 13 07:31:46 2009 >>> app-arch/rar-3.9.0
> Sun Sep 13 07:32:54 2009 >>> media-libs/babl-0.1.0
> Sun Sep 13 07:34:39 2009 >>> sys-fs/e2fsprogs-1.41.9
> Sun Sep 13 07:35:14 2009 >>> dev-perl/glib-perl-1.222
> Sun Sep 13 07:37:19 2009 >>> media-libs/schroedinger-1.0.7-r2
> Sun Sep 13 07:37:31 2009 >>> sys-kernel/genkernel-3.4.10.906
> Sun Sep 13 07:37:50 2009 >>> dev-perl/libwww-perl-5.831
> Sun Sep 13 07:38:03 2009 >>> sys-auth/pambase-20090620.1-r1
> Sun Sep 13 07:40:05 2009 >>> dev-libs/cyrus-sasl-2.1.23-r1
> Sun Sep 13 07:42:03 2009 >>> mail-client/mutt-1.5.20-r5
> Sun Sep 13 07:43:41 2009 >>> mail-mta/sendmail-8.14.3-r1
> Sun Sep 13 07:52:10 2009 >>> media-video/ffmpeg-0.5_p19787
> Sun Sep 13 08:12:49 2009 >>> media-gfx/imagemagick-6.5.4.10
> Sun Sep 13 08:15:49 2009 >>> net-misc/openssh-5.2_p1-r3
> Sun Sep 13 08:16:02 2009 >>> app-admin/eselect-1.2.1
> Sun Sep 13 08:16:22 2009 >>> app-admin/eselect-python-20090824
> Sun Sep 13 08:21:42 2009 >>> dev-lang/python-3.1.1
> Sun Sep 13 08:37:31 2009 >>> app-editors/emacs-cvs-23.1.-r1
> Sun Sep 13 08:46:44 2009 >>> dev-libs/libxml2-2.7.3-r2
> Sun Sep 13 08:47:27 2009 >>> dev-python/pycairo-1.8.8
> Sun Sep 13 08:47:59 2009 >>> dev-python/setuptools-0.6.1
> Sun Sep 13 08:48:21 2009 >>> app-portage/gentoolkit-dev-0.2.6.13_rc2
> Sun Sep 13 08:50:44 2009 >>> net-mail/fetchmail-6.3.11-r1
> Sun Sep 13 08:56:35 2009 >>> dev-python/numpy-1.3.0-r1
> Sun Sep 13 09:07:27 2009 >>> media-libs/mesa-7.5.1
> Sun Sep 13 09:14:28 2009 >>> x11-base/xorg-server-1.6.3.901-r1
> Sun Sep 13 09:15:57 2009 >>> dev-python/pygobject-2.18.0-r2
> Sun Sep 13 09:17:00 2009 >>> x11-drivers/xf86-video-mach64-6.8.2
> Sun Sep 13 09:17:27 2009 >>> x11-drivers/xf86-input-evdev-2.2.4
> Sun Sep 13 09:18:39 2009 >>> x11-drivers/xf86-video-openchrome-20090907
> Sun Sep 13 09:19:42 2009 >>> x11-drivers/xf86-video-glint-1.2.4
> Sun Sep 13 09:20:10 2009 >>> x11-drivers/xf86-video-fbdev-0.4.1
> Sun Sep 13 09:21:49 2009 >>> x11-drivers/xf86-video-intel-2.8.1
> Sun Sep 13 09:23:31 2009 >>> x11-drivers/xf86-video-ati-6.12.4
> Sun Sep 13 09:24:48 2009 >>> x11-drivers/xf86-video-sis-0.10.2
> Sun Sep 13 09:25:21 2009 >>> x11-drivers/xf86-video-vmware-10.16.7
> Sun Sep 13 09:25:56 2009 >>> x11-drivers/xf86-video-neomagic-1.2.4
> Sun Sep 13 09:26:38 2009 >>> x11-drivers/xf86-video-savage-2.3.1
> Sun Sep 13 09:27:16 2009 >>> x11-drivers/xf86-video-r128-6.8.1
> Sun Sep 13 09:28:00 2009 >>> x11-drivers/xf86-video-trident-1.3.3
> Sun Sep 13 09:28:49 2009 >>> x11-drivers/xf86-video-mga-1.4.11
> Sun Sep 13 09:29:21 2009 >>> x11-drivers/xf86-video-tdfx-1.4.3
> Sun Sep 13 09:29:46 2009 >>> x11-drivers/xf86-video-vesa-2.2.1
> Sun Sep 13 09:30:12 2009 >>> x11-drivers/xf86-video-voodoo-1.2.3
> Sun Sep 13 09:32:25 2009 >>> dev-libs/poppler-0.12.0
> Sun Sep 13 09:33:09 2009 >>> app-text/poppler-utils-0.12.0
> Sun Sep 13 09:33:17 2009 >>> virtual/poppler-utils-0.12.0
> Sun Sep 13 09:48:26 2009 >>> x11-libs/gtk+-2.16.5-r1
> Sun Sep 13 10:00:42 2009 >>> app-text/ghostscript-gpl-8.70-r1
> Sun Sep 13 11:04:20 2009 >>> net-libs/xulrunner-1.9.1.3
> Sun Sep 13 11:05:10 2009 >>> dev-libs/poppler-glib-0.12.0
> Sun Sep 13 11:07:45 2009 >>> media-libs/gegl-0.1.0
> Sun Sep 13 11:11:20 2009 >>> dev-python/pygtk-2.16.0-r1
> Sun Sep 13 11:11:28 2009 >>> virtual/poppler-glib-0.12.0
> Sun Sep 13 11:14:43 2009 >>> www-client/mozilla-firefox-3.5.3
> Sun Sep 13 11:14:57 2009 >>> dev-util/diffuse-0.4.0
> Sun Sep 13 11:38:01 2009 >>> media-gfx/gimp-2.6.7
> Sun Sep 13 11:46:22 2009 >>> net-fs/samba-libs-3.3.7
> Sun Sep 13 11:57:54 2009 >>> net-fs/samba-server-3.3.7
> Sun Sep 13 12:07:33 2009 >>> net-fs/samba-client-3.3.7
> Sun Sep 13 12:07:43 2009 >>> net-fs/samba-3.3.7
> Sun Sep 13 12:08:24 2009 >>> media-video/gnome-mplayer-0.9.7
> Sun Sep 13 12:08:53 2009 >>> www-plugins/gecko-mediaplayer-0.9.7
> Sun Sep 13 12:12:59 2009 >>> sys-kernel/gentoo-sources-2.6.31
> Sun Sep 13 12:14:10 2009 >>> sys-fs/udev-145-r1
> 
> 
> 
> 
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqz9P0ACgkQaI4xTzulgR8p7ACggGCxyUdaJG/jetutNh8tNkSV
8lsAmgNbF64SX863oyG2PHtw7X4BwlHR
=ABtv
-END PGP SIGNATURE-



[gentoo-user] Why am I seeing only black screen in mplayer

2009-09-20 Thread Harry Putnam
> x11-misc/x11vnc-0.9.8
Sun Sep 13 07:24:55 2009 >>> x11-libs/libXaw-1.0.6
Sun Sep 13 07:30:42 2009 >>> dev-libs/glib-2.20.5
Sun Sep 13 07:31:37 2009 >>> sys-libs/e2fsprogs-libs-1.41.9
Sun Sep 13 07:31:46 2009 >>> app-arch/rar-3.9.0
Sun Sep 13 07:32:54 2009 >>> media-libs/babl-0.1.0
Sun Sep 13 07:34:39 2009 >>> sys-fs/e2fsprogs-1.41.9
Sun Sep 13 07:35:14 2009 >>> dev-perl/glib-perl-1.222
Sun Sep 13 07:37:19 2009 >>> media-libs/schroedinger-1.0.7-r2
Sun Sep 13 07:37:31 2009 >>> sys-kernel/genkernel-3.4.10.906
Sun Sep 13 07:37:50 2009 >>> dev-perl/libwww-perl-5.831
Sun Sep 13 07:38:03 2009 >>> sys-auth/pambase-20090620.1-r1
Sun Sep 13 07:40:05 2009 >>> dev-libs/cyrus-sasl-2.1.23-r1
Sun Sep 13 07:42:03 2009 >>> mail-client/mutt-1.5.20-r5
Sun Sep 13 07:43:41 2009 >>> mail-mta/sendmail-8.14.3-r1
Sun Sep 13 07:52:10 2009 >>> media-video/ffmpeg-0.5_p19787
Sun Sep 13 08:12:49 2009 >>> media-gfx/imagemagick-6.5.4.10
Sun Sep 13 08:15:49 2009 >>> net-misc/openssh-5.2_p1-r3
Sun Sep 13 08:16:02 2009 >>> app-admin/eselect-1.2.1
Sun Sep 13 08:16:22 2009 >>> app-admin/eselect-python-20090824
Sun Sep 13 08:21:42 2009 >>> dev-lang/python-3.1.1
Sun Sep 13 08:37:31 2009 >>> app-editors/emacs-cvs-23.1.-r1
Sun Sep 13 08:46:44 2009 >>> dev-libs/libxml2-2.7.3-r2
Sun Sep 13 08:47:27 2009 >>> dev-python/pycairo-1.8.8
Sun Sep 13 08:47:59 2009 >>> dev-python/setuptools-0.6.1
Sun Sep 13 08:48:21 2009 >>> app-portage/gentoolkit-dev-0.2.6.13_rc2
Sun Sep 13 08:50:44 2009 >>> net-mail/fetchmail-6.3.11-r1
Sun Sep 13 08:56:35 2009 >>> dev-python/numpy-1.3.0-r1
Sun Sep 13 09:07:27 2009 >>> media-libs/mesa-7.5.1
Sun Sep 13 09:14:28 2009 >>> x11-base/xorg-server-1.6.3.901-r1
Sun Sep 13 09:15:57 2009 >>> dev-python/pygobject-2.18.0-r2
Sun Sep 13 09:17:00 2009 >>> x11-drivers/xf86-video-mach64-6.8.2
Sun Sep 13 09:17:27 2009 >>> x11-drivers/xf86-input-evdev-2.2.4
Sun Sep 13 09:18:39 2009 >>> x11-drivers/xf86-video-openchrome-20090907
Sun Sep 13 09:19:42 2009 >>> x11-drivers/xf86-video-glint-1.2.4
Sun Sep 13 09:20:10 2009 >>> x11-drivers/xf86-video-fbdev-0.4.1
Sun Sep 13 09:21:49 2009 >>> x11-drivers/xf86-video-intel-2.8.1
Sun Sep 13 09:23:31 2009 >>> x11-drivers/xf86-video-ati-6.12.4
Sun Sep 13 09:24:48 2009 >>> x11-drivers/xf86-video-sis-0.10.2
Sun Sep 13 09:25:21 2009 >>> x11-drivers/xf86-video-vmware-10.16.7
Sun Sep 13 09:25:56 2009 >>> x11-drivers/xf86-video-neomagic-1.2.4
Sun Sep 13 09:26:38 2009 >>> x11-drivers/xf86-video-savage-2.3.1
Sun Sep 13 09:27:16 2009 >>> x11-drivers/xf86-video-r128-6.8.1
Sun Sep 13 09:28:00 2009 >>> x11-drivers/xf86-video-trident-1.3.3
Sun Sep 13 09:28:49 2009 >>> x11-drivers/xf86-video-mga-1.4.11
Sun Sep 13 09:29:21 2009 >>> x11-drivers/xf86-video-tdfx-1.4.3
Sun Sep 13 09:29:46 2009 >>> x11-drivers/xf86-video-vesa-2.2.1
Sun Sep 13 09:30:12 2009 >>> x11-drivers/xf86-video-voodoo-1.2.3
Sun Sep 13 09:32:25 2009 >>> dev-libs/poppler-0.12.0
Sun Sep 13 09:33:09 2009 >>> app-text/poppler-utils-0.12.0
Sun Sep 13 09:33:17 2009 >>> virtual/poppler-utils-0.12.0
Sun Sep 13 09:48:26 2009 >>> x11-libs/gtk+-2.16.5-r1
Sun Sep 13 10:00:42 2009 >>> app-text/ghostscript-gpl-8.70-r1
Sun Sep 13 11:04:20 2009 >>> net-libs/xulrunner-1.9.1.3
Sun Sep 13 11:05:10 2009 >>> dev-libs/poppler-glib-0.12.0
Sun Sep 13 11:07:45 2009 >>> media-libs/gegl-0.1.0
Sun Sep 13 11:11:20 2009 >>> dev-python/pygtk-2.16.0-r1
Sun Sep 13 11:11:28 2009 >>> virtual/poppler-glib-0.12.0
Sun Sep 13 11:14:43 2009 >>> www-client/mozilla-firefox-3.5.3
Sun Sep 13 11:14:57 2009 >>> dev-util/diffuse-0.4.0
Sun Sep 13 11:38:01 2009 >>> media-gfx/gimp-2.6.7
Sun Sep 13 11:46:22 2009 >>> net-fs/samba-libs-3.3.7
Sun Sep 13 11:57:54 2009 >>> net-fs/samba-server-3.3.7
Sun Sep 13 12:07:33 2009 >>> net-fs/samba-client-3.3.7
Sun Sep 13 12:07:43 2009 >>> net-fs/samba-3.3.7
Sun Sep 13 12:08:24 2009 >>> media-video/gnome-mplayer-0.9.7
Sun Sep 13 12:08:53 2009 >>> www-plugins/gecko-mediaplayer-0.9.7
Sun Sep 13 12:12:59 2009 >>> sys-kernel/gentoo-sources-2.6.31
Sun Sep 13 12:14:10 2009 >>> sys-fs/udev-145-r1




Re: [gentoo-user] Did an "emerge world", now display customisations all gone

2013-03-19 Thread Andrew Lowe
13 >>> media-libs/libvisio-0.0.25
 Sun Mar 17 13:49:55 2013 >>> dev-libs/libgpg-error-1.11
 Sun Mar 17 13:50:19 2013 >>> sys-libs/e2fsprogs-libs-1.42.7
 Sun Mar 17 14:13:50 2013 >>> sys-devel/gcc-4.7.2-r1
 Sun Mar 17 14:15:31 2013 >>> app-cdr/cdrtools-3.01_alpha13
 Sun Mar 17 14:15:50 2013 >>> dev-libs/libassuan-2.1.0
 Sun Mar 17 14:15:54 2013 >>> app-admin/eselect-xvmc-0.4
 Sun Mar 17 14:19:08 2013 >>> net-libs/gnutls-3.1.9-r1
 Sun Mar 17 14:19:49 2013 >>> x11-libs/libxcb-1.9-r1
 Sun Mar 17 14:21:55 2013 >>> x11-libs/libX11-1.5.0-r1
 Sun Mar 17 14:22:13 2013 >>> x11-libs/xpyb-1.3.1-r1
 Sun Mar 17 14:22:32 2013 >>> x11-libs/libXext-1.3.1-r1
 Sun Mar 17 14:23:03 2013 >>> media-libs/freetype-2.4.11-r2
 Sun Mar 17 14:23:19 2013 >>> x11-libs/libXrender-0.9.7-r1
 Sun Mar 17 14:23:33 2013 >>> x11-libs/libXfixes-5.0-r1
 Sun Mar 17 14:23:47 2013 >>> x11-libs/libXxf86vm-1.1.2-r1
 Sun Mar 17 14:24:01 2013 >>> x11-libs/libXcomposite-0.4.4-r1
 Sun Mar 17 14:24:17 2013 >>> x11-libs/libXrandr-1.4.0-r1
 Sun Mar 17 14:24:32 2013 >>> x11-libs/libXcursor-1.1.13-r1
 Sun Mar 17 14:24:57 2013 >>> x11-libs/libXi-1.7
 Sun Mar 17 14:25:11 2013 >>> x11-libs/libXinerama-1.1.2-r1
 Sun Mar 17 14:25:26 2013 >>> x11-libs/libXv-1.0.7-r1
 Sun Mar 17 14:25:40 2013 >>> x11-libs/libXdamage-1.1.4-r1
 Sun Mar 17 14:25:55 2013 >>> x11-libs/libXScrnSaver-1.2.2-r1
 Sun Mar 17 14:26:08 2013 >>> x11-libs/libvdpau-0.5-r1
 Sun Mar 17 14:26:23 2013 >>> x11-libs/libXp-1.0.1-r1
 Sun Mar 17 14:26:38 2013 >>> x11-libs/libXtst-1.2.1-r1
 Sun Mar 17 14:26:53 2013 >>> x11-libs/libXvMC-1.0.7-r1
 Sun Mar 17 14:29:11 2013 >>> media-libs/mesa-9.1
 Sun Mar 17 14:29:53 2013 >>> media-libs/fontconfig-2.10.2-r1
 Sun Mar 17 14:30:10 2013 >>> x11-libs/libXft-2.3.1-r1
 Sun Mar 17 14:31:48 2013 >>> x11-libs/cairo-1.12.12-r1
 Sun Mar 17 14:32:01 2013 >>> sys-apps/portage-2.1.11.55
 Sun Mar 17 14:32:14 2013 >>> app-portage/gentoolkit-0.3.0.7-r2
 Sun Mar 17 14:34:57 2013 >>> dev-python/numpy-1.7.0
 Sun Mar 17 14:35:56 2013 >>> sys-libs/pam-1.1.6-r4
 Sun Mar 17 14:36:30 2013 >>> net-fs/cifs-utils-5.9-r1
 Sun Mar 17 14:37:18 2013 >>> dev-libs/cyrus-sasl-2.1.26-r1
 Sun Mar 17 14:38:33 2013 >>> sys-kernel/gentoo-sources-3.8.3
 Sun Mar 17 14:38:40 2013 >>> virtual/linux-sources-1
 Sun Mar 17 20:43:31 2013 >>> x11-libs/libxcb-1.9-r1
 Sun Mar 17 20:44:18 2013 >>> x11-libs/xcb-util-0.3.9
 Sun Mar 17 20:49:26 2013 >>> x11-base/xorg-server-1.14.0
 Sun Mar 17 21:28:17 2013 >>> kde-base/oxygen-icons-4.10.1
 Sun Mar 17 21:39:57 2013 >>> kde-base/kdelibs-4.10.1
 Sun Mar 17 21:41:08 2013 >>> kde-base/nepomuk-core-4.10.1
 Sun Mar 17 21:42:32 2013 >>> kde-base/katepart-4.10.1
 Sun Mar 17 21:42:57 2013 >>> kde-base/nepomuk-widgets-4.10.1
 Sun Mar 17 21:43:18 2013 >>> kde-base/kdesu-4.10.1
 Sun Mar 17 21:43:48 2013 >>> kde-base/khelpcenter-4.10.1
 Sun Mar 17 21:47:39 2013 >>> kde-base/kdepimlibs-4.10.1
 Sun Mar 17 22:08:20 2013 >>> app-emulation/virtualbox-modules-4.2.10
 Sun Mar 17 22:08:28 2013 >>> 
app-emulation/emul-linux-x86-xlibs-20130224
 Sun Mar 17 22:08:53 2013 >>> 
app-emulation/emul-linux-x86-opengl-20130224
 Sun Mar 17 22:09:01 2013 >>> 
app-emulation/emul-linux-x86-gtklibs-20130224
 Sun Mar 17 22:09:14 2013 >>> 
app-emulation/emul-linux-x86-medialibs-20130224
 Sun Mar 17 22:09:24 2013 >>> 
app-emulation/emul-linux-x86-soundlibs-20130224

 Sun Mar 17 22:10:18 2013 >>> app-text/poppler-0.22.2
 Sun Mar 17 22:10:34 2013 >>> media-gfx/graphite2-1.2.1
 Sun Mar 17 22:11:14 2013 >>> app-crypt/gpgme-1.4.0
 Sun Mar 17 22:11:47 2013 >>> media-libs/harfbuzz-0.9.12
 Sun Mar 17 22:22:08 2013 >>> dev-qt/qt-creator-2.7.0_rc
 Sun Mar 17 22:22:18 2013 >>> sys-apps/hwids-20130309-r1
 Sun Mar 17 22:22:35 2013 >>> x11-libs/libSM-1.2.1-r1
 Sun Mar 17 22:23:42 2013 >>> sys-fs/e2fsprogs-1.42.7
 Sun Mar 17 22:24:00 2013 >>> x11-libs/libpciaccess-0.13.1-r1
 Sun Mar 17 22:24:33 2013 >>> x11-libs/libXt-1.1.3-r1
 Sun Mar 17 22:24:52 2013 >>> app-backup/fsarchiver-0.6.17
 Sun Mar 17 22:25:19 2013 >>> x11-libs/libXmu-1.1.1-r1
 Sun Mar 17 22:25:41 2013 >>> x11-libs/libXpm-3.5.10-r1
 Sun Mar 17 22:26:00 2013 >>>

[gentoo-user] More troubles with major update

2010-11-01 Thread Harry Putnam
/yaml-0.72
Tue Oct 26 22:38:43 2010 >>> dev-perl/HTML-Parser-3.67
Tue Oct 26 22:38:58 2010 >>> virtual/perl-File-Spec-3.33
Tue Oct 26 22:39:25 2010 >>> dev-perl/Digest-SHA1-2.13
Tue Oct 26 22:39:41 2010 >>> virtual/perl-Compress-Raw-Bzip2-2.030
Tue Oct 26 22:39:55 2010 >>> virtual/perl-Compress-Raw-Zlib-2.030
Tue Oct 26 22:40:25 2010 >>> perl-core/Digest-MD5-2.51
Tue Oct 26 22:40:51 2010 >>> dev-perl/MailTools-2.07
Tue Oct 26 22:41:06 2010 >>> virtual/perl-Test-Harness-3.22
Tue Oct 26 22:41:33 2010 >>> dev-perl/URI-1.55
Tue Oct 26 22:41:48 2010 >>> virtual/perl-Digest-MD5-2.51
Tue Oct 26 22:42:16 2010 >>> perl-core/IO-Compress-2.030
Tue Oct 26 22:42:43 2010 >>> perl-core/ExtUtils-ParseXS-2.22.06
Tue Oct 26 22:43:08 2010 >>> dev-perl/File-HomeDir-0.93
Tue Oct 26 22:43:53 2010 >>> dev-perl/DBI-1.615
Tue Oct 26 22:44:07 2010 >>> virtual/perl-IO-Compress-2.030
Tue Oct 26 22:44:21 2010 >>> virtual/perl-ExtUtils-ParseXS-2.22.06
Tue Oct 26 22:44:51 2010 >>> perl-core/Archive-Tar-1.68
Tue Oct 26 22:45:06 2010 >>> virtual/perl-Archive-Tar-1.68
Tue Oct 26 22:45:34 2010 >>> dev-perl/HTML-Tree-4.0
Tue Oct 26 22:45:59 2010 >>> dev-perl/Path-Class-0.21
Tue Oct 26 22:46:28 2010 >>> dev-perl/Mail-SPF-2.007-r1
Tue Oct 26 22:47:00 2010 >>> x11-proto/xproto-7.0.18
Tue Oct 26 22:47:29 2010 >>> x11-proto/xextproto-7.1.2
Tue Oct 26 22:47:59 2010 >>> x11-proto/kbproto-1.0.5
Tue Oct 26 22:48:27 2010 >>> x11-proto/renderproto-0.11.1
Tue Oct 26 22:52:26 2010 >>> dev-libs/libgcrypt-1.4.6
Tue Oct 26 22:56:02 2010 >>> dev-db/sqlite-3.7.2
Tue Oct 26 22:57:18 2010 >>> x11-libs/pixman-0.18.4
Tue Oct 26 22:58:18 2010 >>> sys-apps/usbutils-0.90
Tue Oct 26 22:58:43 2010 >>> x11-misc/util-macros-1.10.1
Tue Oct 26 22:59:13 2010 >>> x11-proto/videoproto-2.3.1
Tue Oct 26 22:59:58 2010 >>> x11-libs/libdrm-2.4.22
Tue Oct 26 23:00:40 2010 >>> x11-libs/libpciaccess-0.12.0
Tue Oct 26 23:04:03 2010 >>> dev-lang/orc-0.4.10
Tue Oct 26 23:05:37 2010 >>> net-libs/libnfsidmap-0.23-r1
Tue Oct 26 23:07:43 2010 >>> sys-boot/grub-0.97-r10
Tue Oct 26 23:11:52 2010 >>> media-libs/libsndfile-1.0.22
Tue Oct 26 23:12:31 2010 >>> x11-libs/libXau-1.0.6
Tue Oct 26 23:18:54 2010 >>> dev-libs/nss-3.12.8
Tue Oct 26 23:19:24 2010 >>> x11-apps/rgb-1.0.4
Tue Oct 26 23:24:00 2010 >>> media-libs/schroedinger-1.0.10
Tue Oct 26 23:33:59 2010 >>> dev-libs/openssl-1.0.0a-r3
Tue Oct 26 23:37:27 2010 >>> net-misc/curl-7.21.1
Tue Oct 26 23:37:59 2010 >>> net-misc/iputils-20100418-r1
Tue Oct 26 23:48:43 2010 >>> dev-libs/openssl-0.9.8o-r2
Tue Oct 26 23:49:52 2010 >>> dev-vcs/fossil-20100918155143
Tue Oct 26 23:53:47 2010 >>> net-misc/ntp-4.2.6_p2-r1
Tue Oct 26 23:59:15 2010 >>> net-dns/bind-tools-9.7.2_p2
Tue Oct 26 23:59:51 2010 >>> dev-perl/Crypt-SSLeay-0.58
Wed Oct 27 00:00:31 2010 >>> dev-perl/libwww-perl-5.837
Wed Oct 27 00:01:04 2010 >>> dev-perl/WWW-Mechanize-1.66
Wed Oct 27 00:01:23 2010 >>> x11-base/xorg-drivers-1.9
Wed Oct 27 00:08:53 2010 >>> sys-kernel/gentoo-sources-2.6.35-r10
Wed Oct 27 00:17:16 2010 >>> dev-lang/python-2.6.5-r3
Wed Oct 27 00:18:17 2010 >>> dev-python/pycrypto-2.3
Wed Oct 27 00:19:25 2010 >>> dev-vcs/mercurial-1.6.4
Wed Oct 27 00:25:22 2010 >>> net-analyzer/nmap-5.35
Wed Oct 27 00:28:49 2010 >>> net-libs/neon-0.29.4
Wed Oct 27 00:29:17 2010 >>> dev-perl/XML-SAX-Writer-0.53
Wed Oct 27 00:37:17 2010 >>> dev-lang/python-3.1.2-r4
Wed Oct 27 00:39:49 2010 >>> dev-python/setuptools-0.6.14
Wed Oct 27 00:58:53 2010 >>> dev-python/cython-0.13
Wed Oct 27 01:01:08 2010 >>> x11-libs/libxcb-1.7
Wed Oct 27 01:02:23 2010 >>> sys-libs/cracklib-2.8.18
Wed Oct 27 01:24:56 2010 >>> dev-python/numpy-1.5.0-r2
Wed Oct 27 01:29:08 2010 >>> x11-libs/libX11-1.3.6
Wed Oct 27 01:31:03 2010 >>> dev-vcs/bzr-2.2.0
Wed Oct 27 01:31:49 2010 >>> x11-libs/libXext-1.1.2-r1
Wed Oct 27 01:34:25 2010 >>> media-libs/freetype-2.4.3
Wed Oct 27 01:35:01 2010 >>> x11-apps/luit-1.1.0
Wed Oct 27 01:35:34 2010 >>> x11-apps/xwininfo-1.1.0-r1
Wed Oct 27 01:40:37 2010 >>> media-libs/netpbm-10.51.00-r1
Wed Oct 27 01:41:08 2010 >>> x11-apps/xlsclients-1.1.1
Wed Oct 27 01:41:41 2010 >>> x11-apps/xmodmap-1.0.5
Wed Oct 27 01:42:13 2010 >>> x11-apps/xcmsdb-1.0.3
Wed Oct 27 01:44:08 2010 >>> x11-libs/libXi-1.3.1
Wed Oct 27 01:45:22 2010 >>> x11-libs/libXfont-1.4.2
Wed Oct 27 01:45:59 2010 >>> x11-libs/libvdpau-0.4.1
Wed 

[gentoo-user] Re: Is there any way out of this...?

2013-12-06 Thread Jonathan Callen
> sys-apps/systemd-208-r2:0/1
> USE="acl filecaps firmware-loader kmod pam tcpd -audit -cryptsetup -doc 
> -gcrypt -gudev -http
> -introspection -lzma -policykit -python -qrcode (-selinux) {-test} -vanilla 
> -xattr"
> ABI_X86="(64) (-32) (-x32)" PYTHON_SINGLE_TARGET="python2_7" 
> PYTHON_TARGETS="python2_7" 8 kB 
> [ebuild U ~] media-plugins/alsa-plugins-1.0.27-r1 [1.0.27] USE="ffmpeg 
> jack libsamplerate
> pulseaudio* speex -debug" 0 kB [ebuild  N~]  
> media-sound/pulseaudio-4.0-r1  USE="X alsa
> asyncns caps dbus gdbm glib gtk ipv6 jack orc ssl tcpd udev webrtc-aec -avahi 
> -bluetooth -doc
> -equalizer -gnome -libsamplerate -lirc (-neon) (-oss) -qt4 -realtime 
> (-system-wide) -systemd
> {-test} -xen" ABI_X86="(64) -32 (-x32)" 1,360 kB [ebuild U  ]
> x11-misc/notification-daemon-0.7.6 [0.5.0] 273 kB [ebuild U  ] 
> x11-libs/goffice-0.10.8:0.10
> [0.10.0:0.10] USE="introspection" 2,154 kB [nomerge   ] 
> net-libs/libsoup-2.42.3.1:2.4
> [2.38.1:2.4] USE="introspection ssl -debug -samba {-test}" [ebuild U  ]
> net-libs/glib-networking-2.36.2 [2.32.3] USE="gnome libproxy ssl -smartcard 
> {-test}" 345 kB 
> [ebuild U  ]   net-libs/libproxy-0.4.11-r1 [0.4.10-r1] USE="-gnome -kde 
> -mono
> -networkmanager -perl -python -spidermonkey {-test} -webkit" 
> PYTHON_TARGETS="python2_7%*
> -python2_6%" 92 kB [ebuild   R] app-portage/gentoolkit-0.3.0.8-r2
> PYTHON_TARGETS="python2_7 python3_3* (-pypy2_0) -python2_6 -python3_2*" 0 kB 
> [ebuild   R]
> virtual/python-argparse-1  PYTHON_TARGETS="python2_7 python3_3* (-pypy2_0) 
> -python2_6
> -python3_2*" 0 kB [nomerge   ] app-office/scribus-1.4.3  USE="cairo 
> minimal pdf scripts tk
> -debug -examples -hunspell -templates" LINGUAS="-af -ar -bg -br -ca -cs_CZ 
> -cy -da_DK -de
> -de_1901 -de_CH -el -en_AU -en_GB -en_US -es_ES -et -eu -fi -fr -gl -hu -id 
> -it -ja -ko -lt_LT
> -nb_NO -nl -pl_PL -pt -pt_BR -ru -sa -sk_SK -sl -sq -sr -sv -th_TH -tr -uk 
> -zh_CN -zh_TW"
> PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7 
> -python2_6" [nomerge
> ]  virtual/python-imaging-2  USE="tk" PYTHON_TARGETS="python2_7 python3_3* 
> -python2_6
> -python3_2*" [ebuild   R]   dev-python/pillow-2.0.0-r1  USE="jpeg tiff tk 
> zlib -doc
> -examples -lcms -scanner {-test} -truetype -webp" PYTHON_TARGETS="python2_7 
> python3_3*
> -python2_6 -python3_2*" 0 kB [ebuild U  ] dev-python/pygtk-2.24.0-r4:2 
> [2.24.0-r3:2]
> USE="-doc -examples {-test}" PYTHON_TARGETS="python2_7 -python2_6" 0 kB 
> [ebuild U  ]
> dev-python/pygobject-2.28.6-r55:2 [2.28.6-r53:2] USE="-examples -libffi 
> {-test}"
> PYTHON_TARGETS="python2_7 -python2_6" 0 kB [ebuild U ~] 
> media-libs/libsndfile-1.0.25-r1
> [1.0.25] USE="alsa -minimal -sqlite -static-libs {-test%}" ABI_X86="(64%*) 
> -32% (-x32)" 0 kB 
> [ebuild   R]  media-libs/libvorbis-1.3.3  USE="-static-libs" 0 kB 
> [nomerge   ]
> dev-python/pygtk-2.24.0-r4:2 [2.24.0-r3:2] USE="-doc -examples {-test}"
> PYTHON_TARGETS="python2_7 -python2_6" [ebuild   R]  
> dev-python/numpy-1.7.1  USE="-doc
> -lapack {-test}" PYTHON_TARGETS="python2_7 python3_3* -python2_6 -python3_2*" 
> 0 kB [nomerge
> ] gnome-base/gnome-settings-daemon-3.8.6.1  USE="colord cups i18n 
> short-touchpad-timeout udev
> -debug (-openrc-force) (-packagekit) -policykit {-test}" 
> INPUT_DEVICES="-wacom" [ebuild  N
> ]  app-i18n/ibus-1.5.2  USE="X gconf gtk gtk3 introspection nls python -dconf 
> -deprecated
> {-test} -vala" PYTHON_SINGLE_TARGET="python2_7 -python2_6" 
> PYTHON_TARGETS="python2_7
> -python2_6" 1,839 kB [ebuild  NS]   dev-python/pygobject-3.8.3:3 
> [2.28.6-r53:2] USE="cairo
> threads -examples {-test}" PYTHON_TARGETS="python2_7 python3_3 -python2_6 
> -python3_2" 642 kB 
> [ebuild  N ]  x11-misc/colord-1.0.3:0/1  USE="gusb introspection udev 
> -examples
> -extra-print-profiles -scanner -systemd -vala" 1,058 kB [ebuild  N ]
> dev-libs/libgusb-0.1.6  USE="introspection -static-libs -vala" 257 kB [ebuild 
>  N ]
> x11-themes/gnome-themes-standard-3.8.4  USE="gtk" 3,765 kB [ebuild  N ]
> x11-themes/gtk-engines-2.20.2:2  USE="lua -accessibility" 673 kB [ebuild  N   
>   ]
> gnome-base/dconf-0.16.1  USE="X {-test}" 366 kB [ebuild  N ]  
> media-fonts/cantarell-0.0.15
> USE=

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::ge

[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-r

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_TAR

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

2016-12-07 Thread Harry Putnam
Setup:

   gentoo 32bit vbox guest on win 10 64bit host
   Installed xorg-server, lxde Meta pkgs and deps
   (along with many other pkgs ... to many to list
   here but included at the end)

uname -a:
  Linux g0 4.8.8-gentoo #2 Fri Nov 18 20:16:14 EST 2016 i686 Intel(R)
  Xeon(R) CPU X5450 @ 3.00GHz GenuineIntel GNU/Linux

Theoretically the install should be ready now to run X and lxde.
However, when I run `startlxde' nothing whatsoever happens.  At least
not at the command line or visibly.  Prompt just returns lamely.

However, if I run startx.  The vm crashes clear to power off or
sometimes just becomes inoperable with these error messages showing.
(Note: nothing can be clicked moved or etc at this point)


I'm having trouble figuring out where to start to get a handle on
this.

This is not my first time installing gentoo in a vbox vm... I've done
several over time and two just of late.  Although the installs were
not trouble free, I had none of this sort of trouble.

Posting /var/log/Xorg.0.log which shows several modules not loading.
vesa and fbdev... but checking my kernel compile I see both were
selected for.  Other parts I'm not sure what they might mean.

Also included below is last 175 lines of a debug.log I have setup in
rsyslog.

I can't tell how many lines to include so just a shot in the dark.
There are a number of lines about Vbox not recognizing symbols

And finally a full listing of everthing that has been installed. Which
runs to 650+ lines. So massive amount of data... which seems
.. unavoidable.   I've labeled each between these:
---   ---   ---=---   ---   ---
LABEL
---   ---   ---=---   ---   ---

Labels are:

   Xorg.0.log
   tail_of_debug.log
   installed_pkgs_list.txt

Hopefull will make jumping around a bit easier if anyone even gets
that far.

---   ---   ---=---   ---   ---
Xorg.0.log
---   ---   ---=---   ---   --- 
[  1215.250] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[  1215.262] X Protocol Version 11, Revision 0
[  1215.266] Build Operating System: Linux 4.8.8-gentoo i686 Gentoo
[  1215.268] Current Operating System: Linux g0 4.8.8-gentoo #2 Fri Nov 18 
20:16:14 EST 2016 i686
[  1215.268] Kernel command line: root=/dev/sda3 vga=0x31b 
video=vesfb:mtrr:3,ywrap
[  1215.272] Build Date: 06 December 2016  09:05:57PM
[  1215.274]  
[  1215.277] Current version of pixman: 0.34.0
[  1215.287]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[  1215.287] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1215.295] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec  7 10:07:52 
2016
[  1215.348] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1215.350] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1215.371] (==) No Layout section.  Using the first Screen section.
[  1215.371] (==) No screen section available. Using defaults.
[  1215.371] (**) |-->Screen "Default Screen Section" (0)
[  1215.371] (**) |   |-->Monitor ""
[  1215.372] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[  1215.372] (==) Automatically adding devices
[  1215.372] (==) Automatically enabling devices
[  1215.372] (==) Automatically adding GPU devices
[  1215.373] (==) Max clients allowed: 256, resource mask: 0x1f
[  1215.385] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (==) FontPath set to:

[  1215.385] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1215.385] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[  1215.386] (II) Loader magic: 0x8282620
[  1215.386] (II) Module ABI versions:
[  1215.386]X.Org ANSI C Emulation: 0.4
[  1215.386]X.Org Video Driver: 20.0
[  1215.386]X.Org XInput driver : 22.1
[  1215.386]X.Org Server Extension : 9.0
[  1215.390] (--) PCI:*(0:0:2:0) 80ee:beef:: rev 0, Mem @ 
0xe000/33554432, BIOS @ 0x/131072
[  1215.390] (II) LoadModule: "glx"

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

2016-12-07 Thread Alan McKinnon
On 07/12/2016 17:34, Harry Putnam wrote:
> Setup:
> 
>gentoo 32bit vbox guest on win 10 64bit host
>Installed xorg-server, lxde Meta pkgs and deps
>(along with many other pkgs ... to many to list
>here but included at the end)
> 
> uname -a:
>   Linux g0 4.8.8-gentoo #2 Fri Nov 18 20:16:14 EST 2016 i686 Intel(R)
>   Xeon(R) CPU X5450 @ 3.00GHz GenuineIntel GNU/Linux
> 
> Theoretically the install should be ready now to run X and lxde.
> However, when I run `startlxde' nothing whatsoever happens.  At least
> not at the command line or visibly.  Prompt just returns lamely.
> 
> However, if I run startx.  The vm crashes clear to power off or
> sometimes just becomes inoperable with these error messages showing.
> (Note: nothing can be clicked moved or etc at this point)



Your first problem seems to be you don't have any input or output
devices. Please post

- eix xorg-server
- values of INPUT_DEVICES and VIDEO_CARDS from make.conf
- confirm that you built the kernel with evdev and the kernel module is
loaded


There's a decent X11 install page on the gentoo wiki, did you follow it?
Installing on vbox is not too different from installing on metal except
you don't use the video driver for the physical card, you use the vbox
one (it's virtualized).

Lastly, why a 32 bit guest on a 64 bit host? There's little benefit from
doing that, and amd64 is far better supported in general than x86_64.
Plus you just create more work for the host.


Alan

> 
> 
> 
> 
> I'm having trouble figuring out where to start to get a handle on
> this.
> 
> This is not my first time installing gentoo in a vbox vm... I've done
> several over time and two just of late.  Although the installs were
> not trouble free, I had none of this sort of trouble.
> 
> Posting /var/log/Xorg.0.log which shows several modules not loading.
> vesa and fbdev... but checking my kernel compile I see both were
> selected for.  Other parts I'm not sure what they might mean.
> 
> Also included below is last 175 lines of a debug.log I have setup in
> rsyslog.
> 
> I can't tell how many lines to include so just a shot in the dark.
> There are a number of lines about Vbox not recognizing symbols
> 
> And finally a full listing of everthing that has been installed. Which
> runs to 650+ lines. So massive amount of data... which seems
> .. unavoidable.   I've labeled each between these:
> ---   ---   ---=---   ---   ---
> LABEL
> ---   ---   ---=---   ---   ---
> 
> Labels are:
> 
>Xorg.0.log
>tail_of_debug.log
>installed_pkgs_list.txt
> 
> Hopefull will make jumping around a bit easier if anyone even gets
> that far.
> 
> ---   ---   ---=---   ---   ---
> Xorg.0.log
> ---   ---   ---=---   ---   --- 
> [  1215.250] 
> X.Org X Server 1.18.4
> Release Date: 2016-07-19
> [  1215.262] X Protocol Version 11, Revision 0
> [  1215.266] Build Operating System: Linux 4.8.8-gentoo i686 Gentoo
> [  1215.268] Current Operating System: Linux g0 4.8.8-gentoo #2 Fri Nov 18 
> 20:16:14 EST 2016 i686
> [  1215.268] Kernel command line: root=/dev/sda3 vga=0x31b 
> video=vesfb:mtrr:3,ywrap
> [  1215.272] Build Date: 06 December 2016  09:05:57PM
> [  1215.274]  
> [  1215.277] Current version of pixman: 0.34.0
> [  1215.287]  Before reporting problems, check http://wiki.x.org
>   to make sure that you have the latest version.
> [  1215.287] Markers: (--) probed, (**) from config file, (==) default 
> setting,
>   (++) from command line, (!!) notice, (II) informational,
>   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [  1215.295] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec  7 10:07:52 
> 2016
> [  1215.348] (==) Using config directory: "/etc/X11/xorg.conf.d"
> [  1215.350] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
> [  1215.371] (==) No Layout section.  Using the first Screen section.
> [  1215.371] (==) No screen section available. Using defaults.
> [  1215.371] (**) |-->Screen "Default Screen Section" (0)
> [  1215.371] (**) |   |-->Monitor ""
> [  1215.372] (==) No monitor specified for screen "Default Screen Section".
>   Using a default monitor configuration.
> [  1215.372] (==) Automatically adding devices
> [  1215.372] (==) Automatically enabling devices
> [  1215.372] (==) Automatically adding GPU devices
> [  1215.373] (==) Max clients allowed: 256, resource mask: 0x1f
> [  1215.385] (WW) The directory "/usr/share/fonts/misc/" does not exist.
> [  1215.385]  Entry deleted from font path.
> [  1215.385] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
> [  1215.385]  Entry deleted from font path.
> [  1215.385] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
> [  1215.385]  Entry deleted from font path.
> [  1215.385] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
> [  1215.385]  Entry deleted from font path.
> [  1215.

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

2018-02-26 Thread tuxic

Sorry...a typo...

It has to be 463 packages NOT 4563 packages...

Cheers
Meino




On 02/27 04:08, tu...@posteo.de wrote:
> On 02/26 11:55, Peter Humphrey wrote:
> > On Monday, 26 February 2018 18:42:33 GMT tu...@posteo.de wrote:
> > 
> > > Hi Peter,
> > > 
> > > luky you...I got 462 packages to recompile...
> > 
> > Ooh! Bloat warning!
> > 
> > -- 
> > Regards,
> > Peter.
> > 
> > 
> 
> And...after a nigth of compilation all that packages I synced
> again this mprning to be sure to get all updates...
> I go this
> 
> 
> Again 4563 packages to be updated...
> This time I got conflicts too.
> 
> Please guys of the dev...if changing a central package which will
> cause massive recompilations...please do all those updates in 
> one go...not one after the other.
> 
> Sigh
> 
> 
> Anyhow: How can I resolve the conflicts at the end of that list?
> 
> Frustrated,
> Meino
> 
> 
> 
> 
> These are the packages that would be merged, in reverse order:
> 
> Calculating dependencies... done!
> [nomerge   ] media-gfx/mypaint-1.2.1::gentoo  PYTHON_TARGETS="python2_7" 
> [nomerge   ]  dev-python/protobuf-python-3.5.1.1:0/15::gentoo  
> PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4" 
> [ebuild   R]   dev-libs/protobuf-3.5.1.1:0/15::gentoo  USE="zlib -emacs 
> -examples -static-libs {-test}" 0 KiB
> [nomerge   ] media-sound/zynaddsubfx-3.0.3::gentoo  USE="alsa fltk jack 
> -lash" 
> [ebuild   R]  dev-libs/mini-xml-2.10::gentoo  USE="-static-libs -threads" 
> 0 KiB
> [nomerge   ] media-gfx/autotrace-0.31.1-r8::gentoo  USE="-imagemagick 
> -static-libs" 
> [ebuild   R]  media-gfx/pstoedit-3.70-r1::gentoo  USE="-emf -flash 
> -imagemagick -plotutils -pptx -static-libs" 0 KiB
> [ebuild   R]  media-libs/ming-0.4.8-r1::gentoo  USE="perl python -php 
> -static-libs" PYTHON_TARGETS="python2_7" 0 KiB
> [nomerge   ] sci-electronics/sigrok-cli-0.7.0::gentoo  USE="decode" 
> PYTHON_SINGLE_TARGET="python3_5 -python3_4 -python3_6" 
> PYTHON_TARGETS="python3_5 python3_6 -python3_4" 
> [nomerge   ]  sci-libs/libsigrok-0.5.0:0/4::gentoo  USE="cxx -ftdi -java 
> -parport -python -serial -static-libs {-test} -usb" 
> PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6" 
> PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4" 
> [ebuild   R]   dev-libs/libzip-1.3.0:0/5::gentoo  USE="bzip2 
> -static-libs" 0 KiB
> [nomerge   ] media-gfx/meshlab-2016.12-r2::gentoo  USE="-minimal" 
> [ebuild   R]  sci-libs/mpir-3.0.0:0/23::gentoo  USE="cxx -cpudetection 
> -static-libs" 0 KiB
> [nomerge   ] mail-filter/spamassassin-3.4.1-r20::gentoo  USE="berkdb ipv6 
> ssl -cron -ldap -libressl -mysql -postgres -qmail -sqlite {-test}" 
> [nomerge   ]  dev-perl/Geo-IP-1.510.0::gentoo 
> [ebuild   R]   dev-libs/geoip-1.6.12::gentoo  USE="-static-libs" 0 KiB
> [nomerge   ] media-video/mplayer-1.3.0-r4::gentoo  USE="X alsa cdio dvb 
> dvd dvdnav enca encode gif iconv ipv6 jack jpeg libass lzo mad mp3 network 
> osdmenu png sdl shm tga truetype unicode v4l vorbis x264 xscreensaver xv -a52 
> -aalib (-altivec) (-aqua) -bidi -bl -bluray -bs2b -cddb -cdparanoia 
> -cpudetection -debug -dga -doc -dts -dv -faac -faad -fbcon -ftp -ggi -gsm 
> -joystick -ladspa -libcaca -libmpeg2 -lirc -live -md5sum -mng -nas -nut 
> -openal -opengl -oss -pnm -pulseaudio -pvr -radio -rar -rtc -rtmp -samba 
> (-selinux) -speex -theora -toolame -tremor -twolame -vcd -vdpau (-vidix) 
> -xinerama -xvid -xvmc -yuv4mpeg -zoran" CPU_FLAGS_X86="3dnow 3dnowext mmx 
> mmxext sse sse2 -ssse3" VIDEO_CARDS="-mga (-tdfx)" 
> [ebuild   R]  app-i18n/enca-1.19-r1::gentoo  USE="iconv -doc -recode 
> -static-libs" 0 KiB
> [nomerge   ] media-gfx/transfig-3.2.5e::gentoo 
> [ebuild   R]  x11-misc/imake-1.0.7::gentoo  0 KiB
> [nomerge   ] sys-block/partimage-0.6.9::gentoo  USE="nls pam ssl -nologin 
> -static" 
> [ebuild   R]  dev-libs/newt-0.52.20::gentoo  USE="nls -gpm -tcl" 
> PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4" 0 KiB
> [nomerge   ] media-gfx/enblend-4.2.0_p20161007-r1::gentoo  USE="openmp 
> -debug -doc -tcmalloc" CPU_FLAGS_X86="sse2" 
> [nomerge   ]  media-libs/vigra-1.11.0::gentoo  USE="fftw hdf5 jpeg 
> openexr png python tiff -doc -mpi {-test} -valgrind" 
> PYTHON_TARGETS="python2_7" 
> [ebuild   R]   sci-libs/hdf5-1.10.1:0/1.10.1::gentoo  USE="cxx fortran hl 
> zlib -debug -examples -mpi -static-libs -szip -threads" 0 KiB
> [nomerge   ] media-gfx/swftools-0.9.2-r1::gentoo 
> [nomerge   ]  media-libs/t1lib-5.1.2-r1:5::gentoo  USE="X -doc 
> -static-libs" 
> [ebuild   R]   x11-libs/libXfont-1.5.4::gentoo  USE="bzip2 ipv6 -doc 
> -static-libs -truetype" 0 KiB
> [nomerge   ] net-misc/grdesktop-0.23-r1::gentoo 
> [ebuild   R]  app-text/rarian-0.8.1-r3::gentoo  USE="-static-libs" 0 KiB
> [nomerge   ] app-office/gnumeric-1.12.38::gentoo  USE="introspection 
> -libgda -perl -python" PYTHON_TARGETS="python2_7" 
> [nomerge   ]  x11-li