public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Tracking down dependencies - x11-proto/printproto x11-apps/xdpyinfo
@ 2007-02-24  6:49 Daiajo Tibdixious
  2007-02-24 10:47 ` Boyd Stephen Smith Jr.
  2007-04-01 21:18 ` [gentoo-amd64] unsubscribe GizVee
  0 siblings, 2 replies; 148+ messages in thread
From: Daiajo Tibdixious @ 2007-02-24  6:49 UTC (permalink / raw
  To: gentoo-amd64

I don't have a printer, and never expect to have one, so I try to
remove any print related packages,
and I'm currently targetting x11-proto/printproto.

This package is conditional on the "xprint" USE flag in
x11-base/xorg-server which is OFF in emerge --info.

I recenly installed 64 bit firefox (thought I'd give it another go,
not working so hot that that's another rant) which includes
www-client/mozilla-launcher which has a hard dependency on
x11-apps/xdpyinfo.

x11-apps/xdpyinfo has a hard dependency on x11-proto/printproto
despite the code being conditional on xprint via the config
HAVE_X11_EXTENSIONS_PRINT_H, which will always be
true since the ebuild pulls it in.

Now I think there is a bug in the x11-apps/xdpyinfo ebuild. I changed
xdpyinfo-1.0.1.ebuild
34c34
<       xprint? ( x11-proto/printproto )"
---
>       x11-proto/printproto"
# ebuild xdpyinfo-1.0.1.ebuild digest

and tested it
# xdpyinfo > ~/tmp/xdpyinfo-before
# emerge -aC x11-proto/printproto
# emerge -a1 x11-apps/xdpyinfo
# xdpyinfo > ~/tmp/xdpyinfo-after
# diff ~/tmp/xdpyinfo-before ~/tmp/xdpyinfo-after
54d53
<   print screen:    no

The compile was clean, the baseline/regression test (rudimentary) worked well.

So my question is: is this enough to submit as a bug/feature request?
I ask because I've submitted quite a few bugs and gotten unpolite
responses on occassion, left out obvious information, and generally
looked like the dumb user I'm tring not to be.
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2012-03-22 16:42 redspot
  2012-03-22 17:55 ` Dale
  2012-03-22 17:57 ` Zhu Sha Zang
  0 siblings, 2 replies; 148+ messages in thread
From: redspot @ 2012-03-22 16:42 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe

On Wed, Mar 21, 2012 at 5:03 AM,  <gentoo-amd64+help@lists.gentoo.org> wrote:
> Topics (messages 13110 through 13125):
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13110 - Frank Peters <frank.peters@comcast.net>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13111 - Mark Knecht <markknecht@gmail.com>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13112 - Frank Peters <frank.peters@comcast.net>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13113 - Cheng Renquan <crquan@gmail.com>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13114 - Mark Knecht <markknecht@gmail.com>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13115 - Mark Knecht <markknecht@gmail.com>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13116 - Frank Peters <frank.peters@comcast.net>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13117 - Mark Knecht <markknecht@gmail.com>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13118 - Paul Hartman <paul.hartman+gentoo@gmail.com>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13119 - Barry Schwartz <chemoelectric@chemoelectric.org>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13120 - Mark Knecht <markknecht@gmail.com>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13121 - Barry Schwartz <chemoelectric@chemoelectric.org>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13122 - Frank Peters <frank.peters@comcast.net>
>
> [gentoo-amd64] Kernel-3.3.0 and Nvidia-drivers
>      13123 - Barry Schwartz <chemoelectric@chemoelectric.org>
>
> [gentoo-amd64] Re: Kernel-3.3.0 and Nvidia-drivers
>      13124 - Duncan <1i5t5.duncan@cox.net>
>      13125 - Duncan <1i5t5.duncan@cox.net>
>
>
>
> Linux-3.3.0 is released and, as is my usual habit, I downloaded and compiled
> the plain vanilla source.
>
> After rebooting to the command console, and before starting X, I needed
> to re-install the nvidia-driver module for the new kernel.  Doing
> "emerge nvidia-drivers" gave me the following error (the entire build log
> is attached):
>
>>>> Source prepared.
>>>> Configuring source in /tmp/portage-acc/tmp/portage/x11-drivers/nvidia-drivers-295.20-r1/work ...
>>>> Source configured.
>>>> Compiling source in /tmp/portage-acc/tmp/portage/x11-drivers/nvidia-drivers-295.20-r1/work ...
> Preparing nvidia module
> make -j9 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- 'LDFLAGS=-m elf_x86_64' IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/lib/modules/3.3.0/build CC=x86_64-pc-linux-gnu-gcc clean module
>
> *** Unable to determine the target kernel version. ***
>
> make: *** [select_makefile] Error 1
> emake failed
> ERROR: x11-drivers/nvidia-drivers-295.20-r1 failed (compile phase):
>  Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS=-m elf_x86_64  IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux             SYSOUT=/lib/modules/3.3.0/build CC=x86_64-pc-linux-gnu-gcc clean module
>
> Call stack:
>    ebuild.sh, line   85:  Called src_compile
>  environment, line 3711:  Called linux-mod_src_compile
>  environment, line 2668:  Called die
> The specific snippet of code:
>              eval "emake HOSTCC=\"$(tc-getBUILD_CC)\"
>
>
> The first part of the build log (see attached file) indicates that the
> kernel source was correctly found (at /usr/src/linux), but for some
> reason the make process fails.
>
> Could this be due to some changes in the kernel-3.3.0 tree?
>
> Frank Peters
>
>
> On Mon, Mar 19, 2012 at 9:12 AM, Frank Peters <frank.peters@comcast.net> wrote:
>> Linux-3.3.0 is released and, as is my usual habit, I downloaded and compiled
>> the plain vanilla source.
>>
> <SNIP>
>> The first part of the build log (see attached file) indicates that the
>> kernel source was correctly found (at /usr/src/linux), but for some
>> reason the make process fails.
>>
>> Could this be due to some changes in the kernel-3.3.0 tree?
>>
>> Frank Peters
>>
>
> Possibly this from Google will help?
>
> Good luck & post back,
> Mark
>
> On Mon, 19 Mar 2012 09:35:34 -0700
> Mark Knecht <markknecht@gmail.com> wrote:
>
>>
>> Possibly this from Google will help?
>>
>
> Did you intend to include a link?  If so, it must have gotten
> lost somewhere.
>
> Frank Peters
>
>
> I have switched to nouveau driver, for over 1 year,
> using with gnome3 interface, no performance issue, and quite stable,
>
> enjoying every mainline kernel 3.0, 3.1, 3.2, 3.3, no building issue
>
>
> I think it's time for everyone to give up nvidia-drivers, the blob of binary
>
> On Mon, Mar 19, 2012 at 9:12 AM, Frank Peters <frank.peters@comcast.net> wrote:
>> Linux-3.3.0 is released and, as is my usual habit, I downloaded and compiled
>> the plain vanilla source.
>>
>> After rebooting to the command console, and before starting X, I needed
>> to re-install the nvidia-driver module for the new kernel.  Doing
>> "emerge nvidia-drivers" gave me the following error (the entire build log
>> is attached):
>>
>>>>> Source prepared.
>>>>> Configuring source in /tmp/portage-acc/tmp/portage/x11-drivers/nvidia-drivers-295.20-r1/work ...
>>>>> Source configured.
>>>>> Compiling source in /tmp/portage-acc/tmp/portage/x11-drivers/nvidia-drivers-295.20-r1/work ...
>> Preparing nvidia module
>> make -j9 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- 'LDFLAGS=-m elf_x86_64' IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/lib/modules/3.3.0/build CC=x86_64-pc-linux-gnu-gcc clean module
>>
>> *** Unable to determine the target kernel version. ***
>
> On Mon, Mar 19, 2012 at 12:05 PM, Frank Peters <frank.peters@comcast.net> wrote:
>> On Mon, 19 Mar 2012 09:35:34 -0700
>> Mark Knecht <markknecht@gmail.com> wrote:
>>
>>>
>>> Possibly this from Google will help?
>>>
>>
>> Did you intend to include a link?  If so, it must have gotten
>> lost somewhere.
>>
>> Frank Peters
>>
>>
>
> Gadzooks, yes I did. Sorry!
>
> http://weltall.heliohost.org/wordpress/2012/01/20/linux-kernel-3-3-rc1-and-nvidia-drivers/
>
> To be clear, I have no idea if it will solve your exact problem. It
> didn't for all.
>
> My experience with nvidia is pretty good if you give them a couple of
> days, but very spotty on the first or second day a new kernel minor
> rev is released. Nominally I use this page:
>
> http://www.nvidia.com/Download/indexsg.aspx?lang=en-us
>
> and then search out my specific card to determine what _exact_ driver
> they want me to run. It almost always requires i run ~amd64.
>
> HTH,
> Mark
>
> On Mon, Mar 19, 2012 at 12:14 PM, Cheng Renquan <crquan@gmail.com> wrote:
>> I have switched to nouveau driver, for over 1 year,
>> using with gnome3 interface, no performance issue, and quite stable,
>>
>> enjoying every mainline kernel 3.0, 3.1, 3.2, 3.3, no building issue
>>
>>
>> I think it's time for everyone to give up nvidia-drivers, the blob of binary
>>
>
> And how would one use CUDA if we gave up nvidia-drivers? Does nouveau
> support all the CUDA stuff?
>
> Cheers,
> Mark
>
> On Mon, 19 Mar 2012 09:35:34 -0700
> Mark Knecht <markknecht@gmail.com> wrote:
>
>>
>> Possibly this from Google will help?
>>
>
> OK, I think I've found the URL that you may have intended:
>
> http://weltall.heliohost.org/wordpress/2012/01/20/linux-kernel-3-3-rc1-and-nvidia-drivers/
>
> I followed the second fix that is described and now the nvidia-drivers
> emerge and work nicely with linux kernel-3.3.
>
> Thanks for the hint.
>
> There are changes to the kernel-3.3 tree that will have to addressed
> by the gentoo nvidia-drivers or other users will hit this problem
> as well.
>
> Frank Peters
>
>
> On Mon, Mar 19, 2012 at 12:30 PM, Frank Peters <frank.peters@comcast.net> wrote:
>> On Mon, 19 Mar 2012 09:35:34 -0700
>> Mark Knecht <markknecht@gmail.com> wrote:
>>
>>>
>>> Possibly this from Google will help?
>>>
>>
>> OK, I think I've found the URL that you may have intended:
>>
>> http://weltall.heliohost.org/wordpress/2012/01/20/linux-kernel-3-3-rc1-and-nvidia-drivers/
>>
>> I followed the second fix that is described and now the nvidia-drivers
>> emerge and work nicely with linux kernel-3.3.
>>
>> Thanks for the hint.
>>
>> There are changes to the kernel-3.3 tree that will have to addressed
>> by the gentoo nvidia-drivers or other users will hit this problem
>> as well.
>>
>> Frank Peters
>>
>>
>
> Glad you found it. That is the link I just sent along and good to know
> it helped a bit.
>
> As I said, on kernel revision number changes I ALWAYS wait a minimum
> of 3-5 days before trying to upgrade. nvidia always seems to need at
> least a few days to catch up with a new release, or that's been my
> experience in the past anyway.
>
> Cheers,
> Mark
>
> On Mon, Mar 19, 2012 at 3:08 PM, Mark Knecht <markknecht@gmail.com> wrote:
>>
>> As I said, on kernel revision number changes I ALWAYS wait a minimum
>> of 3-5 days before trying to upgrade. nvidia always seems to need at
>> least a few days to catch up with a new release, or that's been my
>> experience in the past anyway.
>
> Same here, nvidia-drivers and vmware-modules are why I usually wait
> until the .1 release on a new kernel series. :)
>
> Mark Knecht <markknecht@gmail.com> skribis:
>> And how would one use CUDA if we gave up nvidia-drivers? Does nouveau
>> support all the CUDA stuff?
>
> I think they may have reverse engineered CUDA, but whether it is
> implemented I don’t know, and I wouldn’t want to be the one to test
> it, either. :)
>
> I’m donating processor time with boinc and that’s good enough reason
> to use the binary driver if it gives me more processor to donate.
>
> (Waiting before installing anything new is painful, I know, because
> with Gentoo you always feel like you want it to be doing something, or
> at least that’s my experience. :) )
>
> On Mon, Mar 19, 2012 at 2:28 PM, Barry Schwartz
> <chemoelectric@chemoelectric.org> wrote:
>> Mark Knecht <markknecht@gmail.com> skribis:
>>> And how would one use CUDA if we gave up nvidia-drivers? Does nouveau
>>> support all the CUDA stuff?
>>
>> I think they may have reverse engineered CUDA, but whether it is
>> implemented I don’t know, and I wouldn’t want to be the one to test
>> it, either. :)
>>
>> I’m donating processor time with boinc and that’s good enough reason
>> to use the binary driver if it gives me more processor to donate.
>>
>> (Waiting before installing anything new is painful, I know, because
>> with Gentoo you always feel like you want it to be doing something, or
>> at least that’s my experience. :) )
>>
>
> I have no problem with you or anyone else running nouveau. None at all.
>
> I do have a problem with someone saying 'it's time for everyone to
> give up nvidia-drivers' without demonstrating they know the full
> impact of what they are suggesting. Had Cheng Renquan suggest 'Maybe
> people who don't need anything other than basic X capabilities should
> consider running nouveau' I wouldn't have even chimed in.
>
> And thanks for running boinc. It's good of you and good for you.
>
> Cheers,
> Mark
>
> Mark Knecht <markknecht@gmail.com> skribis:
>> I do have a problem with someone saying 'it's time for everyone to
>> give up nvidia-drivers' without demonstrating they know the full
>> impact of what they are suggesting. Had Cheng Renquan suggest 'Maybe
>> people who don't need anything other than basic X capabilities should
>> consider running nouveau' I wouldn't have even chimed in.
>
> Sage Notebook (sage-on-gentoo overlay) can use CUDA as well. I think
> you don't have to worry that nvidia-drivers would go away; in the
> worst case it would end up in a good overlay. That's unlikely IMO, and
> would mostly likely be if there were an established alternative
> implementation of CUDA.
>
> On Mon, 19 Mar 2012 14:40:34 -0700
> Mark Knecht <markknecht@gmail.com> wrote:
>
>>
>> I have no problem with you or anyone else running nouveau. None at all.
>>
>> I do have a problem with someone saying 'it's time for everyone to
>> give up nvidia-drivers' without demonstrating they know the full
>> impact of what they are suggesting. Had Cheng Renquan suggest 'Maybe
>> people who don't need anything other than basic X capabilities should
>> consider running nouveau' I wouldn't have even chimed in.
>>
>
> I think the main complaint is that the Nvidia drivers are closed
> binary blobs while Nouveau is an attempt to create an entirely
> open source driver.  The spirit of free software demands that we
> support these open initiatives.
>
> Actually, until recently, I was very happy using the legacy open
> source xorg nvidia driver known simply as as "nv."  It is still
> available in Gentoo as x11-drivers/xf86-video-nv.
>
> Since I do not do gaming or other intensive graphic activities,
> I could get by nicely with just nv.  However, the nv driver does
> not seem to support the latest hardware too well.  On one of
> my machines I have a card based on Nvidia GeForce 210.  Although
> the nv driver works with this card, it does not enable the Xv
> extension and consequently the graphic response is poor.
>
> On older cards nv does work quite well for ordinary purposes.
>
> Frank Peters
>
>
> Frank Peters <frank.peters@comcast.net> skribis:
>> I think the main complaint is that the Nvidia drivers are closed
>> binary blobs while Nouveau is an attempt to create an entirely
>> open source driver.
>
> Unfortunately the nvidia drivers are needed not only for graphics but
> also to use the GPU for scientific calculations, including for
> donating processor time to medical research, for instance.
>
>
> Frank Peters posted on Tue, 20 Mar 2012 00:03:06 -0400 as excerpted:
>
>> Actually, until recently, I was very happy using the legacy open source
>> xorg nvidia driver known simply as as "nv."  It is still available in
>> Gentoo as x11-drivers/xf86-video-nv.
>>
>> Since I do not do gaming or other intensive graphic activities, I could
>> get by nicely with just nv.  However, the nv driver does not seem to
>> support the latest hardware too well.
>
> FWIW, the old nv driver is legacy, now, and won't be supporting new
> hardware.  AFAIK older hardware should be switching as well, for support
> with current software, as nv won't be updated for that any longer, either.
>
> The same thing happened to it as happened to nvidia's proprietary network
> driver some years ago; pretty much everyone involved, including the
> distros that used to ship nv and nvidia itself, seems to have recognized
> that the reverse-engineered work is now better than nvidia's basic
> freedomware stub driver, nv, and nouveau has officially taken its place.
>
> --
> Duncan - List replies preferred.   No HTML msgs.
> "Every nonfree program has a lord, a master --
> and if you use the program, he is your master."  Richard Stallman
>
>
> Barry Schwartz posted on Tue, 20 Mar 2012 01:20:13 -0500 as excerpted:
>
>> Unfortunately the nvidia drivers are needed not only for graphics but
>> also to use the GPU for scientific calculations, including for donating
>> processor time to medical research, for instance.
>
> My donation ends where their disrespect for human freedom begins.  (Over
> a decade ago, back on MS, I used to run distributed.net.  However, they
> don't have a freedomware client, or at least didn't back then, and while
> I understand the reasons why -- someone cheating and saying they did the
> work when they didn't, just to get the stats -- that didn't change the
> fact that I wasn't going to run servantware.  But as they say, YMMV.)
>
> --
> Duncan - List replies preferred.   No HTML msgs.
> "Every nonfree program has a lord, a master --
> and if you use the program, he is your master."  Richard Stallman
>
>



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] Unsubscribe
@ 2012-02-16 10:30 Otávio Cipriani
  2012-02-16 10:52 ` Dale
  0 siblings, 1 reply; 148+ messages in thread
From: Otávio Cipriani @ 2012-02-16 10:30 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]

Em 16/02/2012 04:36, "Nikos Chantziaras" <realnc@arcor.de> escreveu:

> On 16/02/12 02:06, Frank Peters wrote:
>
>> After updating nvidia-drivers from 290.10 to 295.20-r1, I cannot start X
>> and the log files contain this message:
>>
>> (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see
>> the
>> [  3482.609] (EE) NVIDIA(0):     system's kernel log for additional error
>> messages and
>> [  3482.609] (EE) NVIDIA(0):     consult the NVIDIA README for details.
>> [  3482.609] (EE) NVIDIA(0):  *** Aborting ***
>> [  3482.609]
>>
>> NVRM: API mismatch: the client has the version 295.20, but
>> NVRM: this kernel module has the version 290.10.
>>
>> What could be the problem?  I've seen no other reports of
>> this issue.
>>
>
> The above error means that the kernel module that is currently loaded is
> the old one while the X driver is the new one.  In other words, you only
> tried to restart X instead of rebooting the machine or terminating X, doing
> "modprobe -r nvidia" and then restarting X.
>
> Contrary to other posts, you do NOT need to rebuild your kernel.  You only
> need to load the new kernel module.
>
>
>

[-- Attachment #2: Type: text/html, Size: 1549 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] Possible Math Problem - Request For Verification
@ 2011-06-25 17:41 Frank Peters
  2011-06-26 11:30 ` Volker Armin Hemmann
  0 siblings, 1 reply; 148+ messages in thread
From: Frank Peters @ 2011-06-25 17:41 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 3781 bytes --]

Hello,

Believe it or not, at the very beginning, Linux/GNU had some math problems.
In particular, it would do somewhat poorly on various floating point tests
that are available on-line.  Because I do mathematical work on my machine,
I used to regularly evaluate my software using these tests.

However, for the past several years Linux/GNU has gotten nearly perfect
scores on these same tests and it seemed that glibc and/or gcc had finally
gotten the math code right.  As a result of this, I stopped my regular
evaluations of the software.

Just recently I decided to run these tests again.  I expected to see the
same nearly perfect scores but, to my surprise, a failure occurred in the
area of complex number operations.  This may not be a very serious failure,
but it was not present during prior tests and thus it should not be present
now.

Possibly a fault has crept in somewhere either in glibc or gcc.  Because
I had stopped my regular testing I can't relate the failure to any specific
version change of either package.

I need to request a verification from any Gentoo users.  All that needs to
be done is run a straightforward software test.

The software is called UCBTEST and is described at http://www.netlib.org/fp/

The source code, however, is ancient Unix (1995) code and must be patched.
I have created a patched tarball that can run on recent Linux.  This file
is attached as ucbtest.tar.bz2

If one is accustomed to modern GUI software, this code is a mess, but it is
rather straightforward to implement.  Here are the steps:

1) Create a directory somewhere, e.g. /tmp/fp-test

2) Unpack the tarball into this directory.

3) Change into the /tmp/fp-test directory

4) Modify the ucbREADME/linux.sh file as follows:

Line 10 -- specify a full path for the results directory -- all test results
will be stored here -- e.g. /tmp/fp-test-results

Line 11 -- specify the full path to the Unix time program -- ucbtest won't run
without time -- for Gentoo just "emerge time" and the path will be "/usr/bin/time"

Line 17 -- specify the full path to the test directory -- same as in step #1

Line 36 -- enter your CFLAGS here

That's it as far as configuration.  Now, from the top directory of the source
just execute: 

ucbREADME/linux.sh

The code will take several minutes to compile, execute, and complete.  While
the test is running it will spit out its progress to stdout.  Upon completion
a brief summary is given:

UCBFAIL indicates problems!
/tmp/fp-test-results/ccos_DP.output: ucbtest UCBFAIL in COS(X) at line 444 for generic 
/tmp/fp-test-results/clib_DP.output: ucbtest UCBFAIL in cabsd at line 701 for double 
/tmp/fp-test-results/clib_DP.output: ucbtest UCBFAIL in powd at line 701 for double 
/tmp/fp-test-results/clib_DP.output:UCBFAIL clib_DP.output , 25 out of 25 tests completed
/tmp/fp-test-results/csin_DP.output: ucbtest UCBFAIL in SIN(X) at line 444 for generic 

only 11 out of 14 show UCBPASS!


There are expected failures in the trigonometric tests since trigonometric
performance is not specified in IEEE754/854.  The failure in powd (double power
function) is also expected.  But everything else should have passed.

In my case, the new failure occurs in the cabsd test, which is the absolute
value for complex numbers.  I have never seen this error previously and
it may possibly indicate some problem with either glibc or gcc. 

The results directory is also a mess (someone should really clean this code up).
In the results directory (see step #4) all detailed test results are contained
in the *.output files.

Anyway, if anyone wants to try this test, the steps have been outlined.
In spite of the messiness, the procedure is really quite simple, and the
ucbtest is a very good test of floating point performance.

Frank Peters


[-- Attachment #2: ucbtest.tar.bz2 --]
[-- Type: application/x-bzip2, Size: 520301 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] no sound in firefox java
@ 2011-06-17 23:25 Daiajo Tibdixious
  2011-06-18  0:18 ` Barry Schwartz
  0 siblings, 1 reply; 148+ messages in thread
From: Daiajo Tibdixious @ 2011-06-17 23:25 UTC (permalink / raw
  To: gentoo-amd64

If I use firefox-bin (32 bit) or firefox (64 bit) on youtube, I get
sound no problems.
If I run mplayer I get sound also.
If I use firefox-bin with a java applet that plays sound, I get no sound at all.
I can't load this applet in firefox, which is why I still use
firefox-bin for it.

Googling "no sound in firefox java" gives lots of hits, mainly from
people with the same problem.
1 solution was to "modprobe snd-pcm-oss" which did not help. I.m
fairly sure this is redundant with base layout 2.

I upgraded the kernel twice, from linux-2.6.36-gentoo-r5 where I
initially had the problem,
to linux-2.6.36-gentoo-r8 and now on linux-2.6.38-gentoo-r6 paying
careful attention to all the sound related configuration options. This
had no effect.

I've run out of things to try, so I'm asking the list.

I previously had a problem where the first firefox session would get
sound, but no subsequent application, including firefox would have
sound, in other words the first invocation of firefox would lock the
sound. I could live with that, this current problem is far more
annoying.



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] tcptraceroute have buffer overflow in ipv6
@ 2011-04-14  3:35 Benny Pedersen
  2011-04-14  4:18 ` Benny Pedersen
  0 siblings, 1 reply; 148+ messages in thread
From: Benny Pedersen @ 2011-04-14  3:35 UTC (permalink / raw
  To: gentoo-amd64

tcptraceroute ipv6.google.com 80

shows me a nice buffer overflow, i like to camture it into a log file but
lost on how :/

tryed:
tcptraceroute ipv6.google.com 80 | less

and press s from less to save it, still no file content to save :(





^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2011-01-18 11:48 redspot
  2011-01-18 12:10 ` Dale
  0 siblings, 1 reply; 148+ messages in thread
From: redspot @ 2011-01-18 11:48 UTC (permalink / raw
  To: gentoo-amd64

On Mon, Jan 17, 2011 at 10:02 PM,  <gentoo-amd64+help@lists.gentoo.org> wrote:
> Topics (messages 12890 through 12890):
>
> [gentoo-amd64] horde h3 php 5.3 success ?
>      12890 - Benny Pedersen <me@junc.org>
>
>
>
> here it fails :(
>
> but i can get roundcube up just fine, php 5.3.5 does have a bug with
> libphp.so is not installed in correct dir, i symlinked it to get it back
>
> others running horde h3 ?
>
>
>
>



^ permalink raw reply	[flat|nested] 148+ messages in thread
[parent not found: <20101013120333.2F1A3E095D@pigeon.gentoo.org>]
* [gentoo-amd64] unsubscribe
@ 2010-03-08 17:17 Rafał
  0 siblings, 0 replies; 148+ messages in thread
From: Rafał @ 2010-03-08 17:17 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/html, Size: 16 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2010-01-10 22:26 Осипов Станислав
  2010-01-11  6:31 ` Xi Shen
  0 siblings, 1 reply; 148+ messages in thread
From: Осипов Станислав @ 2010-01-10 22:26 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe




^ permalink raw reply	[flat|nested] 148+ messages in thread
[parent not found: <20090821220006.39E54E058D@pigeon.gentoo.org>]
* [gentoo-amd64] unsubscribe
@ 2009-07-24 18:58 Donald Anderson
  2009-07-24 19:07 ` Eduardo Schoedler
  0 siblings, 1 reply; 148+ messages in thread
From: Donald Anderson @ 2009-07-24 18:58 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2009-07-11  7:31 igor
  2009-07-16  9:37 ` Denis Solaro
  0 siblings, 1 reply; 148+ messages in thread
From: igor @ 2009-07-11  7:31 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe




^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2009-06-18 17:42 l0rd4gu1 .
  2009-06-18 18:00 ` Bob Sanders
  0 siblings, 1 reply; 148+ messages in thread
From: l0rd4gu1 . @ 2009-06-18 17:42 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

-- 
Ing. Raúl Alvarez Aguileta
Red de Control Corporativo
(52)55 1473-8581

Victorious warriors win first and then go to war, while defeated warriors go
to war first and then seek to win. -- Sun-Tzu

[-- Attachment #2: Type: text/html, Size: 241 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2009-06-17 19:19 redspot
  0 siblings, 0 replies; 148+ messages in thread
From: redspot @ 2009-06-17 19:19 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: Type: text/html, Size: 5 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2009-02-09  9:13 Mateusz Mierzwinski
  0 siblings, 0 replies; 148+ messages in thread
From: Mateusz Mierzwinski @ 2009-02-09  9:13 UTC (permalink / raw
  To: gentoo-user, gentoo-dev, gentoo-amd64

unsubscribe



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2009-02-07 18:03 Eirik Rude
  0 siblings, 0 replies; 148+ messages in thread
From: Eirik Rude @ 2009-02-07 18:03 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: Type: text/html, Size: 5 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2008-11-06 20:36 Adam Mooz
  2008-11-06 21:03 ` Paul Hartman
  0 siblings, 1 reply; 148+ messages in thread
From: Adam Mooz @ 2008-11-06 20:36 UTC (permalink / raw
  To: gentoo-amd64, security-basics

[-- Attachment #1: Type: text/plain, Size: 13 bytes --]

unsubscribe


[-- Attachment #2: Type: text/html, Size: 1631 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2008-11-06  4:26 redspot
  2008-11-06  4:31 ` Qian Qiao
  0 siblings, 1 reply; 148+ messages in thread
From: redspot @ 2008-11-06  4:26 UTC (permalink / raw
  To: gentoo-amd64

On Wed, Nov 5, 2008 at 7:00 PM,  <gentoo-amd64+help@lists.gentoo.org> wrote:
> Topics (messages 10055 through 10074):
>
> [gentoo-amd64] mplayerplug-in update bombs
>      10055 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] mplayerplug-in update bombs
>      10056 - Beso <givemesugarr@gmail.com>
>
> [gentoo-amd64] Re: Fwd: [install] emerge gentoo-sources fails
>      10057 - "Martin Herrman" <martin@herrman.nl>
>
> [gentoo-amd64] Still unable to unmask KDE4.1.2
>      10058 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] Re: Fwd: [install] emerge gentoo-sources fails
>      10059 - Michael Moore <mikem.unet@gmail.com>
>
> [gentoo-amd64] Still unable to unmask KDE4.1.2
>      10060 - Richard Freeman <rich0@gentoo.org>
>
> [gentoo-amd64] Still unable to unmask KDE4.1.2
>      10061 - Barry Schwartz <chemoelectric@chemoelectric.org>
>
> [gentoo-amd64] Still unable to unmask KDE4.1.2
>      10062 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] Still unable to unmask KDE4.1.2
>      10063 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] Still unable to unmask KDE4.1.2
>      10064 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] Still unable to unmask KDE4.1.2 -- Solved
>      10065 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] KDE 4.1.2 issues
>      10066 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] KDE 4.1.2 issues - updated
>      10067 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] KDE 4.1.2 issues - updated
>      10068 - Beso <givemesugarr@gmail.com>
>
> [gentoo-amd64] KDE 4.1.2 issues - updated
>      10069 - "Till Schwalbe (Gentoo)" <gentoo@cumulum.de>
>
> [gentoo-amd64] KDE 4.1.2 issues - updated
>      10070 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] KDE 4.1.2 issues - updated
>      10071 - "Mark Haney" <mhaney@ercbroadband.org>
>
> [gentoo-amd64] KDE 4.1.2 issues - updated
>      10072 - Beso <givemesugarr@gmail.com>
>
> [gentoo-amd64] Re: KDE 4.1.2 issues - updated
>      10073 - Duncan <1i5t5.duncan@cox.net>
>
> [gentoo-amd64] KDE 4.1.2 issues - updated -- SOLVED
>      10074 - "Mark Haney" <mhaney@ercbroadband.org>
>
>
>
> I just tried to update mplayerplug-in and this is what I get:
>
> configure: Determining mozilla/firefox packages to build against
> checking for MOZPLUG... no
> configure: WARNING: firefox-plugin not found
> checking for MOZPLUG... no
> configure: WARNING: seamonkey-plugin not found
> checking for MOZPLUG... no
> configure: WARNING: xulrunner-plugin not found
> checking for MOZPLUG... no
> configure: WARNING: iceape-plugin not found
> configure: error: Unable to find mozilla or firefox development files
>
>
>
> I've never seen that with previous builds, so I'm not sure how to proceed.  Any ideas?
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
> 2008/10/31 Mark Haney <mhaney@ercbroadband.org>:
>> I just tried to update mplayerplug-in and this is what I get:
>>
>> configure: Determining mozilla/firefox packages to build against
>> checking for MOZPLUG... no
>> configure: WARNING: firefox-plugin not found
>> checking for MOZPLUG... no
>> configure: WARNING: seamonkey-plugin not found
>> checking for MOZPLUG... no
>> configure: WARNING: xulrunner-plugin not found
>> checking for MOZPLUG... no
>> configure: WARNING: iceape-plugin not found
>> configure: error: Unable to find mozilla or firefox development files
>>
>>
>>
>> I've never seen that with previous builds, so I'm not sure how to proceed.
>>  Any ideas?
>>
>>
>
>
> install mozilla-firefox and not only mozilla-firefox-bin. then you
> should have both working on a multilib profile. the latest
> mplayerplug-in versions have a multilib profile set by default and
> build for both firefoxes. also you'll need both mplayer-bin and
> mplayer installed.
>
> --
> dott. ing. beso
>
> Hi Michael and Duncan,
>
> you two had send me a reply some time ago, but I didn't had the time
> to reply. Well, here it is :-)
>
> In the mean time my desktop is 'fully' functional, at least I can do
> my usual stuff on it.
>
> Of course I have had some issues that needed to be solved:
> - forgot to include USB HID support in my kernel :-)
> - network-adapter driver is broken is current gentoo sources, so I had
> to take kernel.org's 2.6.27.4
> - radeon driver didn't recognise video-chip (yeah, had to unmask
> radeonhd driver..)
> - wireless card required firmware in /lib/firmware
> - ... lots I already forgot..
> But it could all be solved within minutes or in some cases within a
> small couple of hours!
>
> That takes me to the issues I have experienced with FreeBSD: although
> it looks like a very well-documented (and centralised!) system, I had
> problems understanding e.g. the ports way of installing software. I
> had lot's of errors, which I couldn't solve. I think that Gentoo's
> user-base is much larger, which makes it easier to find solutions and
> bug-reports online. But also the messages shown at e.g. the output of
> emerge help a lot. In FreeBSD I also had trouble to do a full system
> upgrade: what are the command's you should use in what sequence? I had
> that information avaialble for gentoo in minutes.
> Maybe I do not have an objective view, because I know Linux quite well
> and FreeBSD is totally new to me.
>
> Best regards,
>
> Martin
>
> On Tue, Oct 21, 2008 at 4:14 AM, Michael Moore <mikem.unet@gmail.com> wrote:
>> On 19:37 Mon 20 Oct     , Martin Herrman wrote:
>>> I have used slackware, redhat, mandrake and debian before (in that
>>> order) and about 2 years ago switched to Ubuntu because it was so easy
>>> to use. But it's also bloated (it is even hard to compile your own
>>> kernel) and that's why I started to use Gentoo 2 months ago on my
>>> notebook. I liked it (compared to FreeBSD: that ports system is
>>> documented so badly..)!
>>
>> Surprised to hear that, because quite a lot of people (including yours
>> truly) find FreeBSD and Gentoo to be couple of the most well documented
>> systems.
>>
>> So, what was the exact problem you had with the ports documentation?
>>
>> --
>>
>> Regards,
>> Michael Moore <mikem.unet(at)gmail.com>
>> About *NIX: If its not fun, why do it?
>>
>>
>
> Well, after 2 weeks of fumbling and fidgeting, I still am unable to unmask KDE4.1.2.  I really do not know now where to go from this point. Here's what I"ve done.
>
> I've removed all KDE4.0.X packages.
>
> I've keyworded the KDE:4 packages (per the documentation) and I still do not see any KDE4.1.2 packages listed in emerge -upD world.
>
> I thought, at one time that I needed to also unmask the KDE4.1.2 files since I"m not running ~amd64, but that didn't change anything.
>
> I'm at a complete loss for where to go now.
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
> On 19:51 Sun 02 Nov     , Martin Herrman wrote:
>> That takes me to the issues I have experienced with FreeBSD: although
>> it looks like a very well-documented (and centralised!) system, I had
>> problems understanding e.g. the ports way of installing software. I
>> had lot's of errors, which I couldn't solve. I think that Gentoo's
>> user-base is much larger, which makes it easier to find solutions and
>> bug-reports online. But also the messages shown at e.g. the output of
>> emerge help a lot. In FreeBSD I also had trouble to do a full system
>> upgrade: what are the command's you should use in what sequence? I had
>> that information avaialble for gentoo in minutes.
>> Maybe I do not have an objective view, because I know Linux quite well
>> and FreeBSD is totally new to me.
>>
>> Best regards,
>>
>> Martin
>>
> Hi Martin,
>
> In a nutshell you could say that Gentoo Linux has a highly refined
> implementation of the methods of FreeBSD (though at the core they
> are two totally different systems- technically & philosophically).
> It includes an excellent package manager and a lot of well polished
> tools (eselect et al.) which make system administration less of a
> chore and infact a highly easy job (contrary to popular belief).
> This is one of the reasons i love Gentoo Linux -- it provides the
> power without putting you into too much of an inconvenience. But
> that doesn't take anything away from FreeBSD, which has managed to
> still follow the KISS Principle and keep things fairly well integrated.
>
> As regards the emerge output, you would realise that the make output of
> the ports system isn't different. And as for the update just read the
> docs. You would find out that a world update in FreeBSD is quite similar
> to others, provided if you get the knowhow about userland and system.
>
> But, anyways both are quite different systems so, please don't view
> anyone with any kind of prejudice. I am not trying to profess any particular
> system but, you should only criticise something once you are fairly well versed
> with it.
>
> --
>
> Michael Moore <mikem.unet(at)gmail.com>
> About *NIX: If its not fun, why do it?
>
> Mark Haney wrote:
>>
>> Well, after 2 weeks of fumbling and fidgeting, I still am unable to unmask KDE4.1.2.  I really do not know now where to go from this point. Here's what I"ve done.
>>
>> I've removed all KDE4.0.X packages.
>>
>> I've keyworded the KDE:4 packages (per the documentation) and I still do not see any KDE4.1.2 packages listed in emerge -upD world.
>>
>> I thought, at one time that I needed to also unmask the KDE4.1.2 files since I"m not running ~amd64, but that didn't change anything.
>>
>> I'm at a complete loss for where to go now.
>>
>
> Are you using a package manager that supports EAPI 2?  I suspect that this is only supported by portage v2.2 or newer versions of paludis - and the unstable kde ebuilds use EAPI 2 so they would be masked by older versions of either package manager.
>
> Mark Haney <mhaney@ercbroadband.org> skribis:
>> I've keyworded the KDE:4 packages (per the documentation) and I still do
>> not see any KDE4.1.2 packages listed in emerge -upD world.
>
> I haven't looked at the docs lately, or followed this conversation,
> but :4 was changed to :4.1
>
>
> Richard Freeman wrote:
>
>>
>> Are you using a package manager that supports EAPI 2?  I suspect that this is only supported by portage v2.2 or newer versions of paludis - and the unstable kde ebuilds use EAPI 2 so they would be masked by older versions of either package manager.
>>
>
> I was under the impression, especially based on the documentation, that the latest version of portage and associated tools supported that.  I'm using portage 2.1.4.5 and based on what I've read, this should be fine.
>
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
> Barry Schwartz wrote:
>>
>> Mark Haney <mhaney@ercbroadband.org> skribis:
>>>
>>> I've keyworded the KDE:4 packages (per the documentation) and I still do not see any KDE4.1.2 packages listed in emerge -upD world.
>>
>> I haven't looked at the docs lately, or followed this conversation,
>> but :4 was changed to :4.1
>>
>>
>
> That may be true, but in the documentation, there's no mention of what to unmask.  There's mention of what to keyword, but not unmask.  I've tried everything I can think of to unmask the files, and nothing has worked.
>
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
> Mark Haney wrote:
>>
>> Richard Freeman wrote:
>>
>
>>
>> I was under the impression, especially based on the documentation, that the latest version of portage and associated tools supported that.  I'm using portage 2.1.4.5 and based on what I've read, this should be fine.
>>
>>
>>
>
> You know, that might actually be my problem, somehow portage got downgraded here to 2.1.4.5 instead of 2.2.0_rc11 that I KNOW was on their before.
>
> So, I'm throwing 2.2.0_rc13 on here and we'll see how it goes from there.
>
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
> Mark Haney wrote:
>>
>> You know, that might actually be my problem, somehow portage got downgraded here to 2.1.4.5 instead of 2.2.0_rc11 that I KNOW was on their before.
>>
>> So, I'm throwing 2.2.0_rc13 on here and we'll see how it goes from there.
>>
>>
>>
>
>
> Yep, that did it. I can't believe I didn't catch that earlier. I was /certain/ portage was the right version.  Oh well.
>
> Thanks for all the help.
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
> Well, I've got kdebase installed (and I must say the new sets are awesome. I love it.) but I'm stumped on a problem.
>
> Instead of the KDE4.1 greeter, I'm getting the generic X Windows greeter login screen. I've checked /etc/conf.d/xdm and it says 'DISPLAYMANAGER=kde-4.1', and I've changed /etc/rc.conf to be kde-4.1, but still I get the X login.
>
> What am I missing?
>
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
> Well, I've got kdebase installed (and I must say the new sets are
> awesome. I love it.) but I'm stumped on a problem.
>
> Instead of the KDE4.1 greeter, I'm getting the generic X Windows greeter
> login screen. I've checked /etc/conf.d/xdm and it says
> 'DISPLAYMANAGER=kde-4.1', and I've changed /etc/rc.conf to be kde-4.1,
> but still I get the X login.
>
> What am I missing?
>
>
> One other thing, when I logged back in to KDE4, I lost all my desktop settings.  Is this supposed to happen?  I've set /etc/make.conf for 'kdeprefix' so I thought I would keep most of my desktop customizations.  They weren't real complex changes, just setting up a quick link on the task bar for Konsole and such.
>
>
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione
> quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
>
> 2008/11/4 Mark Haney <mhaney@ercbroadband.org>:
>> Well, I've got kdebase installed (and I must say the new sets are
>> awesome. I love it.) but I'm stumped on a problem.
>>
>> Instead of the KDE4.1 greeter, I'm getting the generic X Windows greeter
>> login screen. I've checked /etc/conf.d/xdm and it says
>> 'DISPLAYMANAGER=kde-4.1', and I've changed /etc/rc.conf to be kde-4.1,
>> but still I get the X login.
>>
>> What am I missing?
>>
>>
>> One other thing, when I logged back in to KDE4, I lost all my desktop
>> settings.  Is this supposed to happen?  I've set /etc/make.conf for
>> 'kdeprefix' so I thought I would keep most of my desktop customizations.
>>  They weren't real complex changes, just setting up a quick link on the task
>> bar for Konsole and such.
>>
> usually that stuff isn't necessary. the kdebase-startkde package
> installs the right scripts. so that you don't need kde-4.1 as
> displaymanager. try using just kdm or kde instead of kde-4.1. also
> having a look inside the qlist kdebase-startkde files might be of help
> on how to set right the displaymanager.
>
> --
> dott. ing. beso
>
> Hi Mark,
>
> Am Dienstag, 4. November 2008 14:16:25 schrieb Mark Haney:
>> Well, I've got kdebase installed (and I must say the new sets are
>> awesome. I love it.) but I'm stumped on a problem.
>>
>> Instead of the KDE4.1 greeter, I'm getting the generic X Windows greeter
>> login screen. I've checked /etc/conf.d/xdm and it says
>> 'DISPLAYMANAGER=kde-4.1', and I've changed /etc/rc.conf to be kde-4.1,
>> but still I get the X login.
>>
>> What am I missing?
>
> A few days ago I had the same problem. Then I changed the entries in both
> rc.conf and conf.d/xdm to "kdm" without any extension, and now it works.
>
> Maybe the "4.1" is only functional if one sets the kdeprefix useflag.
>
> HTH.
>
> Have a nice day.
> Till
>
> Till Schwalbe (Gentoo) wrote:
>>
>> Hi Mark,
>>
>> Am Dienstag, 4. November 2008 14:16:25 schrieb Mark Haney:
>>>
>>> Well, I've got kdebase installed (and I must say the new sets are
>>> awesome. I love it.) but I'm stumped on a problem.
>>>
>>> Instead of the KDE4.1 greeter, I'm getting the generic X Windows greeter
>>> login screen. I've checked /etc/conf.d/xdm and it says
>>> 'DISPLAYMANAGER=kde-4.1', and I've changed /etc/rc.conf to be kde-4.1,
>>> but still I get the X login.
>>>
>>> What am I missing?
>>
>> A few days ago I had the same problem. Then I changed the entries in both rc.conf and conf.d/xdm to "kdm" without any extension, and now it works.
>>
>> Maybe the "4.1" is only functional if one sets the kdeprefix useflag.
>>
>> HTH.
>>
>> Have a nice day.
>> Till
>>
>
> Well, maybe, but I can say it doesn't work in this case, as I use the kdeprefix flag.
>
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
> Beso wrote:
>
>>>
>> usually that stuff isn't necessary. the kdebase-startkde package
>> installs the right scripts. so that you don't need kde-4.1 as
>> displaymanager. try using just kdm or kde instead of kde-4.1. also
>> having a look inside the qlist kdebase-startkde files might be of help
>> on how to set right the displaymanager.
>>
>
> Well, I took a look with qlist and this is what's in there:
>
> octavian kdebase-startkde-4.1.2-r1 # qlist kdebase-startkde
> /usr/kde/3.5/bin/startkde
> /usr/kde/3.5/env/agent-startup.sh
> /usr/kde/3.5/env/xdg.sh
> /usr/kde/3.5/shutdown/agent-shutdown.sh
> /usr/share/xsessions/kde-3.5.desktop
> /etc/X11/Sessions/kde-3.5
> /usr/share/doc/kde/kdebase-startkde-4.1.2-r1/README.bz2
> /usr/share/xsessions/KDE-4.desktop
> /usr/bin/startkde
> /usr/bin/safestartkde
> /etc/kde/startup/agent-startup.sh
> /etc/kde/startup/xdg.sh
> /etc/kde/shutdown/agent-shutdown.sh
> /etc/X11/Sessions/kde-4.1
>
>
> So, based on this, I don't see a KDM listed, but I do see a kde-4.1 in /etc/X11/Sessions/
>
> Still not sure where this leaves me though.
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
> 2008/11/4 Mark Haney <mhaney@ercbroadband.org>:
>> Beso wrote:
>>
>>>>
>>> usually that stuff isn't necessary. the kdebase-startkde package
>>> installs the right scripts. so that you don't need kde-4.1 as
>>> displaymanager. try using just kdm or kde instead of kde-4.1. also
>>> having a look inside the qlist kdebase-startkde files might be of help
>>> on how to set right the displaymanager.
>>>
>>
>> Well, I took a look with qlist and this is what's in there:
>>
>> octavian kdebase-startkde-4.1.2-r1 # qlist kdebase-startkde
>> /usr/kde/3.5/bin/startkde
>> /usr/kde/3.5/env/agent-startup.sh
>> /usr/kde/3.5/env/xdg.sh
>> /usr/kde/3.5/shutdown/agent-shutdown.sh
>> /usr/share/xsessions/kde-3.5.desktop
>> /etc/X11/Sessions/kde-3.5
>> /usr/share/doc/kde/kdebase-startkde-4.1.2-r1/README.bz2
>> /usr/share/xsessions/KDE-4.desktop
>> /usr/bin/startkde
>> /usr/bin/safestartkde
>> /etc/kde/startup/agent-startup.sh
>> /etc/kde/startup/xdg.sh
>> /etc/kde/shutdown/agent-shutdown.sh
>> /etc/X11/Sessions/kde-4.1
>>
>>
>> So, based on this, I don't see a KDM listed, but I do see a kde-4.1 in
>> /etc/X11/Sessions/
>>
>> Still not sure where this leaves me though.
>>
>>
>> --
>> Frustra laborant quotquot se calculationibus fatigant pro inventione
>> quadraturae circuli
>>
>> Mark Haney
>> Sr. Systems Administrator
>> ERC Broadband
>> (828) 350-2415
>>
>> Call (866) ERC-7110 for after hours support
>>
>>
>
> as displaymanager i have just 4.0 (i should correct it to the newer
> one but it seems that for me it automatically detects changes).
> usually this shouldn't be necessary as the new /etc/init.d/xdm file
> should already point to the right location (i have different voices
> for kde3.5 kde4 and gnome that go and see the kdm in the {MY_KDE}
> directory under /usr/kde/. so if you have a look at that the
> DISPLAYMANAGER should point just to the right dir. if you have
> /usr/kde/4.1 point it to 4.1. also you should remember to install the
> kdebase-startkde-4.1.2 package or you won't be able to select that
> session.
>
> --
> dott. ing. beso
>
> Beso <givemesugarr@gmail.com> posted
> d257c3560811041417h16cfc3bby1eed7cb0e4b002ef@mail.gmail.com, excerpted
> below, on  Tue, 04 Nov 2008 22:17:09 +0000:
>
>>> So, based on this, I don't see a KDM listed, but I do see a kde-4.1 in
>>> /etc/X11/Sessions/
>
> FWIW, I don't use a *dm at all.  I boot to a virtual terminal in text
> mode, login there, and start X/KDE from there.  The /etc/X11/Sessions/*
> entries are for doing that.  You set and export XSESSION=<name>, where
> <name> is the name of one of those files, run startx, and it should do
> just that (start X), with the appropriate environment based on whichever
> one you set/exported, logged in as the user you ran startx as.  Note that
> formerly the XSESSION variable was set system-wide in some rc file, IDR
> which but something like /etc/conf.d/rc or some such, but at least with
> baselayout-2 and openrc, that's no longer the case.  Individual logins
> could always overrule it; now they set it, period, in their bashrc or
> individual scripts they create or whatever.
>
> Of course the KDE X11/Sessions files don't do much, only call startkde
> (of the appropriate version) at the appropriate time as X starts.  It's
> the startkde scripts that do the real work.
>
> But since I've customized the locations of a number of files, due to
> running /tmp on tmpfs and /var/tmp as a symlink pointed at it, plus
> customized the menu and etc for both kde3 and kde4, I have customized KDE
> start scripts as well.  These set various critical variables to point
> stuff at my customized locations, do a few more symlinks beyond what
> startkde does to keep the kde3 and kde4 user configs from stepping on
> each other, etc.
>
> But the point is, no dm is necessary.  KDE (or other environments as
> merged) can be started from the console login, provided (1) XSESSION is
> set correctly, and (2) the appropriate start scripts, for kde, the
> startkde package, is merged.  I have both the 3.5.10-r4 and 4.1.2-r1
> versions of kdebase-startkde merged, and can start either one from my
> virtual terminal login.
>
>> as displaymanager i have just 4.0 (i should correct it to the newer one
>> but it seems that for me it automatically detects changes). usually this
>> shouldn't be necessary as the new /etc/init.d/xdm file should already
>> point to the right location (i have different voices for kde3.5 kde4 and
>> gnome that go and see the kdm in the {MY_KDE} directory under /usr/kde/.
>> so if you have a look at that the DISPLAYMANAGER should point just to
>> the right dir. if you have /usr/kde/4.1 point it to 4.1. also you should
>> remember to install the kdebase-startkde-4.1.2 package or you won't be
>> able to select that session.
>
> Now, if you are running a display manager, with a graphical login, then
> the above applies.  However, it's not necessary, and I long ago (2003-
> ish, Mandrake 8.x) quit doing so, after Mandrake broke their DM login in
> whatever cooker version I was running at the time.  IIRC I had already
> been running KDE from text mode part of the time (having decided before
> that that I preferred KDE to GNOME or whatever), but after that, I got in
> the habit of doing it all the time, and I've never used whatever *DM at
> all on Gentoo, and haven't even had one merged since Gentoo/KDE started
> the split packages thing.  I just prefer logging in in text mode, I
> guess, and running X/KDE like I would any other application, from there.
>
> --
> Duncan - List replies preferred.   No HTML msgs.
> "Every nonfree program has a lord, a master --
> and if you use the program, he is your master."  Richard Stallman
>
>
> Beso wrote:
>
>>
>> as displaymanager i have just 4.0 (i should correct it to the newer
>> one but it seems that for me it automatically detects changes).
>> usually this shouldn't be necessary as the new /etc/init.d/xdm file
>> should already point to the right location (i have different voices
>> for kde3.5 kde4 and gnome that go and see the kdm in the {MY_KDE}
>> directory under /usr/kde/. so if you have a look at that the
>> DISPLAYMANAGER should point just to the right dir. if you have
>> /usr/kde/4.1 point it to 4.1. also you should remember to install the
>> kdebase-startkde-4.1.2 package or you won't be able to select that
>> session.
>>
>
> Interesatingly enough the fix was rather simple.  In /etc/conf.d/xdm, I changed 'kde-4.1' to 'kdm' and voila, problem solved.
>
>
> --
> Frustra laborant quotquot se calculationibus fatigant pro inventione quadraturae circuli
>
> Mark Haney
> Sr. Systems Administrator
> ERC Broadband
> (828) 350-2415
>
> Call (866) ERC-7110 for after hours support
>
>



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2008-09-17 21:39 Vladimir Strycek
  0 siblings, 0 replies; 148+ messages in thread
From: Vladimir Strycek @ 2008-09-17 21:39 UTC (permalink / raw
  To: gentoo-amd64

*unsubscribe*



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2008-08-22 13:24 Daniele Salatti
  2008-08-22 13:27 ` Mark Haney
  2008-08-22 14:07 ` felix
  0 siblings, 2 replies; 148+ messages in thread
From: Daniele Salatti @ 2008-08-22 13:24 UTC (permalink / raw
  To: gentoo-amd64




^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2008-08-07 10:35 Daniele Salatti
  0 siblings, 0 replies; 148+ messages in thread
From: Daniele Salatti @ 2008-08-07 10:35 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2008-08-03 10:11 Andreas Radke
  2008-08-03 15:51 ` Qian Qiao
  0 siblings, 1 reply; 148+ messages in thread
From: Andreas Radke @ 2008-08-03 10:11 UTC (permalink / raw
  To: gentoo-amd64




^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2008-06-30 12:03 Daniele Salatti
  0 siblings, 0 replies; 148+ messages in thread
From: Daniele Salatti @ 2008-06-30 12:03 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

-- 
Daniele Salatti
http://www.salatti.net

<a href="http://feeds.feedburner.com/~r/salattinet-en/~6/2"><img src="
http://feeds.feedburner.com/salattinet-en.2.gif" alt="Salatti.NET"
style="border:0"></a>

[-- Attachment #2: Type: text/html, Size: 456 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] Obligatory FF3 question.
@ 2008-06-18 12:14 Mark Haney
  2008-06-18 13:09 ` M. Edward (Ed) Borasky
  0 siblings, 1 reply; 148+ messages in thread
From: Mark Haney @ 2008-06-18 12:14 UTC (permalink / raw
  To: gentoo-amd64

So, how's it working?  Anyone emerged it yet?

-- 
Libenter homines id quod volunt credunt -- Caius Julius Caesar


Mark Haney
Sr. Systems Administrator
ERC Broadband
(828) 350-2415

Call (866) ERC-7110 for after hours support
-- 
gentoo-amd64@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2007-12-12 11:06 Matthias Zirnstein
  0 siblings, 0 replies; 148+ messages in thread
From: Matthias Zirnstein @ 2007-12-12 11:06 UTC (permalink / raw
  To: gentoo-amd64


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2007-11-11 19:12 Tim Ames
  2007-11-11 19:43 ` Qian Qiao
  0 siblings, 1 reply; 148+ messages in thread
From: Tim Ames @ 2007-11-11 19:12 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] emerge --sync failed
@ 2007-10-27 13:43 Paul Stear
  2007-10-27 13:47 ` Kenneth Prugh
  0 siblings, 1 reply; 148+ messages in thread
From: Paul Stear @ 2007-10-27 13:43 UTC (permalink / raw
  To: gentoo-amd64

Hi all,
I'm sorry if this has been covered but I have had trouble with my mail.
I use the command eix-sync && emerge -auvtDN world && prelink -aqR to 
update my system. However, since Friday I am getting the following 
output:-
* Removing old portage-cache in /var/cache/edb/dep ...               {ok ]
 * Running emerge --sync ...
 * Problems running time emerge --sync                             [ !! ]
 * emerge --sync failed

Has anybody any ideas as to what is causing this and how to solve it?
Thanks
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
[parent not found: <200707060001.l6601r6P001800@robin.gentoo.org>]
* [gentoo-amd64] unsubscribe
@ 2007-07-05  9:52 Matthias Zirnstein
  0 siblings, 0 replies; 148+ messages in thread
From: Matthias Zirnstein @ 2007-07-05  9:52 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] UNSUBSCRIBE
@ 2007-05-21 13:23 NiQoZ
  2007-05-21 14:09 ` Mark Haney
  0 siblings, 1 reply; 148+ messages in thread
From: NiQoZ @ 2007-05-21 13:23 UTC (permalink / raw
  To: gentoo-amd64





-- 
NiQoZ

*************************************
**                                 **
*         ^  NiQoZ WeB  ^           *
*                                   *
*     HISTORIQUES, TUTORIELS et     *
*      DOCUMENTATIONS pour les      *
*  administrateurs et utilisateurs  *
*        de la distribution         *
*         GENTOO GNU/Linux          *
*                                   *
*  Cliquez http://www.niqozweb.net  *
**                                 **
*************************************


-- 
NiQoZ

*************************************
**                                 **
*         ^  NiQoZ WeB  ^           *
*                                   *
*     HISTORIQUES, TUTORIELS et     *
*      DOCUMENTATIONS pour les      *
*  administrateurs et utilisateurs  *
*        de la distribution         *
*         GENTOO GNU/Linux          *
*                                   *
*  Cliquez http://www.niqozweb.net  *
**                                 **
*************************************


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2007-05-14 11:57 Axel Groetsch
  2007-05-14 16:05 ` dustin
  0 siblings, 1 reply; 148+ messages in thread
From: Axel Groetsch @ 2007-05-14 11:57 UTC (permalink / raw
  To: gentoo-amd64


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2007-05-14 11:44 Axel Groetsch
  0 siblings, 0 replies; 148+ messages in thread
From: Axel Groetsch @ 2007-05-14 11:44 UTC (permalink / raw
  To: gentoo-amd64


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2007-01-11 10:47 Axel Grötsch
  2007-01-12 17:11 ` Erik
  0 siblings, 1 reply; 148+ messages in thread
From: Axel Grötsch @ 2007-01-11 10:47 UTC (permalink / raw
  To: gentoo-amd64


unsubscribe
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2006-12-28  6:46 Jüri-Kaur Schultz
  2006-12-28 10:38 ` Daniel Iliev
                   ` (3 more replies)
  0 siblings, 4 replies; 148+ messages in thread
From: Jüri-Kaur Schultz @ 2006-12-28  6:46 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe
-- 
gentoo-amd64@gentoo.org mailing list

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2006-12-23  8:33 Alex Alpisa
  2006-12-23 12:40 ` Simon Stelling
  0 siblings, 1 reply; 148+ messages in thread
From: Alex Alpisa @ 2006-12-23  8:33 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* Re: [gentoo-amd64] Error emerge-ing ffmpeg-0.4.9-_p20062006
@ 2006-12-08 15:07 Thomas Rösner
  2006-12-08 16:13 ` [gentoo-amd64] unsubscribe roberts
  0 siblings, 1 reply; 148+ messages in thread
From: Thomas Rösner @ 2006-12-08 15:07 UTC (permalink / raw
  To: gentoo-amd64

Ronan Klyne wrote:
> Somehow my googling did not turn up that bug page, thanks for pointing
> it out...

Google doesn't like bugzilla (and, to a lesser degree, the forums). So 
if you try to find out if someone else is hit by a problem, try bugzilla 
search (with ALL as first word when using the quick search), google, 
forums (that's the order I search them).

Regards,
    T.
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2006-10-24 13:38 Jean.Borsenberger
  2006-10-24 13:51 ` Simon Stelling
  2006-10-24 14:09 ` Daniel Iliev
  0 siblings, 2 replies; 148+ messages in thread
From: Jean.Borsenberger @ 2006-10-24 13:38 UTC (permalink / raw
  To: gentoo-amd64


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2006-07-11 16:56 Michal Žeravík
  2006-07-11 17:56 ` Simon Stelling
  0 siblings, 1 reply; 148+ messages in thread
From: Michal Žeravík @ 2006-07-11 16:56 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2006-05-25 20:56 Mike Do
  2006-05-25 21:45 ` Simon Stelling
  0 siblings, 1 reply; 148+ messages in thread
From: Mike Do @ 2006-05-25 20:56 UTC (permalink / raw
  To: gentoo-amd64




-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2006-04-20 22:56 Seth Jennings
  2006-04-21  2:57 ` Kyle Lutze
  0 siblings, 1 reply; 148+ messages in thread
From: Seth Jennings @ 2006-04-20 22:56 UTC (permalink / raw
  To: gentoo-amd64


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2006-04-10 23:03 Charles Read
  0 siblings, 0 replies; 148+ messages in thread
From: Charles Read @ 2006-04-10 23:03 UTC (permalink / raw
  To: gentoo-amd64


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
[parent not found: <200602051801.k15I18Jn012951@robin.gentoo.org>]
* [gentoo-amd64] unsubscribe
@ 2006-01-31 12:02 Iain McKee
  2006-01-31 12:16 ` Simon Stelling
  0 siblings, 1 reply; 148+ messages in thread
From: Iain McKee @ 2006-01-31 12:02 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 23 bytes --]

Please unsubscribe me

[-- Attachment #2: Type: text/html, Size: 27 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2005-09-20  0:58 Brandon M. Heimbigner
  2005-09-20  9:11 ` Jonathan Schaeffer
  2005-09-20 13:30 ` felix
  0 siblings, 2 replies; 148+ messages in thread
From: Brandon M. Heimbigner @ 2005-09-20  0:58 UTC (permalink / raw
  To: gentoo-amd64

unsubscribe
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2005-08-28  5:22 Thierry Girardin
  0 siblings, 0 replies; 148+ messages in thread
From: Thierry Girardin @ 2005-08-28  5:22 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: Type: text/html, Size: 233 bytes --]

^ permalink raw reply	[flat|nested] 148+ messages in thread
* [gentoo-amd64] unsubscribe
@ 2005-08-28  3:23 dan farrell
  2005-08-28  3:30 ` dan farrell
  0 siblings, 1 reply; 148+ messages in thread
From: dan farrell @ 2005-08-28  3:23 UTC (permalink / raw
  To: gentoo-amd64




-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 148+ messages in thread

end of thread, other threads:[~2012-03-22 21:03 UTC | newest]

Thread overview: 148+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-24  6:49 [gentoo-amd64] Tracking down dependencies - x11-proto/printproto x11-apps/xdpyinfo Daiajo Tibdixious
2007-02-24 10:47 ` Boyd Stephen Smith Jr.
2007-02-25  3:17   ` Daiajo Tibdixious
2007-04-01 21:18 ` [gentoo-amd64] unsubscribe GizVee
2007-04-02  2:08   ` dustin
2007-04-02 10:49     ` Thomas Rösner
2007-04-02 23:18       ` Ryan Sims
2007-04-02 23:27     ` Guillermo A. Amaral
  -- strict thread matches above, loose matches on Subject: below --
2012-03-22 16:42 redspot
2012-03-22 17:55 ` Dale
2012-03-22 18:09   ` Alex Alexander
2012-03-22 18:37     ` Dale
2012-03-22 17:57 ` Zhu Sha Zang
2012-02-16 10:30 [gentoo-amd64] Unsubscribe Otávio Cipriani
2012-02-16 10:52 ` Dale
2012-02-16 10:56   ` Otávio Cipriani
2012-02-16 17:43   ` Benny Pedersen
2012-02-17  0:14     ` Dale
2011-06-25 17:41 [gentoo-amd64] Possible Math Problem - Request For Verification Frank Peters
2011-06-26 11:30 ` Volker Armin Hemmann
2011-06-26 12:13   ` Volker Armin Hemmann
2011-06-26 13:17     ` [gentoo-amd64] unsubscribe Piotr Hosowicz
2011-06-26 15:40       ` Dale
2011-06-26 17:26         ` Lie Ryan
2011-06-26 17:31           ` Volker Armin Hemmann
2011-06-26 17:52             ` Dale
2011-06-26 17:43           ` Dale
2011-06-17 23:25 [gentoo-amd64] no sound in firefox java Daiajo Tibdixious
2011-06-18  0:18 ` Barry Schwartz
2011-06-19  3:48   ` Daiajo Tibdixious
2011-06-19  5:05     ` [gentoo-amd64] " Duncan
2011-06-19 13:57       ` Daiajo Tibdixious
2011-06-22 12:00         ` [gentoo-amd64] Unsubscribe Tim A
2011-06-22 12:21           ` Dale
2011-06-23  7:48             ` Joost Roeleveld
2011-06-23 10:44               ` Dale
2011-06-23 17:52                 ` felix
2011-04-14  3:35 [gentoo-amd64] tcptraceroute have buffer overflow in ipv6 Benny Pedersen
2011-04-14  4:18 ` Benny Pedersen
2011-04-14 14:36   ` Frank Peters
2011-05-02 19:17     ` [gentoo-amd64] unsubscribe Guy Harrison
2011-05-02 20:19       ` Dale
2011-05-02 23:03         ` Guy Harrison
2011-01-18 11:48 redspot
2011-01-18 12:10 ` Dale
     [not found] <20101013120333.2F1A3E095D@pigeon.gentoo.org>
2010-10-13 17:05 ` Michele Schiavo
2010-10-13 18:29   ` Alex Alexander
2010-10-13 18:38   ` Thanasis
2010-10-22 17:26     ` Daniel de Oliveira
2010-10-22 18:12       ` Alex Alexander
2010-10-22 19:28       ` Drake Donahue
2010-10-22 20:26         ` Daniel de Oliveira
2010-10-23 22:53           ` Juan Fco. Giordana
2010-03-08 17:17 Rafał
2010-01-10 22:26 Осипов Станислав
2010-01-11  6:31 ` Xi Shen
     [not found] <20090821220006.39E54E058D@pigeon.gentoo.org>
2009-08-21 23:37 ` Donald Anderson
2009-07-24 18:58 Donald Anderson
2009-07-24 19:07 ` Eduardo Schoedler
2009-07-11  7:31 igor
2009-07-16  9:37 ` Denis Solaro
2009-06-18 17:42 l0rd4gu1 .
2009-06-18 18:00 ` Bob Sanders
2009-06-20  2:48   ` Homer Parker
2009-06-20  9:18     ` Peter Humphrey
2009-06-20 19:00       ` felix
2009-06-17 19:19 redspot
2009-02-09  9:13 Mateusz Mierzwinski
2009-02-07 18:03 Eirik Rude
2008-11-06 20:36 Adam Mooz
2008-11-06 21:03 ` Paul Hartman
2008-11-06  4:26 redspot
2008-11-06  4:31 ` Qian Qiao
2008-09-17 21:39 Vladimir Strycek
2008-08-22 13:24 Daniele Salatti
2008-08-22 13:27 ` Mark Haney
2008-08-22 14:07 ` felix
2008-08-22 14:19   ` Daniele Salatti
2008-08-22 15:05     ` Volker Armin Hemmann
2008-08-07 10:35 Daniele Salatti
2008-08-03 10:11 Andreas Radke
2008-08-03 15:51 ` Qian Qiao
2008-08-05  1:14   ` Michael Beasley
2008-06-30 12:03 Daniele Salatti
2008-06-18 12:14 [gentoo-amd64] Obligatory FF3 question Mark Haney
2008-06-18 13:09 ` M. Edward (Ed) Borasky
2008-06-18 14:06   ` Mark Haney
2008-06-18 15:40     ` Beso
2008-06-18 15:43       ` Mark Haney
2008-06-18 20:55         ` Beso
2008-06-19 14:21           ` Mark Haney
2008-06-19 14:55             ` anorexicsumo
2009-06-23 21:11               ` [gentoo-amd64] UNSUBSCRIBE Nicolas Merline
2007-12-12 11:06 [gentoo-amd64] unsubscribe Matthias Zirnstein
2007-11-11 19:12 Tim Ames
2007-11-11 19:43 ` Qian Qiao
2007-11-11 20:16   ` felix
2007-10-27 13:43 [gentoo-amd64] emerge --sync failed Paul Stear
2007-10-27 13:47 ` Kenneth Prugh
2007-10-27 14:59   ` Paul Stear
2007-10-27 19:12     ` Beso
2010-12-13 19:52       ` [gentoo-amd64] unsubscribe Kevin Carpenter
2010-12-13 20:22         ` Volker Armin Hemmann
2010-12-13 22:45         ` Dale
     [not found] <200707060001.l6601r6P001800@robin.gentoo.org>
2007-07-08 20:28 ` Fraser Thomson
2007-07-05  9:52 Matthias Zirnstein
2007-05-21 13:23 [gentoo-amd64] UNSUBSCRIBE NiQoZ
2007-05-21 14:09 ` Mark Haney
2007-05-22  0:39   ` me
2007-05-22  0:44     ` Dustin J. Mitchell
2007-05-23 10:34       ` Isidore Ducasse
2007-05-14 11:57 [gentoo-amd64] unsubscribe Axel Groetsch
2007-05-14 16:05 ` dustin
2007-05-14 16:44   ` felix
2007-05-14 17:13     ` dustin
2007-05-14 11:44 Axel Groetsch
2007-01-11 10:47 Axel Grötsch
2007-01-12 17:11 ` Erik
2007-01-12 20:59   ` Jean.Borsenberger
2007-01-12 21:03     ` David Pyke
2007-01-12 21:13       ` Jean.Borsenberger
2007-01-12 21:40         ` Simon Stelling
2007-01-13 19:03           ` felix
2007-01-14 19:33             ` Nicolas Merline
2006-12-28  6:46 Jüri-Kaur Schultz
2006-12-28 10:38 ` Daniel Iliev
2006-12-28 10:40 ` Simon Stelling
2006-12-28 15:17 ` felix
2006-12-28 16:43 ` Michel Merinoff
2006-12-28 16:48   ` Ryan A. Rice
2006-12-28 17:01     ` Harry Holt
2006-12-28 17:35   ` Mike Bonar
2006-12-23  8:33 Alex Alpisa
2006-12-23 12:40 ` Simon Stelling
2006-12-08 15:07 [gentoo-amd64] Error emerge-ing ffmpeg-0.4.9-_p20062006 Thomas Rösner
2006-12-08 16:13 ` [gentoo-amd64] unsubscribe roberts
2006-12-08 17:33   ` Daniel Iliev
2006-12-08 19:18   ` Joaquim Quinteiro Uchoa
2006-12-08 19:49     ` Marek Wróbel
2006-12-09  3:39       ` Vladimir G. Ivanovic
2006-12-09 12:49         ` Peter Weller
2006-10-24 13:38 Jean.Borsenberger
2006-10-24 13:51 ` Simon Stelling
2006-10-24 13:53   ` Rob Lesslie
2006-10-24 14:09 ` Daniel Iliev
2006-07-11 16:56 Michal Žeravík
2006-07-11 17:56 ` Simon Stelling
2006-05-25 20:56 Mike Do
2006-05-25 21:45 ` Simon Stelling
2006-05-25 22:48   ` Peter Humphrey
2006-05-25 22:54     ` Nuitari
2006-05-26  0:20       ` Chris Traylor
2006-05-26  1:36         ` Mike Arthur
2006-05-25 23:02     ` Hemmann, Volker Armin
2006-05-25 23:44   ` Benny Pedersen
2006-05-26  2:10   ` Richard Fish
2006-05-26  8:39     ` Simon Stelling
2006-04-20 22:56 Seth Jennings
2006-04-21  2:57 ` Kyle Lutze
2006-04-10 23:03 Charles Read
     [not found] <200602051801.k15I18Jn012951@robin.gentoo.org>
2006-02-05 18:47 ` Casey Bralla
2006-02-05 19:31   ` Craig Webster
2006-01-31 12:02 Iain McKee
2006-01-31 12:16 ` Simon Stelling
2005-09-20  0:58 Brandon M. Heimbigner
2005-09-20  9:11 ` Jonathan Schaeffer
2005-09-20 13:30   ` felix
2005-09-20 13:30 ` felix
2005-08-28  5:22 Thierry Girardin
2005-08-28  3:23 dan farrell
2005-08-28  3:30 ` dan farrell
2005-08-29 21:37   ` Camilo Aguilar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox