Re: [gentoo-user] mysql USE flag error

2009-10-19 Thread Renat Golubchyk
On Mon, 19 Oct 2009 06:56:57 +0100
Mick michaelkintz...@gmail.com wrote:
 I am not sure I understand this message about the mysql USE flag:
 =
 # emerge -upDv world
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 
 emerge: there are no ebuilds built with USE flags to 
 satisfy =x11-libs/qt-sql-4.5.0:4[mysql].
 !!! One of the following packages is required to complete your
 request:
 - x11-libs/qt-sql-4.5.2 (Change USE: +mysql)
 (dependency required by app-office/akonadi-server-1.2.1 [ebuild])
 (dependency required by kde-base/kdepimlibs-4.3.1 [ebuild])
 (dependency required by kde-base/krfb-4.3.1 [ebuild])
 (dependency required by world [argument])

kde-base/krfb-4.3.1 requires kde-base/kdepimlibs-4.3.1 which requires
app-office/akonadi-server-1.2.1 which requires
=x11-libs/qt-sql-4.5.0:4[mysql]

Actually app-office/akonadi-server-1.2.1 requires
=x11-libs/qt-sql-4.5.0:4[mysql?,sqlite?] which means mysql or sqlite,
default to mysql.


Cheers,
Renat

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
  (Einstein)


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: license mask

2009-10-19 Thread Neil Bothwick
On Sun, 18 Oct 2009 21:54:58 -0400, Chris Reffett wrote:

 Yeah, they added this in a recent portage-2.2 rc. It masks end user 
 license agreements by default (-...@eula is the syntax, if I recall
 correctly)

It also neatly solves the problem in the Skipping interactive emerges
thread, as EULAs have a nasty habit of stopping unattended emerges.


-- 
Neil Bothwick

If at first you don't succeed you'll get lots of advice.


signature.asc
Description: PGP signature


Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread Neil Bothwick
On Mon, 19 Oct 2009 07:31:24 +0200, Alan McKinnon wrote:

 If you don't use the gnome desktop (just some apps here and there),
 remove gnome from USE. OOo especially wants to pull in a load of stuff
 with that in place

Remove the eds USE flag too, that pulls in a load of GNOME stuff.


-- 
Neil Bothwick

Why marry a virgin? If she wasn't good enough for the rest of them, then
she isn't good enough for you.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: [OT Xfce4/KDE] A URL aware applet

2009-10-19 Thread Neil Bothwick
On Sun, 18 Oct 2009 23:51:48 -0500, Harry Putnam wrote:

   Then, whenever I know I have some url selected (I don't need an
  applet to tell me) I just have to press the key combination and off it
  goes. :-)  

 Thanks for the input and example.
 The applet I'm remembering was very unobtrusive...

That would be klipper. The automatic popup can be turned off if you want
to use it manually.


-- 
Neil Bothwick

Facts are stubborn, but statistics are more pliable


signature.asc
Description: PGP signature


Re: [gentoo-user] problem reinstalling gnome-cups-manager preserved-rebuild problem

2009-10-19 Thread covici
Alan McKinnon alan.mckin...@gmail.com wrote:

 On Monday 19 October 2009 05:01:46 Dale wrote:
  cov...@ccs.covici.com wrote:
   Hi.  After my last update, I did emerge said to do emerge
   @preserved-rebuild and when I tried it wanted me to rebuild just one
   package net-print/gnome-cups-manager.  Now this fails because
   libsmbclient.h does not exist.  After some investigation, it seems that
   this file used to  be part of samba, but no more.
  
   Any ideas on how to resolve this problem?
  
   Thanks much.
  
  I don't know how to fix it but this shows it still belongs to samba.
  
  http://www.portagefilelist.de/index.php/Special:PFLQuery2?file=libsmbclient
  .hsearchfile=lookuplookup=file#result
 
 
 That's out of date, in latest unstable it's part of samba-libs. Samba is now 
 a 
 split-ebuild which depends on samba-client, samba-server and samba-libs.
 
 Unmerge samba and remerge samaba
Well, after emerging samba-libs the preserved-rebuild went away  -- I
re-emerged samba to make sure, but there is now libsmbclient.h, so looks
like things are OK.  Thanks -- the joys of packages out of sync.

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



[gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31

2009-10-19 Thread Stefan G. Weichinger

Greets,

I don't get it:

I was running tuxonice-sources-2.6.31 (amd64) for a while now and had
unmasked nvidia-drivers at kernel-change to get nvidia-drivers-190.36
back then. That worked fine so far.

At that time I had gcc-4.4.1, btw.

2 days ago I did some changes, got gcc-4.4.2 and also new
nvidia-drivers-190.40. The drivers compiled but didn't load, dmesg said:

nvidia: disagrees about version of symbol module_layout

hmm

Tried some things then decided to go back to 190.36 ... but they don't
load as well. Yes, I removed the module (modprobe -r) before trying to
load the new one ...

I even tried to downgrade gcc again to get back to the gcc/nvidia-combo
that had worked before. No success.

Now I have a workstation without X and it's monday ;)

*sigh*

Any ideas? What do I miss here??

http://www.gentoo.org/doc/en/nvidia-guide.xml#doc_chap4

talks about mtrr, I have 8 GB in that machine and some uncachable
lines in that output, but it has worked before and I don't have an
according BIOS-entry.

I assume that's not the issue here 

Thanks a lot, Stefan



Re: [gentoo-user] Re: license mask

2009-10-19 Thread Alex Schuster
Nikos Chantziaras writes:

 In make.conf:
 
ACCEPT_LICENSE=*
 
 to unmask all licenses.  Or else name the licenses you wish unmasked one
 by one.

Another option is to create /etc/portage/package.license and put the 
licenses you want to accept in here. The portage man page has a little info 
about it. Mine looks like this:

games-fps/quake3-binQ3AEULA
games-fps/quake3-data   Q3AEULA

Wonko



Re: [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31

2009-10-19 Thread Alan McKinnon
On Monday 19 October 2009 10:18:28 Stefan G. Weichinger wrote:
 Greets,
 
 I don't get it:
 
 I was running tuxonice-sources-2.6.31 (amd64) for a while now and had
 unmasked nvidia-drivers at kernel-change to get nvidia-drivers-190.36
 back then. That worked fine so far.
 
 At that time I had gcc-4.4.1, btw.
 
 2 days ago I did some changes, got gcc-4.4.2 and also new
 nvidia-drivers-190.40. The drivers compiled but didn't load, dmesg said:
 
 nvidia: disagrees about version of symbol module_layout
 
 hmm
 
 Tried some things then decided to go back to 190.36 ... but they don't
 load as well. Yes, I removed the module (modprobe -r) before trying to
 load the new one ...
 
 I even tried to downgrade gcc again to get back to the gcc/nvidia-combo
 that had worked before. No success.
 
 Now I have a workstation without X and it's monday ;)
 
 *sigh*
 
 Any ideas? What do I miss here??
 
 http://www.gentoo.org/doc/en/nvidia-guide.xml#doc_chap4
 
 talks about mtrr, I have 8 GB in that machine and some uncachable
 lines in that output, but it has worked before and I don't have an
 according BIOS-entry.
 
 I assume that's not the issue here 

Rebuild your kernel and the nvidia modules with the same compiler.

You are using a kernel built with an older compiler and nvidia modules built 
with a newer compiler. nvidia doesn't like that.

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31

2009-10-19 Thread Steffen Loos

Stefan G. Weichinger schrieb:

Greets,

I don't get it:

I was running tuxonice-sources-2.6.31 (amd64) for a while now and had
unmasked nvidia-drivers at kernel-change to get nvidia-drivers-190.36
back then. That worked fine so far.

At that time I had gcc-4.4.1, btw.

2 days ago I did some changes, got gcc-4.4.2 and also new
nvidia-drivers-190.40. The drivers compiled but didn't load, dmesg said:

nvidia: disagrees about version of symbol module_layout

hmm

Tried some things then decided to go back to 190.36 ... but they don't
load as well. Yes, I removed the module (modprobe -r) before trying to
load the new one ...

I even tried to downgrade gcc again to get back to the gcc/nvidia-combo
that had worked before. No success.

Now I have a workstation without X and it's monday ;)

*sigh*

Any ideas? What do I miss here??
From the output above i think your nvidia isn't compiled to your running kernel.


So just an idea:
compile your kernel and the nvidia with same compiler. 



Steffen




Re: [gentoo-user] mysql USE flag error

2009-10-19 Thread Mick
2009/10/19 Renat Golubchyk ragerm...@gmx.net:
 On Mon, 19 Oct 2009 06:56:57 +0100
 Mick michaelkintz...@gmail.com wrote:
 I am not sure I understand this message about the mysql USE flag:
 =
 # emerge -upDv world

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

 Calculating dependencies... done!

 emerge: there are no ebuilds built with USE flags to
 satisfy =x11-libs/qt-sql-4.5.0:4[mysql].
 !!! One of the following packages is required to complete your
 request:
 - x11-libs/qt-sql-4.5.2 (Change USE: +mysql)
 (dependency required by app-office/akonadi-server-1.2.1 [ebuild])
 (dependency required by kde-base/kdepimlibs-4.3.1 [ebuild])
 (dependency required by kde-base/krfb-4.3.1 [ebuild])
 (dependency required by world [argument])

 kde-base/krfb-4.3.1 requires kde-base/kdepimlibs-4.3.1 which requires
 app-office/akonadi-server-1.2.1 which requires
=x11-libs/qt-sql-4.5.0:4[mysql]

 Actually app-office/akonadi-server-1.2.1 requires
=x11-libs/qt-sql-4.5.0:4[mysql?,sqlite?] which means mysql or sqlite,
 default to mysql.

Thanks Renat, I am still struggling to understand why mysql is being
dragged in.  It seems that x11-libs/qt-sql-4.5.2 is already installed
with the sqlite flag:
=
 Installed versions:  4.5.2(4)(12:30:57 10/10/09)(iconv qt3support
sqlite -debug -firebird -mysql -odbc -pch -postgres)
=

I've added -mysql in /etc/portage/package.use for x11-libs/qt-sql but
it makes no difference.  Then I added mysql and all this mess comes
up:
=
# emerge -upDv world

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

Calculating dependencies... done!

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

x11-libs/qt-sql:4

  ('ebuild', '/', 'x11-libs/qt-sql-4.5.2', 'merge') pulled in by
=x11-libs/qt-sql-4.5.0:4[mysql] required by ('ebuild', '/',
'app-office/akonadi-server-1.2.1', 'merge')

  ('installed', '/', 'x11-libs/qt-sql-4.5.2', 'nomerge') pulled in by
=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/',
'kde-base/kmix-4.3.1', 'merge')
=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/',
'kde-base/kontactinterfaces-4.3.1', 'merge')
=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/', 'kde-base/
kimagemapeditor-4.3.1', 'merge')
(and 117 more)

sys-auth/pambase:0

  ('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in by
sys-auth/pambase required by world
sys-auth/pambase[consolekit] required by ('ebuild', '/',
'net-wireless/bluez-4.39-r2', 'merge')

  ('installed', '/', 'sys-auth/pambase-20090620.1-r1', 'nomerge') pulled in by
sys-auth/pambase required by world
=sys-auth/pambase-20081028 required by ('installed', '/',
'net-misc/openssh-5.2_p1-r3', 'nomerge')
=sys-auth/pambase-20080219.1 required by ('installed', '/',
'sys-apps/shadow-4.1.2.2', 'nomerge')
(and 1 more)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.


emerge: there are no ebuilds built with USE flags to satisfy
=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X].
!!! One of the following packages is required to complete your request:
- dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit)
(dependency required by kde-base/pykde4-4.3.1 [ebuild])
(dependency required by kde-base/plasma-workspace-4.3.1 [ebuild])
(dependency required by kde-base/kdebase-meta-4.3.1 [ebuild])
(dependency required by world [argument])
=

It seems to me that it may be easier to just unmerge krfb and forget
about it, but there must be a more elegant solution to this?
-- 
Regards,
Mick



Re: [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31

2009-10-19 Thread Stefan G. Weichinger
Alan McKinnon schrieb:

 Rebuild your kernel and the nvidia modules with the same compiler.
 
 You are using a kernel built with an older compiler and nvidia modules built 
 with a newer compiler. nvidia doesn't like that.

Thanks, Alan (and Steffen with the same hint):

Rebuilt both with gcc-4.4.2, X is up again.

Although I still don't fully get it: I had the kernel compiled with
4.4.1 and (after downgrading gcc to 4.4.1 yesterday) also the
nvidia-drivers built with 4.4.1 ... so the match should have been there
already?

Anyway, X is up so I can go to work. I nearly decided to fire up
thunderbird on the thinkpad and boot Windows on my workstation to game a
bit ;-)

Thanks, Stefan



Re: [gentoo-user] Re: less cannot work with emerge

2009-10-19 Thread Xi Shen
i think screen or Peter's way saves me.

thanks guys ;)


On Fri, Oct 16, 2009 at 10:01 PM, Peter Weilbacher
newss...@weilbacher.org wrote:
 On 16.10.2009 14:05, Xi Shen wrote:
 when i use emerge, there are too many packaged that they cannot
 displayed in one screen. but i cannot use less to separate it into
 pages. why? please help ;)

 Be sure to pipe both stdout and stderr to less, i.e.
   emerge options 21 | less
 when you are using bash.
   P.






-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/



Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread Peter Humphrey
On Monday 19 October 2009 06:31:24 Alan McKinnon wrote:
 On Monday 19 October 2009 04:42:43 Dale wrote:
  Hi,
 
  My light bulb is not working tonight.  I just synced and checked for
 
  updates and ran into this little issue:
   r...@smoker / # emerge -uvDNfa world
  
   These are the packages that would be fetched, in order:
  
   Calculating dependencies ... done!
  
   emerge: there are no ebuilds built with USE flags to satisfy
   =net-libs/libsoup-2.25.1:2.4[gnome].
   !!! One of the following packages is required to complete your request:
   - net-libs/libsoup-2.26.3-r3 (Change USE: +gnome)
   (dependency required by dev-libs/libgweather-2.26.2.1 [ebuild])
   (dependency required by gnome-extra/evolution-data-server-2.26.3
   [ebuild])
   (dependency required by app-office/openoffice-3.1.1 [installed])
   (dependency required by @world [argument])
  
   r...@smoker / #
 
  It seems it wants me to turn on the gnome USE flag but I use KDE and
  have more than enough gnome stuff pulled in already.  Is there a sane
  way around this?  I know OOo is installed and the data server was pulled
  in by something ages ago.  I have KDE 3.5 and KDE 4 installed.

 If you don't use the gnome desktop (just some apps here and there), remove
 gnome from USE. OOo especially wants to pull in a load of stuff with that
 in place

The way I read Dale, he already has no gnome in USE; portage is asking him to 
add it to libsoup's USE flags, which, naturally, he's reluctant to do.

I had the same thing come up the other day, and I haven't got round to fixing 
it yet.

-- 
Rgds
Peter



Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread William Kenworthy
On Mon, 2009-10-19 at 10:50 +0100, Peter Humphrey wrote:
 On Monday 19 October 2009 06:31:24 Alan McKinnon wrote:
  On Monday 19 October 2009 04:42:43 Dale wrote:
   Hi,
  
   My light bulb is not working tonight.  I just synced and checked for
  
   updates and ran into this little issue:
r...@smoker / # emerge -uvDNfa world
   
These are the packages that would be fetched, in order:
   
Calculating dependencies ... done!
   
emerge: there are no ebuilds built with USE flags to satisfy
=net-libs/libsoup-2.25.1:2.4[gnome].
!!! One of the following packages is required to complete your request:
- net-libs/libsoup-2.26.3-r3 (Change USE: +gnome)
(dependency required by dev-libs/libgweather-2.26.2.1 [ebuild])
(dependency required by gnome-extra/evolution-data-server-2.26.3
[ebuild])
(dependency required by app-office/openoffice-3.1.1 [installed])
(dependency required by @world [argument])
   
r...@smoker / #
  
   It seems it wants me to turn on the gnome USE flag but I use KDE and
   have more than enough gnome stuff pulled in already.  Is there a sane
   way around this?  I know OOo is installed and the data server was pulled
   in by something ages ago.  I have KDE 3.5 and KDE 4 installed.
 
  If you don't use the gnome desktop (just some apps here and there), remove
  gnome from USE. OOo especially wants to pull in a load of stuff with that
  in place
 
 The way I read Dale, he already has no gnome in USE; portage is asking him to 
 add it to libsoup's USE flags, which, naturally, he's reluctant to do.
 
 I had the same thing come up the other day, and I haven't got round to fixing 
 it yet.
 
Try adding -gnome to the use flags rather than letting portage get
confused.

BillK







Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread Alan McKinnon
On Monday 19 October 2009 11:50:11 Peter Humphrey wrote:
 On Monday 19 October 2009 06:31:24 Alan McKinnon wrote:
  On Monday 19 October 2009 04:42:43 Dale wrote:
   Hi,
  
   My light bulb is not working tonight.  I just synced and checked for
  
   updates and ran into this little issue:
r...@smoker / # emerge -uvDNfa world
   
These are the packages that would be fetched, in order:
   
Calculating dependencies ... done!
   
emerge: there are no ebuilds built with USE flags to satisfy
=net-libs/libsoup-2.25.1:2.4[gnome].
!!! One of the following packages is required to complete your
request: - net-libs/libsoup-2.26.3-r3 (Change USE: +gnome)
(dependency required by dev-libs/libgweather-2.26.2.1 [ebuild])
(dependency required by gnome-extra/evolution-data-server-2.26.3
[ebuild])
(dependency required by app-office/openoffice-3.1.1 [installed])
(dependency required by @world [argument])
   
r...@smoker / #
  
   It seems it wants me to turn on the gnome USE flag but I use KDE and
   have more than enough gnome stuff pulled in already.  Is there a sane
   way around this?  I know OOo is installed and the data server was
   pulled in by something ages ago.  I have KDE 3.5 and KDE 4 installed.
 
  If you don't use the gnome desktop (just some apps here and there),
  remove gnome from USE. OOo especially wants to pull in a load of stuff
  with that in place
 
 The way I read Dale, he already has no gnome in USE;

No, he didn't say that.
 
 portage is asking him
  to add it to libsoup's USE flags, which, naturally, he's reluctant to do.

Likely because he has OOo and eds built with gnome support. They then insist 
that libsoup also has gnome support.

 I had the same thing come up the other day, and I haven't got round to
  fixing it yet.

Remove gnome from USE everywhere. You only need gnome support if you use 
gnome. In all other cases USE=gtk is probably what you want 

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] searchable list of packages

2009-10-19 Thread Krzysztof Poc
HelloThe problem occured when I wanted to find what is the most recent status of ecryptfs package without syncronizing my portage tree.Do you know any site where I can find a package and its status by its name ?For example AFAIK packages.gentoo.org does not have this option.You may dive into categories but it looks like it does not contain everything.I couldn't find ecryptfs package under sys-fs subfolder.Help me please.25 października na stadionie Polonii w Warszawie bądź z biało-czerwonymi. Zasługują na to...Zobacz więcej: http://klik.wp.pl/?adr=http://corto.www.wp.pl/as/rugby.html=892





Re: [gentoo-user] searchable list of packages

2009-10-19 Thread Dirk Heinrichs
Am Montag 19 Oktober 2009 12:50:15 schrieb Krzysztof Poc:
 I couldn't find ecryptfs package under sys-fs subfolder.

Because it doesn't exist. It's part of the kernel.

Bye...

Dirk


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


[gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Remy Blank
Mick wrote:
 I've added -mysql in /etc/portage/package.use for x11-libs/qt-sql but
 it makes no difference.

You should add -mysql for the package app-office/akonadi-server instead.

-- Remy



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Mick
2009/10/19 Remy Blank remy.bl...@pobox.com:
 Mick wrote:
 I've added -mysql in /etc/portage/package.use for x11-libs/qt-sql but
 it makes no difference.

 You should add -mysql for the package app-office/akonadi-server instead.

This looks more promising, thanks.  Still pam seems to be getting
confused (well pambase may not be, but I am because all sort of other
packages are now being dragged in - please see below).  Am I losing my
touch with portage-foo or is my otherwise stable system in need of
some fix?


# emerge -upDv world

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

Calculating dependencies... done!

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

sys-auth/pambase:0

  ('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in by
sys-auth/pambase required by world
sys-auth/pambase[consolekit] required by ('ebuild', '/',
'net-wireless/bluez-4.39-r2', 'merge')

  ('installed', '/', 'sys-auth/pambase-20090620.1-r1', 'nomerge') pulled in by
sys-auth/pambase required by world
=sys-auth/pambase-20081028 required by ('installed', '/',
'net-misc/openssh-5.2_p1-r3', 'nomerge')
=sys-auth/pambase-20080219.1 required by ('installed', '/',
'sys-apps/shadow-4.1.2.2', 'nomerge')
(and 1 more)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.


emerge: there are no ebuilds built with USE flags to satisfy
=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X].
!!! One of the following packages is required to complete your request:
- dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit)
(dependency required by kde-base/pykde4-4.3.1 [ebuild])
(dependency required by kde-base/plasma-workspace-4.3.1 [ebuild])
(dependency required by kde-base/kdebase-meta-4.3.1 [ebuild])
(dependency required by world [argument])

-- 
Regards,
Mick



Re: [gentoo-user] searchable list of packages

2009-10-19 Thread Neil Bothwick
On Mon, 19 Oct 2009 12:50:15 +0200, Krzysztof Poc wrote:

 Do you know any site where I can find a package and its status by its
 name ? For example AFAIK packages.gentoo.org does not have this option.

http://packages.gentoo.org/package/sys-fs/ecryptfs-utils

 You may dive into categories but it looks like it does not contain
 everything. I couldn't find ecryptfs package under sys-fs subfolder.

That's because the categories listing defaults to showing the latest
packages. Click the category-full link to see all packages in
alphabetical order.

The old packages.g.o had a search option, but this never found its way to
the revamped site :(


-- 
Neil Bothwick

RISC: Reduced Into Silly Code


signature.asc
Description: PGP signature


Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread Dale
Peter Humphrey wrote:
 On Monday 19 October 2009 06:31:24 Alan McKinnon wrote:
   
 On Monday 19 October 2009 04:42:43 Dale wrote:
 
 Hi,

 My light bulb is not working tonight.  I just synced and checked for

 updates and ran into this little issue:
   
 r...@smoker / # emerge -uvDNfa world

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

 Calculating dependencies ... done!

 emerge: there are no ebuilds built with USE flags to satisfy
 =net-libs/libsoup-2.25.1:2.4[gnome].
 !!! One of the following packages is required to complete your request:
 - net-libs/libsoup-2.26.3-r3 (Change USE: +gnome)
 (dependency required by dev-libs/libgweather-2.26.2.1 [ebuild])
 (dependency required by gnome-extra/evolution-data-server-2.26.3
 [ebuild])
 (dependency required by app-office/openoffice-3.1.1 [installed])
 (dependency required by @world [argument])

 r...@smoker / #
 
 It seems it wants me to turn on the gnome USE flag but I use KDE and
 have more than enough gnome stuff pulled in already.  Is there a sane
 way around this?  I know OOo is installed and the data server was pulled
 in by something ages ago.  I have KDE 3.5 and KDE 4 installed.
   
 If you don't use the gnome desktop (just some apps here and there), remove
 gnome from USE. OOo especially wants to pull in a load of stuff with that
 in place
 

 The way I read Dale, he already has no gnome in USE; portage is asking him to 
 add it to libsoup's USE flags, which, naturally, he's reluctant to do.

 I had the same thing come up the other day, and I haven't got round to fixing 
 it yet.

   

You read it correctly.  I have always had -gnome in my USE flags.  Well,
except that one time I checked out gnome but didn't like it.  That was
YEARS ago too.  Anyway, This is my USE flags right now:

USE=-a52 acl acpi alsa amd arts artswrappersuid automount -bluetooth
-branding bzip2 cddb cdr chroot crypt curl dbus -doc -dts dvd dvdr
dvdread -eds esd exif fdftk -fftw -firefox  -gcj gif gimp gkrellm -gnome
gphoto2 gtk hal hbci htmlhandbook ipv6 -jabber -jingle java javascript
jbig jpeg jpeg2k justify kde kdeprefix libwww logrotate loop-aes mmx mng
mplayer mp3 -musepack -mysql -nls nsplugin ofx offensive opengl -oss
-otr parport pdf ppds qt3  qt3support qt4 realmedia seamonkey sqlite sse
syslog tcl -theora tiff tk truetype usb -v4l webkit win32codecs wma wmf
wmp X xml yahoo -xulrunner zeroconf 3dnow 

I just added -eds and this is what I get:

r...@smoker / # emerge -uvDNa world

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

Calculating dependencies ... done!

emerge: there are no ebuilds built with USE flags to satisfy
=net-libs/libsoup-2.25.1:2.4[gnome].
!!! One of the following packages is required to complete your request:
- net-libs/libsoup-2.26.3-r3 (Change USE: +gnome)
(dependency required by dev-libs/libgweather-2.26.2.1 [ebuild])
(dependency required by gnome-extra/evolution-data-server-2.26.3 [ebuild])
(dependency required by app-office/openoffice-3.1.1 [installed])
(dependency required by @world [argument])

r...@smoker / #

It looks about the same.  I'm not sure but I !THINK! Mozilla started the
pulling in some gnome stuff and I think Seamonkey does too.  I'm not
sure if it still does or not tho.  I updated a week ago and ran
--depclean to get rid of anything not needed so I assume everything on
here is needed by something else.

Ideas?  Suggestions?

Thanks.

Dale

:-)  :-)



Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread Arttu V.
On 10/19/09, Dale rdalek1...@gmail.com wrote:
 You read it correctly.  I have always had -gnome in my USE flags.  Well,
 except that one time I checked out gnome but didn't like it.  That was
 YEARS ago too.  Anyway, This is my USE flags right now:

Did you check /etc/portage/package.use? You might have some surprises
left dangling in there.

-- 
Arttu V.



Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread Mike Edenfield

On 10/19/2009 9:44 AM, Dale wrote:


I just added -eds and this is what I get:

r...@smoker / # emerge -uvDNa world

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

Calculating dependencies ... done!

emerge: there are no ebuilds built with USE flags to satisfy
=net-libs/libsoup-2.25.1:2.4[gnome].
!!! One of the following packages is required to complete your request:
- net-libs/libsoup-2.26.3-r3 (Change USE: +gnome)
(dependency required by dev-libs/libgweather-2.26.2.1 [ebuild])
(dependency required by gnome-extra/evolution-data-server-2.26.3 [ebuild])
(dependency required by app-office/openoffice-3.1.1 [installed])
(dependency required by @world [argument])


Did this emerge actually show that openoffice was being built without 
the eds USE flag?  Did you possibly add eds to a local 
/etc/portage/package.use file for openoffice that's overriding your 
global USE settings?


The eds USE flag is the root of your problem:

openoffice[eds] requires evolution-data-server, which requires 
libgweather, which requires libsoup[gnome].


Try this:

USE=-eds emerge -upvtDN openoffice

It should show openoffice being built without the eds flag and 
evolution-data-server not included in the dependency tree at all.


--Mike



Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread Dale
Mike Edenfield wrote:
 On 10/19/2009 9:44 AM, Dale wrote:

 I just added -eds and this is what I get:

 r...@smoker / # emerge -uvDNa world

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

 Calculating dependencies ... done!

 emerge: there are no ebuilds built with USE flags to satisfy
 =net-libs/libsoup-2.25.1:2.4[gnome].
 !!! One of the following packages is required to complete your request:
 - net-libs/libsoup-2.26.3-r3 (Change USE: +gnome)
 (dependency required by dev-libs/libgweather-2.26.2.1 [ebuild])
 (dependency required by gnome-extra/evolution-data-server-2.26.3
 [ebuild])
 (dependency required by app-office/openoffice-3.1.1 [installed])
 (dependency required by @world [argument])

 Did this emerge actually show that openoffice was being built without
 the eds USE flag?  Did you possibly add eds to a local
 /etc/portage/package.use file for openoffice that's overriding your
 global USE settings?

 The eds USE flag is the root of your problem:

 openoffice[eds] requires evolution-data-server, which requires
 libgweather, which requires libsoup[gnome].

 Try this:

 USE=-eds emerge -upvtDN openoffice

 It should show openoffice being built without the eds flag and
 evolution-data-server not included in the dependency tree at all.

 --Mike



Well, I had just added the -eds USE flag but still got the error.  After
reading your post, I'm going to try emerge -DN world and see if that
helps apply the USE flag change and then corrects the error after
recompiling whatever needs to be changed.

This is my current package.use file:

sys-apps/hal-doc
sys-libs/glibcnptl nptlonly
#media-sound/amarok mysql
media-libs/libgphoto2 -doc
kde-base/kopete groupwise history jingle sametime highlight texteffect
statistics
sys-apps/busybox  static
x11-libs/cairo svg
dev-java/sun-jdk -doc
media-video/mplayer  -gtk
#media-gfx/gimp doc


games-board/pysol  extra-cardsets
x11-base/xorg-server  -hal
dev-python/PyQt4 sql


Some of that may not even be needed any more.  I rarely mess with this one.

OK.  I ran emerge -uvDNa world again just for fun.  I know get this and
it is totally different:

r...@smoker / # emerge -uvDNa world

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

Calculating dependencies ... done!
[ebuild U ] gnome-base/gnome-common-2.26.0 [2.24.0] USE=(-debug%)
68 kB
[ebuild U ] sys-apps/coreutils-7.5-r1 [7.5] USE=acl -caps -gmp -nls
(-selinux) -static -vanilla -xattr 9 kB
[ebuild U ] sys-devel/gcc-4.4.2 [4.4.1] USE=fortran gtk mudflap
nptl openmp (-altivec) -bootstrap -build -doc (-fixed-point) -gcj
-graphite (-hardened) -ip28 -ip32r10k (-libffi) (-multilib) -multislot
(-n32) (-n64) -nls -nocxx -objc -objc++ -objc-gc -test -vanilla 61,459 kB
[ebuild  NS   ] sys-kernel/gentoo-sources-2.6.30-r7 [2.6.25-r9,
2.6.30-r6] USE=-build -symlink 151 kB
[ebuild U ] dev-libs/libIDL-0.8.13 [0.8.12] USE=-debug 378 kB
[ebuild U ] gnome-base/orbit-2.14.17 [2.14.16] USE=-doc (-debug%)
730 kB
[ebuild U ] x11-libs/libxklavier-4.0 [3.6] USE=-doc 346 kB
[ebuild U ] dev-java/java-config-2.1.9-r1 [2.1.8-r1] 56 kB
[ebuild U ] gnome-base/gconf-2.26.2-r1 [2.24.0] USE=ldap -debug
-doc -policykit% 1,441 kB
[ebuild U ] x11-libs/libwnck-2.26.2-r2 [2.24.2]
USE=startup-notification%* -doc (-debug%) 669 kB
[ebuild   R   ] net-im/pidgin-2.5.9-r1  USE=dbus gstreamer gtk ncurses
perl spell tcl tk -bonjour -debug -doc -eds* -gadu -gnutls -groupwise
-meanwhile -networkmanager -nls -prediction -qq -sasl -silc -zephyr 0 kB
[ebuild U ] gnome-extra/libgsf-1.14.15 [1.14.11] USE=bzip2 python
-debug -doc -gnome 577 kB
[ebuild U ] gnome-base/librsvg-2.26.0 [2.22.3] USE=zlib -debug
-doc 467 kB
[ebuild   R   ] app-office/openoffice-3.1.1  USE=cups dbus gstreamer
gtk java ldap nsplugin opengl pam (-aqua) -bash-completion -binfilter
-debug -eds* -gnome (-kde) -mono -odk -templates LINGUAS=en en_US -af
-ar -as_IN -be_BY -bg -bn -br -brx -bs -ca -cs -cy -da -de -dgo -dz -el
-en_GB -en_ZA -eo -es -et -eu -fa -fi -fr -ga -gl -gu -he -hi_IN -hr -hu
-id -it -ja -ka -kk -km -kn_IN -ko -kok -ks -ku -lt -mai -mk -ml_IN -mn
-mni -mr_IN -nb -ne -nl -nn -nr -ns -oc -or_IN -pa_IN -pl -pt -pt_BR -ru
-rw -sa_IN -sat -sd -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta -ta_IN -te_IN
-tg -th -ti_ER -tn -tr -ts -uk -ur_IN -uz -ve -vi -xh -zh_CN -zh_TW -zu
0 kB
[ebuild U ] dev-libs/soprano-2.3.1 [2.3.0] USE=clucene dbus java
raptor -debug -doc -redland* 1,875 kB
[ebuild U ] app-misc/strigi-0.7.0 [0.6.5] USE=clucene dbus exif fam
qt4 -debug -hyperestraier -inotify (-log) -test 916 kB
[ebuild U ] x11-misc/notification-daemon-0.4.0-r1 [0.4.0]
USE=gstreamer -debug 0 kB
[ebuild  NS   ] media-video/kmplayer-0.11.1b [0.10.0c] USE=cairo
(-aqua) -debug -doc -expat -npp LINGUAS=-cs -da -de -el -en_GB -es -et
-fr -ga -gl -it -ja -km -ku -lt -lv -mai -nb -nds -nl -nn -pl -pt -pt_BR
-ro -ru -sk -sv -tr -uk 516 kB
[uninstall] media-video/kmplayer-0.10.0c  USE=arts cairo gstreamer
mplayer -debug -npp -xine -xinerama 

Re: [gentoo-user] fbpanell alternatives

2009-10-19 Thread meino . cramer
Jesús Guerrero i92gu...@terra.es [09-10-19 16:56]:
 On Sun, 18 Oct 2009 05:53:27 +0200, meino.cra...@gmx.de wrote:
  Hi,
  
   since fbpanel is not themeable as far as I know and my
   eyes have problems to clearly recgonize the red numbers
   of the desktops numeration and the current-desktop cursor
   I am looking for another light panel to uses in conjunction
   with openbox.
  
   What panel with a similiar functionality can be suggested?
   The colors should be tuneable. 
 
 Maybe lxpanel?
 -- 
 Jesús Guerrero
 

Hi Jesús !
 
 GREAT! THANKS! My can see the desktop numerations again!!!
 YEAH!

 Best regards,
 mcc

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




[gentoo-user] vmware server 2 - login/password

2009-10-19 Thread Krzysztof Poc
Hello

Is there any default gentoo password vor vmware server 2.0.1.156745-r3.
I'm trying root/password and user/password an none of them works.

PLEASE HELP ME :)WYGRAJ wycieczkę kolejową po północnej Hiszpanii!http://klik.wp.pl/?adr=http://www.navigeo.pl/contest/idea_tour=885





Re: [gentoo-user] vmware server 2 - login/password

2009-10-19 Thread Stefan G. Weichinger
Krzysztof Poc schrieb:
 Hello
  
 Is there any default gentoo password vor vmware server 2.0.1.156745-r3.
 I'm trying root/password and user/password an none of them works.
  
 PLEASE HELP ME :)

You have to use a user which is member of the group vmware.
Try gpasswd -a user vmware and then login with user/password.

Stefan



Re: [gentoo-user] setxkbmap does not work after upgrading to KDE4

2009-10-19 Thread Dan Johansson
On Tuesday 13 October 2009 20.51:52 Dan Johansson wrote:
 After upgrading to KDE4 the other day my keyboard mapping stopped working.
  I traced it back to setxkbmap. Manually entering setxkbmap (with extra
  verbosity) gives the following:
 
 $ setxkbmap -model logicd -layout ch -variant de_nodeadkeys -v 10
 Setting verbose level to 10
 locale is C
 Warning! Multiple definitions of keyboard model
  Using command line, ignoring X server
 Warning! Multiple definitions of keyboard layout
  Using command line, ignoring X server
 Applied rules from evdev:
 model:  logicd
 layout: ch
 variant:de_nodeadkeys
 Trying to build keymap using the following components:
 keycodes:   evdev+aliases(qwerty)
 types:  complete
 compat: complete
 symbols:pc+ch(de_nodeadkeys)+inet(evdev)
 geometry:   pc(pc104)
 Error loading new keyboard description
 
 Any suggestion on what could be wrong?
 Regards,
Just an update... The problem was not with the KDE3.5 - KDE4.3.1 but with 
with my Xorg setup. After googling a bit and finally change my content of 
/etc/hal/fdi/policy/10-use-ch-layout.fdi to the right values it's almost 
working 100% (I'll open a new thread on my remaining problem).
-- 
Dan Johansson, http://www.dmj.nu
***
This message is printed on 100% recycled electrons!
***


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


[gentoo-user] Re: big fonts after Xorg update

2009-10-19 Thread Thorsten Kampe
* Nikos Chantziaras (Fri, 16 Oct 2009 02:32:21 +0300)
 
 On 10/16/2009 02:22 AM, Thorsten Kampe wrote:
 
  I just updated from xorg-server 1.3.0.0-r6 to 1.6. After the upgrade I
  see a lot of applications have now much bigger fonts then they used to
  have (the fonts and font sizes of course are the same - they just appear
  bigger). Examples are KDM, Konsole, most KDE apps (GNOME applications
  seem not to be affected).
 
  The increased fonts looks a bit as when I connect via VNC to the diplay
  manager session (with the Xorg VNC module). I had the same effect
  already when I tried to upgrade to Xorg 1.5 (which was why I had to
  revert back to 1.3).
 
  This is a VMware virtual machine with the VMware tools installed and
  running.
 
  What can I do to avoid the font increase?
 
 The best thing you can do with VMWare (from my own experiences) is to 
 force 96 DPI in /usr/share/config/kdm/kdmrc.  Find this line:
 
ServerArgsLocal=-nolisten tcp
 
 And add -dpi 96 to it:
 
ServerArgsLocal=-nolisten tcp -dpi 96

That was the solution. I checked the resolution before the upgrade with 
xdpyinfo | grep resolution (Tip from the German list): 75 dpi. 
Afterwards: 96 dpi. Setting it to 75 solved the issue.

I'd still like to know what exactly changed and if 75 or 96 is the 
correct value. Nevertheless, I have Xorg server 1.6 running and it 
looks fine.

Thanks, Thorsten




Re: [gentoo-user] Re: big fonts after Xorg update

2009-10-19 Thread Alan McKinnon
On Monday 19 October 2009 22:18:39 Thorsten Kampe wrote:
 I'd still like to know what exactly changed and if 75 or 96 is the 
 correct value. Nevertheless, I have Xorg server 1.6 running and it 
 looks fine.
 

I'd like to know exactly what the dpi setting is.

One thing it isn't, is the dots per inch of the display device. Or if it is, 
it gets ignored/misinterpretated/abused by enough apps out there to make no 
sense based on what I see on-screen.

The more I look into this, the more convinced I become that it is little more 
than a scaling factor hint that apps are free to ignore (and often do)

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: big fonts after Xorg update

2009-10-19 Thread Paul Hartman
On Mon, Oct 19, 2009 at 3:18 PM, Thorsten Kampe
thors...@thorstenkampe.de wrote:
 * Nikos Chantziaras (Fri, 16 Oct 2009 02:32:21 +0300)

 On 10/16/2009 02:22 AM, Thorsten Kampe wrote:
 
  I just updated from xorg-server 1.3.0.0-r6 to 1.6. After the upgrade I
  see a lot of applications have now much bigger fonts then they used to
  have (the fonts and font sizes of course are the same - they just appear
  bigger). Examples are KDM, Konsole, most KDE apps (GNOME applications
  seem not to be affected).
 
  The increased fonts looks a bit as when I connect via VNC to the diplay
  manager session (with the Xorg VNC module). I had the same effect
  already when I tried to upgrade to Xorg 1.5 (which was why I had to
  revert back to 1.3).
 
  This is a VMware virtual machine with the VMware tools installed and
  running.
 
  What can I do to avoid the font increase?

 The best thing you can do with VMWare (from my own experiences) is to
 force 96 DPI in /usr/share/config/kdm/kdmrc.  Find this line:

ServerArgsLocal=-nolisten tcp

 And add -dpi 96 to it:

ServerArgsLocal=-nolisten tcp -dpi 96

 That was the solution. I checked the resolution before the upgrade with
 xdpyinfo | grep resolution (Tip from the German list): 75 dpi.
 Afterwards: 96 dpi. Setting it to 75 solved the issue.

 I'd still like to know what exactly changed and if 75 or 96 is the
 correct value. Nevertheless, I have Xorg server 1.6 running and it
 looks fine.

Divide your screen resolution (pixels) by its visible area (inches) to
get DPI. For example my monitor screen is 16 inches wide and 12 inches
tall and I use 1600x1200 resolution. That is 100dpi. In my system this
is autodetected when xorg starts (maybe the nvidia drivers do it?).

Theoretically, I think if the DPI is set correctly, a 10 point font
will be the same physical size on any display.

I think most consumer-grade desktop LCD panels are around 75dpi. Some
mobile phones like Nokia N82 have a really high-density screen,
256dpi. So a website or program that measures its fonts or widgets in
fixed pixels rather than relative to the dpi will look dramatically
different in those cases.

Within programs, using KDE4 daily the DPI seems to be respected almost
eveywhere. Sometimes gtk+ apps will have huge fonts for no apparent
(to me) reason but I seem to be free of that problem at the moment.



[gentoo-user] Re: Re: big fonts after Xorg update

2009-10-19 Thread Thorsten Kampe
* Paul Hartman (Mon, 19 Oct 2009 15:38:12 -0500)
 
 On Mon, Oct 19, 2009 at 3:18 PM, Thorsten Kampe
 thors...@thorstenkampe.de wrote:

  That was the solution. I checked the resolution before the upgrade with
  xdpyinfo | grep resolution (Tip from the German list): 75 dpi.
  Afterwards: 96 dpi. Setting it to 75 solved the issue.
 
  I'd still like to know what exactly changed and if 75 or 96 is the
  correct value. Nevertheless, I have Xorg server 1.6 running and it
  looks fine.
 
 Divide your screen resolution (pixels) by its visible area (inches) to
 get DPI. For example my monitor screen is 16 inches wide and 12 inches
 tall and I use 1600x1200 resolution. That is 100dpi. In my system this
 is autodetected when xorg starts (maybe the nvidia drivers do it?).

This is a VMware virtual machine using a virtual monitor on a physical 
machine with two physical monitors. I'm not sure whether calculating DPI 
that way would lead to meaningfull results for the virtual machine. This 
whole hard setting of DPI for a monitor seems anachronistic to me.

Thorsten




Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread Neil Bothwick
On Mon, 19 Oct 2009 10:48:00 -0500, Dale wrote:

 Well, I had just added the -eds USE flag but still got the error

Which means the the installed openoffice still depends on eds. Re-emerge
openoffice then update world.


-- 
Neil Bothwick

To iterate is human; to recurse, divine.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Mick
On Monday 19 October 2009, you wrote:
 2009/10/19 Remy Blank remy.bl...@pobox.com:
  Mick wrote:
  I've added -mysql in /etc/portage/package.use for x11-libs/qt-sql but
  it makes no difference.
 
  You should add -mysql for the package app-office/akonadi-server instead.

 This looks more promising, thanks.  Still pam seems to be getting
 confused 

I hope it is not bad form answering my own post ... I've now uninstalled 
anything with net-wireless/bluez* in it, but I am still getting this:
==
# emerge -upDv world

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

Calculating dependencies... done!

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

sys-auth/pambase:0

  ('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in by
sys-auth/pambase required by world
sys-auth/pambase[consolekit] required by 
('ebuild', '/', 'net-wireless/bluez-4.39-r2', 'merge')

  ('installed', '/', 'sys-auth/pambase-20090620.1-r1', 'nomerge') pulled in by
sys-auth/pambase required by world
=sys-auth/pambase-20081028 required by 
('installed', '/', 'net-misc/openssh-5.2_p1-r3', 'nomerge')
=sys-auth/pambase-20080219.1 required by 
('installed', '/', 'sys-apps/shadow-4.1.2.2', 'nomerge')
(and 1 more)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.


emerge: there are no ebuilds built with USE flags to 
satisfy =dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X].
!!! One of the following packages is required to complete your request:
- dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit)
(dependency required by kde-base/pykde4-4.3.1 [ebuild])
(dependency required by kde-base/plasma-workspace-4.3.1 [ebuild])
(dependency required by kde-base/kdebase-meta-4.3.1 [ebuild])
(dependency required by world [argument])
==

This all started this morning after an eix-sync crashed on me because the 
laptop run out of battery.  I removed /usr/portage/metadata/timestamp.chk and 
resync'ed after that - so I don't believe that this is what caused this mess.

I have also remerged portage and eix.  What else is there to try to fix this 
problem?
-- 
Regards,
Mick


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


Re: [gentoo-user] Re: Re: big fonts after Xorg update

2009-10-19 Thread Paul Hartman
On Mon, Oct 19, 2009 at 3:47 PM, Thorsten Kampe
thors...@thorstenkampe.de wrote:
 * Paul Hartman (Mon, 19 Oct 2009 15:38:12 -0500)

 On Mon, Oct 19, 2009 at 3:18 PM, Thorsten Kampe
 thors...@thorstenkampe.de wrote:

  That was the solution. I checked the resolution before the upgrade with
  xdpyinfo | grep resolution (Tip from the German list): 75 dpi.
  Afterwards: 96 dpi. Setting it to 75 solved the issue.
 
  I'd still like to know what exactly changed and if 75 or 96 is the
  correct value. Nevertheless, I have Xorg server 1.6 running and it
  looks fine.

 Divide your screen resolution (pixels) by its visible area (inches) to
 get DPI. For example my monitor screen is 16 inches wide and 12 inches
 tall and I use 1600x1200 resolution. That is 100dpi. In my system this
 is autodetected when xorg starts (maybe the nvidia drivers do it?).

 This is a VMware virtual machine using a virtual monitor on a physical
 machine with two physical monitors. I'm not sure whether calculating DPI
 that way would lead to meaningfull results for the virtual machine. This
 whole hard setting of DPI for a monitor seems anachronistic to me.

I think the DPI of the monitor would still be valid in the vmware
window, just set it to that of your physical monitor and I think it
should be the same. The size of 1 pixel in the vmware window should be
the same as the size of 1 pixel in your monitor normally. If your two
monitors are not the same DPI then things could be complicated though.
I don't use multi-monitors so I'm unfamiliar with how that would work.

In my Xorg.0.log I see these lines among others from the Nvidia driver
initialization:

(II) NVIDIA(0): Virtual screen size determined to be 2048 x 1152
(--) NVIDIA(0): DPI set to (101, 100); computed from UseEdidDpi X config
(--) NVIDIA(0): option

Not sure how it works for other video drivers. On this one, at least,
the DPI is set automatically.



Re: [gentoo-user] =net-libs/libsoup-2.25.1:2.4[gnome] Huh?

2009-10-19 Thread Dale
Neil Bothwick wrote:
 On Mon, 19 Oct 2009 10:48:00 -0500, Dale wrote:

   
 Well, I had just added the -eds USE flag but still got the error
 

 Which means the the installed openoffice still depends on eds. Re-emerge
 openoffice then update world.


   

It's working on it.  It just takes a while.  LOL 

r...@smoker / # genlop -c

 Currently merging 1 out of 1

 * app-office/openoffice-3.1.1

   current merge time: 21 minutes and 2 seconds.
   ETA: 7 hours, 16 minutes and 7 seconds.
r...@smoker / #


It was doing pretty good earlier until /var ran out of space.  I moved
/var to a 80Gb partition.  Hopefully that will be enough. ;-) 

You know, now that I think about it, I bet I changed make.conf but
forgot to save it before running the emerge command again.   That may be
why I still got the error.  Sort of funny that the message changed later
on when I closed the file. 

Dale

:-)  :-) 



Re: [gentoo-user] Re: license mask

2009-10-19 Thread Crístian Viana
thanks, that worked!

I put:

app-emulation/virtualbox-ose-additions PUEL

in the file /etc/portage/package.license

=)

On Mon, Oct 19, 2009 at 6:18 AM, Alex Schuster wo...@wonkology.org wrote:

 Nikos Chantziaras writes:

  In make.conf:
 
 ACCEPT_LICENSE=*
 
  to unmask all licenses.  Or else name the licenses you wish unmasked one
  by one.

 Another option is to create /etc/portage/package.license and put the
 licenses you want to accept in here. The portage man page has a little info
 about it. Mine looks like this:

 games-fps/quake3-binQ3AEULA
 games-fps/quake3-data   Q3AEULA

Wonko




-- 
Crístian Deives dos Santos Viana [aka CD1]
Sent from Campinas, SP, Brazil


Re: [gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Neil Bothwick
On Mon, 19 Oct 2009 22:42:36 +0100, Mick wrote:

 !!! Multiple package instances within a single package slot have been
 pulled !!! into the dependency graph, resulting in a slot conflict:
 
 sys-auth/pambase:0
 
   ('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in
 by sys-auth/pambase required by world

why do you have pambase in world?

 sys-auth/pambase[consolekit] required by 
 ('ebuild', '/', 'net-wireless/bluez-4.39-r2', 'merge')

It looks like you need to re-emerge pambase with USE=consolekit.

 emerge: there are no ebuilds built with USE flags to 
 satisfy =dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X].
 !!! One of the following packages is required to complete your request:
 - dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit)

You need to re-emerge PyQt4 with USE=sql webkit, or you could install
kdebase-meta with USE=-python.


-- 
Neil Bothwick

If Microsoft built cars, the worlds population would be in decline


signature.asc
Description: PGP signature


[gentoo-user] Anyone have experience with Acer netbooks ?

2009-10-19 Thread waltdnes
  Specifically the 11.6 screen Acer Aspireone AO751h-1505 Netbook at
http://canadacomputers.com/index.php?do=ShowProductcmd=pdpid=024766cid=NBK.862.670

  I intend to install Gentoo on it.

-- 
Walter Dnes waltd...@waltdnes.org



[gentoo-user] Wine users backup libjpeg.so.62.0.0

2009-10-19 Thread waltdnes
  MAKE SURE TO BACKUP libjpeg.so.62.0.0 and libjpeg.so.62 (a symlink to
libjpeg.so.62.0.0)

  My older machine was getting flakey so I migrated to my newer machine.
I updated the new machine to the latest everything, and got a message
that I could delete libjpeg.so.62 (a symlink to libjpeg.so.62.0.0) in
/usr/lib (that's where it is on my Gentoo system).  Bad move... Wine no
longer ran. Fortunately, I had not updated my older machine, so I was
able to copy the files over from it, and Wine is now running. The weird
part is that I followed instructions, and ran the revdep-rebuild. It
claimed there were no dynamic links to libjpeg.so.62

-- 
Walter Dnes waltd...@waltdnes.org



Re: [gentoo-user] Anyone have experience with Acer netbooks ?

2009-10-19 Thread Philip Webb
091019 waltd...@waltdnes.org requested comments re :
 the 11.6 screen Acer Aspireone AO751h-1505 Netbook at
  
 http://canadacomputers.com/index.php?do=ShowProductcmd=pdpid=024766cid=NBK.862.670
 I intend to install Gentoo on it.

I bought an ASUS EeePC 1005HA there a couple of weeks ago
 have just finished checking out the hardware, which is ok.
Your preference costs  CAD 50  more, but features various improvements;
they seem to have sold out of the ASUS except the pink version (grin).

My next task is to look at the BIOS  make a bootable USB stick
with System Rescue on it, then decide whether to keep M$ XP around
 which version of Linux to install, probably Gentoo,
but I'm wary of doing a lot of compiling on the tiny machine
(alternatives wb Arch or Slackware).

Does anyone know how far it's feasible to compile pkgs on a desktop
-- I have a powerful machine with upto-date Gentoo for everyday use -- ,
then copy the results via USB stick into a netbook ?

Sorry not to answer your question directly, but this is related (smile).

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




[gentoo-user] distcc for upgrading software on netbooks

2009-10-19 Thread waltdnes
On Mon, Oct 19, 2009 at 11:59:07PM -0400, Philip Webb wrote

 Does anyone know how far it's feasible to compile pkgs on a desktop
 -- I have a powerful machine with upto-date Gentoo for everyday use -- ,
 then copy the results via USB stick into a netbook ?

  See http://www.gentoo.org/doc/en/distcc.xml A USB stick is OK for
rescue, but forget about using it for package transfer.  It's a lot
easier and faster to hook both machines up to a cheap router or switch
and let them talk directly to each other.

-- 
Walter Dnes waltd...@waltdnes.org



[gentoo-user] How to build vmware-modules for kernel 2.6.30

2009-10-19 Thread Jim Cunning
I upgraded to kernel 2.6.30 and now cannot build the vmware kernel-
modules-1.0.0.15-r2 that I need for vmware-workstation-5.5.9.  I've seen 
references on google searches that kernel-modules-1.0.0.25 will work for 
vmware-5.3 up to vmware-6.something.  

vmware-workstation-5.5.9 seems to require *only* vmware-modules-1.0.0.15.  Is 
there a way I can change this and rebuild both vmware and its kernel modules?
-- 
Jim


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


[gentoo-user] Re: Wine users backup libjpeg.so.62.0.0

2009-10-19 Thread Nikos Chantziaras

On 10/20/2009 06:39 AM, waltd...@waltdnes.org wrote:

   MAKE SURE TO BACKUP libjpeg.so.62.0.0 and libjpeg.so.62 (a symlink to
libjpeg.so.62.0.0)

   My older machine was getting flakey so I migrated to my newer machine.
I updated the new machine to the latest everything, and got a message
that I could delete libjpeg.so.62 (a symlink to libjpeg.so.62.0.0) in
/usr/lib (that's where it is on my Gentoo system).  Bad move... Wine no
longer ran. Fortunately, I had not updated my older machine, so I was
able to copy the files over from it, and Wine is now running. The weird
part is that I followed instructions, and ran the revdep-rebuild. It
claimed there were no dynamic links to libjpeg.so.62


Did you rebuild Wine?  It runs just fine here with media-libs/jpeg-7.




Re: [gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Mick
On Tuesday 20 October 2009, Neil Bothwick wrote:
 On Mon, 19 Oct 2009 22:42:36 +0100, Mick wrote:
  !!! Multiple package instances within a single package slot have been
  pulled !!! into the dependency graph, resulting in a slot conflict:
 
  sys-auth/pambase:0
 
('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in
  by sys-auth/pambase required by world

 why do you have pambase in world?

  sys-auth/pambase[consolekit] required by
  ('ebuild', '/', 'net-wireless/bluez-4.39-r2', 'merge')

 It looks like you need to re-emerge pambase with USE=consolekit.

  emerge: there are no ebuilds built with USE flags to
  satisfy =dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X].
  !!! One of the following packages is required to complete your request:
  - dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit)

 You need to re-emerge PyQt4 with USE=sql webkit, or you could install
 kdebase-meta with USE=-python.

Thanks Neil,

Could it be that all this is caused by KDE-4.3 going stable?  Perhaps I should 
now bite the bullet unmerge all my KDE-3.5 packages and start a mammoth 
emerge of KDE-4 ?
-- 
Regards,
Mick


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