[paludis-user] Different use flags

2010-02-20 Thread Eduardo Suarez-Santana
I have boost 1.35.0-r5 installed with python flag. When I try to update tagpy it needs dev-libs/boost-1.35.0-r5 =dev-libs/boost-1.35.0-r5[python]. However, paludis decides to downgrade it. Does it make sense? ~ # paludis -q boost * dev-libs/boost

Re: [paludis-user] Different use flags

2010-02-24 Thread Eduardo Suarez-Santana
Ciaran McCreesh wrote: On Sat, 20 Feb 2010 12:11:43 + Eduardo Suarez-Santana esua...@itccanarias.org wrote: I have boost 1.35.0-r5 installed with python flag. When I try to update tagpy it needs dev-libs/boost-1.35.0-r5 =dev-libs/boost-1.35.0-r5[python

Re: [paludis-user] build paludis with clang

2010-06-17 Thread Eduardo Suarez-Santana
El 17/06/10 07:35, Vasiliy G Tolstov escribió: Hello. I'm try to build paludis with clang compile (exherbo linux) but it fails on configure phase. Is there are any plans to add support clang compiler ? Thank You. I used Erik Hahn's bashrc to deal with per package compiler (just gcc or

Re: [paludis-user] Modifying build options

2010-09-13 Thread Eduardo Suarez-Santana
On Mon, Sep 13, 2010 at 4:17 PM, Markus Rothe mar...@unixforces.net wrote: On 13 September 2010 16:52, Eduardo Suarez-Santana edua...@suarezsantana.com wrote: Is it possible to modify the build options for a package? I have tried to set them in use.conf: sci-mathematics/octave -split

[paludis-user] include line missing

2010-10-20 Thread Eduardo Suarez-Santana
I'm trying to upgrade an old gentoo system running paludis 0.48.0. When compiling libdrm-2.24.20-r1, it fails with 'error: cairo.h: No such file or directory'. Source code says # include cairo.h and the library is found in /usr/include/cairo/cairo.h I have tried to set

Re: [paludis-user] include line missing

2010-10-20 Thread Eduardo Suarez-Santana
Adding -I/usr/include/cairo to CFLAGS in '/etc/paludis/bashrc' seems to work so far. On Wed, Oct 20, 2010 at 1:13 PM, Eduardo Suarez-Santana edua...@suarezsantana.com wrote: I'm trying to upgrade an old gentoo system running paludis 0.48.0. When compiling libdrm-2.24.20-r1, it fails with 'error

[paludis-user] don't understand this dependency

2010-10-22 Thread Eduardo Suarez-Santana
In a x86 system. - I'm using gcc-4.4.3 - glibc-2.11.2 needs gcc=4.3 - gcc-4.2.4-r1 can't be uninstalled because glibc depends on it. I tried to rebuild glibc with no success. Any hint? zoidberg ~ # gcc-config -l [1] i686-pc-linux-gnu-4.2.4 [2] i686-pc-linux-gnu-4.3.4 [3]

Re: [paludis-user] don't understand this dependency

2010-10-22 Thread Eduardo Suarez-Santana
On Fri, Oct 22, 2010 at 12:57 PM, Ciaran McCreesh ciaran.mccre...@googlemail.com wrote: On Fri, 22 Oct 2010 11:39:54 +0100 Eduardo Suarez-Santana edua...@suarezsantana.com wrote: Is this the case for --ignore-unable-decisions? No, absolutely not. Use --uninstalls-may-break

Re: [paludis-user] Using icc and paludis

2010-11-10 Thread Eduardo Suarez-Santana
2010/11/10 André Schwarz andreschw...@gmail.com: Hello, people. I would like to know if it is possible to use icc and paludis at the same time. The FAQ covers only compiling paludis with icc. So, is it possible? Do the instructions on the gentoo wiki suffice? Do I have to do something