Re: [gentoo-user] Re: Fonts fell apart

2006-01-05 Thread Abhay Kedia
On Tuesday 03 January 2006 22:17, Grant wrote:
  I was experimenting with kde and now my xfce4 fonts look terrible.
  Does that ring a bell for anyone?  What could be causing this?
 
  - Grant

Did you try deleting directories related to .kde.
Also try deleting .fonts.conf and .Xresources. I hope that you have not 
customised them and got messed up while using KDE.

Regards,
Abhay


pgpEPXdySfN7f.pgp
Description: PGP signature


Re: [gentoo-user] ebuild defaults?

2006-01-05 Thread Neil Bothwick
On Wed, 4 Jan 2006 17:35:59 -0800 (PST), maxim wexler wrote:

 So, here it is again up to LICENSE where I'm stuck:

 # Point to any required sources; these will be automatically downloaded by
 # Portage.
 SRC_URI=ftp://petrus.thomasaquinas.edu/pub/linux/words/words-1.97-linux.tar.gz;

You shouldn't put the version number in SRC_URI, that way it still works
when you rename the ebuild for a later version. 

SRC_URI=ftp://petrus.thomasaquinas.edu/pub/linux/words/${P}-linux.tar.gz;

 # License of the package.  This must match the name of file(s) in
 # /usr/portage/licenses/.  For complex license combination see the developer
 # docs on gentoo.org for details.
 LICENSE=

It's in the documentation files in the tarball

Licence

All parts of the WORDS system, source code and data files, are made freely 
available to anyone who wishes to use them, for whatever purpose.
 
Which makes it Freely Distributable, surely.


-- 
Neil Bothwick

Drop your carrier .. we have you surrounded


signature.asc
Description: PGP signature


Re: [gentoo-user] package conflict on update

2006-01-05 Thread Tom Martin
On Thu, 5 Jan 2006 00:29:57 -0700
Trenton Adams [EMAIL PROTECTED] wrote:

 Ok, so I get the output below when trying to merge after a sync today.
  My guess is that the openmotif package was made into two separate
 packages, correct?
 
 To the portage developers, how could this be handled?  Perhaps emerge
 could somehow figure out the reason for such a conflict, and then
 automatically unmerge the original package?

Not really a question to the portage developers -- just unmerge
openmotif (the blocker) and continue as normal.

-- 
Tom Martin, http://dev.gentoo.org/~slarti
AMD64, net-mail, shell-tools, vim, recruiters
Gentoo Linux


signature.asc
Description: PGP signature


Re: [gentoo-user] xcompmgr?

2006-01-05 Thread Tom Martin
On Wed, 4 Jan 2006 21:35:09 -0500
Michael W. Holdeman [EMAIL PROTECTED] wrote:

 Do I need xcompmgr? I have a running ~x86 up to date system using
 kde-3.5.0. I setup transparency using teh howto on teh wiki, and it
 is really beautifull.. BUTT, totally unusable as it is soo slow and
 crashes all the time. It crashes x. My system is Dell 8600, with an
 nvidia 5200Go card. All drivers are up to date including teh
 nvidia-kernel and nvidia-glx.

For real transparency, yes, you need it. If you have enabled GLX and
Composite at once, and run a GLX program, then X will crash. This is
likely the cause of your problems. The difficulty is, for the moment,
you have to sacrifice either GLX if you want to use Composite reliably.

-- 
Tom Martin, http://dev.gentoo.org/~slarti
AMD64, net-mail, shell-tools, vim, recruiters
Gentoo Linux


signature.asc
Description: PGP signature


Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
On 1/5/06, Tom Martin [EMAIL PROTECTED] wrote:
 On Thu, 5 Jan 2006 00:29:57 -0700
 Trenton Adams [EMAIL PROTECTED] wrote:

  Ok, so I get the output below when trying to merge after a sync today.
   My guess is that the openmotif package was made into two separate
  packages, correct?
 
  To the portage developers, how could this be handled?  Perhaps emerge
  could somehow figure out the reason for such a conflict, and then
  automatically unmerge the original package?

 Not really a question to the portage developers -- just unmerge
 openmotif (the blocker) and continue as normal.

So what happens to the unknowing user that doesn't figure out that the
package was split into multiple packages?  Especially if it's a
critical system package.  They may not like the idea of unmerging the
package, and re-merging.


 --
 Tom Martin, http://dev.gentoo.org/~slarti
 AMD64, net-mail, shell-tools, vim, recruiters
 Gentoo Linux




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] php mysql problem

2006-01-05 Thread Alexander Kirillov

Try to locate the first line in a php script which triggers the error
and use /usr/bin/mysql tool to either test connection parameters or
the query in question. You can also turn on MySQL query log.


Yes, everything installs fine with Typo3. At least it looks like it.
Only thing is that after the installation routine I get the error messages.

2006/1/5, Alexander Kirillov  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]:


  I'm installing Apach2, Mysql 5.0.18 and PHP 5 on my laptop for a
project.
  However, when I install the main CMS system (Typo3 4.0) I keep
getting
  various
 
  supplied argument is not a valid MySQL result resource
 
  So I did a test page to see that PHP was actually emerged with the
  correct USE flags
 
  '--with-mysql=/usr/lib/mysql'
  '--with-mysql-sock=/var/run/mysqld/mysqld.sock'
 
  And did a check that I have the socket in the correct place
 
  [EMAIL PROTECTED] ~ $ ls -l /var/run/mysqld/mysqld.sock
  'srwxrwxrwx  1 mysql mysql 0 Jan  3 05:35 /var/run/mysqld/mysqld.sock
  [EMAIL PROTECTED] ~ $
 
  I've tried with PHP4 and PHP5, with MySQL 4.x and 5.x
 
  I still can't get the system up. And the code is valid, as others are
  running the beta code, and I had a Typo3 system
  before my forced reinstallation.
 
  I've read contless articles on Gentoo and Typo3 forums/lists but
still...
 
  Any suggestions how to get past this?

There should be enough information in PHP and MySQL logs
to troubleshoot problems of this sort. Don't know anything about Typo3
but an app of this kind should come with a script which creates
databases, tables, users and grants privileges needed.
So I'd suggest to stop playing with PHP and MySQL versions -
they're pretty much backward compatible and dig into Typo3-related
issues.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package conflict on update

2006-01-05 Thread Neil Bothwick
On Thu, 5 Jan 2006 11:10:38 +, Tom Martin wrote:

  To the portage developers, how could this be handled?  Perhaps emerge
  could somehow figure out the reason for such a conflict, and then
  automatically unmerge the original package?

 Not really a question to the portage developers -- just unmerge
 openmotif (the blocker) and continue as normal.

If would be nice is portage had a means for developers to handle these
types of conflicts in the ebuild. A similar thing happened recently with
xpdf/poppler, it happened with some FTP servers and the ftp-base package
not long ago. I realise it is not possible to handle all conflicts, but
with some instances, like this one, the conflict is expected. even if
there were just a means to print a message if a package hits a block,
something like

if_blocked_by('openmotif')
ewarn You must unmerge openmotif before proceeding


-- 
Neil Bothwick

I am Tagline of Borg. Prepare to assimilate me.


signature.asc
Description: PGP signature


RE: [gentoo-user] Re: k3b and now NTFS access rights

2006-01-05 Thread Michael Kintzios


 -Original Message-
 From: Peter Ruskin [mailto:[EMAIL PROTECTED] 
 Sent: 04 January 2006 22:49
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Re: k3b and now NTFS access rights
 
 
 
 I don't see your problem.  This is how my fstab shows ntfs:
 
 /dev/hdf9 /mnt/win/o ntfs rw,umask=0,posix=1,users,nls=utf8 0 0

I'm lost!  What does posix=1 mean?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: k3b and now NTFS access rights

2006-01-05 Thread Stroller


On 5 Jan 2006, at 12:43, Michael Kintzios wrote:


I don't see your problem.  This is how my fstab shows ntfs:

/dev/hdf9 /mnt/win/o ntfs rw,umask=0,posix=1,users,nls=utf8 0 0


I'm lost!  What does posix=1 mean?


From `man mount`:

   Mount options for ntfs
   ...posix=[0|1]
  If  enabled  (posix=1),  the  file  system  
distinguishes between
  upper and lower case. The 8.3 alias names are  
presented as  hard

  links instead of being suppressed.

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



[gentoo-user] Re: Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-05 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Roy Wright wrote:
 Francisco Figueiredo Jr. wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi all,

 I just updated kde to 3.5.0.

 One thing I noticed with Kate is that when I type in konsole: kate
 somefile, it spawns another kate process and not reuse the already
 running kate.

 This used to happen with 3.4.0 I had before.

 Is this some new configuration? Can I change the current behavior to
 reuse an already started kate?


 Thanks in advance.


  

 Try kate -u filename
 
 kate --help shows this option:
 -u, --use Use a already running kate instance (if possible)
 


Hmmm, thanks. That worked. But as already said, I'd like to get -u
behavior as default :(

I will create a script to append the -u option to me for while :)




- --
Regards,

Francisco Figueiredo Jr.
http://fxjr.blogspot.com
Npgsql Lead Developer
http://www.pgfoundry.org/projects/npgsql
MonoBrasil Project Founder Member
http://monobrasil.softwarelivre.org


- -
Science without religion is lame;
religion without science is blind.

  ~ Albert Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBQ70muP7iFmsNzeXfAQLmkAf8DpRiemxR2oZODVd60zc2u41KOR2GAZyi
TuA5yz/hhjp1SY124VlXbDG8SMOXoRLNvXw34GP3kAK6S4eo6tsPW0OXknQ9mzCs
75TBQuvL+OQvF6w7osi/F05X3Yo35zP0sPrSmvqMzMiR1h7N4xfF6ADW8hQjuvDC
hVFO2Z0PbAKPwqTEeEQjaey5f9ShARThfF8QWPTnAzJNOw8C9BNMDLKQvHDggBm4
z5HxedOTChAbjId/YqDOkJhR8K6AAi2gmi6Kxfs9FGJw8NKDYjxUOPbGGZizjmdB
+H0ZsJ6ibp5gZraNmB/FWxmS2uZejogKsTJjS6lPUNzG6YcIbW4D7A==
=QYm8
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: OT: printing lots of file.doc files

2006-01-05 Thread James
Jean Magnan de Bornier jean at bornier.net writes:


 Kind of a strange request, but I have been given a work assignment that
 forces me to keep many documents in .doc format. If I have a dir full of 
 these,
 but I use to lp/lpr style printing, how do I print a passel of .doc files
 without going into OO to load and print each one individually?

 http://www.bytebot.net/openoffice/faq.html#Misc0


Excellent, Thanks for the script and to everyone that answered with ideas.


James




-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Re: k3b and now NTFS access rights

2006-01-05 Thread Michael Kintzios


 -Original Message-
 From: Stroller [mailto:[EMAIL PROTECTED] 
 Sent: 05 January 2006 13:32
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Re: k3b and now NTFS access rights
 
 
 
 On 5 Jan 2006, at 12:43, Michael Kintzios wrote:
 
  I don't see your problem.  This is how my fstab shows ntfs:
 
  /dev/hdf9 /mnt/win/o ntfs rw,umask=0,posix=1,users,nls=utf8 0 0
 
  I'm lost!  What does posix=1 mean?
 
  From `man mount`:
 
 Mount options for ntfs
 ...posix=[0|1]
If  enabled  (posix=1),  the  file  system  
 distinguishes between
upper and lower case. The 8.3 alias names are  
 presented as  hard
links instead of being suppressed.

Thanks!  I've got a looot of reading to do . . . (although it's more
interesting to talk it over?)

So if a suitable umask sorts out the mounting of ntfs partitions, what's
the recommended umask and fstab entries for a dvdrw,cdrw and
dvdrom,cdrom?

I note that Peter R has rw on this ntfs - is this needed for captive to
work or what's the trick here?
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: k3b and now NTFS access rights

2006-01-05 Thread Neil Bothwick
On Thu, 5 Jan 2006 14:10:40 -, Michael Kintzios wrote:

 So if a suitable umask sorts out the mounting of ntfs partitions, what's
 the recommended umask and fstab entries for a dvdrw,cdrw and
 dvdrom,cdrom?

You really need to read the mount man page. umask is only for certain
filesystems, it is not used with ISO9660.


-- 
Neil Bothwick

Top Oxymorons Number 2: Exact estimate


signature.asc
Description: PGP signature


[gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile

2006-01-05 Thread Lord Imbrius the Despondent
Hey guys - I was just doing an emerge -uD world and it comes to a screeching 
halt with i686-pc-linux-gnu-gcc: dbus_bindings.c: No such file or directory
when compiling sys-apps/dbus-0.23.4-r1.  Any clues?  Thanks.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package conflict on update

2006-01-05 Thread Devon Miller
I ran into this a few days ago. Ah ha, I thought, I just need to update openmotif.Nope, openmotif depended on openmotif-config which was blocked by openmotif.I tried unmasking one, the other, then both all to noavail.
Finally, in frustation I did emerge unmerge openmotif, emerge openmotifand it just worked (pulling in openmotif-config in the process)I for one would like to see portage be a bit smarter about this. It already calculates a dependancy list.
Would it be possible to detect the case where the blocker is part of the dependancy list (ie, will be installed anyway) and automatically offer to unmerge the conflicting package?Or, is this a situation that should be handled with slots? Eg, slot 1 hols openmotif, slot 2 holds openmotif-config  newer openmotif.
I can't wait to see the hoop jumping xorg-x11-7.0 will require.-dcm-On 1/5/06, Neil Bothwick 
[EMAIL PROTECTED] wrote:On Thu, 5 Jan 2006 11:10:38 +, Tom Martin wrote:
  To the portage developers, how could this be handled?Perhaps emerge  could somehow figure out the reason for such a conflict, and then  automatically unmerge the original package?
 Not really a question to the portage developers -- just unmerge openmotif (the blocker) and continue as normal.I realise it is not possible to handle all conflicts, butwith some instances, like this one, the conflict is expected. even if
there were just a means to print a message if a package hits a block,something likeif_blocked_by('openmotif')ewarn You must unmerge openmotif before proceeding--Neil Bothwick
I am Tagline of Borg. Prepare to assimilate me.


[gentoo-user] JPG attachments - Macintosh BinHex-encoded file

2006-01-05 Thread Mark Knecht
Hi,
   I'm in Gnome and received what appear to be some JPG files from a
friend. When I try to open them I get the following message:


The filename DSCN2448.JPG indicates that this file is of type JPEG
image. The contents of the file indicate that the file is of type
Macintosh BinHex-encoded file. If you open this file, the file might
present a security risk to your system.

Do not open the file unless you created the file yourself, or received
the file from a trusted source. To open the file, rename the file to
the correct extension for Macintosh BinHex-encoded file, then open
the file normally. Alternatively, use the Open With menu to choose a
specific application for the file.


   Is this is some new virus or is there some setup that needs to be
done to be able to look at them?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: printing lots of file.doc files

2006-01-05 Thread Richard Fish
On 1/4/06, James [EMAIL PROTECTED] wrote:
 Hello,

 Kind of a strange request, but I have been given a work assignment that
 forces me to keep many documents in .doc format. If I have a dir full of 
 these,
 but I use to lp/lpr style printing, how do I print a passel of .doc files
 without going into OO to load and print each one individually?

Use oowriter2 -p or oowriter2 -pt

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package conflict on update

2006-01-05 Thread Tom Martin
On Thu, 5 Jan 2006 11:41:22 +
Neil Bothwick [EMAIL PROTECTED] wrote:

 If would be nice is portage had a means for developers to handle these
 types of conflicts in the ebuild. A similar thing happened recently
 with xpdf/poppler, it happened with some FTP servers and the ftp-base
 package not long ago. I realise it is not possible to handle all
 conflicts, but with some instances, like this one, the conflict is
 expected. even if there were just a means to print a message if a
 package hits a block, something like
 
 if_blocked_by('openmotif')
   ewarn You must unmerge openmotif before proceeding

An error message like that doesn't really tell the user anything that he
doesn't already know.

It would be more useful if some information was provided:

if blocked_by =x11-libs/openmotif-1.2.3 ; then
eblockinfo Due to changes with blah, it is recommended that
eblockinfo you foobar. See http://bugs.gentoo.org/123456.;
fi

But then, at what point would this information be echoed to the user?
It would have to be during the same pre-merge phase that the blocking
errors appear. Then again, I don't really see any gaping problems with
the current system; once someone has encountered their first pair of
blocking packages, they then understand how to fix blockers in future.
I doubt it's worth the effort.

/shrug
-- 
Tom Martin, http://dev.gentoo.org/~slarti
AMD64, net-mail, shell-tools, vim, recruiters
Gentoo Linux


signature.asc
Description: PGP signature


Re: [gentoo-user] package conflict on update

2006-01-05 Thread Richard Fish
On 1/5/06, Tom Martin [EMAIL PROTECTED] wrote:
 It would be more useful if some information was provided:

 if blocked_by =x11-libs/openmotif-1.2.3 ; then
 eblockinfo Due to changes with blah, it is recommended that
 eblockinfo you foobar. See http://bugs.gentoo.org/123456.;
 fi

Sounds more like information that should be available in the coming
emerge --news system.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: JPG attachments - Macintosh BinHex-encoded file

2006-01-05 Thread Peper
Is this is some new virus or is there some setup that needs to be
 done to be able to look at them?
If it's a virus i'm pretty sure it's a windows' one. I would try to force 
opening it with some image viewer...

-- 
Best Regards,
Peper
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xcompmgr?

2006-01-05 Thread Michael W. Holdeman
On Thursday 05 January 2006 06:13, Tom Martin wrote:
 On Wed, 4 Jan 2006 21:35:09 -0500

 Michael W. Holdeman [EMAIL PROTECTED] wrote:
  Do I need xcompmgr? I have a running ~x86 up to date system using
  kde-3.5.0. I setup transparency using teh howto on teh wiki, and it
  is really beautifull.. BUTT, totally unusable as it is soo slow and
  crashes all the time. It crashes x. My system is Dell 8600, with an
  nvidia 5200Go card. All drivers are up to date including teh
  nvidia-kernel and nvidia-glx.

 For real transparency, yes, you need it. If you have enabled GLX and
 Composite at once, and run a GLX program, then X will crash. This is
 likely the cause of your problems. The difficulty is, for the moment,
 you have to sacrifice either GLX if you want to use Composite reliably.
Thanks, Will try today. 
I am not really sure if I am running any progs that require glx? And for 
another thing I read somewhare that OO-org  2 has a problem with 
transparency..

Also do I need xcompmgr or will kompmgr work?

Mike
-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8   |
Win4Lin 5-1-20 netraverse.com   |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] JPG attachments - Macintosh BinHex-encoded file

2006-01-05 Thread Willie Wong
On Thu, Jan 05, 2006 at 07:18:39AM -0800, Penguin Lover Mark Knecht squawked:
 Hi,
I'm in Gnome and received what appear to be some JPG files from a
 friend. When I try to open them I get the following message:
 
 
 The filename DSCN2448.JPG indicates that this file is of type JPEG
 image. The contents of the file indicate that the file is of type
 Macintosh BinHex-encoded file. If you open this file, the file might
 present a security risk to your system.
 
 Do not open the file unless you created the file yourself, or received
 the file from a trusted source. To open the file, rename the file to
 the correct extension for Macintosh BinHex-encoded file, then open
 the file normally. Alternatively, use the Open With menu to choose a
 specific application for the file.
 

I think that is just the standard error Gnome throws up with the
extension on the file does not match the header. 

Does your friend perhaps use a Mac? the BinHex format is a conversion
from binary data to ASCII for mail. It's like uuencode, but for Macs. 

Try:
  emerge macutil

You probably want to run hexbin on the file you received, but I am not
absolutely sure. 

HTH

W
-- 
As he came into the light they could see his black and 
gold uniform on which the buttons were so highly polished 
that they shone with an intensity that would have made an 
approaching motorist flash his lights in annoyance.  
Sortir en Pantoufles: up 54 days,  9:51
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread Jamie
When doing an emerge -uD world on AMD64 I get the following error when 
openssh-4.2_p1 is being compiled:


checking for dlopen in -ldl... no
checking for pam_set_item in -lpam... no
configure: error: *** libpam missing

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/openssh-4.2_p1/work/openssh-4.2p1/config.log

!!! ERROR: net-misc/openssh-4.2_p1 failed.
!!! Function econf, Line 495, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status 
message.


I can see from this that the complaint is that libpam is missing but 
what do I emerge to get libpam installed?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread Ernie Schroder
On Thursday 05 January 2006 12:48, a tiny voice compelled Jamie to write:
 When doing an emerge -uD world on AMD64 I get the following error when
 openssh-4.2_p1 is being compiled:

 checking for dlopen in -ldl... no
 checking for pam_set_item in -lpam... no
 configure: error: *** libpam missing

 !!! Please attach the config.log to your bug report:
 !!! /var/tmp/portage/openssh-4.2_p1/work/openssh-4.2p1/config.log

 !!! ERROR: net-misc/openssh-4.2_p1 failed.
 !!! Function econf, Line 495, Exitcode 0
 !!! econf failed
 !!! If you need support, post the topmost build error, NOT this status
 message.

 I can see from this that the complaint is that libpam is missing but
 what do I emerge to get libpam installed?


qpkg -f /usr/lib/libpam.so
sys-libs/pam *

-- 
Regards, Ernie
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] dbus will not complete compile.

2006-01-05 Thread Dale

HI all,

I did my sync and update last night and dbus will not compile for me.  
This is what I get:



Making all in gcj
make[2]: Entering directory 
`/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj'

Making all in org
make[3]: Entering directory 
`/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org'

Making all in freedesktop
make[4]: Entering directory 
`/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org/freedesktop'

Making all in dbus
make[5]: Entering directory 
`/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org/freedesktop/dbus'

gcj -C Message.java -d ../../..
/bin/sh ../../../../libtool --mode=compile i686-pc-linux-gnu-g++ 
-I../../../.. -I../../../../gcj/org/freedesktop/dbus   
-march=athlon-xp -O2 -fomit-frame-pointer -momit-leaf-frame-pointer 
-fno-ident -pipe -DDBUS_API_SUBJECT_TO_CHANGE=1  -c -o 'natMessage.lo' 
'natMessage.cc'
/bin/sh ../../../../libtool --mode=compile gcj -I../../../.. 
-I../../../../gcj/org/freedesktop/dbus-c -o 'Message.lo' 
'Message.java'

mkdir .libs
 i686-pc-linux-gnu-g++ -I../../../.. 
-I../../../../gcj/org/freedesktop/dbus -march=athlon-xp -O2 
-fomit-frame-pointer -momit-leaf-frame-pointer -fno-ident -pipe 
-DDBUS_API_SUBJECT_TO_CHANGE=1 -c natMessage.cc  -fPIC -DPIC -o 
.libs/natMessage.o

natMessage.cc:8:21: Message.h: No such file or directory
natMessage.cc:15: error: `org' has not been declared
 gcj -I../../../.. -I../../../../gcj/org/freedesktop/dbus -c 
Message.java  -fPIC -o .libs/Message.o

make[5]: *** [natMessage.lo] Error 1
make[5]: *** Waiting for unfinished jobs
 gcj -I../../../.. -I../../../../gcj/org/freedesktop/dbus -c 
Message.java -o Message.o /dev/null 21
make[5]: Leaving directory 
`/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org/freedesktop/dbus'

make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org/freedesktop'

make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj/org'

make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/gcj'

make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60'
make: *** [all] Error 2

!!! ERROR: sys-apps/dbus-0.60-r3 failed.
!!! Function src_compile, Line 100, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status 
message.


[EMAIL PROTECTED] / #  



I don't know what Message.h is though.  This is the version info:


[EMAIL PROTECTED] / # emerge -uvp world

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

Calculating world dependencies ...done!
[ebuild U ] sys-apps/dbus-0.60-r3 [0.50-r2] +X -debug +doc +gcj 
+gtk -mono +python +qt +xml2 0 kB


Total size of downloads: 0 kB
[EMAIL PROTECTED] / #



Anybody else running into this?  Is this me or a bug?

Thanks

Dale
:-)


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

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 
80GB hard drives.  Named Smoker
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.  
Named Swifty
3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB 
drive.  Named Pokey
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB 
SCSI drive.  Named Putput

All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.  


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dbus will not complete compile.

2006-01-05 Thread Paweł Madej
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I think you should file a bug on http://bugs.gentoo.org so dev's and
tester team could check if its your broken tree or a bigger problem with
dbus. also check if someone haven't filed similar one before.



- --
Paweł Madej aka Nysander
http://quanteam.info  | http://forum-farmaceutyczne.org
http://nysander.quanteam.info | http://wiki.quanteam.info
GPG key: 5861680B | keyserver: http://pgp.mit.edu
key fingerprint: 34A9 B8BB DFA2 4F0B EFB5  CE50 82F4 8C82 5861 680B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDvWOYgvSMglhhaAsRAsyUAJ9K48+ekLEDVkWYue8zt9Kw2ZrreACgg200
Day7Uz4hn/s3FTAx3wjhL/U=
=G/U1
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dbus will not complete compile.

2006-01-05 Thread Abhay Kedia
On Thursday 05 January 2006 23:40, Dale wrote:
  -I../../../../gcj/org/freedesktop/dbus -march=athlon-xp -O2
  -fomit-frame-pointer -momit-leaf-frame-pointer -fno-ident -pipe
  -DDBUS_API_SUBJECT_TO_CHANGE=1 -c natMessage.cc  -fPIC -DPIC -o
  .libs/natMessage.o
  natMessage.cc:8:21: Message.h: No such file or directory
  natMessage.cc:15: error: `org' has not been declared
   gcj -I../../../.. -I../../../../gcj/org/freedesktop/dbus -c
  Message.java  -fPIC -o .libs/Message.o
  make[5]: *** [natMessage.lo] Error 1
  make[5]: *** Waiting for unfinished jobs
[SNIP]
  Calculating world dependencies ...done!
  [ebuild U ] sys-apps/dbus-0.60-r3 [0.50-r2] +X -debug +doc +gcj
  +gtk -mono +python +qt +xml2 0 kB

Do you need gcj use flag?
If you don't then try disabling it and see if it works.

Regards,
Abhay


pgpP11o4sXbOy.pgp
Description: PGP signature


Re: [gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread Jamie

I did an emerge pam but am still getting this error:

checking for pututxline... no
checking for setutxent... no
checking for utmpxname... no
checking for daemon... no
checking for daemon in -lbsd... no
checking for getpagesize... no
checking for getpagesize in -lucb... no
checking whether system supports SO_PEERCRED getsockopt... yes
checking if openpty correctly handles controlling tty... no
checking whether getpgrp requires zero arguments... yes
checking for dlopen in -ldl... no
checking for pam_set_item in -lpam... no
configure: error: *** libpam missing

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/openssh-4.2_p1/work/openssh-4.2p1/config.log

!!! ERROR: net-misc/openssh-4.2_p1 failed.
!!! Function econf, Line 495, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status 
message.


Can anyone help me get around this? Is it possibly worth compiling 
openssh without pam support to avoid this error?


Ernie Schroder wrote:


On Thursday 05 January 2006 12:48, a tiny voice compelled Jamie to write:
 


When doing an emerge -uD world on AMD64 I get the following error when
openssh-4.2_p1 is being compiled:

checking for dlopen in -ldl... no
checking for pam_set_item in -lpam... no
configure: error: *** libpam missing

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/openssh-4.2_p1/work/openssh-4.2p1/config.log

!!! ERROR: net-misc/openssh-4.2_p1 failed.
!!! Function econf, Line 495, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status
message.

I can see from this that the complaint is that libpam is missing but
what do I emerge to get libpam installed?
   




qpkg -f /usr/lib/libpam.so
sys-libs/pam *

 



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread Paweł Madej
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Did you try to run ldconfig so libraries cache was rebuild?

- --
Paweł Madej aka Nysander
http://quanteam.info  | http://forum-farmaceutyczne.org
http://nysander.quanteam.info | http://wiki.quanteam.info
GPG key: 5861680B | keyserver: http://pgp.mit.edu
key fingerprint: 34A9 B8BB DFA2 4F0B EFB5  CE50 82F4 8C82 5861 680B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDvWeIgvSMglhhaAsRAj5OAJ9sr08FH6HREPPfpkZ9OwAlg7UYpgCghH+g
APXGXKRTPnZbq/CgpO54viQ=
=TchJ
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package conflict on update

2006-01-05 Thread Neil Bothwick
On Thu, 5 Jan 2006 16:08:04 +, Tom Martin wrote:

  if_blocked_by('openmotif')
  ewarn You must unmerge openmotif before proceeding
 
 An error message like that doesn't really tell the user anything that he
 doesn't already know.

It may not say anything you or I don't know, but from the number of posts
to this list about blockers, it would clearly help some people.

 It would be more useful if some information was provided:
 
 if blocked_by =x11-libs/openmotif-1.2.3 ; then
   eblockinfo Due to changes with blah, it is recommended that
   eblockinfo you foobar. See http://bugs.gentoo.org/123456.;
 fi
 
 But then, at what point would this information be echoed to the user?
 It would have to be during the same pre-merge phase that the blocking
 errors appear.

Yes, so instead of rushing to this list or the forums, they can do what
the message tells them and be on their way. The current messages are only
useful if you already understand how and why blocks happen, and how to
deal with them.


-- 
Neil Bothwick

If you got the words it does not mean you got the knowledge.


signature.asc
Description: PGP signature


Re: [gentoo-user] world file cheating

2006-01-05 Thread Dale

James wrote:


Hello,

Some time ago, I copied a world file (/var/lib/portage/world)
from a system with lots of installed software to a 'clone'
system newly installed with gentoo

Now 'emaint --check world' suggests that not all of those packages have
been installed. (Busted). I was not responsible enough to verify
that the clone was 100% similar with the identical ebuilds.
I thought I had found a way to duplicate the installed software, 
merely by copying the world file from another system.


Any better ideas on how to duplicate gentoo systems,
with the installed list of ebuilds matching?

thoughts and ideas?

James

 

No guru but I would think a emerge -e world would make it install the 
same packages. You would have to make sure your USE line is the same in 
make.conf. I did this on my main rig a while back. It worked for me but 
I copied world and make.conf over.


Dale
:-)

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

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 
80GB hard drives.  Named Smoker
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.  
Named Swifty
3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB 
drive.  Named Pokey
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB 
SCSI drive.  Named Putput

All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.  


--
gentoo-user@gentoo.org mailing list



[gentoo-user] world file cheating

2006-01-05 Thread James
Hello,

Some time ago, I copied a world file (/var/lib/portage/world)
from a system with lots of installed software to a 'clone'
system newly installed with gentoo

Now 'emaint --check world' suggests that not all of those packages have
been installed. (Busted). I was not responsible enough to verify
that the clone was 100% similar with the identical ebuilds.
I thought I had found a way to duplicate the installed software, 
merely by copying the world file from another system.

Any better ideas on how to duplicate gentoo systems,
with the installed list of ebuilds matching?

thoughts and ideas?

James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread Willie Wong
On Fri, Jan 06, 2006 at 07:33:05AM +1300, Penguin Lover Jamie squawked:
 I did an emerge pam but am still getting this error:
 
snip?
 configure: error: *** libpam missing
 
 !!! Please attach the config.log to your bug report:
 !!! /var/tmp/portage/openssh-4.2_p1/work/openssh-4.2p1/config.log
 
 !!! ERROR: net-misc/openssh-4.2_p1 failed.
 !!! Function econf, Line 495, Exitcode 0
 !!! econf failed
 !!! If you need support, post the topmost build error, NOT this status 
 message.
 
 Can anyone help me get around this? Is it possibly worth compiling 
 openssh without pam support to avoid this error?
 

Did you not have PAM installed before? (You mentioned that you issued
an emerge pam, but was pam installed before that?)

You can compile openssh without pam support by removing the pam
useflag: edit /etc/portage/package.use so that there's one line for 
'net-misc/openssh -pam'
and retry your emerge. 

I personally have -pam in USE from make.conf, it depends on whether
you need the functionality. 

W
-- 
`You ARE Zaphod Beeblebrox?'
`Yeah,' said Zaphod, `but don't shout it out or they'll all 
want one.'
`THE Zaphod Beeblebrox?'
`No, just A Zaphod Bebblebrox, didn't you hear I come in 
six packs?'
`But sir,' it squealed, `I just heard on the sub-ether 
radio report. It said you were dead...'
`Yeah, that's right, I just haven't stopped moving yet.'

- Zaphod and the Guide's receptionist. 
Sortir en Pantoufles: up 54 days, 11:22
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread gentoo
I will try this when I get home after work as I cannot ssh into my network
at home at the moment as I forgot to restart the SSH daemon before I left
for the day :-/

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Did you try to run ldconfig so libraries cache was rebuild?

 - --
 Paweł Madej aka Nysander
 http://quanteam.info  | http://forum-farmaceutyczne.org
 http://nysander.quanteam.info | http://wiki.quanteam.info
 GPG key: 5861680B | keyserver: http://pgp.mit.edu
 key fingerprint: 34A9 B8BB DFA2 4F0B EFB5  CE50 82F4 8C82 5861 680B
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (GNU/Linux)

 iD8DBQFDvWeIgvSMglhhaAsRAj5OAJ9sr08FH6HREPPfpkZ9OwAlg7UYpgCghH+g
 APXGXKRTPnZbq/CgpO54viQ=
 =TchJ
 -END PGP SIGNATURE-
 --
 gentoo-user@gentoo.org mailing list






-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world file cheating

2006-01-05 Thread Lares Moreau
On Thu, 2006-01-05 at 18:39 +, James wrote:
 Any better ideas on how to duplicate gentoo systems,
 with the installed list of ebuilds matching?
 
 thoughts and ideas?

To get a good list of all packages on your system use qlist (emerge
portage-utils).

# qlist -ICv |sed -e 's:^:=:'  portage.list
# xargs emerge -YOUROPTS  portage.list

If the systems are identical, you can use quickpkg to make packages from
your active system, configs and all, then use those packages to emerge
-K on the other systems.

-- 
Lares Moreau [EMAIL PROTECTED]  | LRU: 400755 http://counter.li.org
lares/irc.freenode.net |
Gentoo x86 Arch Tester |   ::0 Alberta, Canada
Public Key: 0D46BB6E @ subkeys.pgp.net |  Encrypted Mail Preferred
Key fingerprint = 0CA3 E40D F897 7709 3628  C5D4 7D94 483E 0D46 BB6E


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


Re: [gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread Neil Bothwick
On Fri, 06 Jan 2006 06:48:04 +1300, Jamie wrote:

 I can see from this that the complaint is that libpam is missing but 
 what do I emerge to get libpam installed?

libpam is part of pam, which is usually installed quite early on, unless
you have -pam in USE.

What does emerge openssh -pv give?


-- 
Neil Bothwick

Learn from your parents' mistakes - use birth control!


signature.asc
Description: PGP signature


[gentoo-user] OT: KDirWatch?

2006-01-05 Thread Ernie Schroder
I've posted to KDE-Linux, but I seem to be having problems getting mail from 
there so I'll ask here too.

I've found this message with several apps when I close then with a CONTROL+C 
in konsole.

[EMAIL PROTECTED] ~ $ kate
QObject::disconnect: Unexpected null parameter
QFile::open: No file name specified
kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle 
'/etc/samba/smb.conf'
kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle 
'/etc/security/fileshare.conf'

Another nagging problem I'm seeing is with kwrite and possibly some other 
apps. In konsole $ kwrite works as does:
$ su -
password
# kwrite

But:
sudo kwrite does not. It complains like so:
$ sudo kwrite somefile
sudo: kwrite: command not found
Problems started after removing old versions of KDE (3.1-3.4) from my machine.

-- 
Regards, Ernie
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xcompmgr?

2006-01-05 Thread Kenton Groombridge

Michael W. Holdeman wrote:


For real transparency, yes, you need it. If you have enabled GLX and
Composite at once, and run a GLX program, then X will crash. This is
likely the cause of your problems. The difficulty is, for the moment,
you have to sacrifice either GLX if you want to use Composite reliably.
   

Thanks, Will try today. 
I am not really sure if I am running any progs that require glx? And for 
another thing I read somewhare that OO-org  2 has a problem with 
transparency..


Also do I need xcompmgr or will kompmgr work?

Mike
 

kompmgr works OK here, but I do find there are some quirks, but I can 
run GLX programs with kompmgr and nothing crashes.


Ken

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ebuild defaults?

2006-01-05 Thread maxim wexler
 
 It's in the documentation files in the tarball
 
 Licence
 
 All parts of the WORDS system, source code and data
 files, are made freely available to anyone who
 wishes to use them, for whatever purpose.
  
 Which makes it Freely Distributable, surely.
 

OK, setting LICENSE=as-is. So I guess that leaves
this bit:


# Comprehensive list of any and all USE flags
leveraged in the ebuild,
# with the exception of any ARCH specific flags, i.e.
ppc, sparc,
# x86 and alpha.  This is a required variable.  If
the ebuild doesn't 
# use any USE flags, set to .
IUSE=X gnome


What does leveraged in the ebuild mean? I'm inclined
to set IUSE= as suggested. Is that correct? This is
a very simple console app.





__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Compile errors with /usr/include/bits/mathinline.h:433: error: `__builtin_atan2l' undeclared

2006-01-05 Thread Alexander Skwar
Good evening!

In a number of packages, I'm lately (ie. since yesterday
(2006-01-05)) seeing compile errors like the following:

../../dist/bin/xpidl -m typelib -w -I ../../dist/idl -I. -o _xpidlgen/nsrootidl 
nsrootidl.idl
../../dist/bin/xpt_link _xpidlgen/xpcom_base.xpt 
_xpidlgen/nsIConsoleListener.xpt _xpidlgen/nsIConsoleMessage.xpt 
_xpidlgen/nsIConsoleService.xpt
_xpidlgen/nsIErrorService.xpt _xpidlgen/nsIException.xpt 
_xpidlgen/nsIExceptionService.xpt _xpidlgen/nsIDebug.xpt 
_xpidlgen/nsIInterfaceRequestor.xpt
_xpidlgen/nsIMemory.xpt _xpidlgen/nsIProgrammingLanguage.xpt 
_xpidlgen/nsISupports.xpt _xpidlgen/nsITraceRefcnt.xpt 
_xpidlgen/nsIWeakReference.xpt
_xpidlgen/nsrootidl.xpt
In file included from /usr/include/math.h:382,
 from nsStackFrameUnix.cpp:38:
/usr/include/bits/mathinline.h: In function `long double __atan2l(long double,
   long double)':
/usr/include/bits/mathinline.h:433: error: `__builtin_atan2l' undeclared (first
   use this function)
/usr/include/bits/mathinline.h:433: error: (Each undeclared identifier is
   reported only once for each function it appears in.)
distcc[1106] ERROR: compile nsStackFrameUnix.cpp on 10.233.16.99,lzo failed
gmake[3]: *** [nsStackFrameUnix.o] Fehler 1
gmake[3]: *** Warte auf noch nicht beendete Prozesse...
gmake[3]: Leaving directory 
`/0b/Gentoo/portage/tmp/portage/mozilla-1.7.12-r2/work/mozilla/xpcom/base'
gmake[2]: *** [libs] Fehler 2
gmake[2]: Leaving directory 
`/0b/Gentoo/portage/tmp/portage/mozilla-1.7.12-r2/work/mozilla/xpcom'
gmake[1]: *** [tier_2] Fehler 2
gmake[1]: Leaving directory 
`/0b/Gentoo/portage/tmp/portage/mozilla-1.7.12-r2/work/mozilla'
make: *** [default] Fehler 2

!!! ERROR: www-client/mozilla-1.7.12-r2 failed.

As you can see, this error was from mozilla. Another instance
was with mkvtoolnix or rather wxWindows, I suppose - see
comment #1 @ bug 116828 - https://bugs.gentoo.org/116828#c1

Hmm, I now found bug 63891 https://bugs.gentoo.org/63891.
But that bug has no solution - other than all of a sudden
it works.

Hmm, am I having these issues, because I use different gcc
versions on my distcc nodes? One is running 3.4.5 while the
other is still at 3.3.6.

[00:18:52 [EMAIL PROTECTED]:~] $ epm -qf /usr/include/bits/mathinline.h
glibc-2.3.5-r3
[00:19:10 [EMAIL PROTECTED]:~] $ emerge info
Portage 2.1_pre3-r1 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.5-r3, 
2.6.14-gentoo-r6.05 i686)
=
System uname: 2.6.14-gentoo-r6.05 i686 Intel(R) Xeon(TM) CPU 2.40GHz
Gentoo Base System version 1.12.0_pre13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[enabled]
ccache version 2.4 [enabled]
dev-lang/python: 2.3.5, 2.4.2
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-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium4 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env 
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config 
/usr/lib/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-O2 -march=pentium4 -pipe
DISTDIR=/Gentoo/portage/distfiles
FEATURES=autoconfig buildpkg ccache collision-protect distcc distlocks sandbox 
sfperms strict
GENTOO_MIRRORS=http://localhost/~vz6tml/gentoo-files 
http://dewup-ww02.dewup.europe.delphiauto.net/~vz6tml/gentoo-files
http://localhost/gentoo-files/ 
http://dewup-ww02.dewup.europe.delphiauto.net/gentoo-files/ 
http://localhost/~vz6tml/gentoo-files/
http://cifs-srvr1.europe.delphiauto.net/~vz6tml/Misc._Software/Gentoo/  
ftp://pandemonium.tiscali.de/pub/gentoo/
http://localhost:60081/pub/Mirrors/gentoo/ 
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://localhost:60080/pub/gentoo/
http://pandemonium.tiscali.de/pub/gentoo/   
http://localhost:60082/mirror/rsync.gentoo.org/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
ftp://pandemonium.tiscali.de/pub/gentoo/
http://localhost:60083/pub/linux/distributions/gentoo/ 
http://distro.ibiblio.org/pub/linux/distributions/gentoo/   
http://localhost:60084/
http://distfiles.gentoo.org/ 
LANG=de_DE.UTF-8
LINGUAS=de
MAKEOPTS=-j4
PKGDIR=/Gentoo/portage/packages
PORTAGE_TMPDIR=/Gentoo/portage/tmp
PORTDIR=/Gentoo/portage/tree
PORTDIR_OVERLAY=/Gentoo/portage/local-tree/misc
SYNC=rsync://localhost:10873/gentoo-portage
USE=x86 7zip GAPING_SECURITY_HOLE X acl apache apache2 artworkextra async 
audiofile avi bash-completion berkdb bitmap-fonts bzip2 ccache ck-server
crypt css cups curl dbus dvd encode exif expat fam fat ffmpeg firefox 
font-server foomaticdb gd gdbm gif gmail gmailtimestamps gmp gnome gpm gs gtk
gtk2 hal hfs 

Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
On 1/5/06, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Thu, 5 Jan 2006 11:10:38 +, Tom Martin wrote:

   To the portage developers, how could this be handled?  Perhaps emerge
   could somehow figure out the reason for such a conflict, and then
   automatically unmerge the original package?

  Not really a question to the portage developers -- just unmerge
  openmotif (the blocker) and continue as normal.

 If would be nice is portage had a means for developers to handle these
 types of conflicts in the ebuild. A similar thing happened recently with
 xpdf/poppler, it happened with some FTP servers and the ftp-base package
 not long ago. I realise it is not possible to handle all conflicts, but
 with some instances, like this one, the conflict is expected. even if
 there were just a means to print a message if a package hits a block,
 something like

 if_blocked_by('openmotif')
 ewarn You must unmerge openmotif before proceeding

Yes, or as follows...

if_blocked_by('openmotif')
  auto_unmerge('openmotif')
  # continue with merge which should automatically be merging openmotif anyhow.



 --
 Neil Bothwick

 I am Tagline of Borg. Prepare to assimilate me.




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
On 1/5/06, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Thu, 5 Jan 2006 16:08:04 +, Tom Martin wrote:

   if_blocked_by('openmotif')
   ewarn You must unmerge openmotif before proceeding
 
  An error message like that doesn't really tell the user anything that he
  doesn't already know.

 It may not say anything you or I don't know, but from the number of posts
 to this list about blockers, it would clearly help some people.

Yes, and I've noticed there's a big problem with the linux community
at large.  People that know and understand linux have a lot of the
times not helped the open source intiative, in that they like things
to be difficult, because it makes them somehow seem smarter.  In all
reality, it doesn't take a genius to use linux, just someone who likes
to read a whole lot.

Now i'm not saying this is a problem with the people working on
gentoo, so please don't think that I am.  But, if you do feel that
way, perhaps you should think twice, and actually support users.  I've
always felt that Linux in general could easily surpass windows in
usage, *IF* the linux community would make things more user friendly. 
For example, if I didn't have to read the documentation to get
something basic to work, then it's user friendly.  That doesn't mean
you have to remove flexibility either.  I've seen gui utilities in
windows that had full command line support.  If you provide command
line options, the GUI doesn't start.  So, one can have user friendly
applications without sacrificing flexibility.

When I first started with gentoo, I was ready to give up.  Not because
I didn't know what I was doing with linux, but because I don't really
have the time to read a whole whack of documentation, and the
documntation is not in a nice point form format for those that do know
what they are doing anyhow.  Take the gentoo quick install version of
the gentoo hand book.  It no longer tells you what commands to
actually run.  It just describes what to do, which is of VERY little
value.  Luckily I kept a printed copy of the old quick install around,
becuse I have no use for the new version.  Why someone would remove
all that useful information from a quick install guide, only to make a
lot less useful, I don't know.


  It would be more useful if some information was provided:
 
  if blocked_by =x11-libs/openmotif-1.2.3 ; then
eblockinfo Due to changes with blah, it is recommended that
eblockinfo you foobar. See http://bugs.gentoo.org/123456.;
  fi
 
  But then, at what point would this information be echoed to the user?
  It would have to be during the same pre-merge phase that the blocking
  errors appear.

 Yes, so instead of rushing to this list or the forums, they can do what
 the message tells them and be on their way. The current messages are only
 useful if you already understand how and why blocks happen, and how to
 deal with them.

EXACTLY.



 --
 Neil Bothwick

 If you got the words it does not mean you got the knowledge.




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread Richard Fish
On 1/5/06, Jamie [EMAIL PROTECTED] wrote:
 I did an emerge pam but am still getting this error:

 checking for pututxline... no
 checking for setutxent... no
 checking for utmpxname... no
 checking for daemon... no
 checking for daemon in -lbsd... no
 checking for getpagesize... no
 checking for getpagesize in -lucb... no
 checking whether system supports SO_PEERCRED getsockopt... yes
 checking if openpty correctly handles controlling tty... no
 checking whether getpgrp requires zero arguments... yes
 checking for dlopen in -ldl... no
 checking for pam_set_item in -lpam... no
 configure: error: *** libpam missing

 !!! Please attach the config.log to your bug report:
 !!! /var/tmp/portage/openssh-4.2_p1/work/openssh-4.2p1/config.log

Take a look inside this file for the actual error.  If you don't see
or understand the error, do what the message says, and attach (or
better, post a link to) the config.log.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
Oh, and one other thing.  This should also be done for packages that
get moved to different categories, because I've been getting errors
like the following lately...

Calculating world dependencies |
emerge: there are no ebuilds to satisfy =dev-perl/PodParser-1.22.
(dependency required by mail-filter/spamassassin-3.1.0 [binary])

In this case, this simply means that dev-perl/PodParser has moved to a
different category, and the old spamassassin binary package couldn't
find it anymore, because it only knows about the PodParser in the old
category, not the new category.  I checked the xorg-x11 ebuild, and it
was fine.  It was the binary that still had problems, so I had to
re-merge it without --usepkg.  If I recall correctly, I also would
have had to remove the file /var/cache/edb/remote_metadata.pickle,
but I started using NFS for my portage instead.  That file has
information about packages, and their dependencies, so I looked in it,
and it had the wrong information.  It had the dev-perl/PodParser
info, instead of the perl-core/PodParser info.

On 1/5/06, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Thu, 5 Jan 2006 16:08:04 +, Tom Martin wrote:

   if_blocked_by('openmotif')
   ewarn You must unmerge openmotif before proceeding
 
  An error message like that doesn't really tell the user anything that he
  doesn't already know.

 It may not say anything you or I don't know, but from the number of posts
 to this list about blockers, it would clearly help some people.

  It would be more useful if some information was provided:
 
  if blocked_by =x11-libs/openmotif-1.2.3 ; then
eblockinfo Due to changes with blah, it is recommended that
eblockinfo you foobar. See http://bugs.gentoo.org/123456.;
  fi
 
  But then, at what point would this information be echoed to the user?
  It would have to be during the same pre-merge phase that the blocking
  errors appear.

 Yes, so instead of rushing to this list or the forums, they can do what
 the message tells them and be on their way. The current messages are only
 useful if you already understand how and why blocks happen, and how to
 deal with them.


 --
 Neil Bothwick

 If you got the words it does not mean you got the knowledge.




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world file cheating

2006-01-05 Thread Trenton Adams
I just boot with a gentoo CD, tar up my entire system, and untar it on
the new system.  If your new system boots with the gentoo CD as well,
then you can pipe this over ssh.  Something like the following...


cd /mnt/gentoo
tar -cz ./ | ssh [EMAIL PROTECTED] 'cd /mnt/gentoo; tar -xz'

I personally actually just use an external HD, that I'm building
gentoo on.  My primary box has it's portage on the external HD, and
I'm trying to install all the packages i need on it.  So, if I need a
new system, I just copy the entire gentoo system off the external HD,
to a new system, and then change configs.

On 1/5/06, James [EMAIL PROTECTED] wrote:
 Hello,

 Some time ago, I copied a world file (/var/lib/portage/world)
 from a system with lots of installed software to a 'clone'
 system newly installed with gentoo

 Now 'emaint --check world' suggests that not all of those packages have
 been installed. (Busted). I was not responsible enough to verify
 that the clone was 100% similar with the identical ebuilds.
 I thought I had found a way to duplicate the installed software,
 merely by copying the world file from another system.

 Any better ideas on how to duplicate gentoo systems,
 with the installed list of ebuilds matching?

 thoughts and ideas?

 James

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Compile errors with /usr/include/bits/mathinline.h:433: error: `__builtin_atan2l' undeclared

2006-01-05 Thread Richard Fish
On 1/5/06, Alexander Skwar [EMAIL PROTECTED] wrote:
 Hmm, am I having these issues, because I use different gcc
 versions on my distcc nodes? One is running 3.4.5 while the
 other is still at 3.3.6.

Not sure, but running different versions of GCC with distcc is almost
certainly going to lead to breakage.  And the distcc documentation
states you must use the same version:

http://www.gentoo.org/doc/en/distcc.xml

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ebuild defaults?

2006-01-05 Thread Neil Bothwick
On Thu, 5 Jan 2006 15:16:43 -0800 (PST), maxim wexler wrote:

 What does leveraged in the ebuild mean? I'm inclined
 to set IUSE= as suggested. Is that correct?

Used in the ebuild. If your ebuild bases the configuration of the
package on any USE variables, they should be listed here. If not, set
IUSE=.


-- 
Neil Bothwick

Earlier, I didn't have time to finish anything. This time I w


signature.asc
Description: PGP signature


Re: [gentoo-user] package conflict on update

2006-01-05 Thread Richard Fish
On 1/5/06, Trenton Adams [EMAIL PROTECTED] wrote:
 Calculating world dependencies |
 emerge: there are no ebuilds to satisfy =dev-perl/PodParser-1.22.
 (dependency required by mail-filter/spamassassin-3.1.0 [binary])

This is something that sometimes occurs when you get an out-of-sync
portage tree (you are syncing at the same time as the mirror is
updating).

The fix is to just emerge --sync again.

It can also happen if you use NFS for portage but do not keep the
cache up-to-date.

 re-merge it without --usepkg.  If I recall correctly, I also would
 have had to remove the file /var/cache/edb/remote_metadata.pickle,

The portage cache should be updated automatically at the end of every
sync.  So no, removing this file would not be necessary.

 but I started using NFS for my portage instead.  That file has
 information about packages, and their dependencies, so I looked in it,
 and it had the wrong information.

Are you also using NFS for /var/cache/edb?  If not, then you need to
run emerge --metadata.

-Richard

PS: Please avoid top-posting here.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package conflict on update

2006-01-05 Thread Zac Medico

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Neil Bothwick wrote:
| On Thu, 5 Jan 2006 11:10:38 +, Tom Martin wrote:
| 
| To the portage developers, how could this be handled?  Perhaps emerge

| could somehow figure out the reason for such a conflict, and then
| automatically unmerge the original package?
| 
| Not really a question to the portage developers -- just unmerge

| openmotif (the blocker) and continue as normal.
| 
| If would be nice is portage had a means for developers to handle these

| types of conflicts in the ebuild. A similar thing happened recently with
| xpdf/poppler, it happened with some FTP servers and the ftp-base package
| not long ago. I realise it is not possible to handle all conflicts, but
| with some instances, like this one, the conflict is expected. even if
| there were just a means to print a message if a package hits a block,
| something like
| 
| if_blocked_by('openmotif')

|   ewarn You must unmerge openmotif before proceeding
| 


It would be icky to have to specify blocker logic/messages like that.  There's 
actually an open bug specifically about this issue:

http://bugs.gentoo.org/show_bug.cgi?id=79606

Basically, the problem lies in the fact that portage unmerges the previous 
version _after_ the new version has been merged into place.  One possible 
solution would be to have a special feature that, when enabled, allows portage 
to automatically unmerge an old version _before_ the new one is installed (with 
protection against unmerging system packages of course).

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDvcR8/ejvha5XGaMRAnICAKDyA6xKtGb6mZXxS/mciU91Xvsz8QCeKidL
WRXlWMkvZ7plI2fNPlxO0TA=
=VAP2
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package conflict on update

2006-01-05 Thread Neil Bothwick
On Thu, 5 Jan 2006 16:32:20 -0700, Trenton Adams wrote:

  something like
 
  if_blocked_by('openmotif')
  ewarn You must unmerge openmotif before proceeding
 
 Yes, or as follows...
 
 if_blocked_by('openmotif')
   auto_unmerge('openmotif')
   # continue with merge which should automatically be merging openmotif
 anyhow.

Absolutely not! I don't want portage removing something I may be using at
the time without my saying so.


-- 
Neil Bothwick

I am in total control, but don't tell my wife.


signature.asc
Description: PGP signature


[gentoo-user] Re: Problem with cracking keys with libdvdcss

2006-01-05 Thread Peter
On Thu, 05 Jan 2006 12:05:15 +1000, Richard Watson wrote:

 Hi – I’m just wondering under what circumstances libdvdcss will not
 work correctly when trying to back up a movie DVD. I’m running 1.2.8 on
 my desktop unit at home fine but 1.2.9 on my laptop keeps returning the
 error.
 
 libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x00293bd4 libdvdread:
 Error cracking CSS key for /VIDEO_TS/VTS_02_0.VOB (0x00293bd4) --
 Thanks, Richard
 

see doom9.net and search for your title. It's likely the DVD has
intentionally corrupted sectors for additional copy protection. You will
need a layout file for your title to spare those sectors and apply it for
your reader. More than likely you will need to use one of the myriad M$
programs to backup your title. This does not affect the playback, just the
sector reading as you are trying to do.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world file cheating

2006-01-05 Thread Neil Bothwick
On Thu, 5 Jan 2006 18:39:33 + (UTC), James wrote:

 Any better ideas on how to duplicate gentoo systems,
 with the installed list of ebuilds matching?

cat /var/lib/portage/world | xargs emerge -uvp
cat /var/lib/portage/world | xargs emerge -uv

will ensure that everything in the world file is installed, along with
all dependencies.


-- 
Neil Bothwick

When childhood dies, its corpses are called adults.


signature.asc
Description: PGP signature


Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
On 1/5/06, Richard Fish [EMAIL PROTECTED] wrote:
 On 1/5/06, Trenton Adams [EMAIL PROTECTED] wrote:
  Calculating world dependencies |
  emerge: there are no ebuilds to satisfy =dev-perl/PodParser-1.22.
  (dependency required by mail-filter/spamassassin-3.1.0 [binary])

 This is something that sometimes occurs when you get an out-of-sync
 portage tree (you are syncing at the same time as the mirror is
 updating).

The information in /usr/portage showed the new information, so I don't
*think* that was the case here.


 The fix is to just emerge --sync again.

 It can also happen if you use NFS for portage but do not keep the
 cache up-to-date.

  re-merge it without --usepkg.  If I recall correctly, I also would
  have had to remove the file /var/cache/edb/remote_metadata.pickle,

 The portage cache should be updated automatically at the end of every
 sync.  So no, removing this file would not be necessary.

Well for some reason it wasn't.  Hmm, very odd.


  but I started using NFS for my portage instead.  That file has
  information about packages, and their dependencies, so I looked in it,
  and it had the wrong information.

 Are you also using NFS for /var/cache/edb?  If not, then you need to
 run emerge --metadata.

No, but thanks for pointing that out though.  I'll be sure to update
the metadata next time.


 -Richard

 PS: Please avoid top-posting here.

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] firefox quickstart

2006-01-05 Thread Iain Buchanan
Hi all,

For a while, I've been keeping a firefox window open and minimised on an
unused workspace, just because it considerably speeds up opening a new
firefox window.  Instead of waiting for a while, a new window will open
within a few seconds.

I guess I could just be impatient (ok, I _know_ I'm impatient :) but is
there a firefox quickstart similar to what I saw on windows once upon
a time?  Openoffice used to have one too (in windows) - a little tray
app that loaded ooffice into memory so that when you first used it, the
start up time was short.

TIA,
-- 
Iain Buchanan iaindb at netspace dot net dot au

Loan-department manager:  There isn't any fine print.  At these
interest rates, we don't need it.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge -e world stop at ncruses no error

2006-01-05 Thread Ken Robbins
I just updated to gcc4.0.2 went ok did emerge -e system went good
then updated portage 
now I trying to do emerge -e world it start off ok till it get to
ncurses start off in that ok, but then stop go back to the prompt no
error no noting to tell me what going on, before this I remove some
blockage faad2 xpdf 
anyone know what up on this?

Powered by Gentoo Linux
 Anything free is worth saving up for-Shadow the cat
 




__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread Jamie
I though it would be easiest to unmerge openssh then try and re-emerge 
it after my update world, but when tyring to unmerge I get the following 
error:


Gir ~ # emerge -C openssh


!!! 'net-misc/openssh' is part of your system profile.
!!! Unmerging it may be damaging to your system.

 Waiting 10 seconds before starting...
 (Control-C to abort)...
Press Ctrl-C to Stop in: 10 9

I have removed sshd from all unlevels so I'm a bit lost as to what it is 
telling me here.


(excuse me for being a bit thick!)

- Jamie -

Richard Fish wrote:


On 1/5/06, Jamie [EMAIL PROTECTED] wrote:
 


I did an emerge pam but am still getting this error:

checking for pututxline... no
checking for setutxent... no
checking for utmpxname... no
checking for daemon... no
checking for daemon in -lbsd... no
checking for getpagesize... no
checking for getpagesize in -lucb... no
checking whether system supports SO_PEERCRED getsockopt... yes
checking if openpty correctly handles controlling tty... no
checking whether getpgrp requires zero arguments... yes
checking for dlopen in -ldl... no
checking for pam_set_item in -lpam... no
configure: error: *** libpam missing

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/openssh-4.2_p1/work/openssh-4.2p1/config.log
   



Take a look inside this file for the actual error.  If you don't see
or understand the error, do what the message says, and attach (or
better, post a link to) the config.log.

-Richard

 



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Problem doing an emerge -uD world on AMD64

2006-01-05 Thread Jamie
I have since tried to unmerge openssh in the hope that this will allow
me to at least get my system up to date but I get the following issue:

Gir ~ # emerge --unmerge openssh


!!! 'net-misc/openssh' is part of your system profile.
!!! Unmerging it may be damaging to your system.

 Waiting 10 seconds before starting...
 (Control-C to abort)...
Press Ctrl-C to Stop in: 10 9

I have removed sshd from all run levels, what else could be the issue here?


On 1/6/06, Richard Fish [EMAIL PROTECTED] wrote:
 On 1/5/06, Jamie [EMAIL PROTECTED] wrote:
  I did an emerge pam but am still getting this error:
 
  checking for pututxline... no
  checking for setutxent... no
  checking for utmpxname... no
  checking for daemon... no
  checking for daemon in -lbsd... no
  checking for getpagesize... no
  checking for getpagesize in -lucb... no
  checking whether system supports SO_PEERCRED getsockopt... yes
  checking if openpty correctly handles controlling tty... no
  checking whether getpgrp requires zero arguments... yes
  checking for dlopen in -ldl... no
  checking for pam_set_item in -lpam... no
  configure: error: *** libpam missing
 
  !!! Please attach the config.log to your bug report:
  !!! /var/tmp/portage/openssh-4.2_p1/work/openssh-4.2p1/config.log

 Take a look inside this file for the actual error.  If you don't see
 or understand the error, do what the message says, and attach (or
 better, post a link to) the config.log.

 -Richard

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] firefox quickstart

2006-01-05 Thread Boyd Stephen Smith Jr.
On Thursday 05 January 2006 21:27, Iain Buchanan [EMAIL PROTECTED] 
wrote about '[gentoo-user] firefox quickstart':

 I guess I could just be impatient (ok, I _know_ I'm impatient :) but is
 there a firefox quickstart similar to what I saw on windows once upon
 a time? 

I don't know about firefox, but kde will keep some number of konq windows 
loaded in the background for windows/IE-like instant open.

 Openoffice used to have one too (in windows) - a little tray 
 app that loaded ooffice into memory so that when you first used it, the
 start up time was short.

eix oooqs || esearch oooqs || emerge -s oooqs

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] firefox quickstart

2006-01-05 Thread Richard Fish
On 1/5/06, Iain Buchanan [EMAIL PROTECTED] wrote:
 I guess I could just be impatient (ok, I _know_ I'm impatient :) but is
 there a firefox quickstart similar to what I saw on windows once upon
 a time?

Not AFAIK.  But pre-linking provided a nice reduction in startup times
for firefox.

 Openoffice used to have one too (in windows) - a little tray
 app that loaded ooffice into memory so that when you first used it, the
 start up time was short.

For openoffice.org 1.x, there is oooqs and variants.  However it
doesn't work with the current OOo.  For that, here is my
~/.kde/Autostart/oooqs:

#!/bin/bash

rm -f ~/.openoffice.org2/.lock

while true; do
t=`ooffice2 -nologo -nodefault 21`
if test $t != ; then
break
fi
done



 TIA,
 --
 Iain Buchanan iaindb at netspace dot net dot au

 Loan-department manager:  There isn't any fine print.  At these
 interest rates, we don't need it.

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] firefox quickstart

2006-01-05 Thread Boyd Stephen Smith Jr.
On Thursday 05 January 2006 23:49, Richard Fish [EMAIL PROTECTED] 
wrote about 'Re: [gentoo-user] firefox quickstart':
 For openoffice.org 1.x, there is oooqs and variants.  However it
 doesn't work with the current OOo.

Actually, the latest stable x86 oooqs (2.0.3-r2) *requires* the 2.x line of 
OpenOffice.org.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile

2006-01-05 Thread Trenton Adams
Are you running distcc?  If so, try it without distcc.

On 1/5/06, Lord Imbrius the Despondent [EMAIL PROTECTED] wrote:
 Hey guys - I was just doing an emerge -uD world and it comes to a screeching
 halt with i686-pc-linux-gnu-gcc: dbus_bindings.c: No such file or directory
 when compiling sys-apps/dbus-0.23.4-r1.  Any clues?  Thanks.
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Asking dhcp for a static address

2006-01-05 Thread Sergio Polini
I can't understand how to ask dhcp for a static address.
I've read /etc/conf.d/net.example, but using

config_eth0=( IPaddress netmask netmask brd broadcast)

in /etc/conf.d/net configures my network interface _instead of_ asking 
dhcp (the files in /var/lib/dhcpc are not updated).

If I use

dhcpcd_eth0=-s IPaddress

dhcpcd hangs.

Any hints?

Thanks
Sergio
-- 
gentoo-user@gentoo.org mailing list