Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-25 Thread Grant
>> I'm synced up and emerge world doesn't want to emerge anything, but >> python-updater wants to re-emerge an old version of libxslt which is >> currently installed, which looks like it should have been updated via >> emerge world: >> >> # eque

[gentoo-user] libsxlt and aclocal/autoconf failing during emerge

2009-10-31 Thread Harry Putnam
Can anyone tell from the tail of emerge -vuD system what the trouble is with aclocal/autoconf and libxslt. First it failed on aclocal... I re-emerged emerge -v sys-devel/aclocal-wrapper Tried again and it failed on autoconf emerge -v sys-devel/autoconf-wrapper But that didn't he

Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-24 Thread Sebastian Günther
* Grant ([EMAIL PROTECTED]) [25.07.08 00:46]: > I'm synced up and emerge world doesn't want to emerge anything, but > python-updater wants to re-emerge an old version of libxslt which is > currently installed, which looks like it should have been updated via > emerge world:

[gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-24 Thread Grant
I'm synced up and emerge world doesn't want to emerge anything, but python-updater wants to re-emerge an old version of libxslt which is currently installed, which looks like it should have been updated via emerge world: # equery depends libxslt [ Searching for packages depending

Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-25 Thread Grant
>> >> But there is: >> >> >> >> # emerge -pv libxslt >> >> >> >> These are the packages that would be merged, in order: >> >> >> >> Calculating dependencies... done! >> >> [ebuild U ] dev-libs/li

Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-25 Thread Allan Gottlieb
At Fri, 25 Jul 2008 11:35:29 -0700 Grant <[EMAIL PROTECTED]> wrote: >>> But there is: >>> >>> # emerge -pv libxslt >>> >>> These are the packages that would be merged, in order: >>> >>> Calculating dependencies... done! &

Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-25 Thread Grant
>>>> But there is: >>>> >>>> # emerge -pv libxslt >>>> >>>> These are the packages that would be merged, in order: >>>> >>>> Calculating dependencies... done! >>>> [ebuild U ] dev-libs/libxslt-1.1.2

[gentoo-user] Re: libsxlt and aclocal/autoconf failing during emerge

2009-10-31 Thread Harry Putnam
walt writes: > On 10/31/2009 06:03 PM, Harry Putnam wrote: >> Can anyone tell from the tail of emerge -vuD system >> what the trouble is with aclocal/autoconf and libxslt. >> ... >> * Failed Running autoconf ! >> * >> * Include in your bugreport the co

[gentoo-user] problem dropping Python 2.7

2019-09-11 Thread Philip Webb
.7.15 pulled in by: dev-lang/spidermonkey-60.5.2_p0-r2 requires >=dev-lang/python-2.7.5-r2:2.7[ncurses,sqlite,ssl,threads] dev-lang/yasm-1.3.0 requires >=dev-lang/python-2.7.5-r2:2.7 dev-libs/libxml2-2.9.9-r1 requires >=dev-lang/python-2.7.5-r2:2.7[xml] dev-libs/libxslt-1.1.33-r

Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-25 Thread Sebastian Günther
nabled. depclean > wants to remove libxslt, so I'm doing that. It's confusing because > 'equery depends libxslt' says php and glib depend on libxslt. I guess > that's the buildtime dependency you're talking about? Does that mean > the package only needs to

Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-25 Thread Grant
>> But there is: >> >> # emerge -pv libxslt >> >> These are the packages that would be merged, in order: >> >> Calculating dependencies... done! >> [ebuild U ] dev-libs/libxslt-1.1.24 [1.1.20] USE="crypt python >> -debug -example

Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-25 Thread Sebastian Günther
* Grant ([EMAIL PROTECTED]) [25.07.08 17:24]: > > But there is: > > # emerge -pv libxslt > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild U ] dev-libs/libxslt-1.1.24 [1.1.20] USE="crypt pyth

[gentoo-user] Re: libsxlt and aclocal/autoconf failing during emerge

2009-10-31 Thread walt
On 10/31/2009 07:05 PM, Harry Putnam wrote: > ... > /var/tmp/portage/dev-libs/libxslt-1.1.26/temp/autoconf.out > * autoconf * > * PWD: /var/tmp/portage/dev-libs/libxslt-1.1.26/work/libxslt-1.1.26 > * autoconf > > configure.in:120: error: pos

Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-25 Thread Sebastian Günther
* Grant ([EMAIL PROTECTED]) [25.07.08 20:36]: > >> But there is: > >> > >> # emerge -pv libxslt > >> > >> These are the packages that would be merged, in order: > >> > >> Calculating dependencies... done! > >> [ebuild U ]

Re: [gentoo-user] Why isn't libxslt updated by emerge world?

2008-07-25 Thread Dale
Grant wrote: But there is: # emerge -pv libxslt These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] dev-libs/libxslt-1.1.24 [1.1.20] USE="crypt python -debug -examples%" 3,286 kB That's the confusing part. - Grant

[gentoo-user] Re: libsxlt and aclocal/autoconf failing during emerge

2009-11-01 Thread Harry Putnam
walt writes: > On 10/31/2009 07:05 PM, Harry Putnam wrote: >> ... >> /var/tmp/portage/dev-libs/libxslt-1.1.26/temp/autoconf.out >> * autoconf * >> * PWD: /var/tmp/portage/dev-libs/libxslt-1.1.26/work/libxslt-1.1.26 >> * autoconf >>

[gentoo-user] Re: libsxlt and aclocal/autoconf failing during emerge

2009-10-31 Thread walt
On 10/31/2009 06:03 PM, Harry Putnam wrote: > Can anyone tell from the tail of emerge -vuD system > what the trouble is with aclocal/autoconf and libxslt. > ... > * Failed Running autoconf ! > * > * Include in your bugreport the contents of: > * /var/tmp/portage/dev-lib

Re: [gentoo-user] Re: libsxlt and aclocal/autoconf failing during emerge

2009-10-31 Thread Dale
walt wrote: > On 10/31/2009 07:05 PM, Harry Putnam wrote: > >> ... >> /var/tmp/portage/dev-libs/libxslt-1.1.26/temp/autoconf.out >> * autoconf * >> * PWD: /var/tmp/portage/dev-libs/libxslt-1.1.26/work/libxslt-1.1.26 >> * autoconf >&

[gentoo-user] Re: libsxlt and aclocal/autoconf failing during emerge

2009-11-01 Thread walt
On 11/01/2009 07:15 AM, Harry Putnam wrote: > walt writes: > >> On 10/31/2009 07:05 PM, Harry Putnam wrote: >>> ... >>> /var/tmp/portage/dev-libs/libxslt-1.1.26/temp/autoconf.out >>> * autoconf * >>> * PWD: /var/tmp/por

Re: [gentoo-user] Updating dev-libs/glib pulls a lot of packages...

2010-08-06 Thread Alan McKinnon
mmon-lisp" > >> [ebuild N] app-text/docbook-xsl-stylesheets-1.75.2 > >> [ebuild N] dev-libs/libgcrypt-1.4.5 > >> [ebuild N] dev-libs/libxslt-1.1.26 USE="crypt python -debug" > >> [ebuild N] app-text/docbook-xml-dtd-4.3-r1 > &

Re: [gentoo-user] Re: libsxlt and aclocal/autoconf failing during emerge

2009-11-01 Thread Marc Joliet
Am Sun, 01 Nov 2009 09:15:29 -0600 schrieb Harry Putnam : > walt writes: > > > On 10/31/2009 07:05 PM, Harry Putnam wrote: > >> ... > >> /var/tmp/portage/dev-libs/libxslt-1.1.26/temp/autoconf.out > >> * autoconf * > >> * PWD: /var/

[gentoo-user] Python-updater always adds packages to list

2011-12-22 Thread Nilesh Govindarajan
uot; enabled. * check "manual" enabled. * check "need_rebuild" enabled. * Adding to list: dev-libs/libxml2:2 * check: PYTHON_ABIS [ Previous Python ABIs: , new Python ABIs: 2.7 ] * Adding to list: dev-libs/libxslt:0 * check: PYTHON_ABIS [ Previous Python ABIs: , new Pyt

[gentoo-user] Documentation annoyances

2007-02-22 Thread Walter Dnes
I'd like to be able to bookmark the docs in my browser. Here's a list of what's available to me, even with "-doc"... [m3000][waltdnes][~] find /usr/share/doc/ -name "index.html" /usr/share/doc/freeglut-2.4.0/doc/index.html /usr/share/doc/libxslt-1.1.17/html/html

Re: [gentoo-user] kdebase-3.5.0 compilation error

2006-01-24 Thread Radu Filip
It worked, thanks! On Monday 23 January 2006 03:38 pm, Philip Webb wrote: > A quick look suggests it may be Bug 105297 , > in which case the solution is to update to dev-libs/libxslt-1.1.15 . -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] kdebase-3.5.0 compilation error

2006-01-23 Thread Philip Webb
060123 Radu Filip wrote: > does anybody knows how to get over this error > when compiling kdebase-3.5.0 ? -- long error message snipped -- A quick look suggests it may be Bug 105297 , in which case the solution is to update to dev-libs/libxslt-

Re: [gentoo-user] emerge world?

2006-01-17 Thread Michael A. Smith
Uwe Thiem wrote: *** begin snippet *** RDEPEND=">=net-zope/cmf-1.4.7 app-text/htmltidy app-text/wv dev-libs/libxslt app-text/xlhtml app-text/unrtf dev-python/docutils www-client/lynx || ( app-text/pdftohtml app-text

Re: [gentoo-user] emerge world?

2006-01-17 Thread Nagatoro
Uwe Thiem wrote: RDEPEND=">=net-zope/cmf-1.4.7 app-text/htmltidy app-text/wv dev-libs/libxslt app-text/xlhtml app-text/unrtf dev-python/docutils www-client/lynx || ( app-text/pdftohtml app-text/poppler )" Isn't t

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

2012-11-18 Thread Joseph
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-pyt

Re: [gentoo-user] emerge world?

2006-01-17 Thread Uwe Thiem
On 17 January 2006 17:12, Michael A. Smith wrote: > Uwe Thiem wrote: > >*** begin snippet *** > > > > RDEPEND=">=net-zope/cmf-1.4.7 > > app-text/htmltidy > > app-text/wv > > dev-libs/libxslt > > app-text/xlh

Re: [gentoo-user] Updating dev-libs/glib pulls a lot of packages...

2010-08-05 Thread Vaeth
ok-xsl-stylesheets-1.75.2 > [ebuild N] dev-libs/libgcrypt-1.4.5 > [ebuild N] dev-libs/libxslt-1.1.26 USE="crypt python -debug" > [ebuild N] app-text/docbook-xml-dtd-4.3-r1 > [ebuild N] dev-util/gtk-doc-am-1.15 > [ebuild U ] dev-libs/glib-2.24.1-r1

Re: [gentoo-user] emerge world?

2006-01-17 Thread Neil Bothwick
On Tue, 17 Jan 2006 16:54:45 +0200, Uwe Thiem wrote: > *** begin snippet *** > > RDEPEND=">=net-zope/cmf-1.4.7 > app-text/htmltidy > app-text/wv > dev-libs/libxslt > app-text/xlhtml > app-text/unrtf > dev-python

Re: [gentoo-user] emerge xmlto > ERROR: app-text/xmlto-0.0.18 failed.

2005-11-01 Thread Dale
t;|app-text/docbook-xml-dtd4.2 >|>= app-text/docbook-xsl-stylesheets - 1.62.0-r1 >|dev-libs/libxslt >|sys-apps/utillinux > >xmlto-0.0.17 > >| app-shells/bash >|app-text/docbook-xml-dtd4.2 >|>= app-text/docbook-xsl-stylesheets - 1.62.0-r1 &g

Re: [gentoo-user] Updating dev-libs/glib pulls a lot of packages...

2010-08-06 Thread Neil Bothwick
re not aware of it. From the ebuild: > > DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.16 > >=sys-devel/gettext-0.11 > >=dev-util/gtk-doc-am-1.11 > doc? ( > >=dev-libs/libxslt-1.0 > >=dev-u

[gentoo-user] xsltproc error when emerging gnome

2006-11-10 Thread Tim Garton
ile, when I resume it will compile that file fine but then choke on the next .xml file with the same error.  Can anyone tell me what I need to update to get it to be able to handle the 4.4?  I checked my libxml2(I have version 2.6.26) and libxslt(I have version 1.1.17) and they both seem to be up to date.  Thanks.Tim

Re: [gentoo-user] emerge xmlto > ERROR: app-text/xmlto-0.0.18 failed.

2005-11-01 Thread Holly Bostick
not *currently* installed, you mean. But xmlto remains installed as a dependency of the uninstalled package. Does it (xmlto) appear in the output of an emerge deplclean -p (don't forget the -p!!)? >> Runtime Dependencies xmlto-0.0.18 >> >> |app-shells/bash |

[gentoo-user] Updating dev-libs/glib pulls a lot of packages...

2010-08-05 Thread Jarry
ild N ] dev-libs/libxslt-1.1.26 USE="crypt python -debug" [ebuild N] app-text/docbook-xml-dtd-4.3-r1 [ebuild N] dev-util/gtk-doc-am-1.15 [ebuild U ] dev-libs/glib-2.24.1-r1 [2.22.5] Why are suddenly all those ebuild

Re: [gentoo-user] KDE 3.5 : Kicker & other ebuilds fail

2006-01-02 Thread Philip Webb
different subject, so it's not obvious to find & many other users have fallen into the trap. The solution is to upgrade Libxslt to 1.1.15 . I've suggested that this should be added to deps for Kicker etc. -- ,, SUP

Re: [gentoo-user] emerge world?

2006-01-17 Thread Uwe Thiem
ext/htmltidy app-text/wv dev-libs/libxslt app-text/xlhtml app-text/unrtf dev-python/docutils www-client/lynx || ( app-text/pdftohtml app-text/poppler )" *** end snippet *** Isn't that "||" a logical OR? Actually, what does t

Re: [gentoo-user] Updating dev-libs/glib pulls a lot of packages...

2010-08-06 Thread Alan McKinnon
t; > [ebuild N] app-text/docbook-xsl-stylesheets-1.75.2 > [ebuild N] dev-libs/libgcrypt-1.4.5 > [ebuild N] dev-libs/libxslt-1.1.26 USE="crypt python -debug" > [ebuild N] app-text/docbook-xml-dtd-4.3-r1 > [ebuild N] dev-util/gtk-doc-am-1.15 >

Re: [gentoo-user] Updating dev-libs/glib pulls a lot of packages...

2010-08-06 Thread Jarry
-6.0-r1 USE="bzip2 unicode" [ebuild N] app-text/sgml-common-0.6.3-r5 [ebuild N] dev-libs/libgpg-error-1.7 USE="nls -common-lisp" [ebuild N] app-text/docbook-xsl-stylesheets-1.75.2 [ebuild N] dev-libs/libgcrypt-1.4.5 [ebuild N ] dev-libs/libxslt-1.1.2

Re: Fwd: Re: [gentoo-user] Two identical systems - different!

2014-03-04 Thread Mick
linux-x86-baselibs-20130224-r9 > !app-emulation/emul-linux-x86-baselibs[- abi_x86_32(-)] > app-text/docbook-xml-dtd:4.1.2 >=dev-libs/libxslt-1.0 >=sys- > devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 ! introspection-1.36 ! ! > || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automak

[gentoo-user] Why is the introspection USE flag for glib being removed by emerge?

2011-08-24 Thread Allan Gottlieb
xattr? ( sys-apps/attr ) fam? ( virtual/fam )" DEPEND="${RDEPEND} >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.13 doc? ( >=dev-libs/libxslt-1.0 >=dev-util/gtk-doc-1.13 ~app-text/docboo

[gentoo-user] What's pulling these ebuilds in?

2006-07-14 Thread Mick
t;> emerge (3 of 15) app-text/poppler-0.5.3 to / 1152880736: >>> emerge (4 of 15) dev-libs/glib-2.10.3 to / 1152880762: >>> emerge (5 of 15) dev-libs/libxml2-2.6.26 to / 1152880793: >>> emerge (6 of 15) dev-libs/libxslt-1.1.17 to / 1152880811: >>> emerge (7

Re: [gentoo-user] problems with depclean

2019-10-16 Thread John Covici
ean wants to unmerge dev-util/glib-utils -- its not in my world file, but if I do qdepends dev-util/glib-utils I get dev-util/glib-utils-2.58.3: dev-libs/libxslt app-arch/xz-utils >=dev-lang/python-exec-2:2/2=[python_targets_python3_6(+),-python_single_target_jython2_7(+)

Re: [gentoo-user] problems with depclean

2019-10-17 Thread Neil Bothwick
if I do > qdepends dev-util/glib-utils I get > dev-util/glib-utils-2.58.3: dev-libs/libxslt app-arch/xz-utils > >=dev-lang/python-exec-2:2/2=[python_targets_python3_6(+),-python_single_target_jython2_7(+),-python_single_target_pypy(+),-python_single_target_pypy3(+),-

[gentoo-user] slot conflict

2009-03-28 Thread John P. Burkett
;dev-lang/python-2.5.2-r7', 'nomerge') pulled in by dev-lang/python required by ('installed', '/', 'dev-libs/libxslt-1.1.24-r1', 'nomerge') >=dev-lang/python-2.2 required by ('installed', '/', 'app-pda/libope

Re: [gentoo-user] slot conflict

2009-03-29 Thread Alan McKinnon
in a slot conflict: > > dev-lang/python:2.5 > > ('installed', '/', 'dev-lang/python-2.5.2-r7', 'nomerge') pulled in by > dev-lang/python required by ('installed', '/', > 'dev-libs/libxslt-1.1.24-r1', '

Re: Fwd: Re: [gentoo-user] Two identical systems - different!

2014-03-04 Thread Peter Humphrey
l-linux-x86-baselibs[- abi_x86_32(-)] > > app-text/docbook-xml-dtd:4.1.2 >=dev-libs/libxslt-1.0 >=sys- > > devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 ! > introspection-1.36 ! > ! > || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) > > |

Re: [gentoo-user] Re: emerge 32bits on 64bits platform

2010-08-20 Thread Enrico Weigelt
attr" [ebuild N] sys-devel/gettext-0.17-r1 USE="-acl -doc -emacs -nls -nocxx -openmp" [ebuild N] dev-util/gtk-doc-am-1.15 [ebuild N]app-text/docbook-xml-dtd-4.3-r1 [ebuild N]dev-libs/libxslt-1.1.26 USE="-crypt -debug -python" [ebuild

Re: [gentoo-user] emerge xmlto > ERROR: app-text/xmlto-0.0.18 failed.

2005-11-01 Thread Holly Bostick
to should do for the search terms). Since the problem seems to revolve around docbook, and one of the dependencies of xmlto is (again from www.gentoo-portage.com , piped to prevent Thunderbird thinking its a quote) Runtime Dependencies xmlto-0.0.18 |app-shells/bash |app-text/docbook-x

Re: [gentoo-user] Re: Does openoffice really require pam?

2005-08-11 Thread Tim Igoe
sys-apps/findutils-4.1.20-r1 app-shells/tcsh dev-util/pkgconfig curl? ( net-misc/curl ) zlib? ( sys-libs/zlib ) sys-libs/pam !dev-util/dmake java? ( >=virtual/jdk-1.4.1 ) !java? ( dev-libs/libxslt )" thus is OOo thats bringing in

Re: [gentoo-user] problems with depclean

2019-10-17 Thread John Covici
e I see before me, depclean wants to unmerge > > dev-util/glib-utils -- its not in my world file, but if I do > > qdepends dev-util/glib-utils I get > > dev-util/glib-utils-2.58.3: dev-libs/libxslt app-arch/xz-utils > > >=dev-lang/python-exec-2:2/2=[python_targets_python3_6(+

[gentoo-user] emerge question

2005-07-05 Thread mbeltran
-error-1.0-r1 +nls 316 kB [ebuild N] dev-libs/libgcrypt-1.2.1 +nls 938 kB [ebuild N] dev-libs/libxslt-1.1.12 +crypt +python 1,736 kB [ebuild N] dev-libs/libmcrypt-2.5.7 511 kB [ebuild N] app-text/aspell-0.50.5-r4 +gpm 992 kB [ebuild N] app-text/sablotron-1.0 -doc +perl

Re: [gentoo-user] emerge question

2005-07-05 Thread Edward Catmur
t; [ebuild N] app-crypt/mhash-0.9.2 833 kB > [ebuild N] media-libs/pdflib-5.0.4_p1-r1 -java +perl +python -tcltk > 2,759 kB > [ebuild N] dev-libs/libxml2-2.6.19 +ipv6 +python +readline 3,100 kB > [ebuild N] dev-libs/libgpg-error-1.0-r1 +nls 316 kB > [ebuild N] de

[gentoo-user] python-updater failure

2009-12-06 Thread Michael P. Soulier
sf-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 *

Re: [gentoo-user] slot conflict

2009-03-29 Thread John P. Burkett
t; pulled !!! into the dependency graph, resulting in a slot conflict: >> >> dev-lang/python:2.5 >> >> ('installed', '/', 'dev-lang/python-2.5.2-r7', 'nomerge') pulled in by >> dev-lang/python required by ('installed', &#x

[gentoo-user] new install 2007.0 and gcc-3.3.6

2007-05-11 Thread Turi Tropea
are the packages that would be merged, in order: Calculating dependencies . . . done! [ebuild N] x11-libs/libXau-1.0.3 USE="-debug" 0 kB [ebuild N] dev-libs/libxslt-1.1.20 USE="crypt python -debug" 0 kB [ebuild N] x11-libs/lib

[gentoo-user] udev-197-r3 update problem...

2013-01-19 Thread Jarry
common-lisp -static-libs" 429 kB [ebuild N ] dev-libs/libgcrypt-1.5.0-r2 USE="-static-libs" 1,405 kB [ebuild N ] dev-libs/libxslt-1.1.28 USE="crypt -debug -python -static-libs" 3,356 kB [ebuild N ] sys-apps/kmod-12-r1 USE="tools zlib -debug -doc -lz

Re: [gentoo-user] necessary use flgas

2015-06-23 Thread David Haller
treamer010 multimedia opengl printsupport qml udev webp leveldb" REQUIRED_USE="?? ( gstreamer gstreamer010 multimedia )" RDEPEND=" dev-db/sqlite:3 dev-libs/icu:= - >=dev-libs/leveldb-1.18-r1 + leveldb? ( >=dev-libs/leveldb-1.18-r1 )

[gentoo-user] Safe to remove old version of Python?

2008-09-03 Thread Stroller
dev-libs/libxml2-2.6.32 (python? dev-lang/python) dev-libs/libxslt-1.1.24-r1 (python? dev-lang/python) dev-python/docutils-0.4-r3 (virtual/python) (>=dev-lang/python-2.4) dev-python/egenix-mx-base-2.0.5 (virtual/python) dev-python/pycrypto-2.0.1-r6 (virtual/python

Re: [gentoo-user] How to emerge bugzilla w/ postgresql

2006-07-26 Thread Richard Broersma Jr
-intdatetime +python +readline (-selinux) +ssl -tcltk -threads +xml +zlib 7,993 kB [ebuild N] dev-libs/libxslt-1.1.17 +crypt -debug +python 1,865 kB [ebuild N] dev-libs/libgcrypt-1.2.2-r1 +nls 939 kB [ebuild N] dev-libs/libgpg-error-1.0-r1 +nls 316 kB [ebuild N

Re: [gentoo-user] udev-197-r3 update problem...

2013-01-19 Thread Canek Peláez Valdés
... done! > [ebuild N ] dev-util/gperf-3.0.4 961 kB > [ebuild N ] dev-libs/libgpg-error-1.10 USE="nls -common-lisp > -static-libs" 429 kB > [ebuild N ] dev-libs/libgcrypt-1.5.0-r2 USE="-static-libs" 1,405 kB > [ebuild N ] dev-libs/libxslt-1.1.2

Re: [gentoo-user] python-updater failure

2009-12-06 Thread Joshua Murphy
gt;  *   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/

Fwd: Re: [gentoo-user] Two identical systems - different!

2014-03-03 Thread Peter Humphrey
6-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[- abi_x86_32(-)] app-text/docbook-xml-dtd:4.1.2 >=dev-libs/libxslt-1.0 >=sys- devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys- devel/autoconf-2.68 sys-devel/li

Re: [gentoo-user] python-updater failure

2009-12-06 Thread covici
agen-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 &g

Re: [gentoo-user] portage confusion

2008-03-02 Thread maxim wexler
(python? >=dev-lang/python-1.5.2) app-pda/libopensync-0.22 (python? >=dev-lang/python-2.2) app-portage/esearch-0.7.1 (>=dev-lang/python-2.2) app-portage/gentoolkit-0.2.3-r1 (>=dev-lang/python-2.0) dev-java/java-config-1.3.7 (virtual/python) dev-java/java-config-2.0.33-r1 (dev-lang/p

[gentoo-user] Re: sshfs - cannot unmount as normal user

2012-09-13 Thread Nikos Chantziaras
t;>> gnome-base/libgnome-keyring-3.4.1 Sun Sep 9 17:57:55 2012 >>> sys-devel/gcc-4.6.3 Sun Sep 9 18:13:49 2012 >>> sys-devel/gcc-4.7.1 Sun Sep 9 21:18:39 2012 >>> dev-lang/v8-3.12.19.7 Mon Sep 10 12:46:27 2012 >>> dev-libs/libxslt-1.1.26-r4 Mon Sep 10 1

[gentoo-user] Re: udev-197-r3 update problem...

2013-01-20 Thread »Q«
atic-libs" 429 kB > > [ebuild N ] dev-libs/libgcrypt-1.5.0-r2 USE="-static-libs" > > 1,405 kB [ebuild N ] dev-libs/libxslt-1.1.28 USE="crypt > > -debug -python -static-libs" 3,356 kB > > [ebuild N ] sys-apps/kmod-12-r1 USE="tools zl

[gentoo-user] --depclean and python. Safe to remove??

2008-07-27 Thread Dale
(virtual/python) dev-lang/swig-1.3.34 (python? virtual/python) dev-libs/boost-1.34.1-r2 (virtual/python) dev-libs/libxml2-2.6.31 (python? dev-lang/python) dev-libs/libxslt-1.1.24 (python? dev-lang/python) dev-python/PyQt-3.17.4 (virtual/python) dev-python/PyQt4-4.3.3 (virtual/python

[gentoo-user] Re: equery depends vs. emerge -pv --depclean

2009-11-17 Thread Dale
r1 dev-libs/libgamin-0.1.10-r2 dev-libs/libxml2-2.7.3-r2 dev-libs/libxslt-1.1.24-r1 dev-util/subversion-1.6.5 sys-apps/file-5.03 sys-apps/portage-2.2_rc50 >>> No packages selected for removal by depclean Packages installed: 1199 Packages in world:109 Packages in syste

RE: [gentoo-user] mailman stopped working after upgrade

2005-09-14 Thread Daevid Vincent
bc-2.3.5-r1 Wed Sep 7 01:13:31 2005 >>> app-admin/eselect-opengl-1.0.2 Wed Sep 7 10:05:32 2005 >>> dev-libs/atk-1.10.3 Wed Sep 7 10:21:55 2005 >>> dev-libs/libxml2-2.6.21 Wed Sep 7 11:26:01 2005 >>> dev-db/mysql-4.0.25-r2 Wed Sep 7 1

[gentoo-user] point and click in vim stopped working

2019-05-23 Thread Raffaele Belardi
media-libs/exiftool-11.41 Thu May 16 14:51:32 2019 >>> sys-kernel/gentoo-sources-5.1.2 Thu May 16 14:51:51 2019 >>> virtual/perl-CPAN-Meta-2.150.10-r2 Thu May 16 15:22:53 2019 >>> sys-devel/gdb-8.3 Thu May 16 15:24:44 2019 >>> dev-libs/libxslt-1.1.33-r1 Thu May

Re: [gentoo-user] problems with depclean

2019-10-17 Thread Dale
try in @world? >>> In the case I see before me, depclean wants to unmerge >>> dev-util/glib-utils -- its not in my world file, but if I do >>> qdepends dev-util/glib-utils I get >>> dev-util/glib-utils-2.58.3: dev-libs/libxslt app-arch/xz-utils >>&

Re: [gentoo-user] Re: udev-197-r3 update problem...

2013-01-20 Thread Canek Peláez Valdés
v-util/gperf-3.0.4 961 kB >> > [ebuild N ] dev-libs/libgpg-error-1.10 USE="nls -common-lisp >> > -static-libs" 429 kB >> > [ebuild N ] dev-libs/libgcrypt-1.5.0-r2 USE="-static-libs" >> > 1,405 kB [ebuild N ] dev-libs/libxslt-1.1.

[gentoo-user] virtual/emacs-21 dependency question

2007-06-03 Thread Allan Gottlieb
ge ] media-gfx/gimp-2.2.14 USE="doc gimpprint jpeg png python tiff -aalib (-altivec) -debug -gtkhtml -hardened -lcms -mmx -mng -smp -sse -svg -wmf" [nomerge ] dev-util/gtk-doc-1.8 USE="doc emacs* -debug" [nomerge ] app-text/scrollkeeper-0.3.14-r2 USE=&qu

Re: [gentoo-user] switch to profile 17.0 complete, completely painless

2017-12-06 Thread Helmut Jarausch
~dev-qt/qtwebchannel-${PV}[qml] dev-libs/expat dev-libs/libevent:= dev-libs/libxml2 dev-libs/libxslt dev-libs/protobuf:= media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= media-libs/libpng:0= >=me

Re: [gentoo-user] emerge @world output unfamiliar. Am I updated?

2020-10-02 Thread n952162
0)    (/, media-libs/openjpeg:2)    (/, net-dns/libidn:0)    (/, dev-libs/libxslt:0)    (/, app-arch/lz4:0)    (/, media-libs/opus:0)    (/, media-video/ffmpeg:0)    (/, app-text/hunspell:0)    (/, dev-qt/qtcore:5)    (/, net-libs/libtirpc:0)    (/, sys-apps/keyutils:0)    (/, dev-libs/liblinear:

Re: [gentoo-user] BS dependencies?

2006-02-26 Thread gentuxx
+apache2 -debug -doc - -ldap -mpm-leader (-mpm-peruser) -mpm-prefork -mpm-threadpool - -mpm-worker -no-suexec (-selinux) +ssl -static-modules +threads 4,684 kB [ebuild N] dev-libs/apr-util-0.9.7 +berkdb +gdbm -ldap 724 kB [ebuild N] app-misc/mime-types-4 7 kB [ebuild N]

Re: [gentoo-user] emerge @world output unfamiliar. Am I updated?

2020-10-02 Thread John Covici
ing:0) >    (/, dev-libs/nettle:0) >    (/, dev-libs/gmp:0) >    (/, net-dns/libidn2:0) >    (/, app-arch/bzip2:0) >    (/, dev-libs/json-c:0) >    (/, app-crypt/argon2:0) >    (/, dev-libs/mpfr:0) >    (/, dev-python/cffi:0) >    (/, dev-python/ply:0) >    (/, sys-l

Re: [gentoo-user] KDE4.0?

2008-01-24 Thread maxim wexler
-r1] USE="alsa esd* mp3 vorbis -artswrappersuid -debug* -jack -kdeenablefinal -nas -xinerama (-kdehiddenvisibility%)" 949 kB [ebuild N] dev-libs/libgpg-error-1.6 USE="-nls" 374 kB [ebuild U ] dev-libs/libxslt-1.1.22 [1.1.15] USE="python -crypt -debug* (-static%)" 2,718 k

Re: [gentoo-user] Why is KDE part of the system set?

2011-02-23 Thread Dale
libs-4.6.0-r1 [ebuild R] dev-libs/libxslt-1.1.26 [ebuild R] dev-lang/python-2.6.6-r1 [ebuild R ~] x11-libs/qt-declarative-4.7.1-r2 [ebuild R ~] x11-libs/qt-opengl-4.7.1 [ebuild R ~] x11-libs/qt-svg-4.7.1-r1 [ebuild R ~] x11-libs/qt-qt3support-4.7.1 [ebuild

Re: [gentoo-user] Vim stops installing when it runs installman.sh

2011-11-21 Thread James Broadhead
etype-2.4.7 [2.4.6] USE="X bzip2 > static-libs -auto-hinter -bindist -debug -doc -fontforge -utils" 1,456 kB > [ebuild U ] dev-lang/python-2.7.2-r3 [2.7.1-r1] USE="gdbm ipv6 > ncurses readline ssl threads (wide-unicode) xml -berkdb -build -doc > -examples -sqlite* -

[gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread gevisz
] dev-libs/libxslt-1.1.29-r1 [1.1.29] [ebuild U ] app-text/iso-codes-3.74 [3.70] [ebuild U ~] net-misc/youtube-dl-2017.02.17 [2017.02.07] USE="offensive*" [ebuild U ] dev-python/ssl-fetch-0.4 [0.3] [ebuild U ~] app-shells/zsh-completions-0.23.0 [0.22.0] [ebuild U

[gentoo-user] No X after update

2007-10-12 Thread reader
.3 x11-libs/libXxf86dga-1.0.2 x11-libs/libXcomposite-0.4.0 media-sound/sox-14.0.0 sys-apps/busybox-1.7.1 net-mail/fetchmail-6.3.8-r1 net-misc/ntp-4.2.4_p4 net-misc/whois-4.7.23 net-analyzer/tcpdump-3.9.7-r1 dev-libs/libxml2-2.6.30 x11-libs/libXrandr-1.2.2 dev-libs/libxslt-1.1.22 x11-libs/libXcursor-1.1

Re: [gentoo-user] gnome and mono-tools blocking

2006-07-31 Thread Jesús Guerrero
amd64 hppa ~ia64 ppc ~ppc64 sparc x86" IUSE="firefox mozilla" RDEPEND=">=dev-libs/glib-2 >=gnome-base/orbit-2.12.4 >=gnome-base/gconf-2 >=app-text/gnome-doc-utils-0.3.1 >=gnome-base/gnome-vfs-2 >=x11-libs/gtk+-2.5.3

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

2013-04-18 Thread Joseph
s-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-

Re: [gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread Johannes Rosenberger
shells/quoter-3.0_p2 > [ebuild U ] app-dicts/myspell-en-20170101 [20160901] > [ebuild U ] dev-libs/libxslt-1.1.29-r1 [1.1.29] > [ebuild U ] app-text/iso-codes-3.74 [3.70] > [ebuild U ~] net-misc/youtube-dl-2017.02.17 [2017.02.07] USE="offensive*" > [ebuild

Re: [gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread Gevisz
-r2 USE="stl -debug -doc > > -static-libs" > > [ebuild U ] app-shells/push-2.0 [1.6] > > [ebuild N ] app-shells/quoter-3.0_p2 > > [ebuild U ] app-dicts/myspell-en-20170101 [20160901] > > [ebuild U ] dev-libs/libxslt-1.1.29-r1 [1.

Re: [gentoo-user] Weird portage behaviour

2014-04-13 Thread Tom Wijsman
B -[ebuild R] app-text/sgml-common-0.6.3-r5 126 kB -[ebuild R] dev-lang/nasm-2.10.07 USE="-doc" 665 kB -[ebuild R] dev-libs/libgcrypt-1.5.3:0/11 USE="-static-libs" 1,474 kB -[ebuild R] dev-libs/libgpg-error-1.12 USE="nls -common-lisp -static-libs&

[gentoo-user] emerge --rebuild-if-new-rev always triggers rebuild

2016-04-29 Thread Michael Mol
app-text/ghostscript-gpl-9.15-r1 [nomerge ] x11-libs/gtk+-3.18.7 [nomerge ] app-accessibility/at-spi2-atk-2.18.1 [nomerge ]dev-libs/glib-2.46.2-r2 [nomerge ]

Re: [gentoo-user] the font in xfce change after updating

2007-04-29 Thread Chuanwen Wu
:15:12 2007 >>> xfce-base/libxfce4util-4.4.1 Sat Apr 28 12:16:13 2007 >>> sys-libs/readline-5.2_p2 Sat Apr 28 12:16:28 2007 >>> sys-apps/baselayout-1.12.9-r2 Sat Apr 28 12:17:14 2007 >>> sys-apps/module-init-tools-3.2.2-r3 Sat Apr 28 12:21:27 2007

Re: [gentoo-user] Re: How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-02 Thread Dale
R] dev-lang/yasm-1.1.0-r1 USE="nls -python*" 1,377 kB [ebuild R] dev-libs/boost-1.46.1-r1 USE="eselect -debug -doc -icu -mpi -python* -static-libs -test -tools" 0 kB [ebuild R ~] kde-base/kdegames-meta-4.7.1 USE="opengl (-aqua) -python*" 0 kB [eb

Re: [gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread Alan McKinnon
t; Calculating dependencies... done! >>> [ebuild N ] dev-libs/tinyxml-2.6.2-r2 USE="stl -debug -doc >>> -static-libs" >>> [ebuild U ] app-shells/push-2.0 [1.6] >>> [ebuild N ] app-shells/quoter-3.0_p2 >>> [ebuild U ] app-dic

Re: [gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread Gevisz
ot; > >>> [ebuild U ] app-shells/push-2.0 [1.6] > >>> [ebuild N ] app-shells/quoter-3.0_p2 > >>> [ebuild U ] app-dicts/myspell-en-20170101 [20160901] > >>> [ebuild U ] dev-libs/libxslt-1.1.29-r1 [1.1.29] > >>> [ebuild U

Re: [gentoo-user] gentoo-minimal-install software list

2014-01-14 Thread Alan McKinnon
.109-r4 dev-libs/libassuan-2.1.1 dev-libs/libev-4.15 dev-libs/libevent-2.0.21 dev-libs/libffi-3.0.11 dev-libs/libgcrypt-1.5.3 dev-libs/libgpg-error-1.12 dev-libs/libksba-1.3.0 dev-libs/libnl-3.2.23 dev-libs/libpcre-8.33 dev-libs/libtasn1-2.14 dev-libs/libverto-0.2.5 dev-libs/libxslt-1.1.28-r1 dev-l

[gentoo-user] Something went wrong with DNS, plz help!

2014-07-26 Thread Grand Duet
dia-libs/gd-2.0.35-r4 [2.0.35-r3] ABI_X86="(64%*) (-32) (-x32)" [ebuild U ] dev-libs/openssl-1.0.1h-r2 [1.0.1h-r1] ABI_X86="(64%*) (-32) (-x32)" [ebuild U ] dev-libs/libevent-2.0.21-r1 [2.0.21] USE="threads%*" ABI_X86="(64%*) (-32) (-x32)" [ebui

Re: [gentoo-user] Re: VPS has issues emerging everything

2011-01-07 Thread Mark Knecht
s/libxml2-2.7.7 [ebuild R ] dev-lang/python-3.1.2-r4 [ebuild R ] sys-apps/file-5.04 [ebuild R ] sys-apps/portage-2.2.0_alpha13 [ebuild R ] x11-proto/xcb-proto-1.6-r1 [ebuild R ] dev-libs/libxslt-1.1.26 [ebuild R ] app-text/docbook-xml-dtd-4.3-r1 [ebuild R ] dev-python/setup

Re: [gentoo-user] Re: upgrading (profiles, too)

2019-05-31 Thread Peter Humphrey
-r-- 1 root root 77K May 7 02:52 librt.a lrwxrwxrwx 1 root root 22 May 7 02:51 librt.so -> ../../lib32/librt.so.1 -rwxr-xr-x 1 root root 98K May 7 01:29 libsandbox.so lrwxrwxrwx 1 root root 29 May 7 02:51 libthread_db.so -> ../../lib32/libthread_db.so.1 -rw-r--r-- 1 root root 14K May 7 02:52

Re: [gentoo-user] Re: VPS has issues emerging everything

2011-01-07 Thread Simon
d   R   ] app-editors/nano-2.2.4 > [ebuild   R   ] sys-apps/less-436 > [ebuild   R   ] sys-process/psmisc-22.12 > [ebuild   R   ] sys-process/procps-3.2.8 > [ebuild   R   ] sys-libs/gpm-1.20.6 > [ebuild   R   ] sys-libs/readline-6.1 > [ebuild   R   ] x11-libs/libSM-1.2.0 >

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

2008-03-12 Thread Zhang Weiwu
`-- app-text/htmltidy-5.10.26-r2 [ tidy ] `-- x11-libs/libXpm-3.5.7 [ xpm ] `-- dev-libs/libxslt-1.1.22 [ xsl ] `-- mail-mta/ssmtp-2.61-r2 (virtual/mta)

  1   2   >