Re: [gentoo-user] newbie's problems with Gentoo (messages on startup, installing gnuplot, running KDE) - part 3

2005-05-14 Thread Bruno Lustosa
On 5/14/05, Marcin Balcerzak <[EMAIL PROTECTED]> wrote:
> THE SECOND PROBLEM concerns installing gnuplot.
> As I've said, everything was installe by emerge and, according to
> emerge -tpuD gnuplot evarything needed is installed except with the gnuplot
> itself.

Do you really need to enable svgalib on gnuplot?
I didn't try to emerge it with +svga, but I have it working fine here.
The flags are:

[ebuild   R   ] media-gfx/gnuplot-4.0-r1  +X -doc -emacs +gd -ggi
-pdflib -plotutils +png +readline (-svga) -xemacs 0 kB


-- 
Bruno Lustosa, aka Lofofora  | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ: 1406477
Rio de Janeiro - Brazil  |

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT: Yet another GNUPLOT query

2005-10-27 Thread Hareesh Nagarajan
Hi,

I have the following GNUPLOT input file:
http://cs.uic.edu/~hnagaraj/histo-plot.txt

And the following is my data file:
http://cs.uic.edu/~hnagaraj/histo-val.txt

And this is my GNUPLOT generated PNG file:
http://cs.uic.edu/~hnagaraj/histo.png

As my GNUPLOT file mentions, I wish to have the XTICS below rotated
say to the right or left (I have put in -135 for kicks) like it is
shown here:
   http://gnuplot.sourceforge.net/demo_4.1/histograms.html

I have GNUPLOT 4.1 as well as GNUPLOT 4.0, what changes must I make to
have the labels tilted south east? For eg, for the first bar, I'd like
the label to look like this.
0
  \
   \
128

Thanks!

Hareesh

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gnuplot (and other packages) depending on xemacs?

2006-04-02 Thread Erik

I wonder why gnuplot needs xemacs. I did "equery d xemacs" and got:
[ Searching for packages depending on xemacs... ]
sci-visualization/gnuplot-4.0-r1
app-xemacs/xemacs-base-1.75
app-xemacs/xemacs-ispell-1.24
app-xemacs/ada-1.13
app-xemacs/apel-1.26
app-xemacs/fsf-compat-1.12
app-xemacs/leim-1.20
app-xemacs/mule-base-1.42


But "emerge -pv gnuplot" shows:

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

Calculating dependencies... done!
[ebuild   R   ] sci-visualization/gnuplot-4.0-r1  USE="X emacs ggi png 
readline -doc -gd* -pdf% -plotutils* -svga* -xemacs" 0 kB


Total size of downloads: 0 kB


note the "-xemacs" in the USE flags. The '-' should mean that I do NOT 
want xemacs functionality in gnuplot.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can I do this with GNUPLOT?

2005-09-22 Thread Bryan Whitehead

This is a bit offtopic... maybe the gnuplot mailinglist?

http://www.lns.cornell.edu/public/COMP/info/gnuplot/gpltinfo_1.html


On Thu, 22 Sep 2005, Hareesh Nagarajan wrote:


Hi All:

Suppose I have 2 files, the first file's contents are (0, 100) and the
second file's contents are (0, 50). Now, can I make GNUPLOT plot a
graph with the average, i.e. (0, 100+50/2)?

Sure, I could create a third file which stores the average (0, 75) and
I could just plot the third file using GNUPLOT.

The solution needs to be generic because each of these files could
have any number of lines and I could have any number of files. But
what I need to plot will always be the average.

Thanks!

Hareesh
PS: Is there an IRC channel for GNUPLOT?




--
Bryan Whitehead
Email:[EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Changing cpan repo in emerge

2014-07-06 Thread shawn wilson
How do I change emerge/ebuild from using cpan to metacpan to a local repo?

I see mirror://cpan/foo and I figure SRC_URI gets scraped and changed
(I'm guessing this happens somewhere in python since I don't see
anything happening to SRC_URI in perl-module.eclass). I just want to
use metacpan for all of my packages, but I'm sure some would want to
use a local repo as well and I can't figure out how.

I tried using the old method of:
SRC_URI="mirror://www.metacpan.org/authors/id/K/KW/KWMAK/Chart/Gnuplot/${P}.tar.gz"

but that errors:
b89c521c6177 Chart-Gnuplot # ebuild Chart-Gnuplot-0.21.0.ebuild manifest
Appending /usr/local/src/gentoo-portage-overlay to PORTDIR_OVERLAY...
>>> Downloading 
>>> 'http://distfiles.gentoo.org/distfiles/Chart-Gnuplot-0.21.tar.gz'
--2014-07-06 22:44:10--
http://distfiles.gentoo.org/distfiles/Chart-Gnuplot-0.21.tar.gz
Resolving distfiles.gentoo.org... 216.165.129.135, 156.56.247.195,
64.50.236.52, ...
Connecting to distfiles.gentoo.org|216.165.129.135|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-07-06 22:44:10 ERROR 404: Not Found.

!!! Couldn't download 'Chart-Gnuplot-0.21.tar.gz'. Aborting.
!!! Fetch failed for Chart-Gnuplot-0.21.tar.gz, can't update Manifest

Maybe there's two questions here - first being why it's looking at
distfiles.gentoo.org instead of the SRC_URI I provided and how to
change where cpan points.



Re: [gentoo-user] Changing cpan repo in emerge

2014-07-07 Thread Alan McKinnon
On 07/07/2014 00:47, shawn wilson wrote:
> How do I change emerge/ebuild from using cpan to metacpan to a local repo?
> 
> I see mirror://cpan/foo and I figure SRC_URI gets scraped and changed
> (I'm guessing this happens somewhere in python since I don't see
> anything happening to SRC_URI in perl-module.eclass). I just want to
> use metacpan for all of my packages, but I'm sure some would want to
> use a local repo as well and I can't figure out how.
> 
> I tried using the old method of:
> SRC_URI="mirror://www.metacpan.org/authors/id/K/KW/KWMAK/Chart/Gnuplot/${P}.tar.gz"
> 
> but that errors:
> b89c521c6177 Chart-Gnuplot # ebuild Chart-Gnuplot-0.21.0.ebuild manifest
> Appending /usr/local/src/gentoo-portage-overlay to PORTDIR_OVERLAY...
>>>> Downloading 
>>>> 'http://distfiles.gentoo.org/distfiles/Chart-Gnuplot-0.21.tar.gz'
> --2014-07-06 22:44:10--
> http://distfiles.gentoo.org/distfiles/Chart-Gnuplot-0.21.tar.gz
> Resolving distfiles.gentoo.org... 216.165.129.135, 156.56.247.195,
> 64.50.236.52, ...
> Connecting to distfiles.gentoo.org|216.165.129.135|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2014-07-06 22:44:10 ERROR 404: Not Found.
> 
> !!! Couldn't download 'Chart-Gnuplot-0.21.tar.gz'. Aborting.
> !!! Fetch failed for Chart-Gnuplot-0.21.tar.gz, can't update Manifest
> 
> Maybe there's two questions here - first being why it's looking at
> distfiles.gentoo.org instead of the SRC_URI I provided and how to
> change where cpan points.
> 
> 
> 


It's trying to fetch sources from distfiles.gentoo.org because that is
the default location for sources.


Where does that ebuild for Chart-Gnuplot come from? It isn't in the
tree; is it an ebuild you made, or from an overlay?

I have some auto-generated local ebuilds here that I made ages ago using
some automated cpan<->ebuild tool that was in portage. Unfortunately I
don;t recall the name :-) but here's the guts of what it built:


MODULE_AUTHOR=MANOWAR
MODULE_VERSION=0.20
inherit perl-module

DESCRIPTION="Authen::Radius - provide simple Radius client facilities"

DEPEND="dev-lang/perl"

MY_P=RadiusPerl-${PV}
SRC_URI="mirror://cpan/authors/id/M/MA/MANOWAR/${MY_P}.tar.gz"



I *think* the magic is all in "inherit perl-module"



-- 
Alan McKinnon
alan.mckin...@gmail.com




[gentoo-user] Can I do this with GNUPLOT?

2005-09-22 Thread Hareesh Nagarajan
Hi All:

Suppose I have 2 files, the first file's contents are (0, 100) and the
second file's contents are (0, 50). Now, can I make GNUPLOT plot a
graph with the average, i.e. (0, 100+50/2)?

Sure, I could create a third file which stores the average (0, 75) and
I could just plot the third file using GNUPLOT.

The solution needs to be generic because each of these files could
have any number of lines and I could have any number of files. But
what I need to plot will always be the average.

Thanks!

Hareesh
PS: Is there an IRC channel for GNUPLOT?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Generating an online graph/chart

2007-04-12 Thread Grant

Gnuplot, scilab... there are lots. Maybe you want to be more specific
as to which format would you want to use for the generated graph:

jpg, gif, svg: gnuplot
flash: sswf


gnuplot looks perfect.  Thanks a lot.

- Grant



> Hello, does anyone know of a package in portage that will take my data
> and generate a graph or chart from it for online viewing?
>
> - Gran

--
[EMAIL PROTECTED] mailing list



[gentoo-user] udev, /dev/svga and gnuplot

2005-08-11 Thread Paul M Foster
Using gentoo 2005.0 and trying to install the latest gnuplot, the 
compile fails, and appears to be looking for a /dev/svga link. 
I've updated udev and svgalib to the latest. There was supposedly a fixed 
bug, number 92158, which talks about this. The person who repaired the 
bug made a change to svgalib to repair the problem, but the version 
repaired appears to be 1.9.21, and the latest I can get is 1.9.19.

No workaround is mentioned, so my question is: how do I make a proper 
link at /dev/svga, so gnuplot will be happy and compile?

Paul

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] udev, /dev/svga and gnuplot

2005-08-11 Thread Paul M Foster
Using gentoo 2005.0 and trying to install the latest gnuplot, the 
compile fails, and appears to be looking for a /dev/svga link. 
I've updated udev and svgalib to the latest. There was supposedly a fixed 
bug, number 92158, which talks about this. The person who repaired the 
bug made a change to svgalib to repair the problem, but the version 
repaired appears to be 1.9.21, and the latest I can get is 1.9.19.

No workaround is mentioned, so my question is: how do I make a proper 
link at /dev/svga, so gnuplot will be happy and compile?

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



Re: [gentoo-user] Can I do this with GNUPLOT?

2005-09-22 Thread Hareesh Nagarajan
On 9/22/05, Willie Wong <[EMAIL PROTECTED]> wrote:
> the problem needs to be specific because I have no idea what you are
> thinking of:

So I have the following files: rate1.txt, rate2.txt, ..., rateN.txt
rate1.txt has the following contents:

0  5
1 10
2 11
3 12.5
...
...

rate2.txt has the following contents:

0  15.7
1 12
2 12
3 124.5
...
...

and so on.

Now, I want to plot a graph which will take the corresponding lines
from each of the files and average it out:

For example: If I had rate1.txt and rate2.txt, I basically wish to
plot a file which looks like this

0 (5+15.7)/2
1 (10+12)/2
...
...

What I could do (and what I have done) is create a file rate.txt which
averages out the values in rate1.txt, rate2.txt,... rateN.txt and then
I could just plot rate.txt simply using GNUPLOT.

So I was wondering if I could avoid that step and tell GNUPLOT to do
the following:

``Hey GNUPLOT open files rate1.txt and rate2.txt. Let column1 in
rate1.txt be $1, column2 in rate1.txt be $a and column2 in rate2.txt
be $b, so plot $1 on the X axis and ($a+$b)/2 on the Y axis."

Whew!

Thanks for reading this!

Hareesh

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev, /dev/svga and gnuplot

2005-08-11 Thread W.Kenworthy
bunyip ccze-0.2.1 # ACCEPT_KEYWORDS="~x86" emerge svgalib -s
Searching...
[ Results for search key : svgalib ]
[ Applications found : 1 ]

*  media-libs/svgalib
  Latest version available: 1.9.21
  Latest version installed: 1.9.19-r3
  Size of downloaded files: 928 kB
  Homepage:http://www.svgalib.org/
  Description: A library for running svga graphics on the console
  License: BSD



On Thu, 2005-08-11 at 02:02 -0400, Paul M Foster wrote:
> Using gentoo 2005.0 and trying to install the latest gnuplot, the 
> compile fails, and appears to be looking for a /dev/svga link. 
> I've updated udev and svgalib to the latest. There was supposedly a fixed 
> bug, number 92158, which talks about this. The person who repaired the 
> bug made a change to svgalib to repair the problem, but the version 
> repaired appears to be 1.9.21, and the latest I can get is 1.9.19.
> 
> No workaround is mentioned, so my question is: how do I make a proper 
> link at /dev/svga, so gnuplot will be happy and compile?
> 
> Paul
> 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] newbie's problems with Gentoo (messages on startup, installing gnuplot, running KDE) - part 3

2005-05-14 Thread Marcin Balcerzak
THE SECOND PROBLEM concerns installing gnuplot.
As I've said, everything was installe by emerge and, according to
emerge -tpuD gnuplot evarything needed is installed except with the gnuplot
itself.

What is given by emerge to STDOUT I shall not include here (about 45kB...)
but on the first sight there's nothing suspicious (to me, but I'm not an
experienced Linux user...).
The result on STDERR is:

configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: WARNING: Please see INSTALL for a required readline bugfix.
svgalib: Cannot open /dev/svga
Is svgalib_helper module loaded?
make[2]: *** [eg1.tex] Error 1
make[2]: *** Waiting for unfinished jobs
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

!!! ERROR: media-gfx/gnuplot-4.0-r1 failed.
!!! Function src_compile, Line 67, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status
message.





When doing modprobe svgalib_helper the only result is (on STDERR):
FATAL: Error inserting svgalib_helper
(/lib/modules/2.6.11-gentoo-r6/kernel/misc/svgalib_helper.ko): Unknown
symbol in module, or unknown parameter (see dmesg)



dmesg gives a lot of text, ending with:
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
:00:10.0: 3Com PCI 3c905B Cyclone 100baseTx at 0x7480. Vers LK1.1.19
devfs_mk_dev: could not append to parent for vcc/a9
devfs_mk_dev: could not append to parent for vcc/10
devfs_mk_dev: could not append to parent for vcc/a10
devfs_mk_dev: could not append to parent for vcc/11
devfs_mk_dev: could not append to parent for vcc/a11
devfs_mk_dev: could not append to parent for vcc/4
devfs_mk_dev: could not append to parent for vcc/a4
devfs_mk_dev: could not append to parent for vcc/5
devfs_mk_dev: could not append to parent for vcc/a5
devfs_mk_dev: could not append to parent for vcc/6
devfs_mk_dev: could not append to parent for vcc/a6
devfs_mk_dev: could not append to parent for vcc/7
devfs_mk_dev: could not append to parent for vcc/a7
devfs_mk_dev: could not append to parent for vcc/8
devfs_mk_dev: could not append to parent for vcc/a8
devfs_mk_dev: could not append to parent for vcc/9
ACPI: PCI interrupt :00:10.0[A] -> GSI 10 (level, low) -> IRQ 10
devfs_mk_dev: could not append to parent for vcc/2
devfs_mk_dev: could not append to parent for vcc/a2
devfs_mk_dev: could not append to parent for vcc/a9
devfs_mk_dev: could not append to parent for vcc/3
devfs_mk_dev: could not append to parent for vcc/a3
devfs_mk_dev: could not append to parent for vcc/10
devfs_mk_dev: could not append to parent for vcc/a10
svgalib_helper: Unknown symbol devfs_mk_symlink


If it be of some help, I can include whole listing (about 14kB...)
The question is: what to do to install gnuplot?
Regards.

--
Marcin Balcerzak
<>

Re: [gentoo-user] udev, /dev/svga and gnuplot

2005-08-11 Thread Paul M Foster
On Thu, Aug 11, 2005 at 09:52:56PM +0800, W.Kenworthy wrote:

> bunyip ccze-0.2.1 # ACCEPT_KEYWORDS="~x86" emerge svgalib -s
> Searching...
> [ Results for search key : svgalib ]
> [ Applications found : 1 ]
> 
> *  media-libs/svgalib
>   Latest version available: 1.9.21
>   Latest version installed: 1.9.19-r3
>   Size of downloaded files: 928 kB
>   Homepage:http://www.svgalib.org/
>   Description: A library for running svga graphics on the console
>   License: BSD
> 

Okay, this package, installed, does not solve the problem. So again, how 
do I create a _working_ link to /dev/svga? (Not MAKEDEV-- it doesn't 
know how to make this link.)

Paul


> 
> 
> On Thu, 2005-08-11 at 02:02 -0400, Paul M Foster wrote:
> > Using gentoo 2005.0 and trying to install the latest gnuplot, the
> > compile fails, and appears to be looking for a /dev/svga link.
> > I've updated udev and svgalib to the latest. There was supposedly a fixed
> > bug, number 92158, which talks about this. The person who repaired the
> > bug made a change to svgalib to repair the problem, but the version
> > repaired appears to be 1.9.21, and the latest I can get is 1.9.19.
> >
> > No workaround is mentioned, so my question is: how do I make a proper
> > link at /dev/svga, so gnuplot will be happy and compile?
> >
> > Paul
> >
> 
> --
> gentoo-user@gentoo.org mailing list

-- 
Paul M. Foster
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Generating an online graph/chart

2007-04-12 Thread Fabio

Gnuplot, scilab... there are lots. Maybe you want to be more specific
as to which format would you want to use for the generated graph:

jpg, gif, svg: gnuplot
flash: sswf

On 12/04/07, Grant <[EMAIL PROTECTED]> wrote:

Hello, does anyone know of a package in portage that will take my data
and generate a graph or chart from it for online viewing?

- Grant
--
[EMAIL PROTECTED] mailing list





--
Fabio A. Correa D.

Physics Dept, Universidad Nacional, Bogota, Colombia
[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
My webpage and OpenPGP key at http://facorread.150m.com
My alexandria.cc address is not available anymore.
--
[EMAIL PROTECTED] mailing list



[gentoo-user] amanda client

2005-10-21 Thread Jorge Almeida
Google says there exists such a thing as "amanda-client", but it's not
in portage.
[EMAIL PROTECTED] ~ $ emerge -pv amanda

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N] mail-client/mailx-support-20030215  8 kB
[ebuild  N] net-libs/liblockfile-1.06  31 kB
[ebuild  N] mail-client/mailx-8.1.2.20040524-r1  126 kB
[ebuild  N] sys-block/mtx-1.2.18  163 kB
[ebuild  N] app-arch/mt-st-0.7-r1  34 kB
[ebuild  N] app-arch/dump-0.4.39  +readline -static 270 kB
[ebuild  N] media-libs/pdflib-5.0.4_p1-r1  +java +perl +python 
-tcltk 2,759 kB
[ebuild  N    ] media-gfx/gnuplot-4.0-r1  +X +doc -emacs -gd -ggi 
+pdflib -plotutils +png +readline -svga -xemacs 2,110 kB
[ebuild  N] app-backup/amanda-2.4.5  -berkdb -debug -gdbm -samba 
-xfs 1,505 kB

Total size of downloads: 7,009 kB
~
Judging from the names, most of these packages appear to be useful only
in the server (gnuplot, ...).
I need to setup the computer as client only.
What to do? Should I emerge all of this? (Or are these just small
emerges?)

-- 
Jorge Almeida
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can I do this with GNUPLOT?

2005-09-22 Thread Willie Wong
On Thu, Sep 22, 2005 at 01:38:35PM -0500, Hareesh Nagarajan wrote:
> Suppose I have 2 files, the first file's contents are (0, 100) and the
> second file's contents are (0, 50). Now, can I make GNUPLOT plot a
> graph with the average, i.e. (0, 100+50/2)?
> 
> Sure, I could create a third file which stores the average (0, 75) and
> I could just plot the third file using GNUPLOT.
> 
> The solution needs to be generic because each of these files could
> have any number of lines and I could have any number of files. But
> what I need to plot will always be the average.

the problem needs to be specific because I have no idea what you are
thinking of:

  1) Are the number of lines per file going to be the same? I.e., you
  can have a variable number of lines, N, but the N is independent of
  the file you choose?

  2) Are you doing a line by line average? For 2 files of 3 lines
  each, will you end up with a final average with 3 data points (1st
  line from 1st file with the 1st line from second file and so on), or
  will you just have the average of all 6 points?

There are many more uncertainties to your question, please be more
specific.

W
-- 
S: mm
W: hum, dan's been idle for almost three days.
W: what's up with him!?
S: have you seen him?  is he dead?
W: Yes, and Yes
S: eek!  did you kill him?
W: I saw a zombie of distinct resemblance to Daniel Jonathan Peng yesterday and
   played pool with it for two hours
W: no
W: i think the frozen halibut he ordered was accidently airdropped instead of 
   ground mailed
W: and the 140 pounder, poor beast, is deeply hurt
W: from landing on top of dan, instead of on the ground
S: frozen... halibut...?
W: so instead of dying instantaneously, the poor beast suffered a great deal
W: yes
W: we are just glad he didn't order a sperm whale... because a mistake of that 
   magnitude would have destroyed forbes college altogether
S: erk... what a strange occurence
Sortir en Pantoufles: up 41 days, 23:31
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] newbie's problems with Gentoo (messages on startup, installing gnuplot, running KDE) - part 4

2005-05-14 Thread Neil Bothwick
On Sat, May 14, 2005 9:59 pm, Marcin Balcerzak said:

> (EE) Unable to locate/open config file

Have you run xorgconfig? Did it create /etc/X11/xorg.conf for you?



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev, /dev/svga and gnuplot

2005-08-11 Thread Holly Bostick
Paul M Foster schreef:
> On Thu, Aug 11, 2005 at 09:52:56PM +0800, W.Kenworthy wrote:
> 
> 
>>bunyip ccze-0.2.1 # ACCEPT_KEYWORDS="~x86" emerge svgalib -s
>>Searching...
>>[ Results for search key : svgalib ]
>>[ Applications found : 1 ]
>>
>>*  media-libs/svgalib
>>  Latest version available: 1.9.21
>>  Latest version installed: 1.9.19-r3
>>  Size of downloaded files: 928 kB
>>  Homepage:http://www.svgalib.org/
>>  Description: A library for running svga graphics on the console
>>  License: BSD
> 
> 
> When I ran emerge --search media-libs/svgalib, I don't get that version. 
> Being new to gentoo, could you explain why the 1.9.21 version shows up 
> when you do it this way? Is it because of the "ACCEPT_KEYWORDS" 
> assignment, and if so, why?

Yes, it is. The 1.9.21 version is marked unstable ("~arch", the key
issue being the ~ before the architecture name), and apparently you have
only authorized Portage (in /etc/make.conf) to accept/show stable
packages (ACCEPT_KEYWORDS="arch", as opposed to ACCEPT_KEYWORDS="~arch").

So the unstable packages generally are invisible to you, unless you
override the current ACCEPT_KEYWORDS setting either globally (in
/etc/make.conf), or for the specific package (in
/etc/portage/package.keywords), or use another portage search tool (such
as 'eix', which shows you all the versions in Portage, whether or not
Portage will actually emerge them for you because your settings block them).

Paul M Foster also schreef:

> Using gentoo 2005.0 and trying to install the latest gnuplot, the 
> compile fails, and appears to be looking for a /dev/svga link. 
> I've updated udev and svgalib to the latest. There was supposedly a fixed 
> bug, number 92158, which talks about this. The person who repaired the 
> bug made a change to svgalib to repair the problem

According to Bugzilla,

> the check now installs rules.d for udev-045 and better

What version of udev are you using?

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



Re: [gentoo-user] newbie's problems with Gentoo (messages on startup, installing gnuplot, running KDE) - part 4

2005-05-14 Thread Daniel Drake
Marcin Balcerzak wrote:
> THE THIRD PROBLEM concearns KDE.
> I've installed "everything" (according to emerge...) and it doesn't work.
> The only result of startkde is writing on STDERR:

Judging by this post, it looks like you haven't read the documentation at all.

http://www.gentoo.org/doc/en/index.xml?catid=desktop

Right now, you want the X server and KDE guides, but the others will also be
useful as you get more things set up.

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



Re: [gentoo-user] Replacement for qpkg... please!?!?

2005-11-02 Thread Paul Varner
On Wed, 2005-11-02 at 23:24 -0500, Walter Dnes wrote:
>   Silly me, I went and RTFM'd before doing anything.  TFM says, and I
> quote...
> 
> > Unimplemented Options
> >changes
> > 
> >depends
> > 
> >glsa  - use glsa-check for the time being.
> > 
> >stats
> 
>   Guess it's time for a documentation bugzilla entry.  Unmerging gnuplot
> and libkudzu got rid of the requests for additional stuff.  Thanks for
> the help.

It is http://bugs.gentoo.org/show_bug.cgi?id=74944 and is fixed in the
unstable version of gentoolkit.

Regards,
Paul

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] newbie's problems with Gentoo (messages on startup, installing gnuplot, running KDE)

2005-05-14 Thread Bruno Lustosa
On 5/14/05, Marcin Balcerzak <[EMAIL PROTECTED]> wrote:
> Hello everyone,
> This 4 mails are citations from comp.os.linux.misc (I've been advised to ask
> some more Gentoo-experts).  :-) I would appreciate any helpful answer.

Ok.

> I'm sorry for kilobytes and any inconvenience (three sub-posts) - don't kill
> me

There are no sub-posts. All it is is this message :)
Post your questions and we'll see what we can do.

-- 
Bruno Lustosa, aka Lofofora  | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ: 1406477
Rio de Janeiro - Brazil  |

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Generating an online graph/chart

2007-04-12 Thread Francisco Rivas

Hi all..
Some project to do that exist but they are not in portage... If you are
still interest

http://www.aditus.nu/jpgraph/
PHP HTML Graph Class
GDGraph for PHP
PHP-GNUPlot

I do not wich one is the best but making a fast search that are the
results..  I hope help you...

On 4/12/07, Grant <[EMAIL PROTECTED]> wrote:


Hello, does anyone know of a package in portage that will take my data
and generate a graph or chart from it for online viewing?

- Grant
--
[EMAIL PROTECTED] mailing list





--
Francisco Rivas


Re: [gentoo-user] amanda client

2005-10-22 Thread Mark Shields
Since google is your friend, if you had searched for "gentoo
amanda-client", you would've found some more information. 
"amanda-client" as your only search keyword returns some distros that
have seperate server/client packages  (like Debian, FreeBSD,
OpenBSD).  But these seem to be, if these packages are still
active, distro-created seperate packages.  If you look at the
official website (http://amanda.org), you will see that even the
official releases don't have seperate server/client packages.  The
server/client all come in the same gzipped tar file.  Now, if you
were to request an ebuild for the client be made (I checked
bugs.gentoo.org, nothing there mentioning a client-only version), or
possibly a specific use flag for the ebuild (say amandaserver), someone
might be happy enough to make one for you (or you can always nudge the
package maintainer).On 10/21/05, Jorge Almeida <[EMAIL PROTECTED]> wrote:
Google says there exists such a thing as "amanda-client", but it's notin portage.[EMAIL PROTECTED] ~ $ emerge -pv amandaThese are the packages that I would merge, in order:Calculating dependencies ...done!
[ebuild  N] mail-client/mailx-support-20030215  8 kB[ebuild  N]
net-libs/liblockfile-1.06  31 kB[ebuild  N]
mail-client/mailx-8.1.2.20040524-r1  126 kB[ebuild  N]
sys-block/mtx-1.2.18  163 kB[ebuild  N]
app-arch/mt-st-0.7-r1  34 kB[ebuild  N]
app-arch/dump-0.4.39  +readline -static 270 kB[ebuild  N]
media-libs/pdflib-5.0.4_p1-r1  +java +perl +python -tcltk
2,759 kB[ebuild  N]
media-gfx/gnuplot-4.0-r1  +X +doc -emacs -gd -ggi +pdflib
-plotutils +png +readline -svga -xemacs 2,110 kB[ebuild  N]
app-backup/amanda-2.4.5  -berkdb -debug -gdbm -samba -xfs
1,505 kBTotal size of downloads: 7,009 kB~Judging from the names, most of these packages appear to be useful onlyin the server (gnuplot, ...).I need to setup the computer as client only.
What to do? Should I emerge all of this? (Or are these just smallemerges?)--Jorge Almeida--gentoo-user@gentoo.org mailing list
-- - Mark Shields


[gentoo-user] newbie's problems with Gentoo (messages on startup, installing gnuplot, running KDE)

2005-05-14 Thread Marcin Balcerzak
Hello everyone,
This 4 mails are citations from comp.os.linux.misc (I've been advised to ask
some more Gentoo-experts).  :-) I would appreciate any helpful answer.

Hi,
I've decide to send this post to: comp.os.linux.development.system,
comp.os.linux.misc, comp.os.linux.setup, comp.os.linux.x just because I'm
not a Linux-guru and thus I don't know whether my problems are somehow
linked with each other. In that way maybe
more experts will read about my problems and maybe some of them will
answer...

I'm sorry for kilobytes and any inconvenience (three sub-posts) - don't kill
me

Thanking in anticipation for your answers...

--
Pozdrawiam,
Marcin Balcerzak
<>

Re: [gentoo-user] newbie's problems with Gentoo (messages on startup, installing gnuplot, running KDE) - part 2

2005-05-14 Thread Daniel Drake
Marcin Balcerzak wrote:
> When loading, just after:
> Calculating module dependencies...
> I've got 3 or 4 lines like:
> error calling: "unlink" in 'GLOBAL'
> and the last is ended with [OK].
> After some non-suspicious lines and
> Setting user font   [OK]
> I've got:
> action_compat: error unlinking: "*" No such file or directory
> where * is, consecutively: vcs6, vcsa6, vcs7, vcsa7, vcs8, vcsa8, vcs9.

These are devfs/devfsd messages. If you followed the instructions correctly,
you would have not compiled devfs into your kernel, and you'd be using udev
instead.

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



Re: [gentoo-user] Replacement for qpkg... please!?!?

2005-11-02 Thread Dale
Walter Dnes wrote:

>Silly me, I went and RTFM'd before doing anything.  TFM says, and I
>quote...
>
>  
>
>>Unimplemented Options
>>   changes
>>
>>   depends
>>
>>   glsa  - use glsa-check for the time being.
>>
>>   stats
>>
>>

That's what mine said too.  Imagine that.  O_O  I'm just glad the command can't 
RTFM.  LOL


>  Guess it's time for a documentation bugzilla entry.  Unmerging gnuplot
>and libkudzu got rid of the requests for additional stuff.  Thanks for
>the help.
>
>  
>
Glad it worked though.  I just tried it anyway.  I figured if anything
it would just puke on me.  Eww.

Dale
:-)

-- 
To err is human, I'm most certainly human.

 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dash as /bin/sh?

2006-09-01 Thread Erik

Alexander Skwar wrote:

The Ubuntu folks report on https://wiki.ubuntu.com/DashAsBinSh, that
bootup and also ./configure runs are *WAY* faster if "dash" is used
as /bin/sh instead of bash.

Did anyone try this out on Gentoo? Are the boot scripts from Gentoo
strictly POSIX compliant?


I tried "time configure" in gnuplot several times for each shell and 
took the fastest time.


shell real   user  sys
  bash   0m11.924s  0m6.848s  0m2.980s
  dash   0m11.822s  0m6.888s  0m2.816s
static dash   0m11.977s  0m6.804s  0m3.064s

dash would be 0,9% faster, which is not statistically significant when 
measuring like this.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev, /dev/svga and gnuplot

2005-08-11 Thread Paul M Foster
On Thu, Aug 11, 2005 at 09:52:56PM +0800, W.Kenworthy wrote:

> bunyip ccze-0.2.1 # ACCEPT_KEYWORDS="~x86" emerge svgalib -s
> Searching...
> [ Results for search key : svgalib ]
> [ Applications found : 1 ]
> 
> *  media-libs/svgalib
>   Latest version available: 1.9.21
>   Latest version installed: 1.9.19-r3
>   Size of downloaded files: 928 kB
>   Homepage:http://www.svgalib.org/
>   Description: A library for running svga graphics on the console
>   License: BSD

When I ran emerge --search media-libs/svgalib, I don't get that version. 
Being new to gentoo, could you explain why the 1.9.21 version shows up 
when you do it this way? Is it because of the "ACCEPT_KEYWORDS" 
assignment, and if so, why?

Paul

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Replacement for qpkg... please!?!?

2005-11-02 Thread Walter Dnes
On Wed, Nov 02, 2005 at 05:28:46PM -0600, Dale wrote

> Try equery.  It works pretty good, once I figured out how to use it, a
> little.  I'm new to this stuff too, sort of.
> 
> equery depends 
> 
> Example, I like them too.
> 
> > [EMAIL PROTECTED] / # equery depends tetex

  Silly me, I went and RTFM'd before doing anything.  TFM says, and I
quote...

> Unimplemented Options
>changes
> 
>depends
> 
>glsa  - use glsa-check for the time being.
> 
>stats

  Guess it's time for a documentation bugzilla entry.  Unmerging gnuplot
and libkudzu got rid of the requests for additional stuff.  Thanks for
the help.

-- 
Walter Dnes <[EMAIL PROTECTED]> In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] The big clean up

2007-08-26 Thread W.Kenworthy
Also, try running prelink on the system - I found a number of old,
orphaned binaries on a ~5yr plus gentoo yesterday that had broken years
ago when I ran prelink this time! - it complains about missing
dependencies.  Some files did turn out to be from currently installed
packages (curl, gnuplot, glade, ...) that revdep-rebuild didnt pick up -
a bit of a worry ...

Is there a script that uses the "equery check" functionality and lists
both broken packages and orphans in the system directories not accounted
for? - this seems like a good start.

Billk

On Sun, 2007-08-26 at 10:25 +0100, Neil Bothwick wrote:
> Hello Noud Aldenhoven,
> 
> > I'd really like to clean things up, order most of the files and remove
> > packages which aren't important anymore.
> > 
> >
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] newbie's problems with Gentoo (messages on startup, installing gnuplot, running KDE) - part 2

2005-05-14 Thread Marcin Balcerzak
First of all, I've got (newly installed) Gentoo (installed Stage2). During
general emerging I've done also gcc and kernel (now it is 2.6.11-gentoo-r6).
My linux bootloader is lilo. All version are latest - according to emerge
(portage synchronized vie internet few days ago). My USE make variable is
packed full of many things, which I found usefull.

THE FIRST PROBLEM:

When loading, just after:
Calculating module dependencies...
I've got 3 or 4 lines like:
error calling: "unlink" in 'GLOBAL'
and the last is ended with [OK].
After some non-suspicious lines and
Setting user font   [OK]
I've got:
action_compat: error unlinking: "*" No such file or directory
where * is, consecutively: vcs6, vcsa6, vcs7, vcsa7, vcs8, vcsa8, vcs9.

Where is the cause and how to repair this?
Regards.
--
Pozdrawiam,
Marcin Balcerzak

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [Pgf-users] Tikz - gnuplot: Plotting a function with asymptotes

2007-10-13 Thread Fabian Steiner
On Friday 12 October 2007 15:25:55 Kjell Magne Fauske wrote:
> [...]
> TikZ only reads the first two columns. The third column indicates if
> the value is in range (i) or out of range (o). To get a correct plot,
> TikZ should avoid plotting values with the o flag set, and insert a
> moveto operation when an i flag is encountered. This is definitely a
> valid feature request. I don't know how hard it is to implement this
> behavior though.

That's the exact problem, you are right. I now filed a feature request [1] and 
hope that a solution is found in the near future. Unfortunately, I can not 
contribute some work on my own as I am not familiar with latex and pgf 
internals but a mere user.

Thanks for your help,
Fabian
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Dash as /bin/sh?

2006-09-04 Thread Alexander Skwar
Erik <[EMAIL PROTECTED]>:

> Alexander Skwar wrote:
>> The Ubuntu folks report on https://wiki.ubuntu.com/DashAsBinSh, that
>> bootup and also ./configure runs are *WAY* faster if "dash" is used
>> as /bin/sh instead of bash.
>>
>> Did anyone try this out on Gentoo? Are the boot scripts from Gentoo
>> strictly POSIX compliant?
> 
> I tried "time configure" in gnuplot several times for each shell and 
> took the fastest time.
> 
> shell real   user  sys
>bash   0m11.924s  0m6.848s  0m2.980s
>dash   0m11.822s  0m6.888s  0m2.816s
> static dash   0m11.977s  0m6.804s  0m3.064s
> 
> dash would be 0,9% faster, which is not statistically significant when 
> measuring like this.

Interesting. Thanks. Them Ubuntu guys said, that the configure run
for OOo is supposed to be much faster - 2 minutes, or so.

Thanks!

Alexander Skwar
-- 
These PRESERVES should be FORCE-FED to PENTAGON OFFICIALS!!


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] sablotron emerge problem

2005-09-05 Thread Martin Muellenberg
hi all,

i have the following problem when emerging sth.
for example is this produced by emerge gnuplot:
...
>>> Regenerating /etc/ld.so.cache...
>>> media-gfx/gnuplot-4.0-r1 merged.

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

 app-text/sablotron
selected: 1.0
   protected: 1.0.1
 omitted: none

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging app-text/sablotron-1.0...
No package files given... Grabbing a set.
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3206, in ?
unmerge("clean", ["world"])
  File "/usr/bin/emerge", line 2251, in unmerge

retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,mysettings,unmerge_action
 
not in ["clean","prune"])
  File "/usr/lib/portage/pym/portage.py", line 2901, in unmerge
mylink.unmerge(trimworld=mytrimworld,cleanup=1)
  File "/usr/lib/portage/pym/portage.py", line 6119, in unmerge
spawn("bzip2 -d "+self.dbdir+"/environment.bz2",self.settings,free=1)
  File "/usr/lib/portage/pym/portage.py", line 1603, in spawn
return portage_exec.spawn_bash(mystring,env=env,**keywords)
  File "/usr/lib/portage/pym/portage_exec.py", line 48, in spawn_bash
return spawn(args,env=env,opt_name=opt_name,**keywords)
  File "/usr/lib/portage/pym/portage_exec.py", line 164, in spawn
raise str(e)+":\n   "+myc+" "+string.join(myargs)
execve() arg 3 contains a non-string value:
   /bin/bash [sablotron-1.0] bash -c bzip2 
-d /var/db/pkg/app-text/sablotron-1.0/environment.bz2
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3206, in ?
unmerge("clean", ["world"])
  File "/usr/bin/emerge", line 2251, in unmerge

retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,mysettings,unmerge_action
 
not in ["clean","prune"])
  File "/usr/lib/portage/pym/portage.py", line 2901, in unmerge
mylink.unmerge(trimworld=mytrimworld,cleanup=1)
  File "/usr/lib/portage/pym/portage.py", line 6130, in unmerge

a=doebuild(myebuildpath,"prerm",self.myroot,self.settings,cleanup=cleanup,use_cache=0,tree="vartree")
  File "/usr/lib/portage/pym/portage.py", line 2611, in doebuild
return spawn(EBUILD_SH_BINARY+" 
"+mydo,mysettings,debug=debug,free=1,logfile=logfile)
  File "/usr/lib/portage/pym/portage.py", line 1603, in spawn
return portage_exec.spawn_bash(mystring,env=env,**keywords)
  File "/usr/lib/portage/pym/portage_exec.py", line 48, in spawn_bash
return spawn(args,env=env,opt_name=opt_name,**keywords)
  File "/usr/lib/portage/pym/portage_exec.py", line 164, in spawn
raise str(e)+":\n   "+myc+" "+string.join(myargs)
execve() arg 3 contains a non-string value:
   /bin/bash [sablotron-1.0] bash -c /usr/lib/portage/bin/ebuild.sh prerm
!!! FAILED prerm: 1
localhost marmll #

i get the same error message when reemerging sablotron itself.
i am very thankful for any kind of tip.

martin muellenberg 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] The big clean up

2007-08-27 Thread Bo Ørsted Andresen
On Monday 27 August 2007 03:28:34 W.Kenworthy wrote:
> Some files did turn out to be from currently installed packages (curl,
> gnuplot, glade, ...) that revdep-rebuild didnt pick up - a bit of a
> worry ...

Probably the most reliable version of revdep-rebuild currently in the tree is 
in gentoolkit 0.2.4_pre5. Might want to use that for a while. Also
/etc/revdep-rebuild/ contains some files that affect what revdep-rebuild 
finds.

> Is there a script that uses the "equery check" functionality and lists
> both broken packages and orphans in the system directories not accounted
> for? - this seems like a good start.

I'm sure there are some nasty scripts flowing around on the forums. qcheck -a 
and qfile -o are available in portage-utils, however, there are *lots* af 
files not owned by any package that are essential on a gentoo system. Proceed 
with extreme caution.. ;)

-- 
Bo Andresen


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


Re: [gentoo-user] Re: Is it possible to move from hardened profile?

2012-01-15 Thread czernitko
Well, hardened profile really did add some peace of mind to me, very rarely
I found some app to be terminated thanks to stack smashing protection. I
would like to have safe working environment, but the incompatibility cost
me quite some time. Hardened would be the only choice for me if it was a
server solution, but for notebook workstation with KDE it is quite
inconvenient. ATI fglrx drivers have problems on hardened kernel (even with
GrSec and PAX disabled, just thanks to other hardened patches), VirtualBox
cannot be compiled using hardened gcc profile, when trying to emerge
wxMaxima some of its dependencies refuse to be compiled on hardened profile
(was it gnuplot? I am really not sure)... These are usually small amounts
of time which I have to invest, but there is quite a bunch of them. On
server I have no such problems and I am using hardened profile with lots of
security features turned on without problems, but on desktop workstation it
is quite a pain.
Anyway I have already creates a partition and in some free time I have been
installing Gentoo with default profile via chroot. When I have complete
environment and all my data moved, I'll try to convert the profile, just
out of curiosity...
Peter


Re: [gentoo-user] wxPython/wxWidgets release number mismatch

2018-09-17 Thread Andrew Udvare
On 9/17/18 3:48 PM, Grant Edwards wrote:
> Does anybody have any idea what the below is trying to tell me?
> 
> _WHAT_ two compenents are mismatched?
> 
> WTF is the point of printing a "release number mismatch" warning
> without tell the user which two components are mismatched?
> 
> You might as well print out
> 
> WARNING: something might or might be wrong!
> 
> I've reinstalled wxpython, pygtk, and wxGTK, and it didn't help.

I think you need to try this:

revdep-rebuild -L wx_baseu-3.0 -- --ask

I had an issue where Audacity and a few others could not start due to
version mismatches. Got an issue where the ABIs were different. After
running the above command and reinstalling, these apps started working
again.

Calculating dependencies... done!
[ebuild   R] x11-libs/wxGTK-3.0.4
[ebuild   R] x11-libs/wxGTK-3.0.4-r300
[ebuild   R] app-editors/wxhexeditor-0.24
[ebuild   R] games-emulation/pcsx2-1.4.0
[ebuild   R] app-arch/p7zip-16.02-r4
[ebuild   R] net-ftp/filezilla-3.36.0
[ebuild   R] media-video/mediainfo-18.08.1
[ebuild   R] sci-visualization/gnuplot-5.2.4
[ebuild   R] media-sound/audacity-2.2.2
[ebuild   R] games-emulation/dolphin-5.0

I would presume wxPython will be in your list.

Andrew



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-22 Thread Chris Stankevitz
On Mon, May 21, 2012 at 11:07 PM, Hans de Graaff  wrote:
> Yes, this is true. We do this because normally ruby contains a copy of
> rdoc. We unbundle that and thus the external rdoc implementation is
> installed.

Hans,

Thank you, I understand.

Apparently I have to add some ruby_targets_ruby19 USE flags to my
system.  I pasted a snippet of my /etc/portage/package.use below.  I
included some other entries for context.

Question 1: Is it true that, except for this new RUBY stuff, every
entry in my package.use file is an attempt by me to enable some
feature I want in a package I want?

Answer 1: Yes

Question 2: Does it seem weird that portage wants me to add USE flags
to enable some feature in a package I never heard of and have no
interest in and to top it off has a very weird name
(ruby_targets_ruby19)?

Answer 2: [your answer here]

The tone of this message might sound obnoxious, but it's just a
"trick" I am using to better ask my question.  I'm not complaining (I
don't even know enough about this to have a complaint), I'm really
just curious.

Thank you,

Chris

===

>From /etc/portage/package.use:

# Give a GUI to cmake
dev-util/cmake qt4

# Enable git-svn, gitk, and git bash completion
dev-vcs/git tk bash-completion subversion
dev-vcs/subversion -dso perl

# Enable nice mounts in gnome
gnome-base/gvfs fuse

# Enable plotting in octave
sci-mathematics/octave gnuplot

# Satisfy Gentoo's desire to have RUBY and rdoc installed
dev-ruby/rubygems ruby_targets_ruby19
dev-ruby/rake ruby_targets_ruby19
dev-ruby/racc ruby_targets_ruby19
dev-ruby/rdoc ruby_targets_ruby19
dev-ruby/json ruby_targets_ruby19



[gentoo-user] Adding a use flag: hwdb

2012-06-10 Thread Chris Stankevitz
Hello,

Background:

I enable USE flags by adding them to /etc/portage/package.use.  This
file is filled with all sorts of "personal preference customizations"
of my system.  This file does not contain "required system USE flags".

A month ago emerge insisted that I enable a USE flag
"ruby_targets_ruby19" to a bunch of packages on my system.  Feeling
uncomfortable adding a "system required" USE flag to package.use (vs
"personal preference customization"), I posted to this list and indeed
learned that I was going about it all wrong!  In that particular case,
I should have added 'RUBY_TARGETS="ruby18 ruby19"' to /etc/make.conf.
Actually, the Gentoo team should add this to the profile... presumably
they will eventually do this or have done so already.

Question:

Today emerge is asking me to add "=sys-fs/udev-171-r6 hwdb" to
package.use to appease udisk.  Just as before, this looks fishy to me
and I would like to get your opinion about how to properly satisfy
this seemingly system-required-use-flag.  My gut instinct is that this
USE flag requirement should be handled by the Gentoo team in the
profile or in some other place that I never look at.

What do you guys think?  Should I append "udev hwdb" to package.use
right after my long list of "personal preference customizations"?

Thank you,

Chris

PS: A snippet from my /etc/portage/package.use:

# Give a GUI to cmake
dev-util/cmake qt4

# Enable nice mounts in gnome
gnome-base/gvfs fuse

# Enable plotting in octave
sci-mathematics/octave gnuplot

# Enable GNOME right-click to create targz
app-arch/file-roller nautilus

# Satisfy a dependency I do not understand needed by a package I never heard of
=sys-fs/udev-171-r6 hwdb



Re: [gentoo-user] Memory Usage

2006-12-15 Thread Redouane Boumghar

Hello all,

Grant wrote:

Also, I've noticed in top that when my server's 2GB of memory is
filled, it uses a small amount of swap (~24k) before it frees some up.
The "Swap: 24k" then remains.  Is that normal?


Yes I have also notice that after a heavy ram use I get this tiny
space used on my swap. And it remains even after my ram has been half freed.
My box has 1GB of ram and the small amount I sometime get on swap is
164KB and it can stay like that for 2 weeks, until i reboot.
But I assume rebooting is not a great solution for a server :=)

Writing to disk is too expensive as Pablo Antonio suggested, so once swap
has been used it won't be cleaned until next use, but how to be sure
it is cleaned at next use ?

Anyway if you want to have stats on the usage of your memory you can use 'free'
but for a long-period log I would recommend 'vmstat' as it puts everything on one 
line so you could gnuplot it later.


vmstat | grep -v [a-z] >> memory.log


As Daniel Iliev suggested, there is the configurable sysctl for swap control 
solutions. The variables vm.swappiness and the vm.swap_token_timeout which

control the "trashing behavior". I didn't really find much info on 
vm.swap_token_timeout.

The man is not very extensive.
Has Anyone more info on configuration of the file /etc/sysctl.conf  ?
especially for :
vm.swappiness
vm.swap_token_timeout

If we get a solution or just some more info,
it would be nice to have a wiki page about it, wouldn't it ? ;)

Have a Good Day,
Red.

+
MAGELLIUM  @  http://www.magellium.fr/
+

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What's the best way to force a particular version of a dependency

2020-06-07 Thread Rich Freeman
On Sun, Jun 7, 2020 at 2:56 PM n952162  wrote:
>
>
>  $ equery list \* | grep readline
>  sys-libs/readline-7.0_p5-r1
>
> But, given your answer about exclusivity/inclusivity in the other thread, I 
> guess this result is questionable...

This is just showing what version you have installed, not what
versions are available.

>
> The ebuild for bash-5.0_p17 has:
>
>   READLINE_VER="8.0"
>
> The ebuilds for other the other users don't, I believe.

So, first, this is just a random local variable and has no meaning in
and of itself.  It is used in the dependency string which makes that
version of bash dependent on readline v8 specifically.  Other packages
that don't list a version of readline will accept any version that
isn't masked/etc.  So they're fine with v8.

>
> The emerge that I used was this:
>
> emerge -auDv --verbose-conflicts --changed-use --keep-going --with-bdeps=y 
> --changed-deps --backtrack=100 @system

Yeah, you might have to include the other packages that need readline
if portage complains.

>
> However, I was just able to get it to build with this script:
>
> $ cat update-readline
> #!/usr/bin/env bash
> emerge -uUv $(cat <<-eof
> sys-libs/readline
> dev-db/postgresql
> sys-apps/gawk
> net-wireless/wpa_supplicant
> sys-fs/lvm2
> dev-lang/python
> dev-lang/lua
> sci-visualization/gnuplot
> dev-db/postgresql
> app-text/hunspell
> sys-fs/udftools
> sys-block/parted
> x11-wm/fvwm
> net-misc/ntp
> sys-devel/gdb
> dev-db/postgresql
> sys-libs/gdbm
> net-mail/mailutils
> app-misc/rlwrap
> sys-devel/bc
> dev-libs/libxml2
> net-dns/bind-tools
> eof
> )
>

That will probably work.  Offhand I'm not sure if you need to add -1 /
--oneshot to that to prevent all that cruft from being added to your
world file.

-- 
Rich



Re: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly)

2009-06-28 Thread pk
Mark Knecht wrote:

>These days I'm trading stock index futures for a living. I have
> data files that I analyze in Excel over the weekend to help me make
> decisions about how to trade the coming week, but I'm always fighting
> Excel as it really isn't intended for the sort of math I want to do.
> The math's not difficult, but I need to look at various ranges,
> manage, sort and extract data from arrays, and amd then create charts.
> This is getting pretty difficult in Excel these days so I've started
> to wonder about writing a simple app to do what I need to do. It's not
> generally difficult stuff but it requires (or I prefer) a lot of small
> charts. I'm vaguely familiar with C & Pascal, but haven't programmed
> in years. I don't know C++ at all. I was trained as an EE.

Have you looked at using Octave? It's a Matlab clone (and thus very
C-like), can output to Gnuplot and you can also create filters of your
own and output to Graphviz. The language R can perhaps also be of use,
depending on what you wish to accomplish...

>So the main question is what sort of language (and possibly
> programming environment) should a complete novice look at to get his
> feet wet with GUI programming. I'd like something fairly light -
> performance probably won't be a huge problem - that I could run under
> Cygwin or maybe compile to run native in Windows should that ever
> become useful. For now it's probably a relatively simple Linux app
> that I'd likely run once a week on Saturday morning on 15 to 20
> databases I collect on Friday night.

Why Windows? I'm merely curious, not trying to criticize...

Best regards

Peter K



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

2013-04-18 Thread Wang Xuerui
2013/4/18 Joseph :
> Well, I finally narrow it down to one build in functionality it that is
> build into some library, though nobody can tell me which library is it.
> I'm talking about the option when you go to "Print" from for example Firefox
> or evince, when print window pop-up there is option: "Print to File" (this
> has nothing to do with cups-pdf filter)
> This option is not working as before. Prior to upgrade I could print from
> Firefox to PDF to any user sub-directory now I can only print to user home
> folder. Evince will not print at all to pdf or ps file.
> So that library screw me up, but I don't know which one is it.


Is that library ghostscript-gpl? The package provides quite a bit of
functionality regarding PS/PDF file generation. On my system this
gives:

$ equery depends ghostscript-gpl
 * These packages depend on ghostscript-gpl:
app-text/epspdf-0.5.3 (app-text/ghostscript-gpl)
app-text/libspectre-0.2.7 (>=app-text/ghostscript-gpl-8.62)
app-text/ps2eps-1.64 (app-text/ghostscript-gpl)
dev-lang/nasm-2.10.07 (doc ? app-text/ghostscript-gpl)
dev-python/matplotlib-1.2.0-r2 (latex ? app-text/ghostscript-gpl)
dev-tex/tex4ht-20090611_p1038-r1 (app-text/ghostscript-gpl)
media-gfx/gimp-2.8.4 (postscript ? app-text/ghostscript-gpl)
media-gfx/imagemagick-6.7.8.7 (postscript ? app-text/ghostscript-gpl)
media-gfx/inkscape-0.48.4 (postscript ? app-text/ghostscript-gpl)
media-gfx/uniconvertor-1.1.5 (app-text/ghostscript-gpl)
media-libs/sk1libs-0.9.1 (app-text/ghostscript-gpl)
net-print/cups-1.5.2-r4 (app-text/ghostscript-gpl[cups])
net-print/foomatic-filters-4.0.17 (app-text/ghostscript-gpl)
sci-mathematics/octave-3.4.3-r1 (app-text/ghostscript-gpl)
sci-visualization/gnuplot-4.6.1 (doc ? app-text/ghostscript-gpl)

A lot of packages. So I suspect that is the problem.



[gentoo-user] python-updater failure

2009-12-06 Thread Michael P. Soulier
So I ran a big emerge --update world and it picked up Python 2.6 from 2.5.
It'd be nice if python-updater ran automatically when this happens but it
doesn't, but gcompris failing to build was a nice reminder that it needed to
be done.

So I ran it...

msoul...@anton:~$ sudo python-updater
Password: 
 * Starting Python Updater from 2.5 to 2.6 :
 *   Adding to list: =net-p2p/bittorrent-5.0.9-r1
 *   Adding to list: =app-admin/webapp-config-1.50.16-r1
 *   Adding to list: =dev-util/scons-1.2.0-r1
 *   Adding to list: =sys-libs/cracklib-2.8.13
 *   Adding to list: =gnome-extra/libgsf-1.14.11
 *   Adding to list: =media-libs/mutagen-1.15
 *   Adding to list: =media-libs/lcms-1.18-r1
 *   Adding to list: =media-libs/pdflib-7.0.2_p8
 *   Adding to list: =dev-libs/boost-1.35.0-r2
 *   Adding to list: =dev-libs/libxslt-1.1.24-r1
 *   Adding to list: =dev-libs/libgamin-0.1.10-r2
 *   Adding to list: =dev-python/numeric-24.2-r6
 *   Adding to list: =dev-python/lxml-2.2.1
 *   Adding to list: =dev-python/cython-0.11.2
 *   Adding to list: =dev-python/numpy-1.2.1
 *   Adding to list: =dev-python/pygobject-2.16.1
 *   Adding to list: =dev-python/pycairo-1.8.2
 *   Adding to list: =dev-python/gnuplot-py-1.8
 *   Adding to list: =dev-python/twisted-web-8.1.0
 *   Adding to list: =dev-python/pycrypto-2.0.1-r8
 *   Adding to list: =dev-python/pyopenssl-0.9
 *   Adding to list: =dev-python/pyopengl-3.0.0
 *   Adding to list: =dev-python/dnspython-1.6.0
 *   Adding to list: =dev-python/twisted-8.1.0
 *   Adding to list: =dev-python/pyxml-0.8.4-r1
 *   Adding to list: =dev-python/wxpython-2.6.4.0-r2
 *   Adding to list: =x11-libs/vte-0.17.4-r3
 *   Adding to list: =net-zope/zope-interface-3.5.1
 *   Adding to list: =app-portage/layman-1.2.3
 *   Adding to list: =dev-java/java-config-1.3.7-r1

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

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "=dev-python/lxml-2.2.1".

Umm... now what?

Mike
-- 
Michael P. Soulier 
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein


pgp2OTspY7C8f.pgp
Description: PGP signature


Re: [gentoo-user] Memory Usage

2006-12-15 Thread Dale
Redouane Boumghar wrote:
> Hello all,
>
> Grant wrote:
>> Also, I've noticed in top that when my server's 2GB of memory is
>> filled, it uses a small amount of swap (~24k) before it frees some up.
>> The "Swap: 24k" then remains.  Is that normal?
>
> Yes I have also notice that after a heavy ram use I get this tiny
> space used on my swap. And it remains even after my ram has been half
> freed.
> My box has 1GB of ram and the small amount I sometime get on swap is
> 164KB and it can stay like that for 2 weeks, until i reboot.
> But I assume rebooting is not a great solution for a server :=)
>
> Writing to disk is too expensive as Pablo Antonio suggested, so once swap
> has been used it won't be cleaned until next use, but how to be sure
> it is cleaned at next use ?

>From /etc/conf.d/rc:

> # RC_SWAP_ERASE controls erasing of swap partitions at shutdown.
> # Useful for all those paranoid peeps to nuke their memory.
>
> RC_SWAP_ERASE="yes"



>
> Anyway if you want to have stats on the usage of your memory you can
> use 'free'
> but for a long-period log I would recommend 'vmstat' as it puts
> everything on one line so you could gnuplot it later.
>
> vmstat | grep -v [a-z] >> memory.log
>
>
> As Daniel Iliev suggested, there is the configurable sysctl for swap
> control solutions. The variables vm.swappiness and the
> vm.swap_token_timeout which
> control the "trashing behavior". I didn't really find much info on
> vm.swap_token_timeout.
>
> The man is not very extensive.
> Has Anyone more info on configuration of the file /etc/sysctl.conf  ?
> especially for :
> vm.swappiness
> vm.swap_token_timeout

You can put this in your /etc/sysctl.conf file:

> vm.swappiness = 30

That is what I have in mine.  It does work though.  I have changed and
you can see the difference.

>
> If we get a solution or just some more info,
> it would be nice to have a wiki page about it, wouldn't it ? ;)
>
> Have a Good Day,
> Red.
>
> +
> MAGELLIUM  @  http://www.magellium.fr/
> +
>

-- 
gentoo-user@gentoo.org mailing list



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

2013-04-18 Thread Joseph

On 04/18/13 20:38, Wang Xuerui wrote:

2013/4/18 Joseph :

Well, I finally narrow it down to one build in functionality it that is
build into some library, though nobody can tell me which library is it.
I'm talking about the option when you go to "Print" from for example Firefox
or evince, when print window pop-up there is option: "Print to File" (this
has nothing to do with cups-pdf filter)
This option is not working as before. Prior to upgrade I could print from
Firefox to PDF to any user sub-directory now I can only print to user home
folder. Evince will not print at all to pdf or ps file.
So that library screw me up, but I don't know which one is it.



Is that library ghostscript-gpl? The package provides quite a bit of
functionality regarding PS/PDF file generation. On my system this
gives:

$ equery depends ghostscript-gpl
* These packages depend on ghostscript-gpl:
app-text/epspdf-0.5.3 (app-text/ghostscript-gpl)
app-text/libspectre-0.2.7 (>=app-text/ghostscript-gpl-8.62)
app-text/ps2eps-1.64 (app-text/ghostscript-gpl)
dev-lang/nasm-2.10.07 (doc ? app-text/ghostscript-gpl)
dev-python/matplotlib-1.2.0-r2 (latex ? app-text/ghostscript-gpl)
dev-tex/tex4ht-20090611_p1038-r1 (app-text/ghostscript-gpl)
media-gfx/gimp-2.8.4 (postscript ? app-text/ghostscript-gpl)
media-gfx/imagemagick-6.7.8.7 (postscript ? app-text/ghostscript-gpl)
media-gfx/inkscape-0.48.4 (postscript ? app-text/ghostscript-gpl)
media-gfx/uniconvertor-1.1.5 (app-text/ghostscript-gpl)
media-libs/sk1libs-0.9.1 (app-text/ghostscript-gpl)
net-print/cups-1.5.2-r4 (app-text/ghostscript-gpl[cups])
net-print/foomatic-filters-4.0.17 (app-text/ghostscript-gpl)
sci-mathematics/octave-3.4.3-r1 (app-text/ghostscript-gpl)
sci-visualization/gnuplot-4.6.1 (doc ? app-text/ghostscript-gpl)

A lot of packages. So I suspect that is the problem.


No, I checked on my functioning systems (prior upgrade) is 
ghostscript-gpl-9.05-r1 and the after upgrade it was the same version so it is 
not it.

--
Joseph



Re: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly)

2009-06-28 Thread Mark Knecht
On Sun, Jun 28, 2009 at 10:09 AM, pk wrote:
> Mark Knecht wrote:
>
>>    These days I'm trading stock index futures for a living. I have
>> data files that I analyze in Excel over the weekend to help me make
>> decisions about how to trade the coming week, but I'm always fighting
>> Excel as it really isn't intended for the sort of math I want to do.
>> The math's not difficult, but I need to look at various ranges,
>> manage, sort and extract data from arrays, and amd then create charts.
>> This is getting pretty difficult in Excel these days so I've started
>> to wonder about writing a simple app to do what I need to do. It's not
>> generally difficult stuff but it requires (or I prefer) a lot of small
>> charts. I'm vaguely familiar with C & Pascal, but haven't programmed
>> in years. I don't know C++ at all. I was trained as an EE.
>
> Have you looked at using Octave? It's a Matlab clone (and thus very
> C-like), can output to Gnuplot and you can also create filters of your
> own and output to Graphviz. The language R can perhaps also be of use,
> depending on what you wish to accomplish...

I haven't looked at Octave. I was thinking I should program a stand
alone app and not really use an existing app. It's jsut where my head
was.

>
>>    So the main question is what sort of language (and possibly
>> programming environment) should a complete novice look at to get his
>> feet wet with GUI programming. I'd like something fairly light -
>> performance probably won't be a huge problem - that I could run under
>> Cygwin or maybe compile to run native in Windows should that ever
>> become useful. For now it's probably a relatively simple Linux app
>> that I'd likely run once a week on Saturday morning on 15 to 20
>> databases I collect on Friday night.
>
> Why Windows? I'm merely curious, not trying to criticize...
>

No offense taken. All the trading is done on the Windows platform
using proprietary trading platform apps. All the datafiles are
therefore sitting in Windows and it just seems easier to just run a
small app of my own there. I sometimes travel but still need to trade
so my laptop would be running Windows at that time. I'd rather do my
learning in the Linux environment. Less risk I'll blow away my whole
machines, etc., and generally a nicer group of people cannot be found.
:-)

- Mark



Re: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly)

2009-06-28 Thread Robert Bridge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Knecht wrote:
> Hi,
>I know this is WAY off topic for this list but there's a lot of
> smart, experienced people here so I figured I'd look for a little
> guidance and then possibly join another email list that's more
> appropriate.
> 
>These days I'm trading stock index futures for a living. I have
> data files that I analyze in Excel over the weekend to help me make
> decisions about how to trade the coming week, but I'm always fighting
> Excel as it really isn't intended for the sort of math I want to do.
> The math's not difficult, but I need to look at various ranges,
> manage, sort and extract data from arrays, and amd then create charts.
> This is getting pretty difficult in Excel these days so I've started
> to wonder about writing a simple app to do what I need to do. It's not
> generally difficult stuff but it requires (or I prefer) a lot of small
> charts. I'm vaguely familiar with C & Pascal, but haven't programmed
> in years. I don't know C++ at all. I was trained as an EE.
> 
>So the main question is what sort of language (and possibly
> programming environment) should a complete novice look at to get his
> feet wet with GUI programming. I'd like something fairly light -
> performance probably won't be a huge problem - that I could run under
> Cygwin or maybe compile to run native in Windows should that ever
> become useful. For now it's probably a relatively simple Linux app
> that I'd likely run once a week on Saturday morning on 15 to 20
> databases I collect on Friday night.
> 
>If you can recommend a good list or forum for silly folks like me -
> know nothing about programming and have to ask lots os stupid beginner
> questions - I'd greatly appreciate that also.

#friendly-coders on freenode is full of friendly people.

Depending on how much effort you are willing to put in, I would probably
suggest looking at some form of macro set for a spreadsheet (Excel and
OO Calc both use basic variants, Gnumeric has a python interpreter.)

Another possibility if you don't need much interactivity on the GUI
would be to create a script + C-mini-app using GnuPlot to generate your
graphs.

Just a few thoughts...
Rob.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpHrWMACgkQZr0UhZgPVmyffgCg97gheECMbXqdhH640aGkxuWM
fjoAoOwNt9vD+uNIt/iENZ0svkSR6B+4
=I+WH
-END PGP SIGNATURE-



Re: [gentoo-user] What's the best way to force a particular version of a dependency

2020-06-07 Thread n952162

On 2020-06-07 20:33, Rich Freeman wrote:

On Sun, Jun 7, 2020 at 2:16 PM n952162  wrote:

When I try to update @system after --sync-ing, I get a conflict on readline.

Bash wants readline 8.0 but the profile specifies readline 7.0 and lots of 
other packages are linked against 7.0.  Just rebuilding those packages probably 
won't help, because they don't know about readline 8.0.

Would the right thing, the easiest thing, be to define my own profile 17.1.1 or 
something, where I specify readline 8.0 in the profile?

Why do you think that your profile specifies readline 7.0?  What
profile are you using?


    $ eselect profile show
    Current /etc/portage/make.profile symlink:
  default/linux/amd64/17.1

 $ equery list \* | grep readline
 sys-libs/readline-7.0_p5-r1

But, given your answer about exclusivity/inclusivity in the other
thread, I guess this result is questionable...





As far as I'm aware no profile restricts readline versions.

What makes you think that those other packages "don't know about readline 8.0?"



The ebuild for bash-5.0_p17 has:

  READLINE_VER="8.0"

The ebuilds for other the other users don't, I believe.




Full command outputs along with emerge --info would probably help here.

Readline 8.0 is stable so few if any packages in the tree will have
problems with it.  If you're getting errors it is probably because
you're trying to do a limited update and not giving portage the option
to rebuild every impacted package.



The emerge that I used was this:

emerge -auDv --verbose-conflicts --changed-use --keep-going
--with-bdeps=y --changed-deps --backtrack=100 @system

However, I was just able to get it to build with this script:

$ cat update-readline
#!/usr/bin/env bash
emerge -uUv $(cat <<-eof
sys-libs/readline
dev-db/postgresql
sys-apps/gawk
net-wireless/wpa_supplicant
sys-fs/lvm2
dev-lang/python
dev-lang/lua
sci-visualization/gnuplot
dev-db/postgresql
app-text/hunspell
sys-fs/udftools
sys-block/parted
x11-wm/fvwm
net-misc/ntp
sys-devel/gdb
dev-db/postgresql
sys-libs/gdbm
net-mail/mailutils
app-misc/rlwrap
sys-devel/bc
dev-libs/libxml2
net-dns/bind-tools
eof
)

I have had mixed luck with putting all of the colliding packages on a
single emerge line - it worked this time.

I can supply the "emerge --info" but that /emerge/ above is still
working so I'll let it complete first.



Re: [gentoo-user] What's the best way to force a particular version of a dependency

2020-06-07 Thread J. Roeleveld
On 7 June 2020 21:30:19 CEST, Rich Freeman  wrote:
>On Sun, Jun 7, 2020 at 2:56 PM n952162  wrote:
>>
>>
>>  $ equery list \* | grep readline
>>  sys-libs/readline-7.0_p5-r1
>>
>> But, given your answer about exclusivity/inclusivity in the other
>thread, I guess this result is questionable...
>
>This is just showing what version you have installed, not what
>versions are available.
>
>>
>> The ebuild for bash-5.0_p17 has:
>>
>>   READLINE_VER="8.0"
>>
>> The ebuilds for other the other users don't, I believe.
>
>So, first, this is just a random local variable and has no meaning in
>and of itself.  It is used in the dependency string which makes that
>version of bash dependent on readline v8 specifically.  Other packages
>that don't list a version of readline will accept any version that
>isn't masked/etc.  So they're fine with v8.
>
>>
>> The emerge that I used was this:
>>
>> emerge -auDv --verbose-conflicts --changed-use --keep-going
>--with-bdeps=y --changed-deps --backtrack=100 @system
>
>Yeah, you might have to include the other packages that need readline
>if portage complains.
>
>>
>> However, I was just able to get it to build with this script:
>>
>> $ cat update-readline
>> #!/usr/bin/env bash
>> emerge -uUv $(cat <<-eof
>> sys-libs/readline
>> dev-db/postgresql
>> sys-apps/gawk
>> net-wireless/wpa_supplicant
>> sys-fs/lvm2
>> dev-lang/python
>> dev-lang/lua
>> sci-visualization/gnuplot
>> dev-db/postgresql
>> app-text/hunspell
>> sys-fs/udftools
>> sys-block/parted
>> x11-wm/fvwm
>> net-misc/ntp
>> sys-devel/gdb
>> dev-db/postgresql
>> sys-libs/gdbm
>> net-mail/mailutils
>> app-misc/rlwrap
>> sys-devel/bc
>> dev-libs/libxml2
>> net-dns/bind-tools
>> eof
>> )
>>
>
>That will probably work.  Offhand I'm not sure if you need to add -1 /
>--oneshot to that to prevent all that cruft from being added to your
>world file.

You need to add "-1" or "--oneshot".

As this has been used, I would definitely expect the world-file to be full of 
this, causing issues with updates later.

Also, by restricting to @system, any packages not in @system with a restriction 
on readline V8 will cause the mentioned problem.

@system is, for me, a lasr resort, but I tend to move my world file away 
(rename) and put it back once @system is done and a depclean finished. This is 
usually only needed after not updating for a while and/or big changes in the 
tree.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [gentoo-user] Adding a use flag: hwdb

2012-06-11 Thread Alan McKinnon
On Sun, 10 Jun 2012 19:57:42 -0700
Chris Stankevitz  wrote:

> Hello,
> 
> Background:
> 
> I enable USE flags by adding them to /etc/portage/package.use.  This
> file is filled with all sorts of "personal preference customizations"
> of my system.  This file does not contain "required system USE flags".
> 
> A month ago emerge insisted that I enable a USE flag
> "ruby_targets_ruby19" to a bunch of packages on my system.  Feeling
> uncomfortable adding a "system required" USE flag to package.use (vs
> "personal preference customization"), I posted to this list and indeed
> learned that I was going about it all wrong!  In that particular case,
> I should have added 'RUBY_TARGETS="ruby18 ruby19"' to /etc/make.conf.
> Actually, the Gentoo team should add this to the profile... presumably
> they will eventually do this or have done so already.
> 
> Question:
> 
> Today emerge is asking me to add "=sys-fs/udev-171-r6 hwdb" to
> package.use to appease udisk.  Just as before, this looks fishy to me
> and I would like to get your opinion about how to properly satisfy
> this seemingly system-required-use-flag.  My gut instinct is that this
> USE flag requirement should be handled by the Gentoo team in the
> profile or in some other place that I never look at.

It's not a question of "system" vs "personal preference"

It's a question of treating USE flags as global or local in scope. The
USE variable in make.conf applies globally, and the package.use file
applies to individual packages. Portage itself couldn't care how you
view the use of your flags, so you should organize them how you see fit.

See here:

$ euses -sf hwdb
sys-fs/udev:hwdb - read vendor/device string database and add it to
udev database

The flag applies to only one package.

Some USE flags do not have a sane default so there's no choice the devs
can make on your behalf. Especially convenience features like this one
- some folk want it, others do not. So the devs delegate the choice to
you to apply in any way you see fit.



> 
> What do you guys think?  Should I append "udev hwdb" to package.use
> right after my long list of "personal preference customizations"?
> 
> Thank you,
> 
> Chris
> 
> PS: A snippet from my /etc/portage/package.use:
> 
> # Give a GUI to cmake
> dev-util/cmake qt4
> 
> # Enable nice mounts in gnome
> gnome-base/gvfs fuse
> 
> # Enable plotting in octave
> sci-mathematics/octave gnuplot
> 
> # Enable GNOME right-click to create targz
> app-arch/file-roller nautilus
> 
> # Satisfy a dependency I do not understand needed by a package I
> never heard of =sys-fs/udev-171-r6 hwdb
> 



-- 
Alan McKinnnon
alan.mckin...@gmail.com




Re: [gentoo-user] What's the best way to force a particular version of a dependency

2020-06-07 Thread n952162

On 2020-06-07 21:30, Rich Freeman wrote:

On Sun, Jun 7, 2020 at 2:56 PM n952162  wrote:


  $ equery list \* | grep readline
  sys-libs/readline-7.0_p5-r1

But, given your answer about exclusivity/inclusivity in the other thread, I 
guess this result is questionable...

This is just showing what version you have installed, not what
versions are available.


The ebuild for bash-5.0_p17 has:

   READLINE_VER="8.0"

The ebuilds for other the other users don't, I believe.

So, first, this is just a random local variable and has no meaning in
and of itself.  It is used in the dependency string which makes that
version of bash dependent on readline v8 specifically.  Other packages
that don't list a version of readline will accept any version that
isn't masked/etc.  So they're fine with v8.


The emerge that I used was this:

emerge -auDv --verbose-conflicts --changed-use --keep-going --with-bdeps=y 
--changed-deps --backtrack=100 @system

Yeah, you might have to include the other packages that need readline
if portage complains.



I don't understand this - what can I add to @system to get @system to
update?

Ah, you mean that since /readline/ is used by *~*@system packages ...
I'll try @world ... oh, that's not inclusive of @system, perhaps.

Is emerge @system @world the ace?





However, I was just able to get it to build with this script:

$ cat update-readline
#!/usr/bin/env bash
emerge -uUv $(cat <<-eof
sys-libs/readline
dev-db/postgresql
sys-apps/gawk
net-wireless/wpa_supplicant
sys-fs/lvm2
dev-lang/python
dev-lang/lua
sci-visualization/gnuplot
dev-db/postgresql
app-text/hunspell
sys-fs/udftools
sys-block/parted
x11-wm/fvwm
net-misc/ntp
sys-devel/gdb
dev-db/postgresql
sys-libs/gdbm
net-mail/mailutils
app-misc/rlwrap
sys-devel/bc
dev-libs/libxml2
net-dns/bind-tools
eof
)


That will probably work.  Offhand I'm not sure if you need to add -1 /
--oneshot to that to prevent all that cruft from being added to your
world file.



No, it hadn't worked.  I oversaw this:

WARNING: One or more updates/rebuilds have been skipped due to a
dependency conflict:

sys-libs/readline:0

  (sys-libs/readline-8.0_p4:0/8::gentoo, ebuild scheduled for merge)
conflicts with
    sys-libs/readline:0/7= required by
(dev-libs/libxml2-2.9.9-r3:2/2::gentoo, installed)
 ^

dev-libs/libxml2:2

  (dev-libs/libxml2-2.9.9-r3:2/2::gentoo, ebuild scheduled for merge)
conflicts with
dev-libs/libxml2[python,python_targets_python3_6(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_6(+)]
required by (dev-util/itstool-2.0.6:0/0::gentoo, installed)



Lots built, but nothing is changed.  I'll try @system @world



Re: [gentoo-user] python-updater failure

2009-12-06 Thread Joshua Murphy
On Sun, Dec 6, 2009 at 10:49 PM, Michael P. Soulier
 wrote:
> So I ran a big emerge --update world and it picked up Python 2.6 from 2.5.
> It'd be nice if python-updater ran automatically when this happens but it
> doesn't, but gcompris failing to build was a nice reminder that it needed to
> be done.
>
> So I ran it...
>
> msoul...@anton:~$ sudo python-updater
> Password:
>  * Starting Python Updater from 2.5 to 2.6 :
>  *   Adding to list: =net-p2p/bittorrent-5.0.9-r1
>  *   Adding to list: =app-admin/webapp-config-1.50.16-r1
>  *   Adding to list: =dev-util/scons-1.2.0-r1
>  *   Adding to list: =sys-libs/cracklib-2.8.13
>  *   Adding to list: =gnome-extra/libgsf-1.14.11
>  *   Adding to list: =media-libs/mutagen-1.15
>  *   Adding to list: =media-libs/lcms-1.18-r1
>  *   Adding to list: =media-libs/pdflib-7.0.2_p8
>  *   Adding to list: =dev-libs/boost-1.35.0-r2
>  *   Adding to list: =dev-libs/libxslt-1.1.24-r1
>  *   Adding to list: =dev-libs/libgamin-0.1.10-r2
>  *   Adding to list: =dev-python/numeric-24.2-r6
>  *   Adding to list: =dev-python/lxml-2.2.1
>  *   Adding to list: =dev-python/cython-0.11.2
>  *   Adding to list: =dev-python/numpy-1.2.1
>  *   Adding to list: =dev-python/pygobject-2.16.1
>  *   Adding to list: =dev-python/pycairo-1.8.2
>  *   Adding to list: =dev-python/gnuplot-py-1.8
>  *   Adding to list: =dev-python/twisted-web-8.1.0
>  *   Adding to list: =dev-python/pycrypto-2.0.1-r8
>  *   Adding to list: =dev-python/pyopenssl-0.9
>  *   Adding to list: =dev-python/pyopengl-3.0.0
>  *   Adding to list: =dev-python/dnspython-1.6.0
>  *   Adding to list: =dev-python/twisted-8.1.0
>  *   Adding to list: =dev-python/pyxml-0.8.4-r1
>  *   Adding to list: =dev-python/wxpython-2.6.4.0-r2
>  *   Adding to list: =x11-libs/vte-0.17.4-r3
>  *   Adding to list: =net-zope/zope-interface-3.5.1
>  *   Adding to list: =app-portage/layman-1.2.3
>  *   Adding to list: =dev-java/java-config-1.3.7-r1
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> emerge: there are no ebuilds to satisfy "=dev-python/lxml-2.2.1".
>
> Umm... now what?
>
> Mike
> --
> Michael P. Soulier 
> "Any intelligent fool can make things bigger and more complex... It takes a
> touch of genius - and a lot of courage to move in the opposite direction."
> --Albert Einstein
>

umm, well, I've not synced too awefully recently on the box I have
handy, but I'm seeing these two ebuilds for lxml:

lxml-2.2.2.ebuild  lxml-2.2.3.ebuild

I'd guess, offhand, that you should install a newer version, since the
one it's looking for (likely due to that being the already installed
version) doesn't appear to exist in the tree anymore.

Also, if you run into errors actually installing any of that list
there, take a glance at http://bugs.gentoo.org/230205 ... down in the
comments there's mention of needing to prod eselect to fix things.

-- 
Poison [BLX]
Joshua M. Murphy



Re: [gentoo-user] python-updater failure

2009-12-06 Thread covici
Joshua Murphy  wrote:

> On Sun, Dec 6, 2009 at 10:49 PM, Michael P. Soulier
>  wrote:
> > So I ran a big emerge --update world and it picked up Python 2.6 from 2.5.
> > It'd be nice if python-updater ran automatically when this happens but it
> > doesn't, but gcompris failing to build was a nice reminder that it needed to
> > be done.
> >
> > So I ran it...
> >
> > msoul...@anton:~$ sudo python-updater
> > Password:
> >  * Starting Python Updater from 2.5 to 2.6 :
> >  *   Adding to list: =net-p2p/bittorrent-5.0.9-r1
> >  *   Adding to list: =app-admin/webapp-config-1.50.16-r1
> >  *   Adding to list: =dev-util/scons-1.2.0-r1
> >  *   Adding to list: =sys-libs/cracklib-2.8.13
> >  *   Adding to list: =gnome-extra/libgsf-1.14.11
> >  *   Adding to list: =media-libs/mutagen-1.15
> >  *   Adding to list: =media-libs/lcms-1.18-r1
> >  *   Adding to list: =media-libs/pdflib-7.0.2_p8
> >  *   Adding to list: =dev-libs/boost-1.35.0-r2
> >  *   Adding to list: =dev-libs/libxslt-1.1.24-r1
> >  *   Adding to list: =dev-libs/libgamin-0.1.10-r2
> >  *   Adding to list: =dev-python/numeric-24.2-r6
> >  *   Adding to list: =dev-python/lxml-2.2.1
> >  *   Adding to list: =dev-python/cython-0.11.2
> >  *   Adding to list: =dev-python/numpy-1.2.1
> >  *   Adding to list: =dev-python/pygobject-2.16.1
> >  *   Adding to list: =dev-python/pycairo-1.8.2
> >  *   Adding to list: =dev-python/gnuplot-py-1.8
> >  *   Adding to list: =dev-python/twisted-web-8.1.0
> >  *   Adding to list: =dev-python/pycrypto-2.0.1-r8
> >  *   Adding to list: =dev-python/pyopenssl-0.9
> >  *   Adding to list: =dev-python/pyopengl-3.0.0
> >  *   Adding to list: =dev-python/dnspython-1.6.0
> >  *   Adding to list: =dev-python/twisted-8.1.0
> >  *   Adding to list: =dev-python/pyxml-0.8.4-r1
> >  *   Adding to list: =dev-python/wxpython-2.6.4.0-r2
> >  *   Adding to list: =x11-libs/vte-0.17.4-r3
> >  *   Adding to list: =net-zope/zope-interface-3.5.1
> >  *   Adding to list: =app-portage/layman-1.2.3
> >  *   Adding to list: =dev-java/java-config-1.3.7-r1
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> >
> > emerge: there are no ebuilds to satisfy "=dev-python/lxml-2.2.1".
> >
> > Umm... now what?
> >
> > Mike
> > --
> > Michael P. Soulier 
> > "Any intelligent fool can make things bigger and more complex... It takes a
> > touch of genius - and a lot of courage to move in the opposite direction."
> > --Albert Einstein
> >
> 
> umm, well, I've not synced too awefully recently on the box I have
> handy, but I'm seeing these two ebuilds for lxml:
> 
> lxml-2.2.2.ebuild  lxml-2.2.3.ebuild
> 
> I'd guess, offhand, that you should install a newer version, since the
> one it's looking for (likely due to that being the already installed
> version) doesn't appear to exist in the tree anymore.
> 
> Also, if you run into errors actually installing any of that list
> there, take a glance at http://bugs.gentoo.org/230205 ... down in the
> comments there's mention of needing to prod eselect to fix things.
> 
> -- 
> Poison [BLX]
> Joshua M. Murphy
There is an argument to pythonupdater to ignore version numbers -- maybe
this will help your problem.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly)

2009-06-28 Thread Mark Knecht
On Sun, Jun 28, 2009 at 10:50 AM, Robert Bridge wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Mark Knecht wrote:
>> Hi,
>>    I know this is WAY off topic for this list but there's a lot of
>> smart, experienced people here so I figured I'd look for a little
>> guidance and then possibly join another email list that's more
>> appropriate.
>>
>>    These days I'm trading stock index futures for a living. I have
>> data files that I analyze in Excel over the weekend to help me make
>> decisions about how to trade the coming week, but I'm always fighting
>> Excel as it really isn't intended for the sort of math I want to do.
>> The math's not difficult, but I need to look at various ranges,
>> manage, sort and extract data from arrays, and amd then create charts.
>> This is getting pretty difficult in Excel these days so I've started
>> to wonder about writing a simple app to do what I need to do. It's not
>> generally difficult stuff but it requires (or I prefer) a lot of small
>> charts. I'm vaguely familiar with C & Pascal, but haven't programmed
>> in years. I don't know C++ at all. I was trained as an EE.
>>
>>    So the main question is what sort of language (and possibly
>> programming environment) should a complete novice look at to get his
>> feet wet with GUI programming. I'd like something fairly light -
>> performance probably won't be a huge problem - that I could run under
>> Cygwin or maybe compile to run native in Windows should that ever
>> become useful. For now it's probably a relatively simple Linux app
>> that I'd likely run once a week on Saturday morning on 15 to 20
>> databases I collect on Friday night.
>>
>>    If you can recommend a good list or forum for silly folks like me -
>> know nothing about programming and have to ask lots os stupid beginner
>> questions - I'd greatly appreciate that also.
>
> #friendly-coders on freenode is full of friendly people.
>
> Depending on how much effort you are willing to put in, I would probably
> suggest looking at some form of macro set for a spreadsheet (Excel and
> OO Calc both use basic variants, Gnumeric has a python interpreter.)
>
> Another possibility if you don't need much interactivity on the GUI
> would be to create a script + C-mini-app using GnuPlot to generate your
> graphs.
>
> Just a few thoughts...
> Rob.
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkpHrWMACgkQZr0UhZgPVmyffgCg97gheECMbXqdhH640aGkxuWM
> fjoAoOwNt9vD+uNIt/iENZ0svkSR6B+4
> =I+WH
> -END PGP SIGNATURE-
>
>

Actually I'm liking the suggest to try using R. I have already managed
to read my data files using the read.csv function. When I understand
headers and tables better I'll likely be able to make my plots from
that data pretty easily. It's cross platform so it solves that problem
and keeps me focused on where I might add value - evaluating the
market data - and not worrying about how to program in C or Python.

Open to other ideas but this one is looking pretty good to me so far.

Thanks,
Mark



[gentoo-user] Bootstrap USE flags opinions?

2005-10-12 Thread Alexey Asprov
Hi list again..

I will attempt to bootstrap with following USE flags for the NPTL.
I will not be using Gnome or KDE. I'd appreciate peoples opinion
about them and welcome their examples of USE flags ( real working
experiences) for bootstraping. This will be done for Pentium3
machine, if this matters.

Another question I'd like to ask if I need to include my CPU flags
in the USE ( I think I need), but not sure if all of them have to be
included ( will it hurt?) or just "mmx" and "sse" will suffice.
Here is my cat /proc/cpuinfo

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)
stepping: 10
cpu MHz : 797.544
cache size  : 256 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat 
pse36 mmx fxsr sse
bogomips: 1576.96

I very much welcoming any input on this matter. Thank you.

USE="-gnome -kde -qt -arts aac alsa acl acpi activefilter aim ansi apache2 \
 aper artworkextra audiofile authdaemond avantgo bash-completion \
 bcmath bdf bidi blender-game bzip2 bzlib cap cddb cdinstall \
 cdparanoia cdrom cgi chroot cjk clanJavaScript clanVoice client \
 codecs cpdflib css ctype curl curlwrappers dba dhcp dio \
 divx4linux djbfft dnd droproot dts dv dvdr dvdread edl eds \
 eep emacs emacs-w3 erandom evo exif ext-png ext-zlib extensions \
 fastcgi fbcon ffmpeg fluidsynth fmod foreign-package foreign-sysvinit \
 fpx freetype freewnn ftp gtk gtk2 gb gcl gd geoip gimp gimpprint ginac \
 glade glgd glitz glut gmp gmtfull gnokii gnomedb gnuplot graphviz gs \
 gsl gtkhtml hal hardenedphp hbci hdf iconv icq ide idl ieee1394 image \
 imap imlib2 innodb ipv6 irda irmc j2ee jabber javacomm javadoc \
 javamail javascript jbig jboss jce jms jmx joystick jp2 jpeg2k jta \
 jython kadu-modules kadu-voice kakasi kerberos krb4 latex lcms leim \
 libclamav libdsk libgd libgda libsamplerate live lua lufsusermount \
 lzo lzw lzw-tiff m17n-lib maildir matroska mbox mcal mdb memlimit \
 migemo mime mixer mjpeg mls mmap mng monkey mozcalendar \
 mozdevelop mozp3p mozsvg mozxmlterm mp3 mpeg4 mpi mplayer msn mysql \
 mule music mythtv nagios-dns nagios-ntp nagios-ping nagios-ssh native \
 net netcdf network neural nis nowin nptl nptlonly ntlm nviz \
 oav objc ocaml offensive ofx openal opie oscar ospfapi \
 parse-clocks pcap pcntl pcre pda pdf pg-hier pg-intdatetime \
 pg-vacuumdelay php physfs pic plotutils portaudio posix postgresql \
 povray ppds pri print procmail pthreads quotas quotes real \
 resperl rhino rogue rplay S3TC sasl servlet-2.3 servlet-2.4 session \
 sftplogging shared sharedmem silc ssl simplexml skk slp smime sndfile \
 snortsam sockets socks5 softquota sox spl stencil-buffer stroke \
 struts svg sysvipc szip t1lib tcsim tga theora tidy transcode \
 truetype-fonts type1-fonts uim unicode usb v4l v4l2 vcd \
 vda videos virus-scan wddx winbind wmf wxwindows X X509 xanim xatrix \
 xchatdccserver xchattext xemacs xface xgetdefault xine xmlrpc xosd \
 xpm xprint xrandr xscreensaver xsl xvid xvmc yahoo yaz yp yv12 zaptel \
 zeo zvbi"
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] newbie's problems with Gentoo (messages on startup, installing gnuplot, running KDE) - part 4

2005-05-14 Thread Marcin Balcerzak
THE THIRD PROBLEM concearns KDE.
I've installed "everything" (according to emerge...) and it doesn't work.
The only result of startkde is writing on STDERR:

xsetroot:  unable to open display ''
xset:  unable to open display ""
xset:  unable to open display ""
xsetroot:  unable to open display ''
startkde: Starting up...
startkde: Running kpersonalizer...
DCOP: register 'anonymous-13139' -> number of clients is now 1
DCOP: unregister 'anonymous-13139'
kwin: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server
kpersonalizer: cannot connect to X server


that I mercily stop with ^C.
startx gives (also only on STDERR):

hostname: Unknown host

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-gentoo-r1 i686 [ELF]
Current Operating System: Linux Shadowfax 2.6.11-gentoo-r6 #1 SMP Thu May 12
06:08:06 CEST 2005 i686
Build Date: 10 May 2005
 Before reporting problems, check http://wiki.X.Org
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 14 21:15:33 2005

(EE) Unable to locate/open config file
Duplicate symbol __i686.get_pc_thunk.bx in
/usr/lib/modules/fonts/libbitmap.a:bitmapmod.o
Also defined in /usr/lib/modules/fonts/libbitmap.a

Fatal server error:
Module load failure


Please consult the The X.Org Foundation support
  at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional
information.

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
  after 0 requests (0 known processed) with 0 events remaining.



The listing of this Xorg.0.log:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-gentoo-r1 i686 [ELF]
Current Operating System: Linux Shadowfax 2.6.11-gentoo-r6 #1 SMP Thu May 12
06:08:06 CEST 2005 i686
Build Date: 10 May 2005
 Before reporting problems, check http://wiki.X.Org
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 14 21:15:33 2005
(EE) Unable to locate/open config file
(II) Module ABI versions:
 X.Org ANSI C Emulation: 0.2
 X.Org Video Driver: 0.7
 X.Org XInput driver : 0.4
 X.Org Server Extension : 0.2
 X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
Duplicate symbol __i686.get_pc_thunk.bx in
/usr/lib/modules/fonts/libbitmap.a:bitmapmod.o
Also defined in /usr/lib/modules/fonts/libbitmap.a

Fatal server error:
Module load failure


Please consult the The X.Org Foundation support
  at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional
information.




What should I do to make KDE to work?
Regards.

--
Marcin Balcerzak

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] laptop sometimes needs double keystrokes

2007-04-11 Thread Roger Mason
Hello,

I have a strange problem on my laptop[1] wherein I need sometimes need to
enter keystrokes twice in order for them to be recognised.  For
example, I type 'ls' but the 's' needs to be entered twice.  The
problem has bee present for some time and I have noted the following:

(1) I see the problem both when typing on the laptop keyboard and when
logging in using ssh: this suggests it is not a keyboard problem.

(1a) I see the problem both in xterms and on the console.

(2) I have never had a problem logging in.  That is to say, the
problem does not manifest itself when entering passwords and
pass-phrases.

(3) I have never observed the problem when su'd to root.

(4) I have never seen the problem inside screen.

If anyone has any suggestions as to where I might look I'll be most
grateful.

Thanks,

Roger

[1] Details:

Toshiba Satellite M70 SR6

Gentoo Base System version 1.12.5
Portage 2.1.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 
2.6.17-gentoo-r8 i686)
=
System uname: 2.6.17-gentoo-r8 i686 Intel(R) Pentium(R) M processor 1.86GHz
Last Sync: Sun, 11 Mar 2007 12:50:01 +
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/texmf/dvipdfm/config/ 
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium-m -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://adelie.polymtl.ca/ 
ftp://gentoo.arcticnetwork.ca/pub/gentoo/ http://gentoo.arcticnetwork.ca/ 
http://gentoo.osuosl.org/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 X acpi aiglx alsa alsa_cards_ali5451 alsa_cards_als4000 
alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 
alsa_cards_cmipci alsa_cards_emu10k1 alsa_cards_emu10k1x alsa_cards_ens1370 
alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 
alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m 
alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx 
alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm 
alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy 
alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop 
alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file 
alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug 
alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear 
alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi 
alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate 
alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm 
alsa_pcm_plugins_softvol berkdb bitmap-fonts cdr cli cracklib crypt cups dri 
dvd dvdr elibc_glibc emacs fam firefox flac flash foomaticdb fortran gdbm gif 
ginac gnuplot gpm gstreamer gtk gtk2 hal iconv imagemagick input_devices_evdev 
input_devices_keyboard input_devices_mouse input_devices_synaptics 
input_devices_wacom ipv6 isdnlog jpeg jpeg2k kernel_linux lapack latex 
lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk 
lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb 
lcd_devices_ncurses lcd_devices_text ldap libg++ logrotate mad mbox midi mikmod 
mime ming motif mp3 mpeg mplayer ncurses nls nptl nptlonly ogg opengl oss pam 
pcre pdf perl plotutils png ppds pppd python quicktime readline reflection sdl 
session slp sox spell spl sse sse2 ssl svg t

[gentoo-user] blender crashes X

2007-06-26 Thread Roger Mason
Hello,

I compiled blender 2.43 and have tried to work through this
introductory tutorial:
http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro/Modeling_a_Simple_Person.
Blender crashes X windows when I try the extrusion exercise.  This
behaviour is reproducible on the two machines I have tried and has
been described here earlier this year:
http://lists.alioth.debian.org/pipermail/pkg-blender-maintainers/2007-January/000149.html
but I could find no report of a fix.

On one of those machines I installed blender 2.44 (~x86) but the issue
is still present.  I don't know if the problem is with blender or with
some modification of blender carried out by the ebuild.  My next step
is to attempt to build blender outside portage.  In the meantime, if
anyone has any advice to offer I'd like to hear it.  My emerge --info
is given below.

Thanks,
Roger

garnet ~ $ emerge -pv blender
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild   R   ] media-gfx/blender-2.44  USE="jpeg png sdl
-blender-game -ffmpeg -nls -openal -openexr" 0 kB

garnet ~ $ emerge --info
Portage 2.1.2.7 (default-linux/x86/2006.1/server, gcc-4.1.1, glibc-2.4-r4, 
2.6.18-gentoo-r4 i686)
=
System uname: 2.6.18-gentoo-r4 i686 Celeron (Mendocino)
Gentoo Base System version 1.12.6
Timestamp of tree: Wed, 20 Jun 2007 14:50:01 +
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[enabled]
ccache version 2.3 [enabled]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe -O2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/java-config/vms/ /etc/php/apache1-php5/ext-active/ 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo 
/etc/texmf/web2c"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distcc distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://adelie.polymtl.ca/ 
ftp://gentoo.arcticnetwork.ca/pub/gentoo/ http://gentoo.osuosl.org/";
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/science"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X Xaw3d aiglx alsa apache2 berkdb bitmap-fonts bzip2 cairo cli cracklib 
crypt cups curl directfb doc dri emacs fbcon fftw fontconfig fortran fpx 
freetype2 gd gdbm gif gnuplot gpm graphviz gs gtk iconv ipv6 isdnlog jpeg 
jpeg2k lapack lcms ldap lesstif libg++ mad mailwrapper mbox midi mmx mp3 
mudflap ncurses nptl nptlonly numeric ocaml ogg opengl openmp pam pcre pdf perl 
plotutils png postgres postscript ppds pppd python readline reflection sdl 
session snmp spl ssl tcl tcltk tcpd tetex tiff tk tokenizer truetype 
truetype-fonts type1-fonts unicode utf8 wmf wxwindows x86 xinerama xml xml2 
xorg xpm zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 
cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route 
share shm softvol" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse wacom" 
KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 
mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="vesa fbdev r128"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Fail to emerge media-libs/clutter-1.2.10

2010-08-01 Thread Gmail
 Hi all,

I get the following error when emerge media-libs/clutter-1.2.10.

  GENClutter-1.0.gir
/usr/share/gir-1.0/Pango-1.0.gir: Incompatible version 1.0 (supported: 1.1)
make[4]: *** [Clutter-1.0.gir] Error 1
make[3]: *** [all-recursive] Error 1

Any idea?

Thanks in advance

Hung

PS: Attached is the output of emerge --info =media-libs/clutter-1.2.10
command.



Portage 2.1.8.3 (!../usr/portage/profiles/default/linux/amd64/10.0/desktop, 
gcc-4.4.4, glibc-2.11.2-r0, 2.6.34-gentoo-r2-hhserver-2 x86_64)
=
System Settings
=
System uname: 
linux-2.6.34-gentoo-r2-hhserver-2-x86_64-intel-r-_core-tm-2_quad_cpu_q66...@_2.40ghz-with-gentoo-2.0.1
Timestamp of tree: Sun, 01 Aug 2010 03:30:02 +
app-shells/bash: 4.1_p7
dev-java/java-config: 2.1.11
dev-lang/python: 2.6.5-r3, 3.1.2-r4
dev-util/cmake:  2.8.1-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.6.1-r1
sys-apps/sandbox:2.2
sys-devel/autoconf:  2.13, 2.65-r1
sys-devel/automake:  1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:   4.4.4-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
virtual/os-headers:  2.6.34
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer"
DISTDIR="/mnt/nfs_portage/distfiles"
FEATURES="assume-digests distlocks fixpackages news parallel-fetch 
protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org";
LDFLAGS="-Wl,--as-needed"
LINGUAS="en en_US vi"
MAKEOPTS="-j5 -s"
PKGDIR="/mnt/nfs_portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/mnt/nfs_portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
berkdb bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit 
contrib cracklib crypt cups dbus device-mapper djvu dri dts dvd dvdr dvipdfm 
eds emacs emboss encode evo extra extras fam fbcondecor fbsplash festival 
ffmpeg fftw flac fltk fortran gd gdbm gdu gfortran gif gimp git gnome gnuplot 
gnutls gphoto2 gpm graphics graphviz gstreamer gtk hddtemp hdf5 iconv 
imagemagick ipp ipv6 java java6 jpeg jpeg2k kde kdrive kerberos kpathsea lame 
lapack laptop latex lcms ldap libnotify lm_sensors lua lyx mad math mbrola 
mikmod mkl mmx mmxext mng modules mono mp3 mp4 mpeg msn mudflap multilib 
multislot mysql ncurses netcdf network-cron nls npp nptl nptlonly nsplugin 
nvidia ocaml ogg omega opengl openmp pam patented pch pcre pdf perl php 
plotutil png policykit ppds pppd preview-latex pstricks publishers python 
qt3support qt4 quicktime rdesktop readline reflection samba scanner science sdl 
secure-delete semantic-desktop sensord server session sip spell spl sql sqlite 
sse sse2 ssl ssse3 startup-notification svg symlink sysfs syslog tcl tcpd 
threads thunar thunderbird tidy tiff tk truetype udev unicode usb v4l v4l2 
vhosts vnc vorbis wav webkit wicd winbind wma wxwidgets wxwindows x264 
xcomposite xemacs xft xml xorg xulrunner xv xvid xvmc yahoo zlib" 
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x 
ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 
trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw 
asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa 
lfloat linear meter mmap_emul mulaw multi null plug rate route share shm 
softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon 
authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile 
authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate 
dir disk_cache env expires ext_filter file_cache filter headers include info 
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling 
status unique_id userdir usert

[gentoo-user] Eclipse 3.4-r2

2009-11-01 Thread Hung Dang

Hi all,
I installed Eclipse 3.4 on my system and I could be able to enable 
Classic Update under Window > Preferences > General > Capabilities.
Then I try to update Eclipse using Help > Software Updates > Find and 
Update dialog, however, nothing happened when I clicked Next button.

Any idea?

Thanks a lot
Hung

PS: Attached is the output of the emerge --info command and the 
java-check-environment command show that my Java environment if OK.
Portage 2.1.7.2 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r0, 
2.6.30-gentoo-r8-hhserver x86_64)
=
System uname: 
linux-2.6.30-gentoo-r8-hhserver-x86_64-intel-r-_core-tm-_i7_cpu_9...@_2.67ghz-with-gentoo-2.0.1
Timestamp of tree: Sat, 31 Oct 2009 17:15:01 +
app-shells/bash: 4.0_p35
dev-java/java-config: 2.1.9-r1
dev-lang/python: 2.6.4, 3.1.1-r1
dev-util/cmake:  2.6.4-r3
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.5.2-r1
sys-apps/sandbox:2.2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.20
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -msse4 -mcx16 -msahf -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=core2 -msse4 -mcx16 -msahf -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests distlocks fixpackages metadata-transfer news 
parallel-fetch protect-owned sandbox sfperms splitdebug strict unmerge-logs 
unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ "
LDFLAGS="-Wl,-O1"
LINGUAS="en en_US"
MAKEOPTS="-j7"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
berkdb bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit 
contrib cracklib crypt cups dbus djvu dri dts dvd dvdr dvipdfm eds emboss 
encode evo extra extras fam fbcondecor fbsplash festival ffmpeg fftw flac fltk 
fortran gd gdbm gfortran gif git gnuplot gpm graphics gstreamer gtk hal hddtemp 
hdf5 iconv imagemagick ipv6 isdnlog java java6 jpeg jpeg2k kde kerberos 
kpathsea lapack laptop latex lcms ldap libnotify lm_sensors lua lyx mad math 
mbrola mikmod mmx mmxext mng modules mp3 mp4 mpeg msn mudflap multilib 
multislot mysql ncurses netcdf nls npp nptl nptlonly nsplugin nvidia ocaml ogg 
omega opengl openmp pam patented pch pcre pdf perl php plotutil png ppds pppd 
pstricks publishers python qt3support qt4 quicktime rdesktop readline 
reflection samba science sdl sensord server session spell spl sql sse sse2 ssl 
ssse3 startup-notification svg symlink sysfs syslog tcl tcpd threads thunar 
thunderbird tidy tiff tk truetype unicode usb v4l v4l2 vhosts vnc vorbis webkit 
wicd winbind wma wxwidgets wxwindows x264 xcomposite xml xorg xulrunner xv xvid 
xvmc yahoo zeroconf zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x 
ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug 
rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic 
authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm 
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 
dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache 
filter headers include info log_config logio mem_cache mime mime_magic 
negotiation rewrite setenvif speling status unique_id userdir usertrack 
vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" 
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text" LINGUAS="en en_US" USERLAND="GNU" VIDEO_CARDS="nvidia" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, 
LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, 
PORTDIR_OVERLAY



[gentoo-user] Icon loading problem after updating for GNOME based application

2009-10-22 Thread Hung Dang
Hi all,
After updating my system I find out that some gnome based applications
have problem with png images. For example, I got this message when
trying to open stadict
"Can not load image. Couldn't recognize the image file format for file
'/usr/share/pixmaps/stardict.png'" and this problem happened to at least
two of my machines.
Does anyone know what is going on with my system? I use KDE 4.3.2 then
only gtk USE flag is enabled on my box. Please see the output of emerge
--info in the attached file for more information.

Thanks a lot
Hung

 
Portage 2.1.7.1 (default/linux/amd64/2008.0/desktop, gcc-4.4.1, 
glibc-2.10.1-r0, 2.6.30-gentoo-r8-hhserver x86_64)
=
System uname: 
linux-2.6.30-gentoo-r8-hhserver-x86_64-intel-r-_core-tm-_i7_cpu_9...@_2.67ghz-with-gentoo-2.0.1
Timestamp of tree: Tue, 20 Oct 2009 21:45:01 +
app-shells/bash: 4.0_p33
dev-java/java-config: 2.1.9-r1
dev-lang/python: 2.6.3, 3.1.1-r1
dev-util/cmake:  2.6.4-r3
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.5.2-r1
sys-apps/sandbox:2.1
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.6.3, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.20
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -msse4 -mcx16 -msahf -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=core2 -msse4 -mcx16 -msahf -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests distlocks fixpackages metadata-transfer news 
parallel-fetch protect-owned sandbox sfperms splitdebug strict unmerge-logs 
unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ "
LDFLAGS="-Wl,--as-needed"
LINGUAS="en en_US"
MAKEOPTS="-j7 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit cracklib 
crypt cups dbus djvu dri dts dvd dvdr dvipdfm eds emboss encode esd evo extra 
fam fbcondecor fbsplash ffmpeg fftw flac fltk fortran gcj gd gdbm gfortran gif 
gnuplot gpm graphics gstreamer gtk hal hddtemp hdf5 iconv imagemagick ipv6 
isdnlog java java6 jpeg jpeg2k kde kerberos kpathsea lapack laptop latex lcms 
ldap libnotify lm_sensors lua lyx mad math mikmod mmx mmxext mng modules mp3 
mp4 mpeg msn mudflap multilib multislot mysql ncurses netcdf nls npp nptl 
nptlonly nsplugin nvidia ocaml ogg omega opengl openmp pam patented pcre pdf 
perl php plotutil png ppds pppd pstricks publishers python qt3support qt4 
quicktime rdesktop readline reflection science sdl sensord server session spell 
spl sql sse sse2 ssl ssse3 startup-notification svg symlink sysfs tcl tcpd 
threads thunar thunderbird tidy tiff tk truetype unicode usb v4l v4l2 vhosts 
vnc vorbis webkit winbind wma wxwidgets wxwindows x264 xcomposite xml xorg 
xulrunner xv xvid xvmc yahoo zeroconf zlib" ALSA_CARDS="ali5451 als4000 atiixp 
atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 
hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem 
ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug 
file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null 
plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic 
authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm 
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 
dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache 
filter headers include info log_config logio mem_cache mime mime_magic 
negotiation rewrite setenvif speling status unique_id userdir usertrack 
vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL=

[gentoo-user] Broken GCC

2012-09-07 Thread Samuraiii
E_ELOG_MAILURI="root"
PORTAGE_ELOG_SYSTEM="save_summary echo"
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
PORTAGE_GID="250"
PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign
--yes --default-key "${PORTAGE_GPG_KEY}" --homedir "${PORTAGE_GPG_DIR}"
"${FILE}""
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_NICENESS="15"
PORTAGE_OVERRIDE_EPREFIX=""
PORTAGE_PYM_PATH="/usr/lib64/portage/pym"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --human-readable
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_RSYNC_RETRIES="-1"
PORTAGE_SYNC_STALE="30"
PORTAGE_TMPDIR="/tmp"
PORTAGE_VERBOSE="1"
PORTAGE_WORKDIR_MODE="0700"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
PORTGE_COMPRESS="xz"
PORTGE_COMPRESS_FLAGS="-9 -e"
PORT_LOGDIR_CLEAN="find "${PORT_LOGDIR}" -type f ! -name "summary.log*"
-mtime +7 -delete"
PRELINK_PATH_MASK="/usr/lib64/klibc:/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so:/opt/bin/skype"
PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND"
PWD="/mnt/chrt"
PYTHONDONTWRITEBYTECODE="1"
PYTHON_TARGETS="python3_2 python2_7"
QT_GRAPHICSSYSTEM="raster"
QT_PLUGIN_PATH="/usr/lib64/kde4/plugins"
RESUMECOMMAND="wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}"
"${URI}""
RESUMECOMMAND_RSYNC="rsync -avP "${URI}" "${DISTDIR}/${FILE}""
RESUMECOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ;
port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] &&
port=22 ; exec rsync --rsh=\"ssh -p\${port}\" -avP
\"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}""
ROOT="/"
ROOTPATH="/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.4"
RPMDIR="/usr/portage/rpm"
RUBYOPT="-rauto_gem"
RUBY_TARGETS="ruby18 ruby19"
SANE_CONFIG_DIR="/etc/sane.d"
SHELL="/bin/zsh"
SHLVL="1"
SUDO_COMMAND="/bin/zsh"
SUDO_GID="1000"
SUDO_UID="1000"
SUDO_USER="a"
SYMLINK_LIB="yes"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
TERM="xterm"
TEXINPUTS="/usr/lib64/ocaml/ocamldoc:"
UNINSTALL_IGNORE="/lib/modules/*"
USB_DEVFS_PATH="/dev/bus/usb"
USE="X a52 aac aalib acl acpi adns alsa amd64 apache2 berkdb bluetooth
branding bzip2 cairo cdda cddb cdinstall cdparanoia cdr clamav cli
colord consolekit cracklib crypt css cups curl curlwrappers cvs cxx dbus
dga directfb djvu dri dts dvd dvdr eds encode examples exif fam ffmpeg
firefox flac flatfile foomaticdb fortran ftp gd gdbm geoip gif gimp
gnome gnome-keyring gnome-online-accounts gnuplot gnutls gphoto2 gpm
gstreamer gtk gzip hscolour iconv ieee1394 imagemagic ipv6 jabber java
javascript jingle jpeg lame latex lcms ldap libcaca libnotify lzma lzo
mad matroska mbox mhash mime mmx mng modules mp3 mp4 mpeg mplayer
mudflap multilib mysqli nautilus ncurses networkmanager nls nocd nptl
nsplugin nvidia offensive ogg opengl openmp pam pango pcre pdf php png
policykit ppds pppd pulseaudio qt3support quicktime radius rdesktop
readline rss sasl scanner sdl session smp socialweb socks5 sound source
spell sse sse2 sse3 sse4 ssl startup-notification subversion svg symlink
syslog system-sqlite sysvipc taglib tcpd theora tidy tiff truetype udev
udisks unicode upower usb v4l vcd vdpau videos vnc vorbis wavpack wifi
wxwidgets x264 xattr xcb xml xmpp xosd xscreensaver xv xvid xvmc zlib
zsh-completion" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x
ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel
intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem
ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty
extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul
mulaw multi null plug rate route share shm softvol"
APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon
authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoindex cache dav
dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache
filter headers include info log_config logio mem_cache mime mime_magic
negotiation rewrite setenvif speling status unique_id userdir usertrack
vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables
krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS=&qu

Re: [gentoo-user] Re: dhcpcd-5.1.1 compiling error

2009-09-25 Thread Hung Dang
Nikos Chantziaras wrote:
> On 09/25/2009 03:22 AM, Hung Dang wrote:
>> walt wrote:
>>> On 09/24/2009 02:06 PM, Hung Dang wrote:
>>>> Hi all,
>>>>
>>>> I get the following errors when compiling net-misc/dhcpcd-5.1.1. Do
>>>> you
>>>> know which package  net/if_dl.h and net80211/ieee80211_ioctl.h are
>>>> belong to?
>>>>
>>>> if-bsd.c:37:23: error: net/if_dl.h: No such file or directory
>>>> if-bsd.c:43:40: error: net80211/ieee80211_ioctl.h: No such file or
>>>> directory
>>>
>>> I'm sorry but I don't know.  I see that the ebuild mentions the
>>> KEYWORDS
>>> ~sparc-fbsd and ~x86-fbsd.  Are you using one of those platforms?
>>
>> Hi Walt,
>> This is a AMD64 system. The interesting thing is I have another system
>> which has similar USE flags and it does not have those header files ,
>> however, I can compile this version of dhcpcd without any problem.
>
> If this is an AMD64 system, then something has gone totally haywire;
> the errors you posted indicate that dhcpcd thinks it's being compiled
> on BSD.  "if-bsd.c" is a source file that does not get compiled on
> Linux; "if-linux.c" does.
>
> Can you post your "emerge --info"?  Maybe someone can spot something
> wrong in it.
>
>
Walt: Thanks a lot for your quick reply.
Please find the output of emerge --info in the attached file. Again, my
system only has problem with dhcpcd 5.1.* and it can compile dhcpcd
5.0.6 without any problem.

Thanks
Hung
Portage 2.1.6.13 (default/linux/amd64/2008.0/desktop, gcc-4.4.1, 
glibc-2.10.1-r0, 2.6.31-gentoo-hhserver x86_64)
=
System uname: 
linux-2.6.31-gentoo-hhserver-x86_64-intel-r-_core-tm-_i7_cpu_9...@_2.67ghz-with-gentoo-2.0.1
Timestamp of tree: Thu, 24 Sep 2009 16:30:01 +
app-shells/bash: 4.0_p33
dev-java/java-config: 2.1.9-r1
dev-lang/python: 2.6.2-r2, 3.1.1-r1
dev-util/cmake:  2.6.4-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.4.3-r3
sys-apps/sandbox:2.1
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.6.3, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.19.1-r1, 2.19.51.0.14
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -msse4 -mcx16 -msahf -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=core2 -msse4 -mcx16 -msahf -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages metadata-transfer parallel-fetch protect-owned 
sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ "
LDFLAGS="-Wl,--as-needed"
LINGUAS="en en_US"
MAKEOPTS="-j7 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit cracklib 
crypt cups dbus djvu dri dts dvd dvdr eds emboss encode esd evo fam fbcondecor 
fbsplash ffmpeg fftw flac fltk fortran gcj gd gdbm gfortran gif gnuplot gpm 
gstreamer gtk hal hddtemp hdf5 iconv imagemagick ipv6 isdnlog java java6 jpeg 
jpeg2k kde kerberos kpathsea lapack laptop latex lcms ldap libnotify lm_sensors 
lua lyx mad math mikmod mmx mmxext mng modules mp3 mp4 mpeg msn mudflap 
multilib multislot mysql ncurses netcdf nls npp nptl nptlonly nsplugin nvidia 
ocaml ogg opengl openmp pam patented pcre pdf perl php plotutil png ppds pppd 
python qt3support qt4 quicktime rdesktop readline reflection samba sdl server 
session spell spl sql sse sse2 ssl ssse3 startup-notification svg swat symlink 
sysfs tcl tcpd threads thunar thunderbird tidy tiff tk truetype unicode usb v4l 
v4l2 vhosts vnc vorbis webkit winbind wma wxwidgets wxwindows x264 xcomp

[gentoo-user] Re: Re: Re: "emerge -DuvatN world" doesn't show all upgradeable packages

2008-04-08 Thread Michael Schmarck
Neil Bothwick <[EMAIL PROTECTED]> wrote:

> On Tue, 08 Apr 2008 12:39:11 +0200, Michael Schmarck wrote:
> 
>> > emerge --depclean
>> 
>> thanks. 200 some packages, which would be removed. Quite a
>> lot.
> 
> If you've removed kde-meta, I'm not surprised.

It's not (mainly) kde packages that show up there. It's:

 app-admin/logrotate
 app-admin/php-toolkit
 app-admin/webapp-config
 app-arch/mt-st
 app-arch/rpm
 app-arch/sharutils
 app-crypt/hashalot
 app-crypt/mhash
 app-crypt/qca
 app-crypt/qca-tls
 app-crypt/shash
 app-doc/chmlib
 app-mobilephone/gnokii
 app-mobilephone/obex-data-server
 app-office/karbon
 app-office/kchart
 app-office/kexi
 app-office/kformula
 app-office/kivio
 app-office/koffice-data
 app-office/koffice-libs
 app-office/koshell
 app-office/kplato
 app-office/kpresenter
 app-office/krita
 app-office/kspread
 app-office/kugar
 app-office/kword
 app-pda/libopensync
 app-portage/eclass-manpages
 app-portage/porthole
 app-shells/zsh
 app-text/enscript
 app-text/hunspell
 app-text/libwpd
 app-text/linuxdoc-tools
 app-text/psutils
 app-text/rcs
 app-text/recode
 app-text/wv2
 dev-cpp/commoncpp2
 dev-cpp/libebt
 dev-cpp/libsexymm
 dev-cpp/libwrapiter
 dev-cpp/libxmlpp
 dev-db/qdbm
 dev-java/ant-junit
 dev-java/ant-owanttask
 dev-java/ant-trax
 dev-java/asm
 dev-java/bsh
 dev-java/hamcrest-core
 dev-java/jakarta-regexp
 dev-java/jarjar
 dev-java/java-getopt
 dev-java/junit
 dev-java/libreadline-java
 dev-java/qdox
 dev-java/tagsoup
 dev-lang/php
 dev-libs/beecrypt
 dev-libs/glib
 dev-libs/gmime
 dev-libs/icu
 dev-libs/libical
 dev-libs/libmcrypt
 dev-libs/libol
 dev-libs/lzo
 dev-libs/mpfr
 dev-libs/pcre++
 dev-libs/xalan-c
 dev-libs/xerces-c
 dev-perl/Algorithm-Diff
 dev-perl/Archive-Zip
 dev-perl/Crypt-OpenSSL-Bignum
 dev-perl/Crypt-OpenSSL-Random
 dev-perl/Crypt-SmbHash
 dev-perl/Devel-Symdump
 dev-perl/Digest-HMAC
 dev-perl/Digest-MD4
 dev-perl/Digest-SHA1
 dev-perl/Error
 dev-perl/File-Which
 dev-perl/Geography-Countries
 dev-perl/Mail-DomainKeys
 dev-perl/Net-DNS
 dev-perl/Net-IP
 dev-perl/Pod-Coverage
 dev-perl/Pod-Escapes
 dev-perl/Pod-Simple
 dev-perl/TermReadKey
 dev-perl/Test-Pod
 dev-perl/Test-Pod-Coverage
 dev-perl/perl-tk
 dev-python/epydoc
 dev-python/pycrypto
 dev-python/pysqlite
 dev-python/pyxml
 dev-python/rhpl
 dev-python/sqlitecachec
 dev-python/urlgrabber
 dev-python/wxpython
 dev-util/cvs
 dev-util/gob
 dev-util/monodoc
 dev-util/yacc
 gnome-extra/gnome-keyring-manager
 gnome-extra/gnome-vfs-obexftp
 gnome-extra/libgda
 kde-base/kde-i18n
 mail-client/mailx-support
 media-gfx/icon-slicer
 media-gfx/nvidia-cg-toolkit
 media-libs/faad2
 media-libs/gle
 media-libs/gstreamer
 media-libs/ilmbase
 media-libs/jbigkit
 media-libs/libfame
 media-libs/libgpod
 media-libs/libmp4v2
 media-libs/libmpeg3
 media-libs/libquicktime
 media-libs/libsamplerate
 media-libs/libsndfile
 media-libs/libsvg
 media-libs/libwmf
 media-libs/moodriver
 media-libs/mutagen
 media-libs/netpbm
 media-libs/openexr
 media-libs/pdflib
 media-libs/speex
 media-libs/t1lib
 media-plugins/gst-plugins-alsa
 media-plugins/gst-plugins-esd
 media-plugins/gst-plugins-flac
 media-plugins/gst-plugins-theora
 media-sound/normalize
 media-sound/sox
 media-video/mjpegtools
 media-video/mpeg2vidcodec
 media-video/transcode
 media-video/vcdimager
 net-analyzer/net-snmp
 net-analyzer/netselect
 net-analyzer/sussen
 net-libs/libesmtp
 net-libs/liblockfile
 net-libs/libotr
 net-libs/librsync
 net-libs/libvncserver
 net-libs/ortp
 net-misc/bridge-utils
 net-misc/netkit-talk
 net-print/foomatic-db
 net-print/foomatic-db-engine
 net-wireless/gnome-bluetooth
 net-wireless/libbtctl
 net-wireless/wireless-tools
 perl-core/DB_File
 perl-core/File-Spec
 perl-core/Time-HiRes
 perl-core/digest-base
 sci-libs/cln
 sci-visualization/gnuplot
 sys-apps/acl
 sys-apps/hotplug-base
 sys-apps/iproute2
 sys-apps/parted
 sys-apps/pcmcia-cs
 sys-apps/rescan-scsi-bus
 sys-apps/sdparm
 sys-apps/setserial
 sys-apps/sg3_utils
 sys-apps/yum
 sys-devel/automake
 sys-devel/bin86
 sys-devel/dev86
 sys-devel/gcc
 sys-fs/fuse-python
 sys-fs/multipath-tools
 sys-kernel/tuxonice-sources
 sys-libs/db
 sys-libs/libuser
 sys-libs/pwdb
 sys-libs/system-config-base
 sys-power/iasl
 virtual/c++-tr1-functional
 virtual/c++-tr1-memory
 virtual/c++-tr1-type-traits
 virtual/httpd-cgi
 virtual/pcmcia
 virtual/perl-DB_File
 virtual/perl-File-Spec
 virtual/perl-PodParser
 virtual/perl-digest-base
 x11-apps/appres
 x11-apps/setxkbmap
 x11-apps/xrandr
 x11-apps/xset
 x11-apps/xwininfo
 x11-drivers/xf86-video-v4l
 x11-libs/fltk
 x11-libs/goffice
 x11-libs/gtk+
 x11-libs/gtkglarea
 x11-libs/libXfontcache
 x11-libs/libast
 x11-libs/libdmx
 x11-libs/libsvg-cairo
 x11-libs/openmotif
 x11-libs/xforms
 x11-misc/read-edid
 x11-proto/dmxproto
 x11-terms/eterm
 x11-themes/gtk-engines-qt

>> After removing stuff, a revdep-rebuild should be done, shouldn't
>> it?
> 
> It won't hurt,

Re: [gentoo-user] Re: my xorg-server 1.6 seems a bit unstable - what am I doing wrong?

2009-10-13 Thread Denis
Perhaps I should try this procedure on my home gentoo box first.

Here are my USE flags:

 X aac aim alsa ao bash-completion bdf branding bzip2 cairo cdda cddb
 cdparanoia cdr cpudetection djvu emacs encode exif firefox flac
 foomaticdb gif glut graphics gs gtk ieee1394 imagemagick imlib java
 javascript jbig jpeg jpeg2k kpathsea lame latex ldap libnotify libwww
 lm_sensors mad mmx mmxext mng motif mp3 mpeg mplayer msn openal opengl
 oss pdf plotutils png ppds preview-latex pstricks qt3support qt4
 quicktime rtc samba science sdl sensord smp sndfile spell sse sse2 svga
 swat tcl tetex tiff tk truetype tta usb wavpack winbind wmp xcb xine xml
 yahoo -dri -isdnlog -pppd

When "world" is edited, should I leave make.conf be or do I also need
to remove all X-related USE flags from there?

Here is my world file.  I did not include anything under x11-* for brewity.

I marked everything I am planning to remove with a preceding "- "
Could someone look this over, please, to make sure I didn't select
anything critical?  I did use "equery depends" and some common sense,
but I could use a sanity check!

- app-admin/emacs-updater
app-admin/syslog-ng
- app-editors/emacs
- app-emacs/emacs-common-gentoo
- app-office/abiword
- app-office/abiword-plugins
app-portage/gentoolkit
app-portage/mirrorselect
app-portage/portage-utils
app-portage/ufed
app-shells/bash-completion
- app-text/acroread
- app-text/djvu
- app-text/enchant
- app-text/ghostscript-gpl
- app-text/gnome-doc-utils
- app-text/gtkspell
- app-text/gv
- app-text/hunspell
- app-text/iso-codes
- app-text/libpaper
- app-text/libwpd
app-text/poppler-data
app-text/poppler-utils
- app-text/ps2eps
- app-text/psutils
- app-text/rarian
- app-text/rman
- app-text/scrollkeeper
- app-text/scrollkeeper-dtd
app-text/sgml-common
- app-text/t1utils
- app-text/texi2html
- app-text/texlive
- app-text/wv
- app-vim/fluxbox-syntax
dev-java/javatoolkit
dev-java/sun-jdk
dev-lang/tcl
dev-libs/dbus-glib
dev-libs/libtasn1
dev-libs/mpfr
dev-perl/XML-Parser
dev-python/pygobject
dev-python/pygtk
- dev-tex/latex-beamer
- dev-tex/mh
- dev-texlive/texlive-bibtexextra
- dev-texlive/texlive-latexextra
dev-util/pkgconfig
- gnome-base/gdm
- gnome-base/libgnomecanvas
- media-fonts/corefonts
- media-fonts/dejavu
- media-fonts/encodings
- media-fonts/font-adobe-100dpi
- media-fonts/font-adobe-75dpi
- media-fonts/font-adobe-utopia-100dpi
- media-fonts/font-adobe-utopia-75dpi
- media-fonts/font-adobe-utopia-type1
- media-fonts/font-alias
- media-fonts/font-arabic-misc
- media-fonts/font-bh-100dpi
- media-fonts/font-bh-75dpi
- media-fonts/font-bh-lucidatypewriter-100dpi
- media-fonts/font-bh-lucidatypewriter-75dpi
- media-fonts/font-bh-ttf
- media-fonts/font-bh-type1
- media-fonts/font-bitstream-100dpi
- media-fonts/font-bitstream-75dpi
- media-fonts/font-bitstream-speedo
- media-fonts/font-bitstream-type1
- media-fonts/font-cronyx-cyrillic
- media-fonts/font-cursor-misc
- media-fonts/font-daewoo-misc
- media-fonts/font-dec-misc
- media-fonts/font-ibm-type1
- media-fonts/font-isas-misc
- media-fonts/font-jis-misc
- media-fonts/font-micro-misc
- media-fonts/font-misc-cyrillic
- media-fonts/font-misc-ethiopic
- media-fonts/font-misc-meltho
- media-fonts/font-misc-misc
- media-fonts/font-mutt-misc
- media-fonts/font-schumacher-misc
- media-fonts/font-screen-cyrillic
- media-fonts/font-sony-misc
- media-fonts/font-sun-misc
- media-fonts/font-util
- media-fonts/font-winitzki-cyrillic
- media-fonts/font-xfree86-type1
- media-fonts/freefonts
- media-fonts/gnu-gs-fonts-std
- media-fonts/intlfonts
- media-fonts/terminus-font
- media-fonts/ttf-bitstream-vera
- media-fonts/unifont
- media-gfx/gimp
- media-gfx/gqview
- media-gfx/imagemagick
- media-gfx/jpeg2ps
- media-gfx/sam2p
- media-gfx/transfig
- media-gfx/xfig
- media-gfx/xv
media-libs/alsa-lib
media-libs/audiofile
- media-libs/babl
media-libs/flac
- media-libs/fontconfig
- media-libs/freeglut
- media-libs/freetype
- media-libs/ftgl
- media-libs/gd
- media-libs/gegl
- media-libs/giflib
- media-libs/glew
- media-libs/gst-plugins-base
- media-libs/gst-plugins-good
- media-libs/gstreamer
- media-libs/imlib2
- media-libs/jasper
- media-libs/jbigkit
- media-libs/jpeg
- media-libs/lcms
media-libs/libart_lgpl
media-libs/libcddb
- media-libs/libexif
media-libs/libid3tag
media-libs/libmad
- media-libs/libmng
media-libs/libogg
media-libs/libpng
media-libs/libsdl
media-libs/libsndfile
media-libs/libvorbis
- media-libs/mesa
- media-libs/netpbm
media-libs/openjpeg
- media-libs/pdflib
- media-libs/plotutils
media-libs/raptor
media-libs/svgalib
-media-libs/t1lib
media-libs/tiff
- media-libs/vigra
media-plugins/alsa-plugins
media-sound/alsa-utils
media-sound/asunder
media-sound/audacious
media-sound/cdparanoia
media-sound/cdplay
media-sound/wavpack
- media-video/nvidia-settings
net-analyzer/netselect
net-fs/samba
- net-im/pidgin
- net-irc/xchat
net-misc/dhcpcd
- net-print/cups
perl-core/IO-Compress
- sci-mi

Re: [gentoo-user] Re: anti-portage wreckage?

2007-01-02 Thread William Kenworthy
On Tue, 2007-01-02 at 12:19 +0100, Bo Ørsted Andresen wrote:
> On Monday 01 January 2007 06:58, William Kenworthy wrote:
> > rattus ~ # emerge system -ep
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating system dependencies ... done!
> > rattus ~ #
> >
> > 3 systems like this, one installed only a few months ago works.
> 
> And `emerge --info` ?
> 

rattus ~ # emerge --info
Portage 2.1.1-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r4,
2.6.19-gentoo-r2 i686)
=
System uname: 2.6.19-gentoo-r2 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.12.6
Last Sync: Fri, 29 Dec 2006 05:20:01 +
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[enabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python: 2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.15.92.0.2-r10, 2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.8.1-r1, 2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-w -mcpu=athlon-xp -march=athlon-xp -mtune=athlon-xp -O2 -pipe
-fomit-frame-pointer -momit-leaf-frame-pointer -ftracer -fforce-addr"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/kde/3.2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb 
/usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo 
/etc/texmf/web2c"
CXXFLAGS="-w -mcpu=athlon-xp -march=athlon-xp -mtune=athlon-xp -O2 -pipe
-fomit-frame-pointer -momit-leaf-frame-pointer -ftracer -fforce-addr"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distcc distlocks metadata-transfer sandbox
sfperms strict"
GENTOO_MIRRORS="ftp.iinet.net.au/pub/Gentoo"
LANG="en_AU.UTF-8"
LC_ALL="en_AU.UTF-8"
LINGUAS="en"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex 3dnowext 7zip X X509 Xaw3d a52 aac aalib
activefilter adns aim alsa alsa_cards_ali5451 alsa_cards_als4000
alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x
alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x
alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938
alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel
alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3
alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx
alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm
alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy
alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop
alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file
alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug
alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear
alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi
alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate
alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm
alsa_pcm_plugins_softvol apache2 apm arts asf audiofile avahi
bash-completion berkdb bidi bigger-fonts binfilter bitmap-fonts blas
bluetooth bonobo browserplugin buffysize bzip2 bzlib c++ cairo cap cdda
cddb cdparanoia cdr cgi cli corba cpudetection cracklib crypt cscope css
cups curl daap dbus devmap dga dhcp divx divx4linux djvu dlloader dnd
doc dri dts dv dvb dvd dvdr dvdread dvi dxr3 edl eds elibc_glibc emboss
encode erandom escreen esd ethereal evo exif expat extensions faad fam
fame fbcon fbsplash ffmpeg fftw firefox flac flash font-server
foomaticdb fortran fpx freetds freetype gb gd gdbm ggi gif gimp
gimpprint ginac glade glgd glibc-omitfp glut gmedia gmp gnome
gnome-print gnomedb gnuplot gnutls gphoto2 gpm graphviz gs gsl gstreamer
gtk gtk2 gtkhtml guile gzip hal hdf hdf5 howl-compat hpn httpd iconv icq
idn imagemagick imap imlib imlib2 inkjar innodb input_devices_evdev
input_devices_keyboard input_devices

[gentoo-user] Cannot compile gcc-3.3.6-r1 using gcc-4.2.3

2008-03-30 Thread Alan McKinnon
Hi,

I think I screwed up :-(   Sorry about post length, there's a lot of 
error output. (If I need to, I have a 2005.0 stage 3 with an old 
compiler. If this can't be easily fixed, I reckon I could 
mount/chroot/quickpkg gcc and install it on the host)

While cleaning up my machine, I unmerged gcc-3.3.6-r1 and the spare 
quickpkg I had of it. Now virtual/libstdc++ needs it and the build 
fails with the error: 

configure: error: can only configure for one host and one target at a 
time


My system compiler is gcc-4.2.3:
 Installed versions:  4.2.3(4.2)(10:35:08 19/02/08)(doc gtk mudflap 
openmp -altivec -bootstrap -build -fortran -gcj -hardened -ip28 -ip32r10k 
-libffi -multilib -multislot -n32 -n64 -nls -nocxx -objc -objc++ -objc-gc -test 
-vanilla)


USE for gcc-3.3.6-r1 looks like so:
[ebuild  NS   ] sys-devel/gcc-3.3.6-r1  USE="doc 
(-altivec) -bootstrap -boundschecking -build -fortran -gcj -gtk 
(-hardened) -ip28 -ip32r10k -libffi (-multilib) -multislot (-n32) 
(-n64) -nls -nocxx -nopie -nossp -objc -test -vanilla" 0 kB


(trimmed) emerge --info:
Portage 2.1.4.4 (default-linux/x86/2007.0/desktop, gcc-4.2.3, 
glibc-2.7-r2, 2.6.24-gentoo-r3 i686)
=
System uname: 2.6.24-gentoo-r3 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 
2.20GHz
Timestamp of tree: Tue, 25 Mar 2008 21:30:01 +
app-shells/bash: 3.2_p33
dev-java/java-config: 1.3.7, 2.1.5
dev-lang/python: 2.5.1-r5
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.24
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/kde/4.0/env /usr/kde/4.0/share/config 
/usr/kde/4.0/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf 
/etc/gconf /etc/init.d /etc/php/apache2-php5/ext-active/ 
/etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild 
/etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/var/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms 
strict unmerge-orphans userfetch userpriv usersandbox"
GENTOO_MIRRORS="/mnt/distfiles http://distfiles.gentoo.org 
http://www.ibiblio.org/pub/Linux/distributions/gentoo";
LANG="en_GB.UTF-8"
LC_ALL="en_GB.UTF-8"
LINGUAS="en_US"
MAKEOPTS="-j3"
PKGDIR="/var/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/portage"
PORTDIR_OVERLAY="/var/portage/local/layman/enlightenment 
/var/portage/local/layman/sunrise /var/portage/local/layman/mozilla 
/var/portage/local/alan"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl acpi adns aiglx alsa apache2 audiofile 
bash-completion berkdb bluetooth branding bzip2 cairo cdr cli cracklib 
crypt css cups curl curlwrappers cvs dbus dga dri dts dv dvb dvd dvdr 
dvdread emboss encode exif expat fam ffmpeg firefox flac fontconfig 
foomaticdb ftp gd gdbm gif gimp glitz glut gnuplot gnutls gpm gtk 
gtkhtml hal hddtemp iconv icq id3tag ieee1394 imagemagick imap imlib 
ipod isdnlog jabber java javascript jbig jce jpeg jpeg2k kde keyring 
lcms ldap lesstif libc_glibc libcaca libg++ libnotify libsamplerate 
libsndfile libwww lm_sensors mad maildir matroska mbox mcal midi mikmod 
milter mime mmx mng motif mp3 mp4 mpeg mtp mudflap mysql mysqli ncurses 
netboot nfs nptl nsplugin odbc offensive ogg openal opengl openmp pam 
pango pcmcia pcre pdf perl php plotutils pmu png posix postgres ppds 
pppd profile python qt3 qt3support qt4 quicktime readline real 
reflection samba sasl scanner sdl session slp sms spell spl sqlite 
sqlite3 sse sse2 ssl ssse3 startup-notification subversion svg sysvipc 
tcl tcltk tcpd tetex theora threads tiff tk truetype udev unicode usb 
utempter vcd vim-syntax vorbis wifi win32codecs wmf wxwindows x264 x86 
xattr xcomposite xine xinerama xinetd xml xorg xosd xpm xulrunner xv 
xvid xvmc zeroconf zlib" ALSA_CARDS="intel8x0 intel8x0m" 


Error output:
>>> Compiling source 
in /var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6 ...
 * CFLAGS="-O2 -march=pentium4 -pipe"
 * CXXFLAGS="-O2 -march=pentium4 -pipe"
 * Configuring gcc ...
 * running gcc-compiler-configure
 * configuring for GCC_LANG: c,c++,treel

Re: [gentoo-user] DBus error in solid (kde 4.1 hardware monitoring daemon)

2008-10-14 Thread Andrey Vul
On Tue, Oct 14, 2008 at 6:39 PM, Alan McKinnon <[EMAIL PROTECTED]> wrote:
> On Wednesday 15 October 2008 00:19:04 Andrey Vul wrote:
>> Does anybody know what this error means and how to solve it?
>> virtual QStringList Solid::Backends::Hal::HalManager::allDevices()
>> error:  "org.freedesktop.DBus.Error.Disconnected"
>
> Apparently DBus disconnected from ... something

> Not even Google knows what that error is. Please supply some context, maybe
> some USE flags you have enabled and which version of which applicable
> apps/libs you have installed. And a description of what you do just before
> you get that error would be nice.
>
I ran $solid-hardware list details
because I wasn't getting any devices in the "Devices recently pulgged
in" list in the system tray after inserting my USB key.

The package is kde-base/solid-hardware-4.1.2.

emerge --info:
Portage 2.2_rc11 (default/linux/amd64/2008.0, gcc-4.3.2,
glibc-2.8_p20080602-r0, 2.6.26.5-rt9 x86_64)
=
System uname: 
Linux-2.6.26.5-rt9-x86_64-AMD_Turion-tm-_64_Mobile_Technology_ML-34-with-glibc2.2.5
Timestamp of tree: Tue, 07 Oct 2008 23:30:01 +
app-shells/bash: 3.2_p39
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python: 2.4.4-r13, 2.5.2-r8, 2.6-r2
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc: 0.3.0
sys-apps/sandbox:1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.26
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=k8 -mtune=k8 -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/env /usr/kde/3.5/env
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config
/usr/shutdown /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=k8 -mtune=k8 -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch preserve-libs
protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://adelie.polymtl.ca/
http://mirror.datapipe.net/gentoo
http://gentoo.cites.uiuc.edu/pub/gentoo/ http://gentoo.netnitco.net
http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
http://gentoo.osuosl.org/ http://cdot.senecac.on.ca/software/gentoo/
ftp://gentoo.cites.uiuc.edu/pub/gentoo/
http://gentoo.mirrors.tds.net/gentoo
http://gentoo.arcticnetwork.ca/source/
http://gentoo.mirrors.tera-byte.com/
http://mirror.usu.edu/mirrors/gentoo/
http://osmirrors.cerias.purdue.edu/pub/gentoo/
http://lug.mtu.edu/gentoo/ http://mirror.mcs.anl.gov/pub/gentoo/";
LDFLAGS="-Wl,-O1"
LINGUAS="en en_US ja ru"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/pro-audio
/usr/local/portage/layman/desktop-effects
/usr/local/portage/layman/sunrise"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext 3ds 64bit 7zip S3TC X Xaw3d a52 aac aalib acct ace
acl acpi aften allegro alsa amarok amd64 amr amrnb amrwb animgif antlr
ao apache2 archive arts audiofile avahi bash-completion battery bcmath
bcp bdf berkdb bidi binary-drivers bittorrent bjam blas blender-game
boost bsf bzip2 c++ cairo canna caps cardbus cdda cddb cdio cdparanoia
cdr cdrom cdsound cgi cgraph charconv chardet chasen chm cjk cli
clucene color-console colordiff cpufreq cracklib crypt cscope css cups
cupsddk curl curlwrappers cvs cxx dbus dc1394 designer-plugin
device-mapper dga dia directfb divx djbfft djvu dmi dri dssi dts dv
dvd dvdr dvdread dvi dynamicplugin ecc emovix enca encode enscript
erandom esd evo exif exiv2 expat extra extras fam fame fastcgi fat
fbcon ffmpeg fftw firefox flac flash flexresp flexresp2 fltk
fluidsynth fontconfig fontforge foomaticdb fortran ftp fuse games gcj
gd gdbm gecko geoip gif gimp ginac git glib glibc-omitfp glitz glsa
glut gmail gmedia gmp gnuplot gnutls gpac gpg gphoto2 gpm gps grammar
graphics graphvizgrub gs gsl gstreamer gtk guile hal hddtemp hdri hfs
history htmlhandbook hunspell iconv id3 id3tag idea idn ieee1394 image
imagemagick imlib inkjar inquisitio int64 ipv6 irc jabber jack
jack-tmpfs java java6 javascript jbig jce jfs jingle john jpeg jpeg2k
kakasi kde kde4 kdehiddenvisibility kerberos kmid ladspa lame lapac

[gentoo-user] INT_(MIN,MAX) is missing from

2009-01-27 Thread Andrey Vul
dr dvdread
dvi2tty dynamic editor emerald enblend enca encode eolconv epydoc
erandom escreen esd etc-proposals etwin examples exif exiv2 expat fam
fbcon fbdev fbsplash ffmpeg fftw file file-icons firefox firefox3 fits
flac flash flexresp flexresp2 fltk fluidsynth font-server fontconfig
fontforge foomaticdb fortran fortune fpx freetds freewnn ftp furigana
fuse games gcj gcrypt gd gdbm gecko gedit genders general geoip gif
ginac git glade glib glibc-omitfp glitz glsa glut glw gmail gmedia gml
gmp gnuplot gnutls google-gadgets gpac gpg gphoto2 gpm gps graphics
graphviz grub gs gsl gstreamer gtk gtkhotkey guile gutenprint gzip hal
hddtemp hdri heterogeneous hexen hexenworld hfs hibernate-script hpn
htmlhandbook httpd hunspell hvm icons iconv icu id3 id3tag idea idn
ieee1394 imagemagick imlib infowidget inkjar inquisitio int64 ipfilter
iproute2 ipv6 irc isdnlog iso14755 ithreads jack java java5 java6
javascript jbig jdepend jfs jmf john jpeg jpeg2k justify kate kde kde4
kdehiddenvisibility kdeprefix kerberos kino kipi kmid kontact kvm
ladspa lame lapack laptop lash latex lcms ldap libass libcaca libedit
libffi libgcrypt libgig libnotify libpaludis libsamplerate libssh2
libtommath libv4l2 lid lights linux-smp-stats linuxkeys live
lm_sensors lock logitech-mouse logrotate logviewer loop-aes lua lucene
lzo m17n-lib mad math mathml matroska maya-shaderlibrary
mdnsresponder-compat memlimit menu-plugin messenger midi migemo mikmod
mime mimencode mjpeg mktemp mmap mmx mng modperl modplug modules mono
monolithic-build moonlight mozdevelop mozdom mp2 mp3 mp3tunes mp4 mpeg
mpeg2 mpi mpi-threads mplayer mpls msn mssql mtp mudflap multilib
multiuser musepack music musicbrainz mysql mysqli nano-syntax nat
ncurses nemesi net netbeans netpbm network network-cron networking
networkmanager nfs nls no-helper nowin nptl nptlonly nsplugin nspr nss
ntfs ntp numarray numeric numpy nuv nvidia nvtv ocaml ocamlopt octave
odbc offensive ogg ogg123 openal openexr opengl openmp openssl
opensslcrypt openstreetmap openvpn oss otr ots pager pam pango
parse-clocks parted paste64 pcap pcapnav pcntl pcre pdf perl phonon
pic pixmaps pkcs11 plasma player plotutils plugins pmu png pnm
policykit posix postproc postscript povray ppds pppd print pth pvfs2
pvr pyste python q32 qt-dbus qt-webkit qt3 qt3support qt4 quicktime
quotas rar raw rc5 rdesktop readline realmedia recode reflection regex
regexp reiserfs resolvconf resolver restrict-javascript rle roe romio
rplay rrdcgi rss rtc rtf rtsp rubberband samba sasl scanner
schroedinger science screen script scripts sdl sdl-image sdlaudio
sdlcd search semantic-desktop sensord server sftp sha512 sharedmem
shorten shout sid silvercity slang slit smi smp sms snmp soap sockets
socks5 solver sounds soundtouch sox sparse spell spl sql sqlite
sqlite3 srt sse sse2 sse3 ssl ssse3 startup-notification statistics
stats status stream subversion svg svgz sysfs syslog sysvipc szip
t1lib taglib tcl tcpd teamarena telepathy teletext templates tex4ht
texteffect themes theora thesaurus threads threadsafe tidy tiff
timidity tk tomsfastmath toolbar tools tordns transcode truetype
tunepimp twolame type1 ucs2 umfpack unicode unsupported upnp usb
utempter utils uvesafb v4l v4l2 vamp vcd vcdinfo vcdx vde video videos
vim vim-pager vim-syntax vim-with-x visibility vistafree visual
visualization vorbis vst wav wavpack wcs wcwidth webdav webdav-neon
webkit wifi wii wireshark wma wmf wmp wxwindows x264 x86emu xanim
xattr xcb xchatdccserver xcomposite xerces-c xfce xfs xft xgetdefault
xine xinerama xml xorg xosd xpm xrandr xscreensaver xsettings xsl xslt
xterm xterm-color xulrunner xv xvid xvmc zero zeroconf zip zlib
zsh-completion" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x
ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel
intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem
ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop
empty extplug file hooks iec958 ioplug ladspa lfloat linear meter
mmap_emul mulaw multi null plug rate route share shm softvol "
APACHE2_MODULES="actions  alias  auth_basic  authn_alias  authn_anon
authn_dbm  authn_default  authn_file  authz_dbm  authz_default
authz_groupfile  authz_host  authz_owner  authz_user  autoindex  cache
 dav  dav_fs  dav_lock  deflate  dir  disk_cache  env  expires
ext_filter  file_cache  filter  headers  include  info  log_config
logio  mem_cache  mime  mime_magic  negotiation  rewrite  setenvif
speling  status  unique_id  userdir  usertrack  vhost_alias "
APACHE2_MPMS="worker" ELIBC="glibc" INITNG_PLUGINS="also bash_launcher
chdir chroot conflict cpout critical ctrlaltdel daemon_clean
debug_commands envparser find fmon fstat history idleprobe initctl
interactive iparser last limit lockfile logfile netdev netprobe ngc4
ngcs nge pause provide reload renice rlparser simple_launcher stcmd
stdout suid syncron syslog sysreq unneeded usplash"
INPUT_DEVICES=

Re: [gentoo-user] Re: kde4: no hardware info without sys-apps/hal

2011-09-24 Thread Andrey Moshbear
/kde-sunset
/var/lib/layman/games /var/lib/layman/roslin /var/lib/layman/dev-zero
/var/lib/layman/lxde /var/lib/layman/stuge /var/lib/layman/wolf31o2
/var/lib/layman/pd-overlay /var/lib/layman/moshbear-patched"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3ds X a52 aac aalib acl acpi ads aften allegro alsa amd64 amr ao
apache2 api aspell audio audiofile automap autotrace avahi
bash-completion bcel bcmath bdf berkdb bidi binary-drivers bineditor
blas blender blender-game bluetooth branding bzip2 cairo canna caps
catalogs cdda cddax cddb cdparanoia cdr cdsound cg cgi chm cjk
cleartype cli client clucene cmake colordiff connection-sharing
consolekit context contrib cracklib crypt cscope csharp css ctype
ctypes-python cuda cups curl curlwrappers cvs cxx cyrillic dbus dc1394
detex dga dhclient dhcp dhcpcd dia dirac directfb discouraged djbfft
djvu doc double-precision drawing drawspaces dri dssi dts dv dvd
dvdnav dvdr dvi dvi2tty dvipdfm eap-sim ebook eigen embedded-fuseiso
emboss emerald emf enca encode exceptions exif expat extensions extra
extras faac faad fakevim fam fame fastcgi fbcon fbcondecor fbsplash
ffmpeg fftw firefox flac flatfile fltk fluidsynth fmod fontconfig
fontforge foomaticdb fortran ftp fuse games gcj gcrypt gd gdbm gdu
geoip geolocation gif gimp git glib glitz gmp gnuplot gnutls
google-gadgets gpg gphoto2 gpm grammar graphics graphviz gs gsl gsm
gstreamer gtk hddtemp hdri http-cache httpd iconv icotools icoutils
icu id3 id3tag idea idn ieee1394 image imagemagick imap imlib inexact
inline inline-init-failopen int64 ipv6 irc jabber jack jadetex jai
java java6 javascript jbig jfs jmf joystick jpeg jpeg2k juju kde
kerberos kpathsea ladspa lame lapack laptop lash latex lcdfilter lcms
ldap lensfun libass libcaca libev libmms libnotify libsamplerate
libssh2 libtiger libtommath libv4l libv4l2 libwww live lm_sensors lock
logrotate logviewer loop-aes lqr lua lzma lzo m17n-lib mac mad maps
math mathml matroska mbox mdi mdnsresponder-compat melt memcache
memlimit mercurial mhash midi mime mixer mjpeg mmap mmx mng modplug
modules mono moonlight mp3 mp4 mpd mpeg mpi mplayer msn mtp mudflap
multicall multilib multimedia musepack music mysql nas nat ncurses net
netbeans netpbm network-cron networkmanager nfs nls nmap nntp nowin
nptl nptlonly nsplugin nss ntfs ntlm numpy octave offensive ogg openal
openexr opengl openmp openssl opensslcrypt optimization pam pango
parse-clocks pcf pch pcntl pcre pdf perl phonon php pidgin plasma
player plotutils plugins pmu png policykit pop posix postgres postproc
ppds pppd private-headers ps pstoedit pstricks pulseaudio python
qt-dbus qt3 qt3support qt4 quicktime raw rawio readline realtime
recode recommended recording regex reiserfs resolvconf rfc3779 rfc822
rle rrdcgi rrdtool rss rtf rtsp rubberband ruby samba scanner
schroedinger science script sdk sdl sdl-image sdl-sound sdlaudio
semantic-desktop sensord server servletapi session sftp shm shorten
smime smp sms smtp sndfile sox speex spell sql sqlite sqlite3 srt sse
sse2 ssl startup-notification stats status stlport stream
strong-optimization subtitles subversion suid svg svgz swig sysfs
syslog t1lib taglib tcl tcpd tex tex4ht text textures theora threads
thunderbird tidy tiff timezone tk tokenizer tokyocabinet tomsfastmath
toolame toolbar tools trace transcode truetype truetype-debugger
twolame udev udev-acl udis86 unicode unsupported unzip upnp
urlpicpreview usb utils uuid v4l v4l2 vcd vcdinfo vcdx vdpau video
videos vim vim-pager vim-syntax vistafree vix vmware-tools vorbis vst
wav wavpack webkit wifi winetools winetriks wireshark wma wmf
wordperfect wps wxwidgets x264 xanim xattr xcb xcomposite xetex xft
xinerama xml xmlreader xmlrpc xmlwriter xmp xorg xosd xpfast xpm
xscreensaver xulrunner xv xvid xvmc youtube zeroconf zip zlib
zsh-completion"
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty
extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul
mulaw multi null plug rate route share shm softvol"
APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon
authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoindex cache cgi
cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter
file_cache filter headers include info log_config logio mem_cache mime
mime_magic negotiation rewrite setenvif speling status unique_id
userdir usertrack vhost_alias"
CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump"
CAMERAS="ptp2"
COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
ELIBC="glibc"
GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt
gpsclock itrax mtk3301 nmea n

[gentoo-user] Snort compiling problems

2015-08-22 Thread Rod
   0.28-r1::gentoo
sys-apps/baselayout:  2.2::gentoo
sys-apps/openrc:  0.16.4::gentoo
sys-apps/sandbox: 2.6-r1::gentoo
sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
sys-devel/automake:   1.9.6-r3::gentoo, 1.11.6::gentoo, 
1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo

sys-devel/binutils:   2.24-r3::gentoo
sys-devel/gcc:4.5.4::gentoo, 4.6.4::gentoo, 
4.7.3-r1::gentoo, 4.8.4::gentoo

sys-devel/gcc-config: 1.7.3::gentoo
sys-devel/libtool:2.4.6::gentoo
sys-devel/make:   4.1-r1::gentoo
sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
sys-libs/glibc:   2.20-r2::gentoo
Repositories:

gentoo
location: /var/video/media/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000

Mythtv-Ebuilds
location: /usr/local/mythtv_portage/Gentoo
masters: gentoo
priority: 0

megacoffee
location: /var/lib/layman/megacoffee
masters: gentoo
priority: 50

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /home/mythtv/ /opt/openfire/resources/security/ 
/usr/share/config /usr/share/gnupg/qualified.txt 
/usr/share/polkit-1/actions /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ 
/etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ 
/etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ 
/etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"

CXXFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
DISTDIR="/var/video/media/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs candy config-protect-if-modified 
distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch 
preserve-libs protect-owned sandbox selinux sfperms strict 
unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv 
usersandbox usersync"

FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org";
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/var/video/media/portage/distfiles/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages"

PORTAGE_TMPDIR="/var/tmp"
USE="X accessibility acpi activefilter additions ads afpacket aim alsa 
amd64 apache2 api apm aspell asterisk async audio authdaemond authfile 
autostart bash-completion berkdb bluray btrfs bundled-adodb bzip2 
calendar caps cgi chroot clamav clamd cli cracklib crypt ctype cups curl 
cxx daemon dbase dbi dbus dedicated device-mapper dhcp dlz dmx dnsdb 
dovecot-sasl dri dump dvb dvd dvdread dynamicplugin egl exceptions 
extensions extras fam fastcgi filter ftp ftpd fuse g3dvl g722 g729 
gallium gcrypt gd gdbm glamor glib gnome gnuplot gpl gsm gstreamer gtk 
h323 hash headless hls http httpd httppower hwdb icap-client icq icu 
imap ipv4 ipv6 java javacomm javamail javascript jce jikes jpeg jpeg2k 
jpgraph json kde kmod ldap libvirtd lirc lm_sensors lmtp maildir mdadm 
mmx mmxext mp3 msn mumble mysql mysqli mytharchive mythgallery mythmusic 
mythtv nagios-dns nagios-game nagios-ntp nagios-ping nagios-ssh nntp 
nptl nptlonly nsplugin nut oav odbc ogg openal opengl openrc openssl 
openvpn pam pcap pcre pdf pdo perl phonon php png policykit posix 
postgres procmail proxy python python3 qemu qt3support qt4 quota quotas 
rdesktop rdesktop-vrdp readline reiser4 reiserfs rrdcgi rrdgraph rrdtool 
rss samba sasl sdk sdl sensord server session sftp simplexml slp 
smbclient sna snmp soap sockets speech speex spell spl sql sqlite 
sqlite3 sse sse2 sse3 sse4 sse4_1 sse4a sse5 ssh ssl ssse3 subversion 
svg swat sysfs syslog tcl tga threads threadsafe tk tokenizer tools 
transcode truetype udev ulaw unconfined unicode upnp ups usb utils uxa 
vaapi vdpau vhosts video vim vim-pager vim-plugin vim-syntax vnc vorbis 
wav webdav webdav-serf webmail winbind x264 xcb xine xinetd xml xorg xsl 
xv xvmc yahoo zip zlib" ABI_X86="64" APACHE2_MODULES="actions alias 
auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default 
authn_file authz_dbm authz_default authz_groupfile authz_host 
authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock dbd 
deflate dir disk_cache env expires ext_filter file_cache filter headers 
ident imagemap include info log_config logio mem_cache mime mime_magic 
negotiation php proxy proxy_ajp proxy_balancer proxy_connect proxy_http 
rewrite setenvif so s

Re: [gentoo-user] Snort compiling problems

2015-08-22 Thread Fernando Rodriguez
-4570_CPU_@_3.20GHz-with-
gentoo-2.2
> KiB Mem:15316468 total,543168 free
> KiB Swap:   33554428 total,  32086124 free
> Timestamp of repository gentoo: Fri, 21 Aug 2015 18:30:01 +
> sh bash 4.2_p45
> ld GNU ld (Gentoo 2.24 p1.4) 2.24
> distcc 3.1 x86_64-pc-linux-gnu [disabled]
> app-shells/bash:  4.2_p45::gentoo
> dev-java/java-config: 2.2.0::gentoo
> dev-lang/perl:5.18.2-r2::gentoo
> dev-lang/python:  2.7.9-r1::gentoo, 3.1.5::gentoo, 
> 3.2.5-r6::gentoo, 3.4.1::gentoo
> dev-util/cmake:   2.8.12.2-r1::gentoo
> dev-util/pkgconfig:   0.28-r1::gentoo
> sys-apps/baselayout:  2.2::gentoo
> sys-apps/openrc:  0.16.4::gentoo
> sys-apps/sandbox: 2.6-r1::gentoo
> sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
> sys-devel/automake:   1.9.6-r3::gentoo, 1.11.6::gentoo, 
> 1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
> sys-devel/binutils:   2.24-r3::gentoo
> sys-devel/gcc:4.5.4::gentoo, 4.6.4::gentoo, 
> 4.7.3-r1::gentoo, 4.8.4::gentoo
> sys-devel/gcc-config: 1.7.3::gentoo
> sys-devel/libtool:2.4.6::gentoo
> sys-devel/make:   4.1-r1::gentoo
> sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
> sys-libs/glibc:   2.20-r2::gentoo
> Repositories:
> 
> gentoo
>  location: /var/video/media/portage
>  sync-type: rsync
>  sync-uri: rsync://rsync.gentoo.org/gentoo-portage
>  priority: -1000
> 
> Mythtv-Ebuilds
>  location: /usr/local/mythtv_portage/Gentoo
>  masters: gentoo
>  priority: 0
> 
> megacoffee
>  location: /var/lib/layman/megacoffee
>  masters: gentoo
>  priority: 50
> 
> ACCEPT_KEYWORDS="amd64"
> ACCEPT_LICENSE="*"
> CBUILD="x86_64-pc-linux-gnu"
> CFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
> CHOST="x86_64-pc-linux-gnu"
> CONFIG_PROTECT="/etc /home/mythtv/ /opt/openfire/resources/security/ 
> /usr/share/config /usr/share/gnupg/qualified.txt 
> /usr/share/polkit-1/actions /var/bind"
> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
> /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
> /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ 
> /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ 
> /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ 
> /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
> CXXFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
> DISTDIR="/var/video/media/portage/distfiles"
> FCFLAGS="-O2 -pipe"
> FEATURES="assume-digests binpkg-logs candy config-protect-if-modified 
> distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch 
> preserve-libs protect-owned sandbox selinux sfperms strict 
> unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv 
> usersandbox usersync"
> FFLAGS="-O2 -pipe"
> GENTOO_MIRRORS="http://distfiles.gentoo.org";
> LANG="en_US.UTF-8"
> LDFLAGS="-Wl,-O1 -Wl,--as-needed"
> MAKEOPTS="-j1"
> PKGDIR="/var/video/media/portage/distfiles/packages"
> PORTAGE_CONFIGROOT="/"
> PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
> --omit-dir-times --compress --force --whole-file --delete --stats 
> --human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
> --exclude=/packages"
> PORTAGE_TMPDIR="/var/tmp"
> USE="X accessibility acpi activefilter additions ads afpacket aim alsa 
> amd64 apache2 api apm aspell asterisk async audio authdaemond authfile 
> autostart bash-completion berkdb bluray btrfs bundled-adodb bzip2 
> calendar caps cgi chroot clamav clamd cli cracklib crypt ctype cups curl 
> cxx daemon dbase dbi dbus dedicated device-mapper dhcp dlz dmx dnsdb 
> dovecot-sasl dri dump dvb dvd dvdread dynamicplugin egl exceptions 
> extensions extras fam fastcgi filter ftp ftpd fuse g3dvl g722 g729 
> gallium gcrypt gd gdbm glamor glib gnome gnuplot gpl gsm gstreamer gtk 
> h323 hash headless hls http httpd httppower hwdb icap-client icq icu 
> imap ipv4 ipv6 java javacomm javamail javascript jce jikes jpeg jpeg2k 
> jpgraph json kde kmod ldap libvirtd lirc lm_sensors lmtp maildir mdadm 
> mmx mmxext mp3 msn mumble mysql mysqli mytharchive mythgallery mythmusic 
> mythtv nagios-dns nagios-game nagios-ntp nagios-ping nagios-ssh nntp 
> nptl nptlonly nsplugin nut oav odbc ogg openal opengl openrc openssl 
> openvpn pam pcap pcre pdf pdo perl phonon php png policykit posix 
> postgres procmail proxy python python3 qemu qt3support qt4 quota quotas 
> rdesktop rdesktop-vrdp readline reiser4 r

Re: [gentoo-user] Snort compiling problems

2015-08-22 Thread Alexander Kapshuk
 free
> KiB Swap:   33554428 total,  32086124 free
> Timestamp of repository gentoo: Fri, 21 Aug 2015 18:30:01 +
> sh bash 4.2_p45
> ld GNU ld (Gentoo 2.24 p1.4) 2.24
> distcc 3.1 x86_64-pc-linux-gnu [disabled]
> app-shells/bash:  4.2_p45::gentoo
> dev-java/java-config: 2.2.0::gentoo
> dev-lang/perl:5.18.2-r2::gentoo
> dev-lang/python:  2.7.9-r1::gentoo, 3.1.5::gentoo, 3.2.5-r6::gentoo,
> 3.4.1::gentoo
> dev-util/cmake:   2.8.12.2-r1::gentoo
> dev-util/pkgconfig:   0.28-r1::gentoo
> sys-apps/baselayout:  2.2::gentoo
> sys-apps/openrc:  0.16.4::gentoo
> sys-apps/sandbox: 2.6-r1::gentoo
> sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
> sys-devel/automake:   1.9.6-r3::gentoo, 1.11.6::gentoo, 1.12.6::gentoo,
> 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
> sys-devel/binutils:   2.24-r3::gentoo
> sys-devel/gcc:4.5.4::gentoo, 4.6.4::gentoo, 4.7.3-r1::gentoo,
> 4.8.4::gentoo
> sys-devel/gcc-config: 1.7.3::gentoo
> sys-devel/libtool:2.4.6::gentoo
> sys-devel/make:   4.1-r1::gentoo
> sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
> sys-libs/glibc:   2.20-r2::gentoo
> Repositories:
>
> gentoo
> location: /var/video/media/portage
> sync-type: rsync
> sync-uri: rsync://rsync.gentoo.org/gentoo-portage
> priority: -1000
>
> Mythtv-Ebuilds
> location: /usr/local/mythtv_portage/Gentoo
> masters: gentoo
> priority: 0
>
> megacoffee
> location: /var/lib/layman/megacoffee
> masters: gentoo
> priority: 50
>
> ACCEPT_KEYWORDS="amd64"
> ACCEPT_LICENSE="*"
> CBUILD="x86_64-pc-linux-gnu"
> CFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
> CHOST="x86_64-pc-linux-gnu"
> CONFIG_PROTECT="/etc /home/mythtv/ /opt/openfire/resources/security/
> /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions
> /var/bind"
> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
> /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
> /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/
> /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/
> /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/
> /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
> CXXFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
> DISTDIR="/var/video/media/portage/distfiles"
> FCFLAGS="-O2 -pipe"
> FEATURES="assume-digests binpkg-logs candy config-protect-if-modified
> distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch
> preserve-libs protect-owned sandbox selinux sfperms strict
> unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv
> usersandbox usersync"
> FFLAGS="-O2 -pipe"
> GENTOO_MIRRORS="http://distfiles.gentoo.org";
> LANG="en_US.UTF-8"
> LDFLAGS="-Wl,-O1 -Wl,--as-needed"
> MAKEOPTS="-j1"
> PKGDIR="/var/video/media/portage/distfiles/packages"
> PORTAGE_CONFIGROOT="/"
> PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
> --omit-dir-times --compress --force --whole-file --delete --stats
> --human-readable --timeout=180 --exclude=/distfiles --exclude=/local
> --exclude=/packages"
> PORTAGE_TMPDIR="/var/tmp"
> USE="X accessibility acpi activefilter additions ads afpacket aim alsa amd64
> apache2 api apm aspell asterisk async audio authdaemond authfile autostart
> bash-completion berkdb bluray btrfs bundled-adodb bzip2 calendar caps cgi
> chroot clamav clamd cli cracklib crypt ctype cups curl cxx daemon dbase dbi
> dbus dedicated device-mapper dhcp dlz dmx dnsdb dovecot-sasl dri dump dvb
> dvd dvdread dynamicplugin egl exceptions extensions extras fam fastcgi
> filter ftp ftpd fuse g3dvl g722 g729 gallium gcrypt gd gdbm glamor glib
> gnome gnuplot gpl gsm gstreamer gtk h323 hash headless hls http httpd
> httppower hwdb icap-client icq icu imap ipv4 ipv6 java javacomm javamail
> javascript jce jikes jpeg jpeg2k jpgraph json kde kmod ldap libvirtd lirc
> lm_sensors lmtp maildir mdadm mmx mmxext mp3 msn mumble mysql mysqli
> mytharchive mythgallery mythmusic mythtv nagios-dns nagios-game nagios-ntp
> nagios-ping nagios-ssh nntp nptl nptlonly nsplugin nut oav odbc ogg openal
> opengl openrc openssl openvpn pam pcap pcre pdf pdo perl phonon php png
> policykit posix postgres procmail proxy python python3 qemu qt3support qt4
> quota quotas rdesktop rdesktop-vrdp readline reiser4 reiserfs rrdcgi
> rrdgraph rrdtool rss samba sasl sdk sdl sensord server session sftp
> simplexml slp smbclient sna snmp soap sockets spee

[gentoo-user] Nvidia 295.59 driver on kernel 3.3.8

2012-06-24 Thread Samuraiii
-295.59 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 ARCH=x86_64
IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux
SYSOUT=/lib/modules/3.3.8-gentoo/build CC=x86_64-pc-linux-gnu-gcc clean
module
 *
 * Call stack:
 * ebuild.sh, line   85:  Called src_compile
 *   environment, line 3925:  Called linux-mod_src_compile
 *   environment, line 2828:  Called die
 * The specific snippet of code:
 *   eval "emake HOSTCC=\"$(tc-getBUILD_CC)\"
CROSS_COMPILE=${CHOST}-
LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES}
${BUILD_PARAMS} ${BUILD_TARGETS}
" || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)"
CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES}
${BUILD_PARAMS} ${BUILD_TARGETS}";
 *
 * If you need support, post the output of `emerge --info
'=x11-drivers/nvidia-drivers-295.59'`,
 * the complete build log and the output of `emerge -pqv
'=x11-drivers/nvidia-drivers-295.59'`.
 * The complete build log is located at
'/tmp/portage/x11-drivers/nvidia-drivers-295.59/temp/build.log.gz'.
 * The ebuild environment file is located at
'/tmp/portage/x11-drivers/nvidia-drivers-295.59/temp/environment'.
 * Working directory:
'/tmp/portage/x11-drivers/nvidia-drivers-295.59/work/kernel'
 * S: '/tmp/portage/x11-drivers/nvidia-drivers-295.59/work/'
##
emerge --info##

 emerge --ignore-default-opts --info '=x11-drivers/nvidia-drivers-295.59'
Portage 2.1.10.65 (default/linux/amd64/10.0/desktop/gnome, gcc-4.5.3,
glibc-2.14.1-r3, 3.2.12-gentoo x86_64)
=
 System Settings
=
System uname:
Linux-3.2.12-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T8300_@_2.40GHz-with-gentoo-2.1
Timestamp of tree: Sun, 24 Jun 2012 08:45:01 +
app-shells/bash:  4.2_p20
dev-java/java-config: 2.1.11-r3
dev-lang/python:  2.7.3-r2, 3.2.3
dev-util/cmake:   2.8.7-r5
dev-util/pkgconfig:   0.26
sys-apps/baselayout:  2.1-r1
sys-apps/openrc:  0.9.8.4
sys-apps/sandbox: 2.5
sys-devel/autoconf:   2.13, 2.68
sys-devel/automake:   1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:   2.21.1-r1
sys-devel/gcc:4.5.3-r2
sys-devel/gcc-config: 1.6
sys-devel/libtool:2.4-r1
sys-devel/make:   3.82-r1
sys-kernel/linux-headers: 3.1 (virtual/os-headers)
sys-libs/glibc:   2.14.1-r3
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt
/usr/share/openvpn/easy-rsa"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/
/etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d
/etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=core2 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build --jobs=4 --load-average=3.0
--with-bdeps=y --ask -v --ask-enter-invalid"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs candy compress-build-logs
config-protect-if-modified distlocks ebuild-locks fail-clean fixlafiles
metadata-transfer news parallel-fetch parallel-install
parse-eapi-ebuild-head protect-owned sandbox sfperms strict
unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv
usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.mirror.dkm.cz/pub/gentoo/
http://gentoo.supp.name/ http://gentoo.mneisen.org/
http://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.mirror.web4u.cz/";
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="cs en_GB en"
MAKEOPTS="-j7"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --human-readable
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl acpi adns alsa amd64 apache2 b

Re: [gentoo-user] Snort compiling problems

2015-08-22 Thread Rod
too, 3.1.5::gentoo,
3.2.5-r6::gentoo, 3.4.1::gentoo
dev-util/cmake:   2.8.12.2-r1::gentoo
dev-util/pkgconfig:   0.28-r1::gentoo
sys-apps/baselayout:  2.2::gentoo
sys-apps/openrc:  0.16.4::gentoo
sys-apps/sandbox: 2.6-r1::gentoo
sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
sys-devel/automake:   1.9.6-r3::gentoo, 1.11.6::gentoo,
1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:   2.24-r3::gentoo
sys-devel/gcc:4.5.4::gentoo, 4.6.4::gentoo,
4.7.3-r1::gentoo, 4.8.4::gentoo
sys-devel/gcc-config: 1.7.3::gentoo
sys-devel/libtool:2.4.6::gentoo
sys-devel/make:   4.1-r1::gentoo
sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
sys-libs/glibc:   2.20-r2::gentoo
Repositories:

gentoo
  location: /var/video/media/portage
  sync-type: rsync
  sync-uri: rsync://rsync.gentoo.org/gentoo-portage
  priority: -1000

Mythtv-Ebuilds
  location: /usr/local/mythtv_portage/Gentoo
  masters: gentoo
  priority: 0

megacoffee
  location: /var/lib/layman/megacoffee
  masters: gentoo
  priority: 50

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /home/mythtv/ /opt/openfire/resources/security/
/usr/share/config /usr/share/gnupg/qualified.txt
/usr/share/polkit-1/actions /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/
/etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/
/etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/
/etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
DISTDIR="/var/video/media/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs candy config-protect-if-modified
distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch
preserve-libs protect-owned sandbox selinux sfperms strict
unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv
usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org";
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/var/video/media/portage/distfiles/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--omit-dir-times --compress --force --whole-file --delete --stats
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local
--exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="X accessibility acpi activefilter additions ads afpacket aim alsa
amd64 apache2 api apm aspell asterisk async audio authdaemond authfile
autostart bash-completion berkdb bluray btrfs bundled-adodb bzip2
calendar caps cgi chroot clamav clamd cli cracklib crypt ctype cups curl
cxx daemon dbase dbi dbus dedicated device-mapper dhcp dlz dmx dnsdb
dovecot-sasl dri dump dvb dvd dvdread dynamicplugin egl exceptions
extensions extras fam fastcgi filter ftp ftpd fuse g3dvl g722 g729
gallium gcrypt gd gdbm glamor glib gnome gnuplot gpl gsm gstreamer gtk
h323 hash headless hls http httpd httppower hwdb icap-client icq icu
imap ipv4 ipv6 java javacomm javamail javascript jce jikes jpeg jpeg2k
jpgraph json kde kmod ldap libvirtd lirc lm_sensors lmtp maildir mdadm
mmx mmxext mp3 msn mumble mysql mysqli mytharchive mythgallery mythmusic
mythtv nagios-dns nagios-game nagios-ntp nagios-ping nagios-ssh nntp
nptl nptlonly nsplugin nut oav odbc ogg openal opengl openrc openssl
openvpn pam pcap pcre pdf pdo perl phonon php png policykit posix
postgres procmail proxy python python3 qemu qt3support qt4 quota quotas
rdesktop rdesktop-vrdp readline reiser4 reiserfs rrdcgi rrdgraph rrdtool
rss samba sasl sdk sdl sensord server session sftp simplexml slp
smbclient sna snmp soap sockets speech speex spell spl sql sqlite
sqlite3 sse sse2 sse3 sse4 sse4_1 sse4a sse5 ssh ssl ssse3 subversion
svg swat sysfs syslog tcl tga threads threadsafe tk tokenizer tools
transcode truetype udev ulaw unconfined unicode upnp ups usb utils uxa
vaapi vdpau vhosts video vim vim-pager vim-plugin vim-syntax vnc vorbis
wav webdav webdav-serf webmail winbind x264 xcb xine xinetd xml xorg xsl
xv xvmc yahoo zip zlib" ABI_X86="64" APACHE2_MODULES="actions alias
auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default
authn_file authz_dbm authz_default authz_groupfile authz_host
authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock dbd
deflate dir disk_cache env expires ext_filter file_cache filter headers
ident imagemap include info log_config logio mem_cache mime mime_magic

Re: [gentoo-user] Snort compiling problems

2015-08-22 Thread Alexander Kapshuk
>> make[2]: *** [all-recursive] Error 1
>>> make[2]: Leaving directory
>>> '/var/tmp/portage/net-analyzer/snort-2.9.7.5/work/snort-2.9.7.5/src'
>>> Makefile:517: recipe for target 'all-recursive' failed
>>> make[1]: *** [all-recursive] Error 1
>>> make[1]: Leaving directory
>>> '/var/tmp/portage/net-analyzer/snort-2.9.7.5/work/snort-2.9.7.5'
>>> Makefile:383: recipe for target 'all' failed
>>> make: *** [all] Error 2
>>>
>>>
>>> Portage 2.2.18 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop,
>>> gcc-4.8.4, glibc-2.20-r2, 3.18.7-gentoo x86_64)
>>> =
>>>System Settings
>>> =
>>> System uname:
>>> Linux-3.18.7-gentoo-x86_64-Intel-R-_Core-TM-_i5-4570_CPU_@_3.20GHz-with-
>>
>> gentoo-2.2
>>>
>>> KiB Mem:15316468 total,543168 free
>>> KiB Swap:   33554428 total,  32086124 free
>>> Timestamp of repository gentoo: Fri, 21 Aug 2015 18:30:01 +
>>> sh bash 4.2_p45
>>> ld GNU ld (Gentoo 2.24 p1.4) 2.24
>>> distcc 3.1 x86_64-pc-linux-gnu [disabled]
>>> app-shells/bash:  4.2_p45::gentoo
>>> dev-java/java-config: 2.2.0::gentoo
>>> dev-lang/perl:5.18.2-r2::gentoo
>>> dev-lang/python:  2.7.9-r1::gentoo, 3.1.5::gentoo,
>>> 3.2.5-r6::gentoo, 3.4.1::gentoo
>>> dev-util/cmake:   2.8.12.2-r1::gentoo
>>> dev-util/pkgconfig:   0.28-r1::gentoo
>>> sys-apps/baselayout:  2.2::gentoo
>>> sys-apps/openrc:  0.16.4::gentoo
>>> sys-apps/sandbox: 2.6-r1::gentoo
>>> sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
>>> sys-devel/automake:   1.9.6-r3::gentoo, 1.11.6::gentoo,
>>> 1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
>>> sys-devel/binutils:   2.24-r3::gentoo
>>> sys-devel/gcc:4.5.4::gentoo, 4.6.4::gentoo,
>>> 4.7.3-r1::gentoo, 4.8.4::gentoo
>>> sys-devel/gcc-config: 1.7.3::gentoo
>>> sys-devel/libtool:2.4.6::gentoo
>>> sys-devel/make:   4.1-r1::gentoo
>>> sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
>>> sys-libs/glibc:   2.20-r2::gentoo
>>> Repositories:
>>>
>>> gentoo
>>>   location: /var/video/media/portage
>>>   sync-type: rsync
>>>   sync-uri: rsync://rsync.gentoo.org/gentoo-portage
>>>   priority: -1000
>>>
>>> Mythtv-Ebuilds
>>>   location: /usr/local/mythtv_portage/Gentoo
>>>   masters: gentoo
>>>   priority: 0
>>>
>>> megacoffee
>>>   location: /var/lib/layman/megacoffee
>>>   masters: gentoo
>>>   priority: 50
>>>
>>> ACCEPT_KEYWORDS="amd64"
>>> ACCEPT_LICENSE="*"
>>> CBUILD="x86_64-pc-linux-gnu"
>>> CFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
>>> CHOST="x86_64-pc-linux-gnu"
>>> CONFIG_PROTECT="/etc /home/mythtv/ /opt/openfire/resources/security/
>>> /usr/share/config /usr/share/gnupg/qualified.txt
>>> /usr/share/polkit-1/actions /var/bind"
>>> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
>>> /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
>>> /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/
>>> /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/
>>> /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/
>>> /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
>>> CXXFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
>>> DISTDIR="/var/video/media/portage/distfiles"
>>> FCFLAGS="-O2 -pipe"
>>> FEATURES="assume-digests binpkg-logs candy config-protect-if-modified
>>> distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch
>>> preserve-libs protect-owned sandbox selinux sfperms strict
>>> unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv
>>> usersandbox usersync"
>>> FFLAGS="-O2 -pipe"
>>> GENTOO_MIRRORS="http://distfiles.gentoo.org";
>>> LANG="en_US.UTF-8"
>>> LDFLAGS="-Wl,-O1 -Wl,--as-needed"
>>> MAKEOPTS="-j1"
>>> PKGDIR="/var/video/media/portage/distfiles/pack

Re: [gentoo-user] Snort compiling problems

2015-08-22 Thread Fernando Rodriguez
led
> >> make[2]: *** [all-recursive] Error 1
> >> make[2]: Leaving directory
> >> '/var/tmp/portage/net-analyzer/snort-2.9.7.5/work/snort-2.9.7.5/src'
> >> Makefile:517: recipe for target 'all-recursive' failed
> >> make[1]: *** [all-recursive] Error 1
> >> make[1]: Leaving directory
> >> '/var/tmp/portage/net-analyzer/snort-2.9.7.5/work/snort-2.9.7.5'
> >> Makefile:383: recipe for target 'all' failed
> >> make: *** [all] Error 2
> >>
> >>
> >> Portage 2.2.18 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop,
> >> gcc-4.8.4, glibc-2.20-r2, 3.18.7-gentoo x86_64)
> >> =
> >>System Settings
> >> =
> >> System uname:
> >> Linux-3.18.7-gentoo-x86_64-Intel-R-_Core-TM-_i5-4570_CPU_@_3.20GHz-with-
> > gentoo-2.2
> >> KiB Mem:15316468 total,543168 free
> >> KiB Swap:   33554428 total,  32086124 free
> >> Timestamp of repository gentoo: Fri, 21 Aug 2015 18:30:01 +
> >> sh bash 4.2_p45
> >> ld GNU ld (Gentoo 2.24 p1.4) 2.24
> >> distcc 3.1 x86_64-pc-linux-gnu [disabled]
> >> app-shells/bash:  4.2_p45::gentoo
> >> dev-java/java-config: 2.2.0::gentoo
> >> dev-lang/perl:5.18.2-r2::gentoo
> >> dev-lang/python:  2.7.9-r1::gentoo, 3.1.5::gentoo,
> >> 3.2.5-r6::gentoo, 3.4.1::gentoo
> >> dev-util/cmake:   2.8.12.2-r1::gentoo
> >> dev-util/pkgconfig:   0.28-r1::gentoo
> >> sys-apps/baselayout:  2.2::gentoo
> >> sys-apps/openrc:  0.16.4::gentoo
> >> sys-apps/sandbox: 2.6-r1::gentoo
> >> sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
> >> sys-devel/automake:   1.9.6-r3::gentoo, 1.11.6::gentoo,
> >> 1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
> >> sys-devel/binutils:   2.24-r3::gentoo
> >> sys-devel/gcc:4.5.4::gentoo, 4.6.4::gentoo,
> >> 4.7.3-r1::gentoo, 4.8.4::gentoo
> >> sys-devel/gcc-config: 1.7.3::gentoo
> >> sys-devel/libtool:2.4.6::gentoo
> >> sys-devel/make:   4.1-r1::gentoo
> >> sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
> >> sys-libs/glibc:   2.20-r2::gentoo
> >> Repositories:
> >>
> >> gentoo
> >>   location: /var/video/media/portage
> >>   sync-type: rsync
> >>   sync-uri: rsync://rsync.gentoo.org/gentoo-portage
> >>   priority: -1000
> >>
> >> Mythtv-Ebuilds
> >>   location: /usr/local/mythtv_portage/Gentoo
> >>   masters: gentoo
> >>   priority: 0
> >>
> >> megacoffee
> >>   location: /var/lib/layman/megacoffee
> >>   masters: gentoo
> >>   priority: 50
> >>
> >> ACCEPT_KEYWORDS="amd64"
> >> ACCEPT_LICENSE="*"
> >> CBUILD="x86_64-pc-linux-gnu"
> >> CFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
> >> CHOST="x86_64-pc-linux-gnu"
> >> CONFIG_PROTECT="/etc /home/mythtv/ /opt/openfire/resources/security/
> >> /usr/share/config /usr/share/gnupg/qualified.txt
> >> /usr/share/polkit-1/actions /var/bind"
> >> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
> >> /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
> >> /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/
> >> /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/
> >> /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/
> >> /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
> >> CXXFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
> >> DISTDIR="/var/video/media/portage/distfiles"
> >> FCFLAGS="-O2 -pipe"
> >> FEATURES="assume-digests binpkg-logs candy config-protect-if-modified
> >> distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch
> >> preserve-libs protect-owned sandbox selinux sfperms strict
> >> unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv
> >> usersandbox usersync"
> >> FFLAGS="-O2 -pipe"
> >> GENTOO_MIRRORS="http://distfiles.gentoo.org";
> >> LANG="en_US.UTF-8"
> >> LDFLAGS="-Wl,-O1 -Wl,--as-needed"
> >> MAKEOPTS=

[gentoo-user] WARNING **: Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner of name 'org.gnome.SettingsDaemon': no such name

2009-05-07 Thread Jorge Morais
When starting evince from a terminal, I get a message like this:
** (evince:3597): WARNING **: Failed to create dbus proxy for 
org.gnome.SettingsDaemon: Could not get owner of name 
'org.gnome.SettingsDaemon': no such name

3597 is evince's pid.

Does anybody know what causes this?
Should I worry about this?

Some info:

$ emerge -qpv evince
[ebuild   R   ] app-text/evince-2.24.2  USE="dbus tiff -debug -djvu -doc -dvi 
-gnome-keyring -nautilus -t1lib"

$ emerge --info > emerge-output.txt
emerge-output.txt:

Portage 2.1.6.11 (default/linux/x86/2008.0/desktop, gcc-4.1.2, 
glibc-2.8_p20080602-r1, 2.6.27.22 i686)
=
System uname: Linux-2.6.27.22-i686-AMD_Athlon-tm-_XP_2600+-with-glibc2.0
Timestamp of tree: Tue, 05 May 2009 12:45:02 +
app-shells/bash: 3.2_p39
dev-java/java-config: 2.1.7
dev-lang/python: 2.5.4-r2
dev-util/cmake:  2.6.2-r1
sys-apps/baselayout: 1.12.12
sys-apps/sandbox:1.6-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/local/slowpart/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner"
FEATURES="collision-protect distlocks fixpackages parallel-fetch protect-owned 
sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.las.ic.unicamp.br/pub/gentoo/ 
http://cudlug.cudenver.edu/gentoo http://mirrors.usu.edu/mirrors/gentoo/ 
http://gentoo.osuosl.org/ http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo/";
LANG="pt_BR"
LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/local/slowpart/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/usr/local/slowpart/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/jorgeportage"
SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac aalib acpi alsa aotuv bash-completion bluetooth 
branding bzip2 cairo cdio cdr cli cracklib dbus dvd dvdr dvdread emacs emboss 
encode evo exif fam ffmpeg firefox flac fortran gif glibc-omitfp gnuplot gnutls 
gpm gstreamer gzip-el hddtemp iceweasel iconv imap isdnlog jpeg libcaca 
libsamplerate logrotate lzma mad matroska midi mikmod mmx mmxext mng moznopango 
mp3 mpeg mplayer mudflap ncurses network-cron nptl nptlonly nsplugin offensive 
ogg opengl openmp pam pcre pdf png ppds pppd python qt3support quicktime 
readline reflection sdl session sox speex spell spl sse ssl svg symlink sysfs 
tcpd theora tiff toolkit-scroll-bars truetype unicode usb v4l2 vorbis x264 x86 
xml xorg xosd xulrunner xv zlib"
LINE BROKEN BECAUSE CLAWS-MAIL WARNED THE LINE WAS TOO LONG
 ALSA_CARDS="cmipci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop 
empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul 
mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions 
alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file 
authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user 
autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires 
ext_filter file_cache filter headers include info log_config logio mem_cache 
mime mime_magic negotiation rewrite setenvif speling status unique_id userdir 
usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" 
KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 
mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nv vesa"
Unset:  CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, 
PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

$ emerge -qpev evince > emerge-output.txt
emerge-output.txt : 

[ebuild   R   ] sys-apps/portage-2.1.6.11  USE="-build -doc -epydoc (-selinux)" 
LINGUAS="-pl" 
[ebuild   R   ] sys-apps/sed-4.1.5-r1  USE="-nls -static" 
[ebuild   R   ] sys-libs/zlib-1.2.3-r1 
[ebuild   R   ] sys-devel/g

Re: [gentoo-user] Still kde problems with monolithic->split

2008-10-04 Thread meino . cramer
eenablefinal 
-xinerama" 0 kB 
[nomerge  ] kde-base/kdm-3.5.9  USE="pam -arts -debug -kdeenablefinal 
-kdehiddenvisibility -xinerama" 
[nomerge  ]  kde-base/kdesktop-3.5.9-r1  USE="-arts -debug -kdeenablefinal 
-kdehiddenvisibility -xinerama -xscreensaver" 
[nomerge  ]   kde-base/konqueror-3.5.9  USE="branding -arts -debug -java 
-kdeenablefinal -kdehiddenvisibility -xinerama" 
[ebuild  N]kde-base/kdebase-kioslaves-3.5.9  USE="hal ldap -arts -debug 
-kdeenablefinal -kdehiddenvisibility -openexr -samba -xinerama" 0 kB 
[ebuild   R   ] app-crypt/gnupg-2.0.9  USE="bzip2* ldap nls -doc -openct 
-pcsc-lite (-selinux) -smartcard" 0 kB 
[nomerge  ] kde-base/konqueror-3.5.9  USE="branding -arts -debug -java 
-kdeenablefinal -kdehiddenvisibility -xinerama" 
[ebuild  N]  kde-base/libkonq-3.5.9  USE="-arts -debug -kdeenablefinal 
-kdehiddenvisibility -xinerama" 0 kB 
[ebuild   R   ] x11-libs/qt-4.3.3  USE="accessibility cups dbus gif jpeg opengl 
png qt3support ssl tiff* zlib -debug -doc -examples -firebird -glib -mng -mysql 
-nas -nis -odbc -pch -postgres -sqlite -sqlite3 -xinerama" 
INPUT_DEVICES="-wacom" 0 kB 
[nomerge  ] kde-base/kdeutils-3.5.9-r1  USE="crypt -arts -debug 
-kdeenablefinal -kdehiddenvisibility (-pbbuttonsd) -snmp -xinerama 
-xscreensaver" 
[ebuild  N]  kde-base/kdebase-3.5.9-r3  USE="branding cups hal ldap opengl 
pam -arts -debug -ieee1394 -java -joystick -kdeenablefinal -kdehiddenvisibility 
-lm_sensors -logitech-mouse -openexr -samba -xcomposite -xinerama 
-xscreensaver" 0 kB 
[ebuild U ] media-libs/xine-lib-1.1.15-r1 [1.1.14-r1] USE="X a52 alsa dts 
dvd esd gnome gtk ipv6 mad modplug musepack nls opengl sdl theora truetype v4l 
vcd vorbis win32codecs xcb xv xvmc -aac -aalib (-altivec) -arts -debug 
-directfb -dxr3 -fbcon -flac -imagemagick -jack -libcaca -mmap -mng -oss 
-pulseaudio -real -samba -speex -vidix (-vis) -wavpack -xinerama" 0 kB 
[ebuild   R   ] dev-dotnet/libgdiplus-1.2.4  USE="gif jpeg tiff* -exif" 0 kB 
[ebuild   R   ] media-plugins/gst-plugins-gconf-0.10.6  USE="(-debug%)" 1,540 
kB 
[nomerge  ] gnome-base/eel-2.22.2  USE="X -debug" 
[ebuild  N]  gnome-base/gail-1.22.3  USE="-debug -doc" 0 kB 
[ebuild   R   ] media-video/cinepaint-0.22.1  USE="png zlib -gutenprint% 
(-gimpprint%)" 0 kB 
[ebuild   R   ] media-sound/timidity++-2.13.2-r5  USE="X alsa esd gtk ncurses 
vorbis -ao -arts* -emacs -flac -jack -motif -nas -oss* -portaudio -slang -speex 
-tk" 0 kB 
[nomerge  ] app-vim/gentoo-syntax-20070506  USE="-ignore-glep31" [?]
[ebuild  N]  app-editors/vim-7.2  USE="acl gpm nls perl python 
-bash-completion -cscope -minimal -ruby -vim-pager -vim-with-x" 7,035 kB 
[ebuild   R   ] media-sound/jack-audio-connection-kit-0.103.0  USE="alsa 
(-altivec) -caps (-coreaudio) -cpudetection -debug -doc -jack-tmpfs -mmx 
-netjack -oss* -portaudio -sse" 0 kB 
[ebuild  NS   ]  sys-kernel/gentoo-sources-2.6.25-r8  USE="-build -symlink" 
47,619 kB 
[ebuild   R   ] media-fonts/font-bitstream-100dpi-1.0.0  USE="X%* nls" 0 kB 
[ebuild   R   ] www-client/elinks-0.11.4  USE="X bzip2* gpm ipv6 nls perl ssl 
zlib -bittorrent -debug -finger -ftp -gopher -guile -idn -javascript -lua -nntp 
-ruby -unicode" 0 kB 
[ebuild   R   ] media-fonts/font-bh-100dpi-1.0.0  USE="X%* nls" 0 kB 
[ebuild   R   ] media-fonts/font-bitstream-75dpi-1.0.0  USE="X%* nls" 0 kB 
[ebuild   R   ] media-fonts/font-bh-lucidatypewriter-100dpi-1.0.0  USE="X%* 
nls" 0 kB 
[ebuild   R   ] media-fonts/font-bh-75dpi-1.0.0  USE="X%* nls" 0 kB 
[ebuild   R   ] media-fonts/font-adobe-utopia-100dpi-1.0.1  USE="X%* nls" 0 kB 
[ebuild   R   ] media-fonts/font-sun-misc-1.0.0  USE="X%* nls" 0 kB 
[ebuild   R   ] media-fonts/font-ibm-type1-1.0.0  USE="X%* nls%*" 0 kB 
[ebuild   R   ] media-fonts/font-bh-lucidatypewriter-75dpi-1.0.0  USE="X%* nls" 
0 kB 
[ebuild   R   ] media-fonts/font-adobe-utopia-75dpi-1.0.1  USE="X%* nls" 0 kB 
[ebuild   R   ] media-sound/zynaddsubfx-2.2.1-r3  USE="alsa -jack -oss*" 0 kB 
[nomerge  ] dev-java/xmlrpc-2.0.1  USE="-doc -examples -source -test" 
[ebuild   R   ]  dev-java/commons-codec-1.3-r1  USE="-doc -source -test%" 0 kB 
[ebuild   R   ] media-sound/sox-14.0.1  USE="alsa encode mad ogg -amrnb -amrwb 
-ao -debug -ffmpeg -flac -id3tag -ladspa -libsamplerate -oss* -sndfile" 0 kB 
[ebuild   R   ] media-fonts/font-bh-type1-1.0.0  USE="X%*" 0 kB 
[nomerge  ] x11-base/xorg-x11-7.2  
[ebuild   R   ]  media-fonts/font-adobe-utopia-type1-1.0.1  USE="X%*" 0 kB 
[ebuild   R   ]  app-doc/xorg-docs-1.4-r1  USE="-doc (-debug%)" 0 kB 
[nomerge  ] app-mobilephone/obexftp-

[gentoo-user] emul-linux-x86-libs blocking tons of X libs

2013-03-28 Thread Mateusz Kowalczyk
0130309-r1 [20130302] USE="udev" 1,454 kB
[nomerge   ] media-video/mediainfo-0.7.61  USE="curl wxwidgets -mms" 
[nomerge   ]  x11-libs/wxGTK-2.8.12.1:2.8  USE="X gstreamer opengl sdl tiff 
(-aqua) -debug -doc -gnome -odbc -pch" 
[ebuild   R]   x11-libs/libSM-1.2.1-r1  USE="ipv6 uuid -doc -static-libs" 
327 kB
[nomerge   ] sys-fs/udev-init-scripts-25 [23]
[ebuild U  ]  virtual/udev-197-r2 [197-r1] USE="gudev hwdb introspection 
keymap kmod (-selinux) -static-libs" 0 kB
[nomerge   ] dev-vcs/git-1.8.1.5  USE="blksha1 curl emacs gpg gtk iconv nls 
pcre perl python threads tk webdav -cgi -cvs -doc -gnome-keyring -highlight 
(-ppcsha1) -subversion {-test} -xinetd" 
[nomerge   ]  app-crypt/gnupg-2.0.19-r1  USE="bzip2 ldap nls readline usb 
-adns -doc -mta (-selinux) -smartcard -static" 
[nomerge   ]   dev-libs/libassuan-2.0.3  USE="-static-libs" 
[ebuild U  ]dev-libs/libgpg-error-1.11 [1.10-r1] USE="nls static-libs 
-common-lisp" LINGUAS="(-cs%) (-de%) (-fr%) (-it%) (-nl%) (-pl%) (-ro%) (-sv%) 
(-vi%) (-zh_CN%*)" 478 kB
[nomerge   ] net-analyzer/wireshark-1.8.6-r1:0/1.8.6  USE="crypt filecaps 
gtk ipv6 pcap python ssl zlib -adns -doc -doc-pdf -geoip -kerberos -libadns 
-lua -portaudio -profile (-selinux) -smi" PYTHON_SINGLE_TARGET="python2_7 
-python2_5 -python2_6" PYTHON_TARGETS="python2_7 -python2_5 -python2_6" 
[nomerge   ]  sys-libs/libcap-2.22-r1  USE="pam" 
[ebuild U  ]   sys-apps/attr-2.4.46-r2 [2.4.46-r1] USE="nls -static-libs" 
331 kB
[ebuild U  ] sys-devel/binutils-2.23.2 [2.23.1] USE="cxx nls zlib 
-multislot -multitarget -static-libs {-test} -vanilla" 20,949 kB
[nomerge   ] app-misc/golly-2.4 
[nomerge   ]  x11-libs/wxGTK-2.8.12.1:2.8  USE="X gstreamer opengl sdl tiff 
(-aqua) -debug -doc -gnome -odbc -pch" 
[nomerge   ]   gnome-base/gconf-3.2.6:2  USE="gtk introspection ldap 
policykit -debug -orbit" 
[nomerge   ]sys-auth/polkit-0.110  USE="gtk introspection nls pam 
-examples -kde (-selinux) (-systemd)" 
[nomerge   ] dev-lang/spidermonkey-1.8.5-r4:0/mozjs185  USE="-debug 
-minimal -static-libs {-test}" 
[ebuild U  ]  dev-libs/nspr-4.9.5-r2 [4.9.5] USE="-debug" 1,130 kB
[nomerge   ] x11-libs/libX11-1.5.0-r1  USE="ipv6 -doc -static-libs {-test}" 
ABI_X86="(32*) (-64) (-x32)" 
[ebuild   R]  x11-proto/xf86bigfontproto-1.2.0-r1  49 kB
[nomerge   ] x11-base/xorg-server-1.13.2.901:0/1.13.2.901  USE="ipv6 nptl 
suid udev xorg -dmx -doc -kdrive -minimal (-selinux) -static-libs -tslib -xnest 
-xvfb" 
[ebuild   R]  x11-proto/compositeproto-0.4.2-r1  99 kB
[ebuild   R]  x11-proto/recordproto-1.14.2-r1  USE="-doc" 121 kB
[ebuild   R]  x11-proto/fixesproto-5.0-r1  99 kB
[nomerge   ] x11-libs/libva-intel-driver-1.0.19  USE="X -wayland" 
[nomerge   ]  x11-libs/libdrm-2.4.42  USE="-libkms -static-libs" 
VIDEO_CARDS="intel (-exynos) -nouveau (-omap) -radeon -vmware" 
[ebuild   R]   dev-libs/libpthread-stubs-0.3-r1  USE="-static-libs" 199 kB
[nomerge   ] dev-lang/erlang-15.2.3.1  USE="emacs ssl tk wxwidgets 
-compat-ethread -doc -halfword -hipe -java -kpoll -odbc -sctp -smp" 
[nomerge   ]  x11-libs/wxGTK-2.8.12.1:2.8  USE="X gstreamer opengl sdl tiff 
(-aqua) -debug -doc -gnome -odbc -pch" 
[ebuild   R]   x11-proto/xf86vidmodeproto-2.3.1-r1  ABI_X86="(32*) (-64) 
(-x32)" 95 kB
[nomerge   ] x11-base/xorg-server-1.13.2.901:0/1.13.2.901  USE="ipv6 nptl 
suid udev xorg -dmx -doc -kdrive -minimal (-selinux) -static-libs -tslib -xnest 
-xvfb" 
[ebuild   R]  x11-libs/libXdmcp-1.1.1-r1  USE="-doc -static-libs" 
ABI_X86="(32*) (-64) (-x32)" 304 kB
[ebuild   R]  x11-proto/damageproto-1.2.1-r1  97 kB
[ebuild   R]  x11-proto/randrproto-1.4.0-r1  131 kB
[ebuild   R]  x11-libs/libXau-1.0.7-r1  USE="-static-libs" ABI_X86="(32*) 
(-64) (-x32)" 269 kB
[ebuild   R]  x11-proto/renderproto-0.11.1-r1  104 kB
[ebuild   R]  x11-proto/kbproto-1.0.6-r1  251 kB
[nomerge   ] sci-mathematics/octave-3.6.4  USE="X curl glpk imagemagick 
opengl qhull qrupdate readline sparse zlib -doc -fftw -gnuplot -hdf5 
-postscript -static-libs" 
[nomerge   ]  media-gfx/imagemagick-6.7.9.9:0/6.7.9.9  USE="X bzip2 
corefonts cxx jpeg lcms openmp pango perl png svg tiff truetype xml zlib 
-autotrace -djvu -fftw -fontconfig -fpx -graphviz -hdri -jbig -jpeg2k -lqr 
-lzma -opencl -openexr -postscript -q32 -q64 -q8 -raw -static-libs {-test} 
-webp -wmf" 
[ebuild   R]   x11-libs/libICE-1.0.8-r1  USE="ipv6 -doc -static-libs" 358 kB
[nomerge   ] x11-base/xorg-drivers-1.13  INPUT_DEVICES="evd

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
rduino-1.0.5-r2::gentoo  USE="-doc -examples" 
[ebuild   R]  dev-java/rxtx-2.2_pre2-r1:2::gentoo  USE="-doc -lfd -source" 
0 KiB
[nomerge   ] media-gfx/fotoxx-15.05::gentoo 
[ebuild   R]  media-gfx/ufraw-0.22-r2::gentoo  USE="gtk jpeg2k openmp 
-contrast -fits -gimp -gnome -timezone" 0 KiB
[nomerge   ] media-video/mkvtoolnix-20.0.0::gentoo  USE="-debug -pch -qt5 
{-test}" 
[nomerge   ]  media-libs/libmatroska-1.4.8:0/6::gentoo  USE="-static-libs" 
[ebuild   R]   dev-libs/libebml-1.3.5:0/4::gentoo  USE="-debug 
-static-libs" 0 KiB
[nomerge   ] media-video/mpv-0.27.2::gentoo  USE="X alsa archive cdda cli 
cplugins cuda doc drm dvb dvd egl encode iconv jack jpeg libass lua luajit 
opengl tools uchardet v4l vdpau xv zlib zsh-completion (-aqua) -bluray 
(-coreaudio) -gbm -javascript -lcms (-libav) -libcaca -libmpv -openal -oss 
-pulseaudio (-raspberry-pi) -rubberband -samba -sdl (-selinux) {-test} -vaapi 
-wayland" PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4" 
[ebuild   R]  dev-libs/libcdio-paranoia-0.94_p2::gentoo  USE="cxx 
-static-libs {-test}" 0 KiB
[ebuild   R]  x11-libs/libXScrnSaver-1.2.2-r1::gentoo  USE="-static-libs" 0 
KiB
[nomerge   ] app-crypt/mcrypt-2.6.8-r3::gentoo  USE="nls" 
[ebuild   R]  dev-libs/libmcrypt-2.5.8-r4::gentoo  0 KiB
[nomerge   ] media-sound/streamripper-1.64.6::gentoo  USE="vorbis" 
[ebuild   R]  media-libs/faad2-2.8.8::gentoo  USE="-digitalradio 
-static-libs" 0 KiB
[nomerge   ] net-analyzer/zmap-2.1.1::gentoo  USE="filecaps -json -mongo 
-redis" 
[ebuild   R]  dev-util/gengetopt-2.22.6::gentoo  0 KiB
[nomerge   ] media-gfx/xfig-3.2.6a::gentoo  USE="jpeg nls -postscript" 
[ebuild   R]  x11-libs/libXaw3d-1.6.2::gentoo  USE="unicode -static-libs" 0 
KiB
[nomerge   ] sys-power/pm-utils-1.4.1-r7::gentoo  USE="alsa -debug -ntp" 
VIDEO_CARDS="-intel -radeon" 
[ebuild   R]  sys-apps/vbetool-1.1::gentoo  0 KiB
[nomerge   ] app-admin/conky-1.10.8::gentoo  USE="X iconv ipv6 ncurses 
nvidia portmon -apcupsd (-audacious) -cmus -curl -eve -hddtemp -ical -imlib 
-iostats -irc -lua-cairo -lua-imlib -lua-rsvg -math -moc -mpd -mysql 
-nano-syntax -pulseaudio -rss -systemd -thinkpad -truetype -vim-syntax 
-weather-metar -weather-xoap -webserver -wifi -xmms2" 
[ebuild   R]  app-text/docbook2X-0.8.8-r4::gentoo  USE="{-test}" 0 KiB
[nomerge   ] lxde-base/lxpanel-0.9.3::gentoo  USE="alsa -wifi" 
[ebuild   R]  x11-libs/libfm-1.2.5:0/4.5.0::gentoo  USE="automount gtk 
-debug -doc -examples -exif -udisks -vala" 0 KiB
[nomerge   ] net-misc/grdesktop-0.23-r1::gentoo 
[nomerge   ]  gnome-base/libgnomeui-2.24.5-r1::gentoo  USE="{-test}" 
[nomerge   ]   gnome-base/libbonoboui-2.24.5-r1::gentoo  USE="-examples 
{-test}" 
[nomerge   ]gnome-base/libbonobo-2.24.3-r1::gentoo  USE="-debug 
-examples {-test}" 
[ebuild   R] gnome-base/orbit-2.14.19-r5:2::gentoo  USE="-debug -pic 
-static-libs {-test}" 0 KiB
[ebuild   R]   gnome-base/gnome-vfs-2.24.4-r5:2::gentoo  USE="acl ipv6 ssl 
-gnutls -kerberos -libressl -samba {-test} -zeroconf" 0 KiB
[nomerge   ] media-sound/easytag-2.4.3::gentoo  USE="flac mp3 vorbis -mp4 
-opus -speex {-test} -wavpack" 
[ebuild   R]  media-libs/id3lib-3.8.3-r8::gentoo  USE="-doc -static-libs" 0 
KiB
[nomerge   ] media-sound/grip-3.6.3::gentoo  USE="vorbis" 
[ebuild   R]  media-sound/cdparanoia-3.10.2-r6::gentoo  USE="-static-libs" 
0 KiB
[nomerge   ] x11-base/xorg-x11-7.4-r2::gentoo 
[ebuild   R]  x11-apps/luit-1.1.1::gentoo  0 KiB
[nomerge   ] x11-terms/xterm-331::gentoo  USE="openpty unicode -Xaw3d 
-toolbar -truetype -xinerama" 
[ebuild   R]  x11-apps/xmessage-1.0.4::gentoo  0 KiB
[nomerge   ] net-analyzer/netwag-5.39.0::gentoo  USE="-doc" 
[ebuild   R]  dev-lang/tk-8.6.7:0/8.6::gentoo  USE="threads (-aqua) -debug 
{-test} -truetype -xscreensaver" 0 KiB
[ebuild   R] net-ftp/atftp-0.7-r5::gentoo  USE="pcre readline tcpd 
(-selinux)" 0 KiB
[ebuild   R] net-analyzer/wireshark-2.5.0:0/2.5.0::gentoo  USE="capinfos 
caps captype dftest dumpcap editcap filecaps gtk lua mergecap netlink pcap qt5 
randpkt randpktdump reordercap sharkd ssl text2pcap tshark udpdump zlib -adns 
-androiddump -bcg729 -ciscodump -doc -doc-pdf -geoip -kerberos -libssh -libxml2 
-lz4 -nghttp2 -portaudio -sbc (-selinux) -smi -snappy -spandsp -sshdump 
-tfshark" CPU_FLAGS_X86="-sse4_2" 0 KiB
[ebuild   R] net-misc/taylor-uucp-1.07-r3::gentoo  0 KiB
[ebuild   R] sys-fs/sysfsutils-2.1.0::gentoo  USE="-static-libs" 0 KiB
[ebuild   R] net-p2p/rtorrent-0.9.6-r1::ge

[gentoo-user] install problem: dev-texlive/texlive-basic-2017-r1

2018-03-14 Thread karl
Is this a bug or is there something wrong on my side ?

* Messages for package dev-texlive/texlive-basic-2017-r1:

 * ERROR: dev-texlive/texlive-basic-2017-r1::gentoo failed (compile phase):
 *   failed to build format texmf-dist/fmtutil/format.texlive-basic.cnf
 * 
 * Call stack:
 * ebuild.sh, line  124:  Called src_compile
 *   environment, line 1938:  Called texlive-module_src_compile
 *   environment, line 2756:  Called die
 * The specific snippet of code:
 *   VARTEXFONTS="${T}/fonts" 
TEXMFHOME="${S}/texmf:${S}/texmf-dist:${S}/texmf-var" env -u TEXINPUTS fmtutil 
--cnffile "${i}" --fmtdir "${S}/texmf-var/web2c" --all || die "failed to build 
format ${i}";
 * 
 * If you need support, post the output of `emerge --info 
'=dev-texlive/texlive-basic-2017-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv 
'=dev-texlive/texlive-basic-2017-r1::gentoo'`.
 * The complete build log is located at 
'/Net/portage/portage/dev-texlive/texlive-basic-2017-r1/temp/build.log'.
 * The ebuild environment file is located at 
'/Net/portage/portage/dev-texlive/texlive-basic-2017-r1/temp/environment'.
 * Working directory: 
'/Net/portage/portage/dev-texlive/texlive-basic-2017-r1/work'

(I have PORTAGE_TMPDIR=/Net/portage)

Regards,
/Karl Hammar

---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57
[ebuild  N] dev-texlive/texlive-basic-2017-r1  USE="-doc -luajittex 
-source" Portage 2.3.24 (python 2.7.14-final-0, default/linux/amd64/17.0, gcc-6.4.0, 
glibc-2.25-r10, 3.12.8-rt11-amdfx.3 x86_64)
=
 System Settings
=
System uname: 
Linux-3.12.8-rt11-amdfx.3-x86_64-AMD_FX-tm-8350_Eight-Core_Processor-with-gentoo-2.4.1
KiB Mem:16420100 total,  14407800 free
KiB Swap:8788924 total,   8788924 free
Timestamp of repository gentoo: Wed, 14 Mar 2018 17:27:59 +
Head commit of repository gentoo: 44cd70f1c891a692ec1df4651d8ed48b3863848a

sh dash 0.5.9.1-r3
ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
app-shells/bash:  4.4_p12::gentoo
dev-lang/perl:5.26.::gentoo
dev-lang/python:  2.7.14-r1::gentoo, 3.5.4-r1::gentoo, 3.6.3-r1::gentoo
dev-util/cmake:   3.9.6::gentoo
dev-util/pkgconfig:   0.29.2::gentoo
sys-apps/baselayout:  2.4.1-r2::gentoo
sys-apps/sandbox: 2.12::gentoo
sys-devel/autoconf:   2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:   1.11.6-r3::gentoo, 1.15.1-r2::gentoo
sys-devel/binutils:   2.29.1-r1::gentoo
sys-devel/gcc:6.4.0-r1::gentoo
sys-devel/gcc-config: 1.8-r1::gentoo
sys-devel/libtool:2.4.6-r3::gentoo
sys-devel/make:   4.2.1::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:   2.25-r10::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: git
sync-uri: https://anongit.gentoo.org/git/repo/sync/gentoo.git
priority: -1000

aspo
location: /home/local/portage
masters: gentoo

Installed sets: @nonx
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /usr/share/gnupg/qualified.txt 
/var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf 
/etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo 
/etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d 
/etc/texmf/web2c"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--jobs 24 --load-average 48"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks 
ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch 
preserve-libs protect-owned sandbox sfperms strict unknown-features-warn 
unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org";
LANG="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="af ar as be bg bn br ca cs cy da de el en en_GB eo es et eu fi fo fr 
ga gl gu he hr hsb hu hy ia id is it ja kn ko la lo lt lv ml mn mr nb nl nn no 
or pa pl pt pt_BR rm ro ru sa_IN sco sk sl sq sr sv ta te th tk tr uk vi zh"
MAKEOPTS="--jobs 24 --load-average 48"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclud

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
3-r1::gentoo  USE="X" 0 KiB
> [ebuild   R]  media-fonts/font-isas-misc-1.0.3-r1::gentoo  USE="X nls" 0 
> KiB
> [ebuild   R]  x11-apps/x11perf-1.6.0::gentoo  0 KiB
> [ebuild   R]  media-fonts/font-adobe-utopia-type1-1.0.4-r1::gentoo  
> USE="X" 0 KiB
> [ebuild   R]  media-fonts/font-micro-misc-1.0.3-r1::gentoo  USE="X nls" 0 
> KiB
> [ebuild   R]  x11-apps/xsetroot-1.1.1::gentoo  0 KiB
> [ebuild   R]  x11-apps/xwud-1.0.4::gentoo  0 KiB
> [ebuild   R]  x11-apps/smproxy-1.0.6::gentoo  0 KiB
> [ebuild   R]  media-fonts/font-bh-type1-1.0.3-r1::gentoo  USE="X" 0 KiB
> [ebuild   R]  x11-apps/xkbutils-1.0.4::gentoo  0 KiB
> [ebuild   R]  x11-apps/sessreg-1.1.1::gentoo  0 KiB
> [ebuild   R]  media-fonts/font-ibm-type1-1.0.3-r1::gentoo  USE="X" 0 KiB
> [ebuild   R]  media-fonts/font-adobe-utopia-100dpi-1.0.4-r1::gentoo  
> USE="X nls" 0 KiB
> [ebuild   R]  media-fonts/font-xfree86-type1-1.0.4-r1::gentoo  USE="X" 0 
> KiB
> [nomerge   ] dev-embedded/arduino-1.0.5-r2::gentoo  USE="-doc -examples" 
> [ebuild   R]  dev-java/rxtx-2.2_pre2-r1:2::gentoo  USE="-doc -lfd 
> -source" 0 KiB
> [nomerge   ] media-gfx/fotoxx-15.05::gentoo 
> [ebuild   R]  media-gfx/ufraw-0.22-r2::gentoo  USE="gtk jpeg2k openmp 
> -contrast -fits -gimp -gnome -timezone" 0 KiB
> [nomerge   ] media-video/mkvtoolnix-20.0.0::gentoo  USE="-debug -pch -qt5 
> {-test}" 
> [nomerge   ]  media-libs/libmatroska-1.4.8:0/6::gentoo  
> USE="-static-libs" 
> [ebuild   R]   dev-libs/libebml-1.3.5:0/4::gentoo  USE="-debug 
> -static-libs" 0 KiB
> [nomerge   ] media-video/mpv-0.27.2::gentoo  USE="X alsa archive cdda cli 
> cplugins cuda doc drm dvb dvd egl encode iconv jack jpeg libass lua luajit 
> opengl tools uchardet v4l vdpau xv zlib zsh-completion (-aqua) -bluray 
> (-coreaudio) -gbm -javascript -lcms (-libav) -libcaca -libmpv -openal -oss 
> -pulseaudio (-raspberry-pi) -rubberband -samba -sdl (-selinux) {-test} -vaapi 
> -wayland" PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4" 
> [ebuild   R]  dev-libs/libcdio-paranoia-0.94_p2::gentoo  USE="cxx 
> -static-libs {-test}" 0 KiB
> [ebuild   R]  x11-libs/libXScrnSaver-1.2.2-r1::gentoo  USE="-static-libs" 
> 0 KiB
> [nomerge   ] app-crypt/mcrypt-2.6.8-r3::gentoo  USE="nls" 
> [ebuild   R]  dev-libs/libmcrypt-2.5.8-r4::gentoo  0 KiB
> [nomerge   ] media-sound/streamripper-1.64.6::gentoo  USE="vorbis" 
> [ebuild   R]  media-libs/faad2-2.8.8::gentoo  USE="-digitalradio 
> -static-libs" 0 KiB
> [nomerge   ] net-analyzer/zmap-2.1.1::gentoo  USE="filecaps -json -mongo 
> -redis" 
> [ebuild   R]  dev-util/gengetopt-2.22.6::gentoo  0 KiB
> [nomerge   ] media-gfx/xfig-3.2.6a::gentoo  USE="jpeg nls -postscript" 
> [ebuild   R]  x11-libs/libXaw3d-1.6.2::gentoo  USE="unicode -static-libs" 
> 0 KiB
> [nomerge   ] sys-power/pm-utils-1.4.1-r7::gentoo  USE="alsa -debug -ntp" 
> VIDEO_CARDS="-intel -radeon" 
> [ebuild   R]  sys-apps/vbetool-1.1::gentoo  0 KiB
> [nomerge   ] app-admin/conky-1.10.8::gentoo  USE="X iconv ipv6 ncurses 
> nvidia portmon -apcupsd (-audacious) -cmus -curl -eve -hddtemp -ical -imlib 
> -iostats -irc -lua-cairo -lua-imlib -lua-rsvg -math -moc -mpd -mysql 
> -nano-syntax -pulseaudio -rss -systemd -thinkpad -truetype -vim-syntax 
> -weather-metar -weather-xoap -webserver -wifi -xmms2" 
> [ebuild   R]  app-text/docbook2X-0.8.8-r4::gentoo  USE="{-test}" 0 KiB
> [nomerge   ] lxde-base/lxpanel-0.9.3::gentoo  USE="alsa -wifi" 
> [ebuild   R]  x11-libs/libfm-1.2.5:0/4.5.0::gentoo  USE="automount gtk 
> -debug -doc -examples -exif -udisks -vala" 0 KiB
> [nomerge   ] net-misc/grdesktop-0.23-r1::gentoo 
> [nomerge   ]  gnome-base/libgnomeui-2.24.5-r1::gentoo  USE="{-test}" 
> [nomerge   ]   gnome-base/libbonoboui-2.24.5-r1::gentoo  USE="-examples 
> {-test}" 
> [nomerge   ]gnome-base/libbonobo-2.24.3-r1::gentoo  USE="-debug 
> -examples {-test}" 
> [ebuild   R] gnome-base/orbit-2.14.19-r5:2::gentoo  USE="-debug -pic 
> -static-libs {-test}" 0 KiB
> [ebuild   R]   gnome-base/gnome-vfs-2.24.4-r5:2::gentoo  USE="acl ipv6 
> ssl -gnutls -kerberos -libressl -samba {-test} -zeroconf" 0 KiB
> [nomerge   ] media-sound/easytag-2.4.3::gentoo  USE="flac mp3 vorbis -mp4 
> -opus -speex {-test} -wavpack" 
> [ebuild   R]  media-libs/id3lib-3.8.3-r8::gentoo  USE=