[gentoo-user] Mod_suphp masked?

2008-01-26 Thread James Homuth
Is there any particular reason why for the x86 arch, the Apache 
mod_suphp ebuild's been masked? And any means of keeping track of 
things like that without periodically trying to install something 
only to be told it's not happening? I'm looking into ways of security 
my Apache/PHP instalation, and moving it out of /var/www and into 
user space seems the best way to go about doing that. But per the 
Apache documentation that'll break Suexec, so I was eyeing up 
mod_suphp instead. Am I looking in the wrong direction?


James

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



Re: [gentoo-user] NFS Server Tuning

2008-01-26 Thread Stroller


On 25 Jan 2008, at 22:40, Florian Philipp wrote:

On Thu, 2008-01-24 at 19:19 -0600, Dan Farrell wrote:

[...]

and as the client (from `mount`):

nfs:/mnt/storage on /home/media/storage type
nfs(rw,rsize=65536,wsize=65536,soft,timeo=300,addr=192.168.1.88)

/etc/fstab on the client looks like:

nfs:/mnt/storage /home/media/storagenfs
rsize=65536,wsize=65536,rw,async,soft,timeo=300 0 0


Of these options, rsize,wsize,and async are reputed to effect
performance.  ...

[...]

As far as I remember, rsize and wsize are negotiated between client  
and

server. Those mount options just set an upper limit which is certainly
not what you want. I'm even wondering that those settings are accepted
at all! Normally, unsigned 16bit integer has a range from 0 to  
65535. If

you ask me, that's an off-by-one error just waiting to happen...


This seems to suggest that 32768 is the largest figure that can be  
specified for rsize,wsize:
  http://www.mythtv.org/wiki/index.php/ 
Optimizing_Performance#NFS_servers


Stroller.


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



Re: [gentoo-user] paludis vs emerge

2008-01-26 Thread Dirk Heinrichs
Am Samstag, 26. Januar 2008 schrieb Brian Marshall:

  Have I overlooked an option comparable to --ask ?

 No, Paludis is non-interactive.

Nonsense (sorry). --ask functionality is added with a hook script. paludis -ip 
paludis-hooks. You'll get them from the paludis-extras overlay.

Bye...

Dirk


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


Re: [gentoo-user] Choppy video playback

2008-01-26 Thread Mike Mazur
Hi Tomas,

On Jan 25, 2008 8:55 PM, Tomas Papan [EMAIL PROTECTED] wrote:
 can you send us your /etc/make.conf ?

Here it is (with comments stripped out):

CHOST=i686-pc-linux-gnu
CFLAGS=-march=prescott -O2 -pipe -fomit-frame-pointer
CXXFLAGS=${CFLAGS}

USE=gtk gtk2 gnome -apm -eds -emboss -gstreamer -qt -qt3 -qt4 -kde
-ldap -arts -esd -oss -xv X a52 aac acpi alsa avahi bash-completion
bluetooth cdr cjk crypt dbus dvd dvdr exif firefox gphoto hal ipod
jpeg mbox mp3 nptl nptlonly ogg opengl png pulseaudio spell ssl
startup-notification svg theora tiff vorbis wifi xinerama

MAKEOPTS=-j3
FEATURES=parallel-fetch ccache

VIDEO_CARDS=nvidia
INPUT_DEVICES=keyboard mouse evdev synaptics

Thanks,
Mike
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] KDE4.0?

2008-01-26 Thread Neil Bothwick
On Fri, 25 Jan 2008 21:19:48 -0800 (PST), maxim wexler wrote:

 [blocks B ] kde-base/kdebase-3.5.7-r6 (is
 blocking kde-base/kdelibs-4.0.0)

 From the gentoo-kde4-faq:
 
 Q: You said I could install KDE 3.5 and KDE 4.0, but
 they block each other!
 
 A: You will need to install the latest revision (not
 version) of kde-base/kdebase (if you use monolithic
 ebuilds) or kde-base/kdebase-startkde (if you use
 split ebuilds). These versions include patches to
 allow multiple versions of KDE to coexist. 

It's quite clear, you need the latest revision of KDE 3 to use it with
KDE4. The latest is 3.5.8 qhich is why 3.5.7-r6 is blocking.


-- 
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] OT - Installing VMWare eval - Where are the rc0 directories?

2008-01-26 Thread Neil Bothwick
On Fri, 25 Jan 2008 21:03:53 -0600, Michael Sullivan wrote:

 I'm trying to install the evaluation copy of vmware workstation 6 and
 the installer is asking me:

Why aren't you using portage for this?

 What is the directory that contains the init directories (rc0.d/ to 
 rc6.d/)? 
 
 What's the answer to this?  AFAIK, these directories do not exist on
 Gentoo.  What should I do?  Do I need to create symlinks to somewhere
 in /etc?  Please advise...

The default works AFAIR, but portage would take care of it for you anyway.


-- 
Neil Bothwick

Genius is 99% inspiration and 2% arithmetic


signature.asc
Description: PGP signature


Re: [gentoo-user] NFS Server Tuning

2008-01-26 Thread Florian Philipp

On Sat, 2008-01-26 at 10:29 +, Stroller wrote:
 On 25 Jan 2008, at 22:40, Florian Philipp wrote:
  On Thu, 2008-01-24 at 19:19 -0600, Dan Farrell wrote:
 
  [...]
  and as the client (from `mount`):
 
  nfs:/mnt/storage on /home/media/storage type
 nfs(rw,rsize=65536,wsize=65536,soft,timeo=300,addr=192.168.1.88)
 
  /etc/fstab on the client looks like:
 
  nfs:/mnt/storage /home/media/storagenfs
 rsize=65536,wsize=65536,rw,async,soft,timeo=300 0 0
 
 
  Of these options, rsize,wsize,and async are reputed to effect
  performance.  ...
  [...]
 
  As far as I remember, rsize and wsize are negotiated between client  
  and
  server. Those mount options just set an upper limit which is certainly
  not what you want. I'm even wondering that those settings are accepted
  at all! Normally, unsigned 16bit integer has a range from 0 to  
  65535. If
  you ask me, that's an off-by-one error just waiting to happen...
 
 This seems to suggest that 32768 is the largest figure that can be  
 specified for rsize,wsize:
http://www.mythtv.org/wiki/index.php/ 
 Optimizing_Performance#NFS_servers
 
 Stroller.
 
 

Ehmm, yes. NFS-docs approve this.

From a programmer's perspective this number is still odd because it's
one more than can fit into signed 16bit int and and 32767 less than
unsigned 16bit int... maybe they had other reasons.

Well, although neither info- nor man-pages mention it, I've found an old
man-page [1] which states that these values default to 1024, therefore
setting it to 32768 seems the best choice. 

[1] http://www.trinler.de/de/linux/man.html?command=nfs


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


[gentoo-user] simple web server with content negotiation feature

2008-01-26 Thread Zhang Weiwu
Hello all.

I am looking for a web server for my static website in-developing 
projects. I just want the basic features and easy-to-configure. However 
what I mean basic looks a bit different than other people's. I wish
it to be able to do content negotiation (a.k.a. a browser asks for
my_mom and gets my_mom.html.zh or my_mom.html.en depending on
preferred language of the browser). I also wish it can handle HTTP 1.1.

I could not find one. eix -S negotiation didn't get me any result.  
(on the other hand aptitude search ~dnegotiation did suggested me 
fnord can do content negotiation, although it's only partially 
implemented.)

My question is:
1. Can you please suggest some web server that can do content 
   negotiation, besides apache?
2. Can you please tell me how do you usually find out if some
of the packages in portage can do content negotiation?

-- 
Real Softservice

Huateng Tower, Unit 1788
Jia 302 3rd area of Jinsong, Chao Yang

Tel: +86 (10) 8773 0650 ext 603
Mobile: 135 9950 2413
http://www.realss.com
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] kompozer and arphicfonts

2008-01-26 Thread Zhang Weiwu
Hello.

I was a Gentoo user some 2.5 years ago and was very fond of it because 
it updates frequently and includes newer versions of applications into 
portage faster than other distributions. Later I switched away to
Ubuntu for working environment reasons (colleagues are using Ubuntu and
I got support / communication easier).

Now I just switch back to Gentoo and discovered, well, I am not sure
but looks a bit lag behind on updating portage. I only noticed two
examples:

1. Development for NVU wysiwyg editor has stalled for some 
   years, the other project continued its development called 
   kompozer. Ubuntu has it there but I cannot find it in 
   Gentoo.
2. The other package arphicfonts are not developed for years 
   neither, a continue effort is the CJK Unifont project. In 
   Gentoo still there are only old packages. The new project 
   produce Chinese font that is used as default Chinese font in 
   Ubuntu.

Both new projects started after I switched away from Gentoo some 
2 years ago, so it seems Gentoo didn't catch up. Maybe I am completely 
wrong: I am sensative to these packages just because I am a Chinese
user and these two packages happen to improved for Chinese users a lot; 
meanwhile there might be a lot other packages newly included in Gentoo 
but overlooked by other distributions. But just how do you feel 
generally?  Is the portage keeping following up slower then before?

By the way I can compile these packages myself and I can contribut 
ebuilds when I got some free time (e.g. in the coming holiday). I am 
just a bit curious on how everything is generally going on in Portage.

Zhang Weiwu

-- Real Softservice
Real Softservice

Huateng Tower, Unit 1788
Jia 302 3rd area of Jinsong, Chao Yang

Tel: +86 (10) 8773 0650 ext 603
Mobile: 135 9950 2413
http://www.realss.com
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?

2008-01-26 Thread Michael Sullivan

On Sat, 2008-01-26 at 02:18 -0500, Andrey Falko wrote:
 
 
 On Jan 25, 2008 10:03 PM, Michael Sullivan [EMAIL PROTECTED]
 wrote:
 I'm trying to install the evaluation copy of vmware
 workstation 6 and
 the installer is asking me:
 
 What is the directory that contains the init directories
 (rc0.d/ to
 rc6.d/)?
 
 /etc/init.d
 
 are you using the ebuild??
 
 If you want workstation 6.0:
 
 echo app-emulation/vmware-workstation ~x86
  /etc/portage/package.keywords
 emerge vmware-workstation
 
 
 
 
 What's the answer to this?  AFAIK, these directories do not
 exist on
 Gentoo.  What should I do?  Do I need to create symlinks to
 somewhere
 in /etc?  Please advise...
 
 
 --
 gentoo-user@lists.gentoo.org mailing list
 

I emerged vmware-workstation and followed the gentoo wiki guide to set
it up.  I added the michael user to the vmware group, and then logged
out and logged back in.  When I try to run vmware, it gives me an error:

[EMAIL PROTECTED] ~ $ vmware
/opt/vmware/workstation/lib/bin/vmware: symbol lookup
error: /opt/vmware/workstation/lib/lib/libvmwareui.so.0/libvmwareui.so.0: 
undefined symbol: _ZThn12_N4view10FieldEntry17delete_text_vfuncEii

Should I submit this as a bug, or is it something I can fix myself, and
if so, how?

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



Re: [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?

2008-01-26 Thread Michael Sullivan
On Sat, 2008-01-26 at 06:35 -0600, Michael Sullivan wrote:
 On Sat, 2008-01-26 at 02:18 -0500, Andrey Falko wrote:
  
  
  On Jan 25, 2008 10:03 PM, Michael Sullivan [EMAIL PROTECTED]
  wrote:
  I'm trying to install the evaluation copy of vmware
  workstation 6 and
  the installer is asking me:
  
  What is the directory that contains the init directories
  (rc0.d/ to
  rc6.d/)?
  
  /etc/init.d
  
  are you using the ebuild??
  
  If you want workstation 6.0:
  
  echo app-emulation/vmware-workstation ~x86
   /etc/portage/package.keywords
  emerge vmware-workstation
  
  
  
  
  What's the answer to this?  AFAIK, these directories do not
  exist on
  Gentoo.  What should I do?  Do I need to create symlinks to
  somewhere
  in /etc?  Please advise...
  
  
  --
  gentoo-user@lists.gentoo.org mailing list
  
 
 I emerged vmware-workstation and followed the gentoo wiki guide to set
 it up.  I added the michael user to the vmware group, and then logged
 out and logged back in.  When I try to run vmware, it gives me an error:
 
 [EMAIL PROTECTED] ~ $ vmware
 /opt/vmware/workstation/lib/bin/vmware: symbol lookup
 error: /opt/vmware/workstation/lib/lib/libvmwareui.so.0/libvmwareui.so.0: 
 undefined symbol: _ZThn12_N4view10FieldEntry17delete_text_vfuncEii
 
 Should I submit this as a bug, or is it something I can fix myself, and
 if so, how?
 

I saw this in the wiki, so I issued it:

export VMWARE_USE_SHIPPED_GTK='yes'

And now the error is slightly different:

[EMAIL PROTECTED] ~ $ export VMWARE_USE_SHIPPED_GTK='yes'
[EMAIL PROTECTED] ~ $ vmware
/opt/vmware/workstation/lib/bin/vmware: symbol lookup
error: /usr/lib/gtk-2.0/modules/libatk-bridge.so: undefined symbol:
atk_misc_get_instance


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



Re: [gentoo-user] KDE4.0?

2008-01-26 Thread Bo Ørsted Andresen
On Saturday 26 January 2008 10:59:15 Neil Bothwick wrote:
 On Fri, 25 Jan 2008 21:19:48 -0800 (PST), maxim wexler wrote:
  [blocks B ] kde-base/kdebase-3.5.7-r6 (is
  blocking kde-base/kdelibs-4.0.0)
 
  From the gentoo-kde4-faq:
 
  Q: You said I could install KDE 3.5 and KDE 4.0, but
  they block each other!
 
  A: You will need to install the latest revision (not
  version) of kde-base/kdebase (if you use monolithic
  ebuilds) or kde-base/kdebase-startkde (if you use
  split ebuilds). These versions include patches to
  allow multiple versions of KDE to coexist.

 It's quite clear, you need the latest revision of KDE 3 to use it with
 KDE4. The latest is 3.5.8 qhich is why 3.5.7-r6 is blocking.

Nah, =kde-base/kdebase-3.5.7-r6 isn't blocked either. Latest revision of 
either 3.5.7 or 3.5.8.

-- 
Bo Andresen


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


Re: [gentoo-user] KDE4.0?

2008-01-26 Thread Bo Ørsted Andresen
On Saturday 26 January 2008 02:21:23 maxim wexler wrote:
 #emerge -avD kde-base/kde-meta:kde-4

 eight times and everytime I needed to add something to

 package.keywords, like so:
 =x11-libs/qt-4.3.3 ~x86
 =app-crypt/gpgme-1.1.6 ~x86
 =dev-util/cmake-2.4.7-r1 ~x86
 =dev-libs/rasqal-0.9.15 ~x86
 =dev-cpp/clucene-0.9.19 ~x86
 =dev-libs/redland-1.0.6 ~x86
 =x11-apps/xinit-1.0.5-r2 ~x86
 =kde-base/kdepasswd-4.0.0:kde-4 ~x86

 I notice the entries from the site all end with '* *'
 but I've been using '~x86' all this time without any
 problem. Is that wrong?

They end in '**'. This is no longer necessary for x86 or amd64. Other arches 
will still need it.

 I'm assuming this is correct since portage seemed to
 accept them in turn.

Yep.

 Now when I came to last entry emerge kept repeating
 itself. I checked, package.keywords was saved after
 the last entry

Yes, apparently the examples are incomplete after all. This will be fixed.

-- 
Bo Andresen


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


[gentoo-user] audio gone!

2008-01-26 Thread maxim wexler
Hi group,

After running emerge -uD alsa-utils I ran
revdep-rebuild and was greeted by page after page of
this

... 
 broken /usr/kde/3.5/lib/libkabc_newexchange.so.1.0.0
(requires libexpat.so.0 libexpat.so.0 libexpat.so.0
libexpat.so.0 libexpat.so.0 libexpat.so.0
libexpat.so.0 libexpat.so.0 libexpat.so.0
libexpat.so.0 libexpat.so.0 libexpat.so.0
libexpat.so.0 libexpat.so.0 libexpat.so.0
libexpat.so.0)
  broken /usr/kde/3.5/lib/libkdeinit_kprinter.so
(requires libexpat.so.0 libexpat.so.0 libexpat.so.0
libexpat.so.0 libexpat.so.0 libexpat.so.0
libexpat.so.0 libexpat.so.0)
 
and ending with this:

 (/root/.revdep-rebuild.3_rebuild)

Assigning files to ebuilds... done.
  (/root/.revdep-rebuild.4_ebuilds)

Evaluating package order...
Warning: Failed to resolve package order.
Will merge in random order!
Possible reasons:
- Some ebuilds are no more in portage tree.
- Some ebuilds are masked, try to change
ACCEPT_KEYWORDS=~your platform
  and/or use /etc/portage/package.unmask
. done.
  (/root/.revdep-rebuild.5_order)

All prepared. Starting rebuild...
emerge --oneshot --nodeps  =dev-perl/XML-Parser-2.34
=dev-python/wxpython-2.6.4.0
=kde-base/kdeaddons-3.5.2-r1 =kde-base/kdeadmin-3.5.2
=kde-base/kdeartwork-3.5.2 =kde-base/kdebase-3.5.2-r2
=kde-base/kdegames-3.5.2 =kde-base/kdegraphics-3.5.2
=kde-base/kdelibs-3.5.2-r6
=kde-base/kdemultimedia-3.5.2-r2
=kde-base/kdenetwork-3.5.2 =kde-base/kdepim-3.5.2-r2
=kde-base/kdetoys-3.5.2 =kde-base/kdeutils-3.5.2
=kde-base/kdewebdev-3.5.2 =kde-base/libkdeedu-3.5.2
=media-libs/liblrdf-0.4.0 =media-libs/mesa-6.4.2-r2
=media-libs/musicbrainz-2.1.4 =media-libs/raptor-1.4.9
=media-sound/audacious-1.1.2-r1
=x11-libs/wxGTK-2.6.4.0-r1
..

emerge: there are no ebuilds to satisfy
=kde-base/kdeaddons-3.5.2-r1.


Result is not OK, you have following choices:
- if emerge failed during build, fix the problems and
re-run revdep-rebuild
or
- use -X or --package-names as first argument (try to
rebuild package, not exact
  ebuild - ignores SLOT!)
or
- set ACCEPT_KEYWORDS=~your platform and/or
/etc/portage/package.unmask
  (and remove /root/.revdep-rebuild.5_order to be
evaluated again)
or
- modify the above emerge command and run it manually
or
- compile or unmerge unsatisfied packages manually,
remove temporary files and
  try again (you can edit package/ebuild list first)

To remove temporary files, please run:
rm /root/.revdep-rebuild*.?_*

libexpat seems to be the offending package. Or is it
kdeaddons?

There's no libexpat in portage.

Here's the tail end of emerge -pv kdeaddons:

...
[ebuild U ] kde-base/kdeaddons-3.5.7 [3.5.2-r1]
USE=arts sdl -berkdb -debug* -kdeenablefinal
-xinerama (-kdehiddenvisibility%) (-xmms%*) 1,696 kB
[blocks B ] kde-base/kde-env (is blocking
kde-base/kdelibs-3.5.7-r3)

Total: 36 packages (13 upgrades, 23 new, 1 block),
Size of downloads: 119,261 kB

I pre-pended ACCEPT_KEYWORDS=x86 to the emerge
command but no help.

Do I really have to unmerge kde-env and then emerge
119M just to get my sound card back?

Maxim





  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] simple web server with content negotiation feature

2008-01-26 Thread Mick
On Saturday 26 January 2008, Zhang Weiwu wrote:
 Hello all.

 I am looking for a web server for my static website in-developing
 projects. I just want the basic features and easy-to-configure. However
 what I mean basic looks a bit different than other people's. I wish
 it to be able to do content negotiation (a.k.a. a browser asks for
 my_mom and gets my_mom.html.zh or my_mom.html.en depending on
 preferred language of the browser). I also wish it can handle HTTP 1.1.

 I could not find one. eix -S negotiation didn't get me any result.
 (on the other hand aptitude search ~dnegotiation did suggested me
 fnord can do content negotiation, although it's only partially
 implemented.)

 My question is:
   1. Can you please suggest some web server that can do content
  negotiation, besides apache?

negotiation is not a recognised USE flag:

# euse -i negotiation
global use flags (searching: negotiation)

no matching entries found

local use flags (searching: negotiation)

no matching entries found

therefore I am not sure that any packages in portage use it.  (Apache uses the 
module mod_negotiation which is compiled in by default).  Have you looked at 
www-servers/lighttpd, or www-servers/thttpd?

   2. Can you please tell me how do you usually find out if some
 of the packages in portage can do content negotiation?

Sorry, can't help with this.  Perhaps others more knowledgeable in the 
features of different http servers can advise here.  I would think that it is 
a matter of searching in their respective project websites and then reading 
their documentation for each package under /usr/portage/www-servers/.  
Alternative, emerge, try it out, unmerge and so on.

BTW, I am not sure if some PHP scripting would offer this facility to simpler 
http servers, which do not support it natively like apache.

HTH.
-- 
Regards,
Mick


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


Re: [gentoo-user] audio gone!FIXED?

2008-01-26 Thread maxim wexler
 
 Do I really have to unmerge kde-env and then emerge
 119M just to get my sound card back?

No, this brings the tunes:

localhost elex # fuser -v /dev/snd/* /dev/dsp

 USERPID ACCESS COMMAND
/dev/snd/pcmC0D0p:   heathen   28869 F...m artsd
 heathen   28871 F...m artsd

/dev/snd/timer:  heathen   28869 f artsd

localhost elex # kill 28869
localhost elex # exit

But this doesn't answer the question posed by the
thousands of broken references to libexpat in the
output of revdep-rebuild or the notice that

emerge: there are no ebuilds to satisfy
=kde-base/kdeaddons-3.5.2-r1.

mw



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] audio gone!

2008-01-26 Thread Willie Wong
On Sat, Jan 26, 2008 at 06:32:02AM -0800, Penguin Lover maxim wexler squawked:
 After running emerge -uD alsa-utils I ran
 revdep-rebuild and was greeted by page after page of
 this
 
 ... 
  broken /usr/kde/3.5/lib/libkabc_newexchange.so.1.0.0
 (requires libexpat.so.0 libexpat.so.0 libexpat.so.0
 libexpat.so.0 libexpat.so.0 libexpat.so.0
 libexpat.so.0 libexpat.so.0 libexpat.so.0
 libexpat.so.0 libexpat.so.0 libexpat.so.0
 libexpat.so.0 libexpat.so.0 libexpat.so.0
 libexpat.so.0)

Oops, it seems that you haven't updated in a while and have just
finally ran into the expat update bug. Once you upgraded to expat
2.*, you have to re-compile a lot of stuff to get them working again. 

 Evaluating package order...
 Warning: Failed to resolve package order.
 Will merge in random order!
 Possible reasons:
 - Some ebuilds are no more in portage tree.

And this seems to be the problem you have.

 emerge: there are no ebuilds to satisfy
 =kde-base/kdeaddons-3.5.2-r1.

The oldest version of kdeaddons in the tree, I see, is 3.5.5
So an attempt at merging kdeaddons-3.5.2-r1 will find no ebuild.

 libexpat seems to be the offending package. Or is it
 kdeaddons?
 
 There's no libexpat in portage.

It is provided by the package expat.

 Here's the tail end of emerge -pv kdeaddons:
 
 ...
 [ebuild U ] kde-base/kdeaddons-3.5.7 [3.5.2-r1]
 USE=arts sdl -berkdb -debug* -kdeenablefinal
 -xinerama (-kdehiddenvisibility%) (-xmms%*) 1,696 kB
 [blocks B ] kde-base/kde-env (is blocking
 kde-base/kdelibs-3.5.7-r3)
 
 Total: 36 packages (13 upgrades, 23 new, 1 block),
 Size of downloads: 119,261 kB
 
 I pre-pended ACCEPT_KEYWORDS=x86 to the emerge
 command but no help.
 
 Do I really have to unmerge kde-env and then emerge
 119M just to get my sound card back?
 
 Maxim
 

No, not really. Not all the packages are needed just to get your sound
card back; but all the packages will be needed at some point or
another if you want your desktop to be functional. It is probably a
good time to 'emerge --update --deep world'. 

W
-- 
...and. uh. long silence I don't know.
   ~Prof. Kirk T. McDonald, DeathEM, P-town PHY 304
Sortir en Pantoufles: up 414 days, 14:27
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] audio gone!FIXED?

2008-01-26 Thread Kenneth Prugh
On Sat, 26 Jan 2008 07:56:25 -0800 (PST)
maxim wexler [EMAIL PROTECTED] wrote:

 snip
 
 But this doesn't answer the question posed by the
 thousands of broken references to libexpat in the
 output of revdep-rebuild or the notice that
 
 emerge: there are no ebuilds to satisfy
 =kde-base/kdeaddons-3.5.2-r1.
 
 mw

=kde-base/kdeaddons-3.5.2-r1 no longer exists in the tree, which is why
nothing satisfies it. You could use the X flag (or whatever revdep
tells you), or manually oneshot emerge kdeaddons on your own (emerge
-av1 kdeaddons). Then you can continue revdep-rebuilding from
libexpat(dev-libs/expat) breakage fun.

-- 
Ken69267
Gentoo AMD64 AT


signature.asc
Description: PGP signature


Re: [gentoo-user] kompozer and arphicfonts

2008-01-26 Thread Zhang Le

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Zhang Weiwu wrote:
|
| Now I just switch back to Gentoo and discovered, well, I am not sure
| but looks a bit lag behind on updating portage. I only noticed two
| examples:
|   2. The other package arphicfonts are not developed for years
|  neither, a continue effort is the CJK Unifont project. In
|  Gentoo still there are only old packages. The new project
|  produce Chinese font that is used as default Chinese font in
|  Ubuntu.

Actually more people are using Simsun or Yahei from Windoze for pragmatic 
reasons.
Also you can try wqy-bitmapfont.

| By the way I can compile these packages myself and I can contribut
| ebuilds when I got some free time (e.g. in the coming holiday). I am
| just a bit curious on how everything is generally going on in Portage.

AFAIK, Gentoo CJK team is short-staffed.
It's better if you can join gentoo and become a developer, ;)

If you want to know how everything is going on in portage, you can check either:
http://packages.gentoo.org
or:
http://cia.vc/stats/project/gentoo

Ad time, ;)
If you have some Chinese related questions, you can easily get an answer here:
http://groups.google.com/group/gentoo-china/
http://www.linuxsir.org/bbs/forum59.html
Also #gentoo-cn on freenode

Regards,

- --
Zhang Le, Robert
GPG key ID: 1E4E2973
Fingerprint: 0260 C902 B8F8 6506 6586 2B90 BC51 C808 1E4E 2973
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHm3uMvFHICB5OKXMRAjcgAJ9DEYDRylnAbEad2ESkZT6QvYVSqwCeIk3J
12OoPLfVav9gMyKyzkhmfb8=
=MQB/
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] audio gone!

2008-01-26 Thread Hemmann, Volker Armin
As soon as you update KDE to a not years-old-version, kllike 3.5.8, all 
your 'can't satisfy' problems will be gone. As a bonus, all KDE related expat 
errors will be gone too.

So start updating. Your box is almost hopelessly outdated.
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Qt3 and Qt3support

2008-01-26 Thread Willie Wong
What actually does the qt3support USE flag do on the qt4 ebuild? Does
it enable some sort of compatibility library for qt3? For example, I
want djvu with the djview viewer built, which requires the qt3 flag
set for the djvu ebuild. Currently I have both qt3 and qt4 installed
on my system. Does the qt3support flag allow me to keep only qt4 on my
box, when some applications depend on the qt3 libraries?

Thanks

W
-- 
Santa's helpers are subordinate clauses.
Sortir en Pantoufles: up 414 days, 20:52
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] audio gone!

2008-01-26 Thread maxim wexler

 Oops, it seems that you haven't updated in a while

Long while

 good time to 'emerge --update --deep world'. 
 

Yow!

[EMAIL PROTECTED] ~ $ emerge -pvuD world 

Just the blocks:
...
[blocks B ] dev-java/java-config-1.3 (is blocking
dev-java/java-config-wrapper-0.14)
[blocks B ] kde-base/kde-env (is blocking
kde-base/kdelibs-3.5.7-r3)
[blocks B ] dev-java/java-config-wrapper (is
blocking dev-java/java-config-1.2.11-r1)
[blocks B ] =x11-libs/openmotif-2.2.3-r3 (is
blocking x11-libs/motif-config-0.9-r1)
[blocks B ] app-admin/eselect-esd (is blocking
media-sound/esound-0.2.36-r1)
[blocks B ] =kde-base/kdeedu-3.5* (is blocking
kde-base/libkdeedu-3.5.2, kde-base/klatin-3.5.2,
kde-base/libkdeedu-3.5.7, kde-base/klatin-3.5.7)
[blocks B ] =kde-base/libkdeedu-3.5* (is blocking
kde-base/kdeedu-3.5.7)
[blocks B ] =app-admin/eselect-1.0.3 (is blocking
app-admin/eselect-opengl-1.0.3)
[blocks B ] =kde-base/klatin-3.5* (is blocking
kde-base/kdeedu-3.5.7)
[blocks B ] app-crypt/qca-1.0-r3 (is blocking
app-crypt/qca-2.0.0-r2)
[blocks B ] media-sound/esound-0.2.36-r2 (is
blocking app-admin/eselect-esd-20060719)

Total: 353 packages (263 upgrades, 85 new, 5 in new
slots, 11 blocks), Size of downloads: 804,715 kB
Fetch Restriction: 1 package (1 unsatisfied)

800M @ ~2.6 kb/s. It'll take about 80hrs, not
including compile times. 

-mw


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

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



[gentoo-user] Apache build error...

2008-01-26 Thread Benjamen R. Meyer
I'm trying to update the software on my system, among which is Apache,
going from 2.2.6-r5 to 2.2.6-r7. However, I am running into a problem
with it.

Apparently the old install was using the apache2-builtin-mods file; so I
followed the documentation at
http://www.gentoo.org/doc/en/apache-upgrading.xml to convert it over to
the APACHE2_MODULES and APACHE2_MPMS - but it is still giving me the
same error - that mime, dir, and host_authz are disabled.

After searching on-line, I found the post below which the user solved
the issue by adding mime, dir, and host_authz to their package.use flag
for apache2. However, that did not solve it for me.

Below is the output of emerge -vuDN captured via script, where I
stopped via CTRL+C after it posted its message claiming that the build
would be unsupported. After that I cat'd my /etc/make.conf file in its
entirely (not long yet), and also ran:

cat /etc/portage/package.use | grep apache2

To try to add the relevant lines from /etc/portage/package.use.

I'm at a loss of what to do. Any help or direction would be greatly
appreciated.


TIA,

Ben

Script started on Sat Jan 26 17:43:06 2008
]0;[EMAIL PROTECTED]:~/emerge-to-run[?1034hwitness
emerge-to-run # emerge - world -VUDN    vud DNp 
]0;Started emerge on: Jan 26, 2008 17:43:23]0; *** emerge --newuse
--deep --update --verbose world
These are the packages that would be merged, in order:

Calculating world
dependencies   - | - | - \ \ \ \ / | - | - |
| - | - / - / / - \ \ - | \ - / \ / \
/ / - \ | - \ | / - \ | / - | - / \ -
/ \ / | - | - | - \ / - | - \ | - | -
/ | - | \ - | / - \ | / \ | - | / - \
| - / | \ / | \ - / \ - / | / \ / - \
/ - \ | / - \ | \ - / \ - / | \ - \ /
| / \ | - \ | / \ / \ | - / \ / | - |
- | / \ / \ | / \ | / - | \ / \ - / |
- | \ - / | - \ \ \ | - - / \ | \
\... done!
[ebuild U ]
www-servers/apache-2.2.6-r7
[2.2.6-r5] USE=ssl
threads* -debug
-doc -ldap
(-selinux) -sni%
-static% -suexec%
(-mpm-event%) (-mpm-itk%)
(-mpm-peruser%)
(-mpm-prefork%) (-mpm-worker%)
(-no-suexec%)
(-static-modules%)
APACHE2_MODULES=-actions%
-alias% -asis%
-auth_basic% -auth_digest%
-authn_alias% -authn_anon%
-authn_dbd% -authn_dbm%
-authn_default% -authn_file%
-authz_dbm% -authz_default%
-authz_groupfile% -authz_host%
-authz_owner% -authz_user%
-autoindex% -cache%
-cern_meta% -charset_lite%
-dav% -dav_fs%
-dav_lock% -dbd%
-deflate% -dir%
-disk_cache% -dumpio%
-env% -expires%
-ext_filter% -file_cache%
-filter% -headers%
-ident% -imagemap%
-include% -info%
-log_config% -log_forensic%
-logio% -mem_cache%
-mime% -mime_magic%
-negotiation% -proxy%
-proxy_ajp% -proxy_balancer%
-proxy_connect% -proxy_ftp%
-proxy_http% -rewrite%
-setenvif% -speling%
-status% -unique_id%
-userdir% -usertrack%
-version% -vhost_alias%
APACHE2_MPMS=-event% -itk%
-peruser% -prefork%
-worker% 0 kB
[ebuild  N]
app-admin/eselect-fontconfig-1.0  0 kB
[ebuild

Re: [gentoo-user] audio gone!

2008-01-26 Thread maxim wexler
 So start updating. Your box is almost hopelessly
 outdated.

I knew it would catch up with me eventually. But my
connection is so slow I've just been emerging packages
and installing from tarballs as required and ignoring
the big updates. Now I'm in a big hole. -uD world
gives:

...
Total: 353 packages (263 upgrades, 85 new, 5 in new
slots, 11 blocks), Size of downloads: 804,715 kB
Fetch Restriction: 1 package (1 unsatisfied)

mw



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

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



Re: [gentoo-user] Can't emerge apache

2008-01-26 Thread Mike Diehl
Since I hadn't made much progress on the problem, I started over and it worked 
like a champ.  Moral of the story: don't let your friend start an 
installation that you have to finish

Thanx all,

Mike.

On Friday 18 January 2008 08:28:42 pm Mike Diehl wrote:
 Hi all,

 I'm building a new machine and I'm having trouble getting apache to emerge.

 This is a BRAND NEW BOX, with nothing else done to it, so I expected apache
 to load just fine.

 Here is the error message I'm getting.  Any help would be appreciated.
 Mike.

 ---


 g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtbeginS.o: No such file or
 directory
 g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtendS.o: No such file or
 directory make[1]: *** [libapr-1.la] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/dev-libs/apr-1.2.11/work/apr-1.2.11'
 make: *** [all-recursive] Error 1
  *
  * ERROR: dev-libs/apr-1.2.11 failed.
  * Call stack:
  *   ebuild.sh, line 1701:  Called dyn_compile
  *   ebuild.sh, line 1039:  Called qa_call 'src_compile'
  *   ebuild.sh, line   44:  Called src_compile
  *   apr-1.2.11.ebuild, line   68:  Called die
  * The specific snippet of code:
  *  emake || die Make failed
  *  The die message:
  *   Make failed
  *
  * If you need support, post the topmost build error, and the call stack if
 relevant.
  * A complete build log is located
 at '/var/tmp/portage/dev-libs/apr-1.2.11/temp/build.log'.
  *

  * Messages for package dev-libs/apr-1.2.11:

  *
  * ERROR: dev-libs/apr-1.2.11 failed.
  * Call stack:
  *   ebuild.sh, line 1701:  Called dyn_compile
  *   ebuild.sh, line 1039:  Called qa_call 'src_compile'
  *   ebuild.sh, line   44:  Called src_compile
  *   apr-1.2.11.ebuild, line   68:  Called die
  * The specific snippet of code:
  *  emake || die Make failed
  *  The die message:
  *   Make failed
  *
  * If you need support, post the topmost build error, and the call stack if
 relevant.
  * A complete build log is located
 at '/var/tmp/portage/dev-libs/apr-1.2.11/temp/build.log'.

 --
 Mike Diehl



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



Re: [gentoo-user] Qt3 and Qt3support

2008-01-26 Thread Vaclav Vanc
2008/1/26, Willie Wong [EMAIL PROTECTED]:
 What actually does the qt3support USE flag do on the qt4 ebuild? Does
 it enable some sort of compatibility library for qt3? For example, I
 want djvu with the djview viewer built, which requires the qt3 flag
 set for the djvu ebuild. Currently I have both qt3 and qt4 installed
 on my system. Does the qt3support flag allow me to keep only qt4 on my
 box, when some applications depend on the qt3 libraries?

 Thanks

Yes, the Qt3Support provides classes that ease porting an application
from Qt 3 to Qt 4.
So some apps will work with QT4 with this, but some apps may still want QT3...
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] audio gone!

2008-01-26 Thread Hemmann, Volker Armin
On Sonntag, 27. Januar 2008, maxim wexler wrote:
  So start updating. Your box is almost hopelessly
  outdated.

 I knew it would catch up with me eventually. But my
 connection is so slow I've just been emerging packages
 and installing from tarballs as required and ignoring
 the big updates. Now I'm in a big hole. -uD world
 gives:

 ...
 Total: 353 packages (263 upgrades, 85 new, 5 in new
 slots, 11 blocks), Size of downloads: 804,715 kB
 Fetch Restriction: 1 package (1 unsatisfied)


so what, start the update in one terminal, start -fu in another one. That way 
the packages are downloaded, while others compile. No time wasted.
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Webcam recommendation

2008-01-26 Thread Mike Diehl
Hi all.

I'm looking for an inexpensive USB webcam that works with both Linux and 
Windoze.  Something that I can pick up at Walmart or Circuit City would be 
best.

Any recommendations?

TIA,
-- 
Mike Diehl
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Apache build error...

2008-01-26 Thread deface

There nos no apache2 use flag, it was replaced w/ just apache


On Jan 26, 2008, at 4:57 PM, Benjamen R. Meyer wrote:


I'm trying to update the software on my system, among which is Apache,
going from 2.2.6-r5 to 2.2.6-r7. However, I am running into a problem
with it.

Apparently the old install was using the apache2-builtin-mods file;  
so I

followed the documentation at
http://www.gentoo.org/doc/en/apache-upgrading.xml to convert it over  
to

the APACHE2_MODULES and APACHE2_MPMS - but it is still giving me the
same error - that mime, dir, and host_authz are disabled.

After searching on-line, I found the post below which the user solved
the issue by adding mime, dir, and host_authz to their package.use  
flag

for apache2. However, that did not solve it for me.

Below is the output of emerge -vuDN captured via script, where I
stopped via CTRL+C after it posted its message claiming that the build
would be unsupported. After that I cat'd my /etc/make.conf file in  
its

entirely (not long yet), and also ran:

cat /etc/portage/package.use | grep apache2

To try to add the relevant lines from /etc/portage/package.use.

I'm at a loss of what to do. Any help or direction would be greatly
appreciated.


TIA,

Ben

Script started on Sat Jan 26 17:43:06 2008
]0;[EMAIL PROTECTED]:~/emerge-to-run[?1034hwitness
emerge-to-run # emerge - world -VUDN    vud DNp 
]0;Started emerge on: Jan 26, 2008 17:43:23]0; *** emerge --newuse
--deep --update --verbose world
These are the packages that would be merged, in order:

Calculating world
dependencies   - | - | - \ \ \ \ / | - |  
- |
| - | - / - / / - \ \ - | \ - /  
\ / \
/ / - \ | - \ | / - \ | / - | - /  
\ -
/ \ / | - | - | - \ / - | - \ | -  
| -
/ | - | \ - | / - \ | / \ | - | /  
- \
| - / | \ / | \ - / \ - / | / \ /  
- \
/ - \ | / - \ | \ - / \ - / | \ -  
\ /
| / \ | - \ | / \ / \ | - / \ / |  
- |
- | / \ / \ | / \ | / - | \ / \  
- / |

- | \ - / | - \ \ \ | - - / \ | \
\... done!
[ebuild U ]
www-servers/apache-2.2.6-r7
[2.2.6-r5] USE=ssl
threads* -debug
-doc -ldap
(-selinux) -sni%
-static% -suexec%
(-mpm-event%) (-mpm-itk%)
(-mpm-peruser%)
(-mpm-prefork%) (-mpm-worker%)
(-no-suexec%)
(-static-modules%)
APACHE2_MODULES=-actions%
-alias% -asis%
-auth_basic% -auth_digest%
-authn_alias% -authn_anon%
-authn_dbd% -authn_dbm%
-authn_default% -authn_file%
-authz_dbm% -authz_default%
-authz_groupfile% -authz_host%
-authz_owner% -authz_user%
-autoindex% -cache%
-cern_meta% -charset_lite%
-dav% -dav_fs%
-dav_lock% -dbd%
-deflate% -dir%
-disk_cache% -dumpio%
-env% -expires%
-ext_filter% -file_cache%
-filter% -headers%
-ident% -imagemap%
-include% -info%
-log_config% -log_forensic%
-logio% -mem_cache%
-mime% -mime_magic%
-negotiation% -proxy%
-proxy_ajp% -proxy_balancer%
-proxy_connect% -proxy_ftp%
-proxy_http% -rewrite%
-setenvif% -speling%
-status% -unique_id%
-userdir% -usertrack%
-version% -vhost_alias%
APACHE2_MPMS=-event% -itk%
-peruser% -prefork%

Re: [gentoo-user] Apache build error...

2008-01-26 Thread BRM
Ok so my line below of:

cat /etc/portage/package.use | grep apache2

was wrong; if you noticed from the text at the end, I really ran:

cat /etc/portage/package.use | grep apache

However, I did follow the directions at the URL, but changing
APACHE2_MODULES to APACHE_MODULES make it work...hopefully everything
else (namely Subversion) will continue to work...

If this was not the right then, and I have to remerge...well, what
would be the right thing? If is is the right then shouldn't the page be
updated? I just pulled the command set off of it from Code Listin 1.1
and ran it.

TIA,

Ben

--- deface [EMAIL PROTECTED] wrote:

 There nos no apache2 use flag, it was replaced w/ just apache
 
 
 On Jan 26, 2008, at 4:57 PM, Benjamen R. Meyer wrote:
 
  I'm trying to update the software on my system, among which is
 Apache,
  going from 2.2.6-r5 to 2.2.6-r7. However, I am running into a
 problem
  with it.
 
  Apparently the old install was using the apache2-builtin-mods file;
  
  so I
  followed the documentation at
  http://www.gentoo.org/doc/en/apache-upgrading.xml to convert it
 over  
  to
  the APACHE2_MODULES and APACHE2_MPMS - but it is still giving me
 the
  same error - that mime, dir, and host_authz are disabled.
 
  After searching on-line, I found the post below which the user
 solved
  the issue by adding mime, dir, and host_authz to their package.use 
 
  flag
  for apache2. However, that did not solve it for me.
 
  Below is the output of emerge -vuDN captured via script, where I
  stopped via CTRL+C after it posted its message claiming that the
 build
  would be unsupported. After that I cat'd my /etc/make.conf file
 in  
  its
  entirely (not long yet), and also ran:
 
  cat /etc/portage/package.use | grep apache2
 
  To try to add the relevant lines from /etc/portage/package.use.
 
  I'm at a loss of what to do. Any help or direction would be greatly
  appreciated.
 
 
  TIA,
 
  Ben
 
  Script started on Sat Jan 26 17:43:06 2008
  ]0;[EMAIL PROTECTED]:~/emerge-to-run[?1034hwitness
  emerge-to-run # emerge - world -VUDN    vud DNp 
  ]0;Started emerge on: Jan 26, 2008 17:43:23]0; *** emerge
 --newuse
  --deep --update --verbose world
  These are the packages that would be merged, in
 order:
 
  Calculating world
  dependencies   - | - | - \ \ \ \ / | -
 |  
  - |
  | - | - / - / / - \ \ - | \ - /  
  \ / \
  / / - \ | - \ | / - \ | / - | - /
  
  \ -
  / \ / | - | - | - \ / - | - \ | -
  
  | -
  / | - | \ - | / - \ | / \ | - | /
  
  - \
  | - / | \ / | \ - / \ - / | / \ /
  
  - \
  / - \ | / - \ | \ - / \ - / | \ -
  
  \ /
  | / \ | - \ | / \ / \ | - / \ / |
  
  - |
  - | / \ / \ | / \ | / - | \ / \  
  - / |
  - | \ - / | - \ \ \ | - - / \ | \
  \... done!
  [ebuild U ]
  www-servers/apache-2.2.6-r7
  [2.2.6-r5] USE=ssl
  threads* -debug
  -doc -ldap
  (-selinux) -sni%
  -static% -suexec%
  (-mpm-event%) (-mpm-itk%)
  (-mpm-peruser%)
  (-mpm-prefork%)
 (-mpm-worker%)
  (-no-suexec%)
  (-static-modules%)
  APACHE2_MODULES=-actions%
  -alias% -asis%
  -auth_basic% -auth_digest%
  -authn_alias% -authn_anon%
  -authn_dbd% -authn_dbm%
  -authn_default% -authn_file%
  -authz_dbm% -authz_default%
  -authz_groupfile%
 -authz_host%
  -authz_owner% -authz_user%
  -autoindex% -cache%
  -cern_meta% -charset_lite%
  -dav% -dav_fs%
  -dav_lock% -dbd%
  -deflate% -dir%
  -disk_cache% -dumpio%
  -env% -expires%
  -ext_filter% -file_cache%
  -filter% -headers%
  -ident% -imagemap%
  -include% 

Re: [gentoo-user] Webcam recommendation

2008-01-26 Thread forgottenwizard
On 16:13 Sat 26 Jan , Mike Diehl wrote:
 Hi all.
 
 I'm looking for an inexpensive USB webcam that works with both Linux and 
 Windoze.  Something that I can pick up at Walmart or Circuit City would be 
 best.
 
 Any recommendations?
 
 TIA,
 -- 
 Mike Diehl
 -- 
 gentoo-user@lists.gentoo.org mailing list
 
 

I think the Logitech Quickcam is the general answer to that question. I
think the cheap one is around 30-40US, though.

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



Re: [gentoo-user] Webcam recommendation

2008-01-26 Thread Mike Diehl
On Saturday 26 January 2008 09:28:23 pm forgottenwizard wrote:
 On 16:13 Sat 26 Jan , Mike Diehl wrote:
  Hi all.
 
  I'm looking for an inexpensive USB webcam that works with both Linux and
  Windoze.  Something that I can pick up at Walmart or Circuit City would
  be best.
 
  Any recommendations?
 
  TIA,
  --
  Mike Diehl

 I think the Logitech Quickcam is the general answer to that question. I
 think the cheap one is around 30-40US, though.

Cool.  I'm anxious to try it out.  Thanx again.

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



Re: [gentoo-user] Webcam recommendation

2008-01-26 Thread b.n.
Mike Diehl ha scritto:
 I'm looking for an inexpensive USB webcam that works with both Linux and
 Windoze.  Something that I can pick up at Walmart or Circuit City would
 be best.

 Any recommendations?

 TIA,
 --
 Mike Diehl
 I think the Logitech Quickcam is the general answer to that question. I
 think the cheap one is around 30-40US, though.

I have a Logitech Quickcam and it is fully supported. I spent 20 € for
it. I use it routinely with aMSN. Very cheap stuff however -the iSight
on my Macbook Pro beats it hands down, however it is not so fully
supported :( .

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



Re: [gentoo-user] Choppy video playback

2008-01-26 Thread Walter Dnes
On Sat, Jan 26, 2008 at 07:39:47PM +0900, Mike Mazur wrote

 CFLAGS=-march=prescott -O2 -pipe -fomit-frame-pointer

  The -march option may or may not invoke mmx, sse, sse2, etc in the
CFLAGS line but it definitely does *NOT* invoke them in the USE variable.

 USE=gtk gtk2 gnome -apm -eds -emboss -gstreamer -qt -qt3 -qt4 -kde
 -ldap -arts -esd -oss -xv X a52 aac acpi alsa avahi bash-completion
 bluetooth cdr cjk crypt dbus dvd dvdr exif firefox gphoto hal ipod
 jpeg mbox mp3 nptl nptlonly ogg opengl png pulseaudio spell ssl
 startup-notification svg theora tiff vorbis wifi xinerama

  I have mmx, sse, sse2, and a few AMD-specific options in my USE
variable.  Can you show us the output of the command...

grep flags /proc/cpuinfo

  Then we can see what to add.  If you are *NOT* taking advantage of the
available extensions, you won't get the available oomph out of your cpu.
It's not so much a matter of raw speed as ability to do complex
calculations in the chipset microcode, rather than painfully emulating
it in software.  One of the features of Gentoo is customizing your build
to get the most out of your cpu.  Use it... within reason.

  mplayer also takes a few custom flags.  In /etc/portage/package.use I
have the entry

media-video/mplayer custom-cflags i8x0 real 3dnowext mmxext

  With an Intel cpu, you obviously don't want 3dnowext, but there may
be other stuff worth using.  To find out what's available, use...

grep mplayer /usr/portage/profiles/use.local.desc | less

-- 
Walter Dnes [EMAIL PROTECTED]
I'm not repeating myself
I'm an X Window user...  I'm an ex-Windows-user
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] audio gone!

2008-01-26 Thread maxim wexler
 
 so what, start the update in one terminal, start -fu
 in another one. That way 
 the packages are downloaded, while others compile.
 No time wasted.

Stuck. One last blocker can't be removed:

...
[blocks B ] =app-admin/eselect-1.0.3 (is blocking
app-admin/eselect-opengl-1.0.3)

Total: 351 packages (256 upgrades, 92 new, 3 in new
slots, 1 block), Size of downloads: 804,715 kB
Fetch Restriction: 1 package (1 unsatisfied)

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

For more information about Blocked Packages, please
refer to the following
section of the Gentoo Linux x86 Handbook (architecture
is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked

I tried two methods:

localhost heathen # emerge -aC eselect-1.0.3

 These are the packages that would be unmerged:

--- Couldn't find 'eselect-1.0.3' to unmerge.

 No packages selected for removal by unmerge


localhost heathen # emerge -aC eselect

 These are the packages that would be unmerged:

--- Couldn't find 'eselect' to unmerge.

 No packages selected for removal by unmerge



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] audio gone!

2008-01-26 Thread maxim wexler

--- Couldn't find 'eselect' to unmerge.

 No packages selected for removal by unmerge

FWIW from emerge.log


1201417088: === Unmerging... (app-admin/eselect-1.0.2)
1201417089:   unmerge success:
app-admin/eselect-1.0.2
1201417089:  *** exiting successfully.
1201417089:  *** terminating.

Although the 'block' specifies =eselect-1.0.3










1201417088: === Unmerging... (app-admin/eselect-1.0.2)
1201417089:   unmerge success:
app-admin/eselect-1.0.2
1201417089:  *** exiting successfully.
1201417089:  *** terminating.



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] audio gone!

2008-01-26 Thread Dale
maxim wexler wrote:
 so what, start the update in one terminal, start -fu
 in another one. That way 
 the packages are downloaded, while others compile.
 No time wasted.
 

 Stuck. One last blocker can't be removed:

 ...
 [blocks B ] =app-admin/eselect-1.0.3 (is blocking
 app-admin/eselect-opengl-1.0.3)

 Total: 351 packages (256 upgrades, 92 new, 3 in new
 slots, 1 block), Size of downloads: 804,715 kB
 Fetch Restriction: 1 package (1 unsatisfied)

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

 For more information about Blocked Packages, please
 refer to the following
 section of the Gentoo Linux x86 Handbook (architecture
 is irrelevant):

 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked

 I tried two methods:

 localhost heathen # emerge -aC eselect-1.0.3

   
 These are the packages that would be unmerged:
 

 --- Couldn't find 'eselect-1.0.3' to unmerge.

   
 No packages selected for removal by unmerge
 


 localhost heathen # emerge -aC eselect

   
 These are the packages that would be unmerged:
 

 --- Couldn't find 'eselect' to unmerge.

   
 No packages selected for removal by unmerge
 



   
 
 Never miss a thing.  Make Yahoo your home page. 
 http://www.yahoo.com/r/hs
   

Try this:  equery list eselect.  You have a version that is less than
that specific version.  Example:  eselect-1.0.2 or something to that effect.

Clue is this:  =app-admin/eselect-1.0.3  Note the = in there?

Hope that helps.

Dale

:-)  :-) 

Oh, I ran into that a while ago myself.  It was a head scratcher for a
bit there.  lol
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Where is this GLIBCXX_3.4.9 coming from?

2008-01-26 Thread felix
I can't upgrade coreutils because it complains like this:

 Unpacking coreutils-6.10.tar.lzma to 
 /var/tmp/portage/sys-apps/coreutils-6.10-r1/work
lzma: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6: version 
`GLIBCXX_3.4.9' not found (required by lzma)
tar: This does not look like a tar archive
tar: Error exit delayed from previous errors

ldd confirms something is fishy:

# ldd /usr/bin/lzma
/usr/bin/lzma: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6: version 
`GLIBCXX_3.4.9' not found (required by /usr/bin/lzma)
linux-gate.so.1 =  (0xe000)
libstdc++.so.6 = /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 
(0xb7e6f000)
libm.so.6 = /lib/libm.so.6 (0xb7e49000)
libgcc_s.so.1 = /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1 
(0xb7e3d000)
libc.so.6 = /lib/libc.so.6 (0xb7d08000)
/lib/ld-linux.so.2 (0xb7f97000)

But I don't have that version hanging around.

# gcc-config -l 
 [1] i686-pc-linux-gnu-4.1.2
 [2] i686-pc-linux-gnu-4.2.2 *

I tried running

fix_libtool_files.sh 3.4.9

and it finds nothing to do.

I have remerged lxma-utils and get the same results.

I have several other packages with similar porblems, all related to
3.4.9.  Where the heck is gcc getting the 3.4.9 nonsense from?  Have I
missed some gcc upgrade step somewhere?  Should I just demerge 4.1.2
and see what else breaks?

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
-- 
gentoo-user@lists.gentoo.org mailing list