Re: [gentoo-user] non-root crontab failure (permissions issue?)

2008-05-18 Thread Alan McKinnon
On Saturday 17 May 2008, King Spook wrote:
 crontab -e does not error out when run as root.
 crontab -u myuser -e, when run as root, does create a crontab,
 which appears to be owned by root, grouped by root, and with rw
 permissions for owner only.

 How can I fix this?
 Thanks.

I would guess that you crontab binary is not guid:

[EMAIL PROTECTED] /var/spool $ ls -al `which crontab`
-rwxr-s--x 1 root crontab 30180 2007-11-02 12:59 /usr/bin/crontab*

The various permissions you list for files and dirs are correct - they 
match my system which works correctly.


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] Re: How to set package.use for layman overlays

2008-05-18 Thread Stroller


On 17 May 2008, at 16:00, Alexander Meinke wrote:


So again, if one wanted to set some use flags differently for layman
packages ... where and how would that be done?

I think that you should use package.use.


Yes. According to Strollers post this is done by an package.use  
file in /usr/portage/layman I think.


Yes, package.use, but not anywhere special - just the regular one in / 
etc/portage/, /etc/portage/package.use. This sets use flags for all  
packages, both in the main tree AND in layman.


Stroller.


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



[gentoo-user] [OT] gxineplugin insists on opening link

2008-05-18 Thread Mick
Hi All,

I have changed all the video file associations in Opera to use mplayerplug-in 
but for some reason it continues to try to open this link with gxine.  It 
wouldn't bother me if gxine could play it.  The darn thing fails.  Any ideas 
how to associate this type of link with mplayer?

http://www.channel4.com/player/v2/player.jsp?showId=12102

Konqueror plays it nicely with kmplayer, while Firefox just says:

Buffering . . . then, Playing http://www. . . . , but just hangs there showing 
an hour glass and nothing happens (the download does not continue).  Any 
configuration hints to fix this for Opera and FF?  
-- 
Regards,
Mick


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


[gentoo-user] [OT] Kmail spell checker having problems with German Umlaut

2008-05-18 Thread Dan Johansson
I'm having a small problem with spell checking in kmail (v. 1.9.7, KDE 3.5.8).
e.g. if a have the word beigefügte in a text, the spellchecker will treat it 
as two words, beigef and gte, which of course is not in the dictionary.
Any suggestions how to solve this?
-- 
Dan Johansson, http://www.dmj.nu
***
This message is printed on 100% recycled electrons!
***


smime.p7s
Description: S/MIME cryptographic signature


Re: [gentoo-user] non-root crontab failure (permissions issue?)

2008-05-18 Thread King Spook
On Sun, May 18, 2008 at 12:32 AM, Alan McKinnon [EMAIL PROTECTED] wrote:
 On Saturday 17 May 2008, King Spook wrote:
 crontab -e does not error out when run as root.
 crontab -u myuser -e, when run as root, does create a crontab,
 which appears to be owned by root, grouped by root, and with rw
 permissions for owner only.

 How can I fix this?
 Thanks.

 I would guess that you crontab binary is not guid:

 [EMAIL PROTECTED] /var/spool $ ls -al `which crontab`
 -rwxr-s--x 1 root crontab 30180 2007-11-02 12:59 /usr/bin/crontab*

 The various permissions you list for files and dirs are correct - they
 match my system which works correctly.



So I checked mine using, and you were right in that the permissions
were different.  So then I tried to make them mirror yours using:
sudo chmod u=rwx,g=rs,o=x /usr/bin/crontab

But the permissions would up like so:
-rwxr-S--x  1 root crontab   35120 Mar  6 17:16 crontab

Now when trying crontab -e, I get:
-bash: /usr/bin/crontab: Permission denied

I'm guessing I messed up in setting guid, since yours is lower-case
's', and mine's showing upper?
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] opengl apps not running

2008-05-18 Thread Mateusz A. Mierzwiński

Marzan, Richard non Unisys pisze:


I’m having trouble running opengl apps like glxgears and tremulous. 
The nvidia kernel module is loaded and eselect reports that opengl is 
being handled by nvidia but still no opengl app runs. Glxgears 
complains about it being run in the wrong display.



Try to run as root (or su -) glxinfo. Paste output to your email...
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: How to set package.use for layman overlays

2008-05-18 Thread reader
Stroller [EMAIL PROTECTED] writes:

 On 17 May 2008, at 16:00, Alexander Meinke wrote:

 So again, if one wanted to set some use flags differently for layman
 packages ... where and how would that be done?
 I think that you should use package.use.

 Yes. According to Strollers post this is done by an package.use file
 in /usr/portage/layman I think.

 Yes, package.use, but not anywhere special - just the regular one in /
 etc/portage/, /etc/portage/package.use. This sets use flags for all
 packages, both in the main tree AND in layman.


I'm a little confused .. the question (that you quoted in your
reply) asks how to set use flags separately for layman overlay.

So your answer doesn't appear to make sense... but maybe I'm missing
something here.

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



Re: [gentoo-user] Re: How to set package.use for layman overlays

2008-05-18 Thread Alexander Meinke

[EMAIL PROTECTED] wrote:

I'm a little confused .. the question (that you quoted in your
reply) asks how to set use flags separately for layman overlay.

So your answer doesn't appear to make sense... but maybe I'm missing
something here.



Hi,

the subject is How to set package.use for layman overlays. USE-Flags are set 
by package.use. How I mentioned before that is not handled by 
/usr/portage/layman where the make.conf is, but by /etc/portage/package.use.

Sorry for that mistake.
So I think you wont be able to set USE-Flags specially for layman packages.


Regards,

acm.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: How to set package.use for layman overlays

2008-05-18 Thread William Hubbs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, May 18, 2008 at 08:32:40AM -0500, [EMAIL PROTECTED] wrote:
 Stroller [EMAIL PROTECTED] writes:
 
  On 17 May 2008, at 16:00, Alexander Meinke wrote:
 
  So again, if one wanted to set some use flags differently for layman
  packages ... where and how would that be done?
  I think that you should use package.use.
 
  Yes. According to Strollers post this is done by an package.use file
  in /usr/portage/layman I think.
 
  Yes, package.use, but not anywhere special - just the regular one in /
  etc/portage/, /etc/portage/package.use. This sets use flags for all
  packages, both in the main tree AND in layman.
 
 
 I'm a little confused .. the question (that you quoted in your
 reply) asks how to set use flags separately for layman overlay.
 
 So your answer doesn't appear to make sense... but maybe I'm missing
 something here.

There is no way to set use flags separately for packages in overlays.

If you have a package foo which uses use flag bar and you want to have
that use flag turned on, just put this line in /etc/portage/package.use.

foo bar

That will turn on the bar use flag for package foo, regardless of
whether foo is from the main tree or an overlay.

- -- 
William Hubbs
gentoo accessibility team lead
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkgwNqgACgkQblQW9DDEZThN8wCfbUn2iBi9tpxVy68si4LB9xPT
PwwAmwW6OaR/MmSkC7ytWYmp5q8iMx/j
=M5JR
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] non-root crontab failure (permissions issue?)

2008-05-18 Thread Alan McKinnon
On Sunday 18 May 2008, King Spook wrote:
.
 So I checked mine using, and you were right in that the permissions
 were different.  So then I tried to make them mirror yours using:
 sudo chmod u=rwx,g=rs,o=x /usr/bin/crontab

 But the permissions would up like so:
 -rwxr-S--x  1 root crontab   35120 Mar  6 17:16 crontab

 Now when trying crontab -e, I get:
 -bash: /usr/bin/crontab: Permission denied

 I'm guessing I messed up in setting guid, since yours is lower-case
 's', and mine's showing upper?

Ah, that's easy to fix :-) The uppercase S means that the x 
permission underneath it is not set on, so you will also have to do 
this (as root)

chmod g+x $(which crontab)


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] Re: How to set package.use for layman overlays

2008-05-18 Thread Alan McKinnon
On Sunday 18 May 2008, Alexander Meinke wrote:

 So I think you wont be able to set USE-Flags specially for layman
 packages.

That appears to be correct, as there is no mention of overlay-specific 
USE settings anywhere in the layman docs.

So, it seems that one still has only the same two options that portage 
offers:

- global, in make.conf
- per package/version in package.use

and the presence of layman does not change this rule in any way. 
Actually this makes sense - all layman does for portage is provide a 
whole new bunch of ebuilds to select from. Portage is not aware of 
layman and so can't change the way it deals with USE flags because of 
layman

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] Re: How to set package.use for layman overlays

2008-05-18 Thread Neil Bothwick
On Sun, 18 May 2008 09:01:12 -0500, William Hubbs wrote:

 There is no way to set use flags separately for packages in overlays.

That's not always true. If the overlay provides a version that is not in
portage, like a cat/pkg- for a CVS/SVN ebuild, then a
version-specific entry in package.use will only affect the overlay
version.

However, /etc/portage/package.use is the correct place to set
package-specific USE variables fro all packages, no matter whether they
come from an overlay or the portage tree. 


-- 
Neil Bothwick

HTTP: Helps Transfer The Porn


signature.asc
Description: PGP signature


Re: [gentoo-user] Nice level for X11

2008-05-18 Thread Abraham Gyorgy
by selecting a suitable
process scheduler and configuring your HZ to 1000

It is already done. (the Hz).
Well thanks very much for these information (you and other people on this
thread). I believe what you say but I believe too what I see with my own
eyes. If we will ever meet on a Gentoo conference or anything, I'll show my
faster X11 with negative nice level. ;) Anyway I'm running it with default
nice level (0) for some days because X11 is very unstable with -15 niceness.

2008/5/15 Alan McKinnon [EMAIL PROTECTED]:

 On Thursday 15 May 2008, Abraham Gyorgy wrote:
  I know X runs always as root. But setting the X server process'
  priority to for example -10 makes graphical software response faster.
  It works for me!! (no matter the system hangs sometimes :).
  I think you have a fast machine, try it with a very slow computer
  (sempron processor and radeon xpress200m+fglrx).

 Please don't top post in this forum.

 Look, you are talking about running the X session as root. That doesn't
 make sense as an X session is e.g. gnome or kde which runs as the
 user. I fail to see how the X client programs have any effect on the
 the responsiveness of the server, yet this is exactly what you are
 saying. Then you talk about vulnerabilities in the client apps with an
 implication that this can somehow affect the server which runs as root.
 But that is just not true, except if a client can exploit a
 vulnerability in the server (which is to my mind not what you are
 saying).

 Finally, there is very little point in debating this topic. If Linus
 says that niceness has never had a whole lot of effect in Linux, and
 that perceived differences are entirely due to reducing the latency a
 specific app experiences, then I am going to go with the one guy that
 knows the subject and consider your experiences to be anecdotal.

 You'll probably get better results with X by selecting a suitable
 process scheduler and configuring your HZ to 1000




  2008/5/14 Alan McKinnon [EMAIL PROTECTED]:
   On Wednesday 14 May 2008, Josh Cepek wrote:
 lapitopi gyuszk # snice -15 X
   
As already pointed out, running process with a nice value less
than 0 can only be done by root, and it's usually a really bad
idea to run your entire X session as root. X (and applications
running under X) involve a lot of code, and vulnerabilities can
exist in this code.
  
   I think you don't know how X runs.
  
   X *always* runs as root on Linux so whether you nice it to 19 or
   -19 is not relevant. It was only very very recently that someone
   got X to run as a user. Do you disagree or should I elaborate?
  
   --
   Alan McKinnon
   alan dot mckinnon at gmail dot com
  
   --
   gentoo-user@lists.gentoo.org mailing list



 --
 Alan McKinnon
 alan dot mckinnon at gmail dot com

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




[gentoo-user] acpid problems

2008-05-18 Thread Mick
Hi All,

I keep having acpid problems with a box of mine.  I noticed that when hald 
starts at bootup it takes around 11 to 12 seconds!  acpid never starts.  If I 
try to start it manually it fails with the error:

acpid: can't open /proc/acpi/event

Trying to put the machine into hibernation causes a crash (freezes completely 
until I give it the 3 finger salute).

Any ideas how I could troubleshoot this?
-- 
Regards,
Mick


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


[gentoo-user] Where did HP Ink Jet support run off to?

2008-05-18 Thread Mark Knecht
Hi,
   It seems that I cannot find where this support has run to for my
home office PSC 1610 All-in-One printer.

1) 6 months ago I used a package called something like hpcij but that
was removed from portage.

2) Then I seemed to get by for a while using gutenprint and something
from foomatic that had 'rip' in it's name but that foomatic package
seems to be gone now.

3) I tried rebuilding cups with foomatic support turned on but it's
still not showing any ink jet printers.

   Anyone know what I should be doing to make my printer work again?

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



[gentoo-user] $LINGUAS question

2008-05-18 Thread »Q«
I only need English support, but USan English is preferred.  I have in
make.conf

LINGUAS=en_US en

thinking that if an app supports en_US that will be used since it's
first.  Is that the way it works?

I guess this is just a trivia question -- I don't even know if there
are apps which could use en_US /and/ en.

-- 
»Q«
 Kleeneness is next to Gödelness.


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



Re: [gentoo-user] $LINGUAS question

2008-05-18 Thread Michał 'shpaq' Laszuk
Dnia 2008-05-18, nie o godzinie 15:07 -0500, »Q« pisze:
 ng that if an app supports en_US that will be used since it's
 first.  Is that the way it works?

The LINGUAS variable should be only en. en_US is a localization.
-- 
Nie istnieje bariera nieskończenie ostateczna,
Nie istnieje nic, co nie może się zmienić.


signature.asc
Description: To jest część	 wiadomości podpisana cyfrowo


[gentoo-user] Re: Where did HP Ink Jet support run off to?

2008-05-18 Thread Remy Blank

   It seems that I cannot find where this support has run to for my
home office PSC 1610 All-in-One printer.


I think you're looking for hplip:

# emerge -s hplip
Searching...
[ Results for search key : hplip ]
[ Applications found : 1 ]

*  net-print/hplip
  Latest version available: 2.7.10
  Latest version installed: 2.7.10
  Size of files: 14,103 kB
  Homepage:  http://hplip.sourceforge.net/
  Description:   HP Linux Imaging and Printing System. Includes 
net-print/hpijs, scanner drivers and service tools.

  License:   GPL-2

HTH.
-- Remy



signature.asc
Description: OpenPGP digital signature


[gentoo-user] problem emerging vte

2008-05-18 Thread David Relson
When I run emerge vte I get an access violation, just like bug
#219211 x11-libs/vte-0.16.13 ACCESS VIOLATION during compilation
describes.  

The bug report recommends run python-updater when updating to python
2.5

It's been a while since I upgraded to python-2.5 and removed
python-2.4.  When I run python-updater, it reports

 * Can't determine any previous Python version(s).

FYFI, I'm running an AMD64 environment.  Any suggestions (beyond
reporting the problem to b.g.o???)

Regards,

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



Re: [gentoo-user] Re: Where did HP Ink Jet support run off to?

2008-05-18 Thread Mark Knecht
On Sun, May 18, 2008 at 1:35 PM, Remy Blank [EMAIL PROTECTED] wrote:
   It seems that I cannot find where this support has run to for my
 home office PSC 1610 All-in-One printer.

 I think you're looking for hplip:

 # emerge -s hplip
 Searching...
 [ Results for search key : hplip ]
 [ Applications found : 1 ]

 *  net-print/hplip
  Latest version available: 2.7.10
  Latest version installed: 2.7.10
  Size of files: 14,103 kB
  Homepage:  http://hplip.sourceforge.net/
  Description:   HP Linux Imaging and Printing System. Includes
 net-print/hpijs, scanner drivers and service tools.
  License:   GPL-2

 HTH.
 -- Remy


Thanks Remy. Looks like a long build. I do see the printer in the long
list of supported devices so this seems good.

Cheer,s
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] non-root crontab failure (permissions issue?)

2008-05-18 Thread King Spook
On Sun, May 18, 2008 at 7:08 AM, Alan McKinnon [EMAIL PROTECTED] wrote:
 On Sunday 18 May 2008, King Spook wrote:
 .
 So I checked mine using, and you were right in that the permissions
 were different.  So then I tried to make them mirror yours using:
 sudo chmod u=rwx,g=rs,o=x /usr/bin/crontab

 But the permissions would up like so:
 -rwxr-S--x  1 root crontab   35120 Mar  6 17:16 crontab

 Now when trying crontab -e, I get:
 -bash: /usr/bin/crontab: Permission denied

 I'm guessing I messed up in setting guid, since yours is lower-case
 's', and mine's showing upper?

 Ah, that's easy to fix :-) The uppercase S means that the x
 permission underneath it is not set on, so you will also have to do
 this (as root)

 chmod g+x $(which crontab)


 --
 Alan McKinnon
 alan dot mckinnon at gmail dot com

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



I should've been able to figure that out, at least.  =\

Thanks for all the help; it works now.  I really appreciate it.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] acpid problems

2008-05-18 Thread Henry Gebhardt
On Sun, May 18, 2008 at 9:16 PM, Mick [EMAIL PROTECTED] wrote:
 Hi All,

 I keep having acpid problems with a box of mine.  I noticed that when hald
 starts at bootup it takes around 11 to 12 seconds!  acpid never starts.  If I
 try to start it manually it fails with the error:

 acpid: can't open /proc/acpi/event

Does the file exist? If not, try enabling some kernel options, e.g.

CONFIG_ACPI_PROC_EVENT=y


 Trying to put the machine into hibernation causes a crash (freezes completely
 until I give it the 3 finger salute).

 Any ideas how I could troubleshoot this?
 --
 Regards,
 Mick


Good luck,
Henry
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] acpid problems

2008-05-18 Thread Mick
On Sunday 18 May 2008, Henry Gebhardt wrote:
 On Sun, May 18, 2008 at 9:16 PM, Mick [EMAIL PROTECTED] wrote:
  Hi All,
 
  I keep having acpid problems with a box of mine.  I noticed that when
  hald starts at bootup it takes around 11 to 12 seconds!  acpid never
  starts.  If I try to start it manually it fails with the error:
 
  acpid: can't open /proc/acpi/event

 Does the file exist? If not, try enabling some kernel options, e.g.

 CONFIG_ACPI_PROC_EVENT=y

Thanks Henry,

Yes the file exists.  I can't cat it because it is busy.  Some process (acpid, 
or someone else?) is trying to access it seems and I can't look at its 
contents.
-- 
Regards,
Mick


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


Re: [gentoo-user] Re: Where did HP Ink Jet support run off to?

2008-05-18 Thread Mark Knecht
On Sun, May 18, 2008 at 1:56 PM, Mark Knecht [EMAIL PROTECTED] wrote:
 On Sun, May 18, 2008 at 1:35 PM, Remy Blank [EMAIL PROTECTED] wrote:
   It seems that I cannot find where this support has run to for my
 home office PSC 1610 All-in-One printer.

 I think you're looking for hplip:


Seems to have worked. Thanks Remy.

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



Re: [gentoo-user] $LINGUAS question

2008-05-18 Thread Graham Murray
Michał 'shpaq' Laszuk [EMAIL PROTECTED] writes:

 The LINGUAS variable should be only en. en_US is a localization.

In that case why do packages such as mozilla-firefox support (amongst
others) linguas_en, linguas_en_GB and linguas_en_US? They use the
LINGUAS variable to select which localised language packs to install. So
'LINGUAS=en_US en' is perfectly valid.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] $LINGUAS question

2008-05-18 Thread felix
On Sun, May 18, 2008 at 11:02:07PM +0100, Graham Murray wrote:
 Micha?? 'shpaq' Laszuk [EMAIL PROTECTED] writes:
 
  The LINGUAS variable should be only en. en_US is a localization.
 
 In that case why do packages such as mozilla-firefox support (amongst
 others) linguas_en, linguas_en_GB and linguas_en_US? They use the
 LINGUAS variable to select which localised language packs to install. So
 'LINGUAS=en_US en' is perfectly valid.

I have had bad luck with LINGUAS.  I tried setting it to all the
languages I knew of --

LINGUAS=en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa 
fi fr fy ga gl he hi hr hu is it ja km ko lt lv mk mn ms nb nds nl nn pa pl pt 
pt_BR ro ru rw se sk sl sr [EMAIL PROTECTED] ss sv ta tg tr uk uz zh_CN zh_TW

out of curiousity, and mplayer, for one, picks something other than
en_US as the default -- all error messages come out like this --

AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)
 ???...
[h264 @ 0xb049c0]brainfart cropping not supported, this could look slightly 
wrong ...
VDec: ???  vo config - 480 x 360 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
?  ? ??? 1.33:1 - ??  
?? ??? .
VO: [xv] 480x360 = 480x360 Planar YV12 
A:   2.2 V:   2.2 A-V:  0.005 ct:  0.023   0/  0 10%  2%  1.9% 1 0 
??? ??? ?... ()

If I remerge it with LINGUAS=en_US, it shows this:

AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)
Starting playback...
[h264 @ 0xb00a40]brainfart cropping not supported, this could look slightly 
wrong ...
VDec: vo config request - 480 x 360 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 480x360 = 480x360 Planar YV12 
A:   5.1 V:   5.1 A-V: -0.000 ct:  0.023   0/  0 10%  1%  1.2% 1 0 
Exiting... (Quit)

One merge of firefox beta picked some language other then en for its
messages, menus, etc.

What is LINGUAS supposed to do?

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 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



Re: [gentoo-user] $LINGUAS question

2008-05-18 Thread Neil Bothwick
On Sun, 18 May 2008 16:02:25 -0700, [EMAIL PROTECTED] wrote:

 What is LINGUAS supposed to do?

Tell portage which languages you want support for when building an
application. It does not set the default language for that application,
which is either handled by the locale environment variables or the
program's own settings.

LINGUAS is a system-wide setting, it does not make choices for individual
users, but it does control their range of choice.


-- 
Neil Bothwick

If your VCR still flashes 12:00 - then Linux is not for you.


signature.asc
Description: PGP signature


Re: [gentoo-user] $LINGUAS question

2008-05-18 Thread felix
On Mon, May 19, 2008 at 12:22:45AM +0100, Neil Bothwick wrote:
 On Sun, 18 May 2008 16:02:25 -0700, [EMAIL PROTECTED] wrote:
 
  What is LINGUAS supposed to do?
 
 Tell portage which languages you want support for when building an
 application. It does not set the default language for that application,
 which is either handled by the locale environment variables or the
 program's own settings.
 
 LINGUAS is a system-wide setting, it does not make choices for individual
 users, but it does control their range of choice.

Well, nice theory :-) but mplayer emerge says this --

LOG: setup
For MPlayer's language support, the configuration will
use your LINGUAS variable from /etc/make.conf.  If you have more
than one language enabled, then the first one in the list will
be used to output the messages, if a translation is available.
man pages will be created for all languages where translations
are also available.

and it certainly does not use the first one in the list.

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 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



Re: [gentoo-user] problem emerging vte

2008-05-18 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Relson wrote:
 When I run emerge vte I get an access violation, just like bug
 #219211 x11-libs/vte-0.16.13 ACCESS VIOLATION during compilation
 describes.  
 
 The bug report recommends run python-updater when updating to python
 2.5
 
 It's been a while since I upgraded to python-2.5 and removed
 python-2.4.  When I run python-updater, it reports
 
  * Can't determine any previous Python version(s).
 
 FYFI, I'm running an AMD64 environment.  Any suggestions (beyond
 reporting the problem to b.g.o???)
 
 Regards,
 
 David

ACCESS DENIED  unlink:/usr/share/pygtk/2.0/codegen/argtypes.pyc
ACCESS DENIED  open_wr:   /usr/share/pygtk/2.0/codegen/argtypes.pyc

Those files belong to the dev-python/pygtk package. Maybe it will
help if you reinstall that package.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkgwvTkACgkQ/ejvha5XGaPBVQCg1OM91Yv3pIAT1x+JsG5uYFNU
inQAnAiv3WXwTgIohoKRQztqhsyx1v0O
=cwpT
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] $LINGUAS question

2008-05-18 Thread Volker Armin Hemmann
On Sonntag, 18. Mai 2008, »Q« wrote:
 I only need English support, but USan English is preferred.  I have in
 make.conf

 LINGUAS=en_US en

 thinking that if an app supports en_US that will be used since it's
 first.  Is that the way it works?

no. It installs the en_US and en language files.

Set something like LC_ALL=en_US
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] problem emerging vte

2008-05-18 Thread David Relson
On Sun, 18 May 2008 16:35:22 -0700
Zac Medico wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 David Relson wrote:
  When I run emerge vte I get an access violation, just like bug
  #219211 x11-libs/vte-0.16.13 ACCESS VIOLATION during compilation
  describes.  
  
  The bug report recommends run python-updater when updating to
  python 2.5
  
  It's been a while since I upgraded to python-2.5 and removed
  python-2.4.  When I run python-updater, it reports
  
   * Can't determine any previous Python version(s).
  
  FYFI, I'm running an AMD64 environment.  Any suggestions (beyond
  reporting the problem to b.g.o???)
  
  Regards,
  
  David
 
 ACCESS DENIED  unlink:/usr/share/pygtk/2.0/codegen/argtypes.pyc
 ACCESS DENIED  open_wr:   /usr/share/pygtk/2.0/codegen/argtypes.pyc
 
 Those files belong to the dev-python/pygtk package. Maybe it will
 help if you reinstall that package.
 
 Zac

Bingo!!!

What I actually ran was

   emerge -C pygtk
   emergevte

Since vte depends on pygtk, the second command installed both vte and
pygtk.  Both installed without trouble.

Thanks!

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



[gentoo-user] Cant accept licence

2008-05-18 Thread W.Kenworthy
I am trying to install an older version of java (1_5_0_12) using an
ebuild from the attic and am getting a problem accepting the licence.
After displaying the licence, More ... is printed at the bottom of the
screen as expected.  Pressing any and every key does move the cursor
around the screen, but whatever is displaying the licence wont react so
I cant accept it.  The downloaded java bin pkg does work as expected
when I run it manually, so the problem must be portage I think.

Is there a way to accept the licence?

BillK

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