[gentoo-user] 'emerge --usepkg kde' question

2005-06-11 Thread askar ...
Hello!

I have a package cd of gentoo 2005.0.
Mounted and #export PKGDIR=/mnt/cdrom

After that I did command:
#emerge --usepkg kde
As I understand it installed binary tbz2 packages from cd, but instead I had:

Calculating dependencies ...done!
 emerge (1 of 43) kde-base/kdebase-3.3.2-r2 to /
 md5 src_uri ;-) kdebase-3.3.2.tar.bz2
 Unpacking source...
 Unpacking kdebase-3.3.2.tar.bz2 to /var/tmp/portage/kdebase-3.3.2-r2/work

etc...

Seemes the system is going to compile kde...
Is it OK?

And later the installation stopped with error:
grep: /usr/lib/libesd.la: No such file or directory
/bin/sed: can't read /usr/lib/libesd.la: No such file or directory
libtool: link: `/usr/lib/libesd.la' is not a valid libtool archive
make[3]: *** [konq_sound.la] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory
`/var/tmp/portage/kdebase-3.3.2-r2/work/kdebase-3.3.2/libkonq'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdebase-3.3.2-r2/work/kdebase-3.3.2/libkonq'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kdebase-3.3.2-r2/work/kdebase-3.3.2'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.3.2-r2 failed.
!!! Function kde_src_compile, Line 166, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


askar

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 'emerge --usepkg kde' question

2005-06-11 Thread Zac Medico


--- askar ... [EMAIL PROTECTED] wrote:

 Hello!
 
 I have a package cd of gentoo 2005.0.
 Mounted and #export PKGDIR=/mnt/cdrom
 
 After that I did command:
 #emerge --usepkg kde
 As I understand it installed binary tbz2 packages
 from cd, but instead I had:
 
 Calculating dependencies ...done!
  emerge (1 of 43) kde-base/kdebase-3.3.2-r2 to /
  md5 src_uri ;-) kdebase-3.3.2.tar.bz2
  Unpacking source...
  Unpacking kdebase-3.3.2.tar.bz2 to
 /var/tmp/portage/kdebase-3.3.2-r2/work
 
 etc...
 
 Seemes the system is going to compile kde...
 Is it OK?
 

Not really OK if you just want to install binaries. 
Are you using the 2005.0 portage snapshot? You can
prevent anything from being compiled with the emerge
--usepkgonly option.

Zac



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 'emerge --usepkg kde' question

2005-06-11 Thread askar ...
 Not really OK if you just want to install binaries.
 Are you using the 2005.0 portage snapshot? You can
 prevent anything from being compiled with the emerge
 --usepkgonly option.
 
 Zac

Thank you Zac.
I'm using 2005.0 portage.
Seems --usepkgonly option is what I need.

askar

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't build OpenSSH, requires Perl 5

2005-06-11 Thread Neil Bothwick
On Fri, 10 Jun 2005 20:51:20 -0700, Ted Ozolins wrote:

 I ran into the same glitch on a new system. The only way I was able to
 get around that was to blank out my USE= in /etc/make.conf. I realized
 afterwards that I could have accomplished the same by:
 
 USE=*- emerge -v perl

They aren't the same thing. Commenting out the USE declaration in
make.conf makes portage use the default USE flags from your profile. 
USE=-* overrides your profile and turns everything off.


-- 
Neil Bothwick

Top Oxymorons Number 45: Resident alien


pgpX5qELv19VZ.pgp
Description: PGP signature


Re: [gentoo-user] Can't build OpenSSH, requires Perl 5

2005-06-11 Thread YoYo Siska
Zac Medico wrote:
afterwards that I could have accomplished the same
by:

USE=*- emerge -v perl

 
 
 More drastic than my solution but it could be
 necessary.  I've seen USE=-* more commonly but maybe
 they're equivalent.  I believe emerge --nodeps does
 basically the same thing.
 

no
USE=-* skips all optional dependencies (depending on a use flag)
--nodeps skips ALL dependecies


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



Re: [gentoo-user] Can't su - to root, etc

2005-06-11 Thread Holly Bostick
Michael Sullivan schreef:
 My network updates its software every night at midnight.  There was a
 problem with a couple of blocking packages night before last, so I
 unmerged the two blocking packages and did the emerge -avuD world in a
 screen.  Now they're done and I can no longer su - to root from my
 personal account.  I have to log completely out and then log in as root
 from the login screen.  I use users-admin for my user maintenance, but
 now there's a tab that says User Privileges where the User's Groups
 tab used to be, so I can't figure out how to make sure that my personal
 account is in the right group(s) to su - to root.  A lot of things are
 different now.  I keep a gnome-terminal open at all times and it the
 prompt now shows [EMAIL PROTECTED] ~ $ when I'm in my home directory
 instead of [EMAIL PROTECTED] michael $ which I preferred.  I could su - to
 root yesterday while the upgrades were taking place and root's prompt
 was the same.  And then my Inbox Monitor applet is gone, so I have to
 click on the running evolution button every time I want to see if I have
 any email (which is quite often actually).  Is there any way I can fix
 all this, or at least get my su - privileges back?
 
 

Obviously the su to root issue is more important, but I know the cause
of the other two issues (the change in the prompt and the loss of the
mail checking tool).

The change from [EMAIL PROTECTED] explicit home directory name to [EMAIL 
PROTECTED]
~, is, I believe, a change in Bash, which only affects (afaik) the
display name of the user's home directory. First of all, in Bash 3, the
usage of /w and /W have been reversed; the lowercase now expands the
full path display and the upper case truncates to just the cwd (current
working directory).

Somewhere in the revisions to Bash 2.05, the expansion of the /w and /W
variables when in your /home was changed so that /home/username (or
/root), which the /w variable already truncated (showing just the
directory without the path to it), has been shortened from multiple
characters (whose username is just one character?) to one character: ~,
which is the commonly acknowledged abbreviation for /home/username.

This affects the display no matter how deep you go into the user's /home
directory (at least in Bash 3; I just upgraded, and I don't think Bash
2.05 -r9 did this)-- /home/username/.mozilla/firefox is now displayed as
~/.mozilla/firefox. I'm almost sure that yesterday (when I was still
using Bash 2.05) it would have been /home/motub/.mozilla/firefox.

But actually, I like it; I currently have my prompt split over 3 lines
to prevent long cwds from destroying my prompt; this might mean I could
lower that number to 2 lines, since the display of the cwd is much
shorter by default. Other than that, I see no way to change it (it's a
feature, not a bug), other than changing shells, which is also a
possibility, of course-- but I, at least would need a better reason than
that to go to the troule of learning a new shell, when I hardly know bash.

--

As for the mail checker-- you must have upgraded from =GNOME 2.8.x to
GNOME 2.10. The previously included mail-notification utility does not
work with GNOME 2.10, and in fact should have been removed. Try
mail-notification (emerge mail-notification); it's a nice email checker
for the GNOME panel whose benefit is that you can set it up to check
both POP mail and GMail (possibly only if you have POP download
enabled), as well as other types of accounts, such as IMAP or system mail.

I have also used GBiff (emerge gnubiff), which is much cuter with a
Povray Tux icon, but I don't believe it checks GMail. But for general
use, it's fine, and has much the same featureset as mail-notification.

And of course, there's GkrellM's mail notification plugin, gDesklets may
a mail checking utility, and various dockapps provide this functionality
as well, if you happen to use a dock.

So you just have to use a different program of your choice, rather than
relying on a pre-installed tool.

---

As to the inability to su to root, assuming that the user is in the
wheel group-- don't I remember hearing that this is some issue with the
update to 'shadow'(or pam and shadow), and something has to be fixed in
/etc/login.defs oh right, it's something about the
SU_WHEEL_ONLY=yes, which sounds like it means that only the wheel group
should be able to su, but in fact means that only members the ROOT group
(who are also members of the wheel group) can su (due to another setting
in another file which also restricts the ability to su)... I read here
that the solution is to change this setting to NO. But that results, as
I understand it, in everybody and their little sister being able to su
to root, which is not really optimal.

A better proposed solution is to reset SU_WHEEL_ONLY to 'no' and also to

create /etc/suauth with this single line...

root:ALL EXCEPT 

Re: [gentoo-user] Can't build OpenSSH, requires Perl 5

2005-06-11 Thread Zac Medico
YoYo Siska wrote:
 Zac Medico wrote:
 
More drastic than my solution but it could be
necessary.  I've seen USE=-* more commonly but maybe
they're equivalent.  I believe emerge --nodeps does
basically the same thing.
 
 no
 USE=-* skips all optional dependencies (depending on a use flag)
 --nodeps skips ALL dependecies
 
 
 yoyo

Yeah, now I'm curious how --nodeps handles USE flags.  I suppose it
should leave them as is.   Generally, the only time I use --nodeps is
when when I encounter strange dependency issues with binary packages.

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



Re: [gentoo-user] Can't build OpenSSH, requires Perl 5

2005-06-11 Thread YoYo Siska
Zac Medico wrote:
 YoYo Siska wrote:
 
Zac Medico wrote:


More drastic than my solution but it could be
necessary.  I've seen USE=-* more commonly but maybe
they're equivalent.  I believe emerge --nodeps does
basically the same thing.

no
USE=-* skips all optional dependencies (depending on a use flag)
--nodeps skips ALL dependecies


yoyo
 
 
 Yeah, now I'm curious how --nodeps handles USE flags.  I suppose it
 should leave them as is.   Generally, the only time I use --nodeps is
 when when I encounter strange dependency issues with binary packages.

why should it handle USE flags in any way?
it just tels portage not to emerge the dependencie, whatever they are (
when added by use flags..)

that means
USE=alsa emerge --nodeps mplayer
would (try to) compile mplayer _with_ alsa support
but in the case alsa-lib (which is an optional dep on the alsa use flag)
 is no installed, it will not emerge it
(which can cause mplayer not to compile, or not to work...)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge -pv world error

2005-06-11 Thread Holly Bostick
Walter Dnes schreef:
 On Wed, Jun 08, 2005 at 06:17:06PM +0200, Holly Bostick wrote
 
 
PAM is an *optional* dependency; you can compile the program -pam and
 
 
   PAM is an *OPTIONAL PROGRAM*; build your system with...
 
 [m450][root][~]cat /etc/portage/package.mask
 sys-libs/pam

Yes, I know (my system is built without PAM, and I didn't mask it, I
removed it, re-emerged shadow and then the system -pam in the first
place), but removing PAM if your system is built from default settings
is a fairly complex task (though not as complex as it used to be), and a
distraction from the original question. Therefore I suggested a quicker
solution to solving the original problem (getting one program installed
and proceeding with the world update), which was removing the pam
dependency for that program only (you can then decide about the rest
later). If one wants to remove PAM totally (which is not a bad idea, but
opinions vary), there's lots of threads on the forums that provide
adequate guidance, from how to remove PAM on a running system, to how to
install without it in the first place.

 
 in addition to -pam in use, and you will find Gentoo a lot more
 pleasant.  One question... why does OpenOffice *DEMAND* PAM to build
 from source???  The binary ebuild installs OK without PAM.
 

There's a bug about this.

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

and the article in the Wiki http://gentoo-wiki.com/HOWTO_Remove_PAM

also discusses this, as well as the similar (previous) issue with GDM,
whose ebuild has been updated to make PAM an optional dependency.


Myself, I use the binary OOo build anyway; I just didn't have the
patience to deal with that long compile, no-pam patch or not (but I did
compile OOo-ximian once with the patch, and it built, anyway. Apparently
there's some delay in upstream testing and including the patch to make
PAM optional. But since they're so close to finishing 2.0, I guess I'm
not surprised that they might have other priorities.

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



Re: [gentoo-user] Can't build OpenSSH, requires Perl 5

2005-06-11 Thread Zac Medico
YoYo Siska wrote:
 Zac Medico wrote:
 
YoYo Siska wrote:


Zac Medico wrote:



More drastic than my solution but it could be
necessary.  I've seen USE=-* more commonly but maybe
they're equivalent.  I believe emerge --nodeps does
basically the same thing.

no
USE=-* skips all optional dependencies (depending on a use flag)
--nodeps skips ALL dependecies


yoyo


Yeah, now I'm curious how --nodeps handles USE flags.  I suppose it
should leave them as is.   Generally, the only time I use --nodeps is
when when I encounter strange dependency issues with binary packages.
 
 
 why should it handle USE flags in any way?
 it just tels portage not to emerge the dependencie, whatever they are (
 when added by use flags..)
 
 that means
 USE=alsa emerge --nodeps mplayer
 would (try to) compile mplayer _with_ alsa support
 but in the case alsa-lib (which is an optional dep on the alsa use flag)
  is no installed, it will not emerge it
 (which can cause mplayer not to compile, or not to work...)

Yep, that's why --nodeps is a very special option.  It depends on the
way the USE flags interact with the build.  I see at least 3 possible
outcomes here:

1) The build fails because the it can't live without the alsa libs.
2) The build succeeds because the it can live without the alsa libs and
automatically disables the alsa features.
3) The build succeeds because the alsa libs happen to already be installed.

Cool ;-)

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



Re: [gentoo-user] Can't build OpenSSH, requires Perl 5

2005-06-11 Thread Zac Medico
Zac Medico wrote:

 YoYo Siska wrote:


why should it handle USE flags in any way?
it just tels portage not to emerge the dependencie, whatever they are (
when added by use flags..)

that means
USE=alsa emerge --nodeps mplayer
would (try to) compile mplayer _with_ alsa support
but in the case alsa-lib (which is an optional dep on the alsa use flag)
 is no installed, it will not emerge it
(which can cause mplayer not to compile, or not to work...)



 Yep, that's why --nodeps is a very special option.  It depends on the
 way the USE flags interact with the build.  I see at least 3 possible
 outcomes here:

 1) The build fails because the it can't live without the alsa libs.
 2) The build succeeds because the it can live without the alsa libs and
 automatically disables the alsa features.
 3) The build succeeds because the alsa libs happen to already be
installed.



I have a real example that illustrates (2) above:

USE=-nomotif emerge --nodeps xpdf

If motif isn't installed (or the headers aren't linked properly by
motif-config), the build completes successfully with motif disabled.
The ebuild tells the configure script to enable motif because of the
USE=-nomotif flag but then later the configure script doesn't detect
the motif headers and continues the build anyways without motif.

Zac

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Bad performance with external USB disk

2005-06-11 Thread Petr Kocmid
On Wednesday 08 of June 2005 22:18, Alec Shaner wrote:
 I recently purchased a WD 160GB external USB drive and can't get it to
 perform reliably on my server. It works fine when connected to my
 workstation machine (a P4P800 ASUS MB with USB 2.0 support). The server
 only has 1.1 USB support, but the problem is that it starts out copying
 fine at about 11MB/sec and then after a bit slows to a crawl and stays
 that way. I have formatted it with an ext3 filesystem. Here's all the
 info if anyone has an idea.

Considering the price of 160G external the best you should do is to stuff a 
$10 USB 2.0 PCI controller into the server. Your combination of journaling 
and slow transfer is somewhat... challenging.

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



Re: [gentoo-user] LiveCD distcc

2005-06-11 Thread PolkLUG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthew Cline wrote:
 
 there is also an article in the Gentoo-Wiki about running distcc in
 Windows via cygwin:
 
 http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows
 
 The process is pretty long and tedious, so be warned, but it seems to work.
 
 Matt
 

Only one prob - it uses an old toolchain, binutils-2.13.1, glibc-2.3.1,
and GCC 3.2.3. I spent a long time trying to get this to work, and was
unsuccessful.

I *did* however find a binary someone had posted a link to in the Gentoo
forum that had the pre-packaged binaries built under cygwin with an
installer. It sets up a service under XP called 'Cygwin distccd'.

I have not yet tried using it with another system. If anyone wants a
copy just let me know.

J
Polk County Linux Users Group
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCqsnf578gPp7JV28RAvPrAJ9PHR7IMXUhkvPsTEMgOj1OMfBUIACfQ2/Y
XJGYuX8eP22fqf9gSisJats=
=rvxM
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Bad performance with external USB disk

2005-06-11 Thread Zac Medico
Petr Kocmid wrote:
 On Wednesday 08 of June 2005 22:18, Alec Shaner wrote:
 
I recently purchased a WD 160GB external USB drive and can't get it to
perform reliably on my server. It works fine when connected to my
workstation machine (a P4P800 ASUS MB with USB 2.0 support). The server
only has 1.1 USB support, but the problem is that it starts out copying
fine at about 11MB/sec and then after a bit slows to a crawl and stays
that way. I have formatted it with an ext3 filesystem. Here's all the
info if anyone has an idea.
 
 
 Considering the price of 160G external the best you should do is to stuff a 
 $10 USB 2.0 PCI controller into the server. Your combination of journaling 
 and slow transfer is somewhat... challenging.
 
 P.

Right on Petr ;-)

That's what I've been thinking all along.  My gut instinct says the USB
1.1 controller is a piece of junk.  If there's an empty PCI slot then a
fresh USB 2.0 controller sound quite tempting.

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



Re: [gentoo-user] Re: How to make updates take effect?

2005-06-11 Thread Grant
  I'm realizing that some updates (emerges and etc-updates) won't take
  effect until a certain daemon is restarted, or perhaps until the
  system is rebooted.  How can I be sure that I do what is necessary for
  updates to take effect?  Is it just a matter of understanding what is
  being updated so I can restart daemons or reboot as necessary?
 
 
 Well, my experience is that is no 'silver bullet' to answer this question,
 because there are tens of thousands of different software programs you can
 run, not to mention lots of different kernel and Window manager environments
 that may or may not affect the chosen process(es) you are running. Some 
 programs
 spawn off many child processes that have a life/mind of their own, depending
 on how the system is setup, threading, and the acutual code that the
 child process uses. There are many more possible variants, but, hopefully
 you start to get the picture.
 
 'rc-update show' is a good tool to start with to see what get's started
 at boot time and by the default run level.
 
 Some applications may work correctly with the new version upon env-update
  source /etc/profile other may need a lower-level jolt to get running
 correctly.
 
 Others, related to the environment, such as KDE, may require killing the app
 or kill -HUP to get it to restart and run correctly, while others may require
 you to login out and log back in, if  the program depends on your login
 processes. Others may require extensive process restarting/reinitialization to
 the point of a system reboot, particularly if it's kernel related or a module
 that does not correctly load/unload into kernel space
 
 Other apps use other obscure interfaces into the  Kernel or  are
 individually unique (discourage nowadays but not completely gone).
 Rebooting should be a last resort. I ususaully try
 the most not intrusive thing until I get it to work, with a system reboot
 being of last resort.
 
 Best thing to do is to test what's needed for whatever program/process
 is in question. Many things group together in that they a require similar
 action to restart/run correctly after tweaking or recompiling.
 
 Some Object Oriented code, such as JAVA, suffers from what is know as
 'memory leaks' which may not affect a running system/processes for quite
 some time...
 
 I hope these ramblings give you some understaning that the the answer
 depends on lots of parameters  across the space of all processes
 
 A specific question about a specific process/program/daemon can be answered
 with specificity...
 
 YMMV
 
 James

Thanks James.  What do you think is the solution?  It seems like the
only practical thing would be to reboot the system after any update
that I'm not sure I know how to apply.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Routing problem

2005-06-11 Thread Patrick
On Fri, 10 Jun 2005 20:08:08 -0500
James R Campbell [EMAIL PROTECTED] wrote:

 ...
  duplicate entries for the 10.32.16.0/32 are causing you grief here.  It
  also looks like you have a typo in your second entry (if your above
  statement was correct) in the third quad of your gateway in this entry:
  10.32.16.0/32 -- 10.32.100.2. 
 ... 
 I'm sorry, both of those should read 10.32.16.0/24.
 
 --James
 --
 --This Message Powered by Linux--
 --Registered Linux User 227032--
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 
Just rememberd what the problem could be, we had some trouble on this line and 
our ISP checked this here for i had to stop the tunnels, and created 'normal 
routing' to the other side. Afterwards i just started openvpn but forgot to 
remove the old routing tables, i think i'm going to implement this into the 
up-scripts.

Patrick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SPAM trouble

2005-06-11 Thread Patrick
On Tue, 07 Jun 2005 19:25:20 +1200
Nick Rout [EMAIL PROTECTED] wrote:

 On Mon, 2005-06-06 at 15:13 +0200, Patrick Marquetecken wrote:
  Everytime its spam, so I have put her address to the white list but
  this
  does not help.
 
 I suspect you have screwed this up, as the whitelist adds -100 to the
 score. 
 
 you are putting it in /etc/mail/spamassassin/local.cf, and its in the
 format
 
 whitelist_from [EMAIL PROTECTED]

I have:
whitelist_from *.kidcity.be [EMAIL PROTECTED] [EMAIL PROTECTED]

Patrick
 

 -- 
 Nick Rout [EMAIL PROTECTED]
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] problem with emerge

2005-06-11 Thread Allan Spagnol Comar
Hi all I am having some problem with emerge, I had emerged bootsplash,
then I discover in this list that for newer kernels we should use
splashutils, then I unmerged bootsplash and emerged splashutils, now I
am trying to update my system and I am receiving this message:

[blocks B ] media-gfx/splashutils (is blocking
media-gfx/bootsplash-0.6.1-r7)
[blocks B ] media-gfx/bootsplash (is blocking
media-gfx/splashutils-0.9.1)
.2]
[ebuild  N] media-gfx/bootsplash-0.6.1-r7

what should I do to fix it ?


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] sys-libs/db emerge failed

2005-06-11 Thread Grant
I get this when trying to emerge sys-libs/db-4.2.53_p2 as a
gnomemeeting dependency:

checking if javac works... configure: error: The Java compiler javac
failed (see config.log, check the CLASSPATH?)

There is no config.log on my system.  I do have java in my USE flags. 
Does anyone know how to fix this?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with emerge

2005-06-11 Thread Tim Igoe


Allan Spagnol Comar wrote:
 Hi all I am having some problem with emerge, I had emerged bootsplash,
 then I discover in this list that for newer kernels we should use
 splashutils, then I unmerged bootsplash and emerged splashutils, now I
 am trying to update my system and I am receiving this message:
 
 [blocks B ] media-gfx/splashutils (is blocking
 media-gfx/bootsplash-0.6.1-r7)
 [blocks B ] media-gfx/bootsplash (is blocking
 media-gfx/splashutils-0.9.1)
 .2]
 [ebuild  N] media-gfx/bootsplash-0.6.1-r7
 
 what should I do to fix it ?
 
 
Try unmerging the pair of them, then emerge splashutils

If not, emerge -uDpt world - look at the tree produced to work out what
pulls in bootsplash

-- 
Tim Igoe
[EMAIL PROTECTED]
http://tim.igoe.me.uk - Personal Site
http://tv.igoe.me.uk - UK TV Guide

Computers are like Air-con, open windows and they stop working!


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Can't su - to root, etc

2005-06-11 Thread Michael Sullivan
I emerged mail-notification awhile back (someone on this list was
talking about it.)  I opened a terminal and typed in mail-notification
and I get this message:

[EMAIL PROTECTED] ~ $ mail-notification

(mail-notification:15971): Gnome-WARNING **: Accessibility: failed to
find module 'libgail-gnome' which is needed to make this application
accessible
GTK Accessibility Module initialized

(mail-notification:15971): Gnome-WARNING **: Accessibility: failed to
find module 'libatk-bridge' which is needed to make this application
accessible
mail-notification-Message: Mail Notification is already running

It claims to be already running, but I don't see it anywhere on the
panel.  I have a notification area applet running, but it's not showing
me anything...

On Sat, 2005-06-11 at 11:22 +0200, Holly Bostick wrote:
 Michael Sullivan schreef:
  My network updates its software every night at midnight.  There was a
  problem with a couple of blocking packages night before last, so I
  unmerged the two blocking packages and did the emerge -avuD world in a
  screen.  Now they're done and I can no longer su - to root from my
  personal account.  I have to log completely out and then log in as root
  from the login screen.  I use users-admin for my user maintenance, but
  now there's a tab that says User Privileges where the User's Groups
  tab used to be, so I can't figure out how to make sure that my personal
  account is in the right group(s) to su - to root.  A lot of things are
  different now.  I keep a gnome-terminal open at all times and it the
  prompt now shows [EMAIL PROTECTED] ~ $ when I'm in my home directory
  instead of [EMAIL PROTECTED] michael $ which I preferred.  I could su - to
  root yesterday while the upgrades were taking place and root's prompt
  was the same.  And then my Inbox Monitor applet is gone, so I have to
  click on the running evolution button every time I want to see if I have
  any email (which is quite often actually).  Is there any way I can fix
  all this, or at least get my su - privileges back?
  
  
 
 Obviously the su to root issue is more important, but I know the cause
 of the other two issues (the change in the prompt and the loss of the
 mail checking tool).
 
 The change from [EMAIL PROTECTED] explicit home directory name to [EMAIL 
 PROTECTED]
 ~, is, I believe, a change in Bash, which only affects (afaik) the
 display name of the user's home directory. First of all, in Bash 3, the
 usage of /w and /W have been reversed; the lowercase now expands the
 full path display and the upper case truncates to just the cwd (current
 working directory).
 
 Somewhere in the revisions to Bash 2.05, the expansion of the /w and /W
 variables when in your /home was changed so that /home/username (or
 /root), which the /w variable already truncated (showing just the
 directory without the path to it), has been shortened from multiple
 characters (whose username is just one character?) to one character: ~,
 which is the commonly acknowledged abbreviation for /home/username.
 
 This affects the display no matter how deep you go into the user's /home
 directory (at least in Bash 3; I just upgraded, and I don't think Bash
 2.05 -r9 did this)-- /home/username/.mozilla/firefox is now displayed as
 ~/.mozilla/firefox. I'm almost sure that yesterday (when I was still
 using Bash 2.05) it would have been /home/motub/.mozilla/firefox.
 
 But actually, I like it; I currently have my prompt split over 3 lines
 to prevent long cwds from destroying my prompt; this might mean I could
 lower that number to 2 lines, since the display of the cwd is much
 shorter by default. Other than that, I see no way to change it (it's a
 feature, not a bug), other than changing shells, which is also a
 possibility, of course-- but I, at least would need a better reason than
 that to go to the troule of learning a new shell, when I hardly know bash.
 
 --
 
 As for the mail checker-- you must have upgraded from =GNOME 2.8.x to
 GNOME 2.10. The previously included mail-notification utility does not
 work with GNOME 2.10, and in fact should have been removed. Try
 mail-notification (emerge mail-notification); it's a nice email checker
 for the GNOME panel whose benefit is that you can set it up to check
 both POP mail and GMail (possibly only if you have POP download
 enabled), as well as other types of accounts, such as IMAP or system mail.
 
 I have also used GBiff (emerge gnubiff), which is much cuter with a
 Povray Tux icon, but I don't believe it checks GMail. But for general
 use, it's fine, and has much the same featureset as mail-notification.
 
 And of course, there's GkrellM's mail notification plugin, gDesklets may
 a mail checking utility, and various dockapps provide this functionality
 as well, if you happen to use a dock.
 
 So you just have to use a different program of your choice, rather than
 relying on a pre-installed tool.
 
 

Re: [gentoo-user] fglrxconfig

2005-06-11 Thread Philippe Gagnon
Try posting your xorg.conf! ;)

On Sat, 2005-06-11 at 17:57 +0200, Antoine wrote:
 Hi,
 I am trying to get tvout working on my laptop with an ati mobility card
 and have installed the latest drivers from portage.
 I can't seem to get the damn thing to work if I use fglrxconfig (and I
 suppose the ati driver, as opposed to the generic xorg one). It bails
 with a
 Using vt 7
 (EE) No devices detected
 
 fatal server error:
 No screens found
 
 Does anyone have any clues on what might be going wrong?
 Cheers
 Antoine

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Skype is awesome, what is sound daemon for?

2005-06-11 Thread Grant
 might shed some light (and links) to things you might want to look at if
 Skype bothers you ;-) I have used gnomemeeting before though, and
 although it's a great product it had a load of dependencies which deam
 it in my eyes as not-worth-the-effort, seeing as I don't have gnome
 installed. This was actually a reason I reccomend Skype to most users
 who are looking for such a program as it has very few dependencies, and
 is easy to configure and use.

It sounds like gnomemeeting does do PC to phone calls for a charge:

http://www.gnomemeeting.org/index.php?rub=3pos=0faqpage=x177.html

A pretend emerge has a list of 7 dependencies for me, none of which
are gnome related.  I don't have gnome installed, but I must have
something else that pulled gnome stuff in as dependencies.  I'll give
this a try and let everyone know how it goes.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with emerge

2005-06-11 Thread Holly Bostick
Tim Igoe schreef:
 
 Allan Spagnol Comar wrote:
 
Hi all I am having some problem with emerge, I had emerged bootsplash,
then I discover in this list that for newer kernels we should use
splashutils, then I unmerged bootsplash and emerged splashutils, now I
am trying to update my system and I am receiving this message:

[blocks B ] media-gfx/splashutils (is blocking
media-gfx/bootsplash-0.6.1-r7)
[blocks B ] media-gfx/bootsplash (is blocking
media-gfx/splashutils-0.9.1)
.2]
[ebuild  N] media-gfx/bootsplash-0.6.1-r7

what should I do to fix it ?


 
 Try unmerging the pair of them, then emerge splashutils
 
 If not, emerge -uDpt world - look at the tree produced to work out what
 pulls in bootsplash
 

Cookie bet that it's a bootsplash-themes package... if so, uninstall
said package (since you can't use it if you don't have bootsplash
anyway), and then try the update again.

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



Re: [gentoo-user] Can't su - to root, etc

2005-06-11 Thread Holly Bostick
Michael Sullivan schreef:
 I emerged mail-notification awhile back (someone on this list was
 talking about it.)  I opened a terminal and typed in mail-notification
 and I get this message:
 
 [EMAIL PROTECTED] ~ $ mail-notification
 
 (mail-notification:15971): Gnome-WARNING **: Accessibility: failed to
 find module 'libgail-gnome' which is needed to make this application
 accessible
 GTK Accessibility Module initialized
 
 (mail-notification:15971): Gnome-WARNING **: Accessibility: failed to
 find module 'libatk-bridge' which is needed to make this application
 accessible
 mail-notification-Message: Mail Notification is already running
 
 It claims to be already running, but I don't see it anywhere on the
 panel.  I have a notification area applet running, but it's not showing
 me anything...
 
 On Sat, 2005-06-11 at 11:22 +0200, Holly Bostick wrote:
 

If you don't have any mail, you don't see anything (the icon appears and
disappears when mail is detected or downloaded). And of course you don't
have any mail, as far as the applet is concerned, because you haven't
configured it.

Now, the fact that you haven't configured it suggests that the package
did not install properly, because the first time you run it, you should
get the default settings, which include the popup window-- which has a
menu so you can configure the program to know where your mail is.

So if you don't see the popup window, on firstrun, something is wrong,
and the only errors you've mentioned are in the accessibility area,
which 1) doesn't seem related and 2) I turned off in gnome anyway, so I
wouldn't know how deeply related this might be to the application in
question.

The first thing I would do is open gnome-system-monitor and see if it's
still running. If it is, kill it.

Then, rather than running the app from the terminal, use the GNOME panel
menu to add it to your panel. Then it should hopefully start correctly--
or at least give more info as to why it isn't.

Hope this helps,
Holly
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] PHP scripts dont need to be executable?

2005-06-11 Thread Jon Le Miere
Maybe im in dream land (happens often) but I have a number of Gentoo
machines here that execute PHP scripts via the webserver (apache,
lighttpd) when marked as read only, is that normal? I remembered a time
when you tried going to a php script in your browser and it was marked
as read only (chmoded 400) it would display a 403.

Is this still meant to happen and I have something wrong on all my
machines? Or do you not need PHP scripts to be executable in order to be
executed via the webserver?

If it helps, its php-4.3.11/mod_php-4.3.11 that are involved.


Regards,

Jon Le Miere
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fglrxconfig

2005-06-11 Thread Holly Bostick
Mark Shields schreef:
 after you emerged ati-drivers, did you modprobe the driver and/or add
 it to /etc/modules.autoload.d/kernel-2.x (where x is your minor
 version, e.g. 4 or 6, as in 2.4 or 2.6)?  I just replaced my ati card,
 so I'm not sure what the module name is.
 

Unsurprisingy, the module name is fglrx.

Antoine, the no screens found error usually means that some section of
xorg.conf is misconfigured (often the monitor section, whether that is
a CRT, LCD, or television).

But since the X server's screen is composed of 4 parts:

- input device (mouse)

- input device (keyboard)

- video card

- monitor

the misconfiguration of any of these will result in a no screens found
if there is no alternative configuration that works.

The fact you get a no devices found error suggests that Mark is right
and the fglrx driver isn't loaded (so the device is not on, as it were).

So try that first, and if it still doesn't work or gives a different
error, post your xorg.conf and maybe somebody can spot the issue (I use
the fglrx drivers, but not TV-out, so I don't know anything about it).

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



Re: [gentoo-user] fglrxconfig

2005-06-11 Thread Mark Knecht
What modules are loaded? I just set up a Radeon 9200 for MythTV using
the SVideo out. It was a bit difficult. This is for my Pundit-R with
all video going to the SVideo output. (I.e. - no monitor support)

1) emerge ati-drivers
2) emerge hexedit
3) hand edit one byte in fxlrx
4) Build your kernel with /dev/agpgart and your chipset support as
modular. Turn off DRM support in the kernel.
5) Reboot with the new kernel
6) in xorg.conf choose:   Option MonitorLayout  STV, NONE
7) modprobe fglrx
8) Enjoy.

Hopefully this will get you a bit closer.

Good luck,
Mark


On 6/11/05, Antoine [EMAIL PROTECTED] wrote:
 Hi,
 I am trying to get tvout working on my laptop with an ati mobility card
 and have installed the latest drivers from portage.
 I can't seem to get the damn thing to work if I use fglrxconfig (and I
 suppose the ati driver, as opposed to the generic xorg one). It bails
 with a
 Using vt 7
 (EE) No devices detected
 
 fatal server error:
 No screens found
 
 Does anyone have any clues on what might be going wrong?
 Cheers
 Antoine
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] zoneminder

2005-06-11 Thread James
Hello,

Zoneminder is masked in portage (0.9.12). However the newest version
of Zoneminder is (1.21.0) several years newer. Anyone know why zoneminder
is not updated in portage? Anyone installed a recent version
of zoneminder with any degree of success or happiness in using it
to monitor a variety of video surveillance cameras?

comments on zoneminder on Gentoo  or any other package for
viewing multiple surveillance cameras are welcome.

James

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] enigmail-0.89.5.tar.gz fetch problem

2005-06-11 Thread askar ...
Hello!

In my distfiles I already have enigmail-0.89.5.tar.gz (size is 358828).
But when I'm trying to install some applications it also attemting to
fetch enigmail-0.89.5.tar.gz, though I already have in my distfiles.
But it couldn't fetch with error:

  = `/usr/portage/distfiles/enigmail-0.89.5.tar.gz'
Resolving mozdev.elliptic.fr... 213.186.41.34
Connecting to mozdev.elliptic.fr[213.186.41.34]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.

!!! Couldn't download enigmail-0.89.5.tar.gz. Aborting.

!!! Fetch for 
/usr/portage/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.ebuild
failed, continuing...


askar

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Svn problem

2005-06-11 Thread Jan Meier
Hi,

if I want to checkout my source via svn I always get the following error:

svn: Berkeley DB error while opening environment for 
filesystem /home/svn/repos/db:
Invalid argument
svn: bdb: Program version 4.2 doesn't match environment version


Is this a server side problem, or a client side problem?

What can I do?

Thanks.
Jan


pgpKQ8dfZ1G8a.pgp
Description: PGP signature


Re: [gentoo-user] portage behaviour

2005-06-11 Thread Mark Shields
Interesting.  I'm in the process of using those options to get any
packages with USE flags that have changed since it was installed,
wasn't aware there was an option to do that. Thanks for the tip.

On 6/10/05, Rumen Yotov [EMAIL PROTECTED] wrote:
 Hi,
 Seems that portage is getting more and more clever ;)
 For some time after emerging or unmerging a package, had to rebuild some
 packages which had a dependency (USE-flag) on that package. Ex. added
 'postgresql' and had to rebuild some packages which have such flag.
 Yesterday replaced 'fam' with 'gamin' (unmerged fam) and today have to
 rebuild 'courier-imap' with -fam' USE-flag.
 Result: now using 'emerge -DNu world -ptv' to check my upgrades (-N ==
 --newuse). x86-system with some ~x86.
 HTH. Rumen
 
 
 


-- 
- Mark Shields

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] PHP scripts dont need to be executable?

2005-06-11 Thread Tim Igoe


Jon Le Miere wrote:
 Maybe im in dream land (happens often) but I have a number of Gentoo
 machines here that execute PHP scripts via the webserver (apache,
 lighttpd) when marked as read only, is that normal? I remembered a time
 when you tried going to a php script in your browser and it was marked
 as read only (chmoded 400) it would display a 403.
 
I've never had to have a PHP script +x for it to work through the
webserver, as i udnerstand it the webserver reads teh script and does
whatever it is told to internally with it.

Is it possible you were using PHP as a CGI module or something ? I've
never tried so I don't know if it handles it differently

 Is this still meant to happen and I have something wrong on all my
 machines? Or do you not need PHP scripts to be executable in order to be
 executed via the webserver?

PHP scripts don't need to be +x to run.

 
 If it helps, its php-4.3.11/mod_php-4.3.11 that are involved.
 
I've never seen it needed, but i've only been using PHP since version
4.3.0 i think it was
 
 Regards,
 
 Jon Le Miere

-- 
Tim Igoe
[EMAIL PROTECTED]
http://tim.igoe.me.uk - Personal Site
http://tv.igoe.me.uk - UK TV Guide

Computers are like Air-con, open windows and they stop working!


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: emerge of netkit-rsh

2005-06-11 Thread Digby Tarvin
Thanks for the suggestion Francesco, but I tried
 LDFLAGS='Wl,-z,now' emerge netkit-rsh
and that didn't seem to make any difference..

and still get a buch of warnings like the following:
 QA Notice: /usr/bin/rcp is setXid, dynamically linked and using lazy bindings.
 This combination is generally discouraged. Try: CFLAGS='-Wl,-z,now' emerge 
netkit-rsh

:-/

As a matter of interest, does anyone know how the '-z,now' option is supposed
to plug the security hole associated with dynamic library linking of suid
programs?  I assume that the important thing is to stop someone else
substituting their own libraries via something like the LD_LIBRARY_PATH
envar. The manual entry for the linker seems to say that '-z,now' just
causes the symbol to be resolved at load time rather than first use, but
it isn't clear to me what this change in timing achieves, assuming I
can get it to work..

Regards,
DigbyT

On Sat, Jun 11, 2005 at 07:42:02AM +0200, Francesco Talamona wrote:
 On Saturday 11 June 2005 04:46, Digby Tarvin wrote:
  When I emerge netkit-rsh (because I want to share a tape via rmt) I
  get several warning such as:
   QA Notice: /usr/bin/rlogin is setXid, dynamically linked and using
  lazy bindings. This combination is generally discouraged. Try:
  CFLAGS='-Wl,-z,now' emerge netkit-rsh
 
  Which seems pretty reasonable - I would rather not use dynamic libs
  on a suid program...
 
  but my command line was:
  # CFLAGS='-Wl,-z,now' emerge netkit-rsh
  as the warning suggests :-/
 
  So what is the best way to get emerge to build things in with the
  recommended compile options?
 
  Regards,
  DigbyT
  --
  Digby R. S. Tarvin
  [EMAIL PROTECTED] http://www.digbyt.com
 
 I think it should be LDFLAGS, not CFLAGS:
  LDFLAGS='Wl,-z,now' emerge netkit-rsh
 
 Ciao
   Francesco
 -- 
 Linux Version 2.6.11-gentoo-r9, Compiled #1 Wed Jun 8 05:32:03 2005 CEST 
 One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4325.37 Bogomips Total
 aemaeth
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Digby R. S. Tarvin [EMAIL PROTECTED]
http://www.digbyt.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't build OpenSSH, requires Perl 5

2005-06-11 Thread YoYo Siska
Zac Medico wrote:
 Zac Medico wrote:
 
 
YoYo Siska wrote:

why should it handle USE flags in any way?
it just tels portage not to emerge the dependencie, whatever they are (
when added by use flags..)

that means
USE=alsa emerge --nodeps mplayer
would (try to) compile mplayer _with_ alsa support
but in the case alsa-lib (which is an optional dep on the alsa use flag)
is no installed, it will not emerge it
(which can cause mplayer not to compile, or not to work...)


Yep, that's why --nodeps is a very special option.  It depends on the
way the USE flags interact with the build.  I see at least 3 possible
outcomes here:

1) The build fails because the it can't live without the alsa libs.
2) The build succeeds because the it can live without the alsa libs and
automatically disables the alsa features.
3) The build succeeds because the alsa libs happen to already be
 
 installed.
 
 
 
 I have a real example that illustrates (2) above:
 
 USE=-nomotif emerge --nodeps xpdf
 
 If motif isn't installed (or the headers aren't linked properly by
 motif-config), the build completes successfully with motif disabled.
 The ebuild tells the configure script to enable motif because of the
 USE=-nomotif flag but then later the configure script doesn't detect
 the motif headers and continues the build anyways without motif.
 
 Zac
 
yep, and there is:
2.5) build succeeds, but the app can have something broken if the dep
was a runtime dep
(if for example the app just executes something else and doesn't check
for the binary at compile time ;)

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



Re: [gentoo-user] problem with emerge

2005-06-11 Thread YoYo Siska
Holly Bostick wrote:
 Tim Igoe schreef:
 
Allan Spagnol Comar wrote:


Hi all I am having some problem with emerge, I had emerged bootsplash,
then I discover in this list that for newer kernels we should use
splashutils, then I unmerged bootsplash and emerged splashutils, now I
am trying to update my system and I am receiving this message:

[blocks B ] media-gfx/splashutils (is blocking
media-gfx/bootsplash-0.6.1-r7)
[blocks B ] media-gfx/bootsplash (is blocking
media-gfx/splashutils-0.9.1)
.2]
[ebuild  N] media-gfx/bootsplash-0.6.1-r7

what should I do to fix it ?



Try unmerging the pair of them, then emerge splashutils

If not, emerge -uDpt world - look at the tree produced to work out what
pulls in bootsplash

 
 
 Cookie bet that it's a bootsplash-themes package... if so, uninstall
 said package (since you can't use it if you don't have bootsplash
 anyway), and then try the update again.
 
 Holly

don't bootsplash themes work with fbsplash and splashutils?
i think i'm using my old bootsplash theme right now...
but i may be wrong ;)

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



[gentoo-user] UT2004 crashed!

2005-06-11 Thread Luigi Pinna
Hello!
Since today, Ut2004 crashed after about 10 minutes...
This is the log... What does it mean?
I use the last patch (3355)...
What do I do?
Thanks a lot,
Luigi

[...]
ScriptLog: START MATCH
ScriptLog: ## ASGameInfo::StartNewRound ##
ScriptLog: ASGameInfo::BeginRound
ScriptLog: ResetLevel
Log: Collecting garbage
Log: Purging garbage
Log: Garbage: objects: 58192-56672; refs: 863208
Warning: Failed to load 'NULL': Can't resolve package name
Warning: Failed to load 'Mesh None.': Can't resolve package name
ScriptLog: Could not load mesh:  For player:
ScriptLog: ASGameInfo::EndRound - Reason: Attackers Win!
ScriptLog: ## ASGameInfo::StartNewRound ##
ScriptLog: ASGameInfo::BeginRound
ScriptLog: ResetLevel
Log: Collecting garbage
Log: Purging garbage
Log: Garbage: objects: 59845-59781; refs: 963526
Log:
Developer Backtrace:
Log: [ 1]  ./ut2004-bin [0xac202d]
Log: [ 2]  /lib/libpthread.so.0 [0x2acd2ec8]
Log: [ 3]  /lib/libc.so.6 [0x2b4537a0]
Log: [ 4]  ./ut2004-bin(_Z14KModelGetActorP9_McdModel+0x38) [0x56fd48]
Log: 
[ 5]  ./ut2004-bin(_Z10KIntersectP13_McdModelPairP19_McdIntersectResult+0xca) 
[0x584c4a]
Log: [ 6]  ./ut2004-bin [0x586ca1]
Log: 
[ 7]  ./ut2004-bin(_Z17KHandleCollisionsP22_McdModelPairContainerP6ULevel+0xd7) 
[0x585017]
Log: 
[ 8]  ./ut2004-bin(_Z15KUpdateContactsR6TArrayIP6AActorEP6ULeveli+0x22f) 
[0x583dcf]
Log: [ 9]  ./ut2004-bin(_Z15KTickLevelKarmaP6ULevelf+0x210) [0xa13800]
Log: [10]  ./ut2004-bin(_ZN6ULevel4TickE10ELevelTickf+0x799) [0x6bcde9]
Log: [11]  ./ut2004-bin(_ZN11UGameEngine4TickEf+0x286) [0x672c76]
Log: [12]  ./ut2004-bin(_ZN9CMainLoop7RunLoopEv+0x10a) [0x5197ca]
Log: [13]  ./ut2004-bin [0x50feaf]
Log: [14]  ./ut2004-bin(main+0x2c43) [0x50c243]
Log: [15]  /lib/libc.so.6(__libc_start_main+0xb0) [0x2b440d90]
Log: [16]  ./ut2004-bin(strcat+0xb2) [0x50942a]
Log: Unreal Call Stack: Types - KIntersect - KIntersectEach - 
KHandleCollisions - KUpdateCo
ntacts - KTickLevelKarma - TickAllActors - ULevel::Tick - TickLevel 
- UGameEngine::Tick -
 UpdateWorld - MainLoop
Exit: Exiting.
Log: FileManager: Reading 0 GByte 206 MByte 530 KByte 216 Bytes from HD 
took 10.869438 seconds
(4.350268 reading, 6.519170 seeking).
Log: FileManager: 0.00 seconds spent with misc. duties
Uninitialized: Name subsystem shut down
Uninitialized: Allocation checking disabled
Uninitialized: Log file closed, Sat Jun 11 19:23:02 2005

-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpzmew4nIVZE.pgp
Description: PGP signature


Re: [gentoo-user] problem with emerge

2005-06-11 Thread Holly Bostick
YoYo Siska schreef:
 Holly Bostick wrote:
 
Tim Igoe schreef:


Allan Spagnol Comar wrote:



Hi all I am having some problem with emerge, I had emerged bootsplash,
then I discover in this list that for newer kernels we should use
splashutils, then I unmerged bootsplash and emerged splashutils, now I
am trying to update my system and I am receiving this message:

[blocks B ] media-gfx/splashutils (is blocking
media-gfx/bootsplash-0.6.1-r7)
[blocks B ] media-gfx/bootsplash (is blocking
media-gfx/splashutils-0.9.1)
.2]
[ebuild  N] media-gfx/bootsplash-0.6.1-r7

what should I do to fix it ?



Try unmerging the pair of them, then emerge splashutils

If not, emerge -uDpt world - look at the tree produced to work out what
pulls in bootsplash



Cookie bet that it's a bootsplash-themes package... if so, uninstall
said package (since you can't use it if you don't have bootsplash
anyway), and then try the update again.

Holly
 
 
 don't bootsplash themes work with fbsplash and splashutils?
 i think i'm using my old bootsplash theme right now...
 but i may be wrong ;)
 
 yoyo

No, they don't-- or in any case, such themes have to be converted in
order to run (since fbsplash is now so bootsplash compatible). These are
different programs that use different syntax to do the same type of
thing. They use a different backend as well; bootsplash doesn't know
anything about vesafb-tng, either.

In any case, any bootsplash-themes package you have installed doesn't
know anything about fbsplash or splashutils-- it thinks it is dependent
on bootsplash, therefore it would drag it in. Since it's about the only
thing that would, as far as I can tell, a simple 'eix bootsplash' will
confirm if I've won a cookie today (or not).

Holly


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] how to know ram memory and video memory size

2005-06-11 Thread askar ...
Hello!

Is it possible to know from gentoo the size of ram and video memory?

Thanks.
askar

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to know ram memory and video memory size

2005-06-11 Thread Tim Igoe


askar ... wrote:
 Hello!
 
 Is it possible to know from gentoo the size of ram and video memory?
cat /proc/meminfo or free to find RAM info
video memory - not so sure on - check x.org logs it'll be in there
should also be in dmesg

 
 Thanks.
 askar
 

-- 
Tim Igoe
[EMAIL PROTECTED]
http://tim.igoe.me.uk - Personal Site
http://tv.igoe.me.uk - UK TV Guide

Computers are like Air-con, open windows and they stop working!


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Can't su - to root, etc

2005-06-11 Thread Michael Sullivan
mail-notification is not available to be added to my gnome panel.  I
don't see anything available that seems to have anything to do with
mail.  Mail Notification is, however, available off my Main
Menu-Internet menu

On Sat, 2005-06-11 at 18:41 +0200, Holly Bostick wrote:
 Michael Sullivan schreef:
  I emerged mail-notification awhile back (someone on this list was
  talking about it.)  I opened a terminal and typed in mail-notification
  and I get this message:
  
  [EMAIL PROTECTED] ~ $ mail-notification
  
  (mail-notification:15971): Gnome-WARNING **: Accessibility: failed to
  find module 'libgail-gnome' which is needed to make this application
  accessible
  GTK Accessibility Module initialized
  
  (mail-notification:15971): Gnome-WARNING **: Accessibility: failed to
  find module 'libatk-bridge' which is needed to make this application
  accessible
  mail-notification-Message: Mail Notification is already running
  
  It claims to be already running, but I don't see it anywhere on the
  panel.  I have a notification area applet running, but it's not showing
  me anything...
  
  On Sat, 2005-06-11 at 11:22 +0200, Holly Bostick wrote:
  
 
 If you don't have any mail, you don't see anything (the icon appears and
 disappears when mail is detected or downloaded). And of course you don't
 have any mail, as far as the applet is concerned, because you haven't
 configured it.
 
 Now, the fact that you haven't configured it suggests that the package
 did not install properly, because the first time you run it, you should
 get the default settings, which include the popup window-- which has a
 menu so you can configure the program to know where your mail is.
 
 So if you don't see the popup window, on firstrun, something is wrong,
 and the only errors you've mentioned are in the accessibility area,
 which 1) doesn't seem related and 2) I turned off in gnome anyway, so I
 wouldn't know how deeply related this might be to the application in
 question.
 
 The first thing I would do is open gnome-system-monitor and see if it's
 still running. If it is, kill it.
 
 Then, rather than running the app from the terminal, use the GNOME panel
 menu to add it to your panel. Then it should hopefully start correctly--
 or at least give more info as to why it isn't.
 
 Hope this helps,
 Holly

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with emerge

2005-06-11 Thread YoYo Siska
Holly Bostick wrote:

Cookie bet that it's a bootsplash-themes package... if so, uninstall
said package (since you can't use it if you don't have bootsplash
anyway), and then try the update again.

Holly


don't bootsplash themes work with fbsplash and splashutils?
i think i'm using my old bootsplash theme right now...
but i may be wrong ;)

yoyo
 
 
 No, they don't-- or in any case, such themes have to be converted in
 order to run (since fbsplash is now so bootsplash compatible). These are
 different programs that use different syntax to do the same type of
 thing. They use a different backend as well; bootsplash doesn't know
 anything about vesafb-tng, either.
 
 In any case, any bootsplash-themes package you have installed doesn't
 know anything about fbsplash or splashutils-- it thinks it is dependent
 on bootsplash, therefore it would drag it in. Since it's about the only
 thing that would, as far as I can tell, a simple 'eix bootsplash' will
 confirm if I've won a cookie today (or not).
 
 Holly



cookie is certainly your's, bootsplash-themes do depend on bootsplash,
i was just just wondering about your comment, that they can't be used
with fbsplash..
but you were right too ;))), just remembered that i did a
bootsplash2fbsplash on my themes (or changed the few things in which
they differ by hand ;)

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



Re: [gentoo-user] how to know ram memory and video memory size

2005-06-11 Thread askar ...
Thanks to everybody

On 6/11/05, Peter Ruskin [EMAIL PROTECTED] wrote:
 On Saturday 11 June 2005 19:11, askar ... wrote:
  Hello!
 
  Is it possible to know from gentoo the size of ram and video
  memory?
 
 For video memory:
 
 $ qpkg -f `which lspci`
 sys-apps/pciutils *
 ...then
 lspci -vv (as root)
 
 --
 Peter
 
 Gentoo Linux: Portage 2.0.51.19.kernel-2.6.11-gentoo-r9.
 i686 AMD Athlon(tm) XP 3200+.   gcc(GCC): 3.3.5-20050130.
 KDE: 3.4.1. Qt: 3.3.4.
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] zoneminder

2005-06-11 Thread Neil Bothwick
On Sat, 11 Jun 2005 16:31:43 + (UTC), James wrote:

 Zoneminder is masked in portage (0.9.12). However the newest version
 of Zoneminder is (1.21.0) several years newer. Anyone know why
 zoneminder is not updated in portage? 

http://bugs.gentoo.org/show_bug.cgi?id=72002 contains an ebuild for
1.21.0.

Hint: If you want a newer version of a package than is in Portage, check
  Bugzilla first, then the forums.


-- 
Neil Bothwick

Strangely enough, Data finds himself relating to Heavy Metal.


pgpNImq0MiHEg.pgp
Description: PGP signature


Re: [gentoo-user] fglrxconfig

2005-06-11 Thread Mark Shields
Holly,

Yeah, I was trying to remember.  I know the open-source driver is
called simply ati.

On 6/11/05, Mark Knecht [EMAIL PROTECTED] wrote:
 What modules are loaded? I just set up a Radeon 9200 for MythTV using
 the SVideo out. It was a bit difficult. This is for my Pundit-R with
 all video going to the SVideo output. (I.e. - no monitor support)
 
 1) emerge ati-drivers
 2) emerge hexedit
 3) hand edit one byte in fxlrx
 4) Build your kernel with /dev/agpgart and your chipset support as
 modular. Turn off DRM support in the kernel.
 5) Reboot with the new kernel
 6) in xorg.conf choose:   Option MonitorLayout  STV, NONE
 7) modprobe fglrx
 8) Enjoy.
 
 Hopefully this will get you a bit closer.
 
 Good luck,
 Mark
 
 
 On 6/11/05, Antoine [EMAIL PROTECTED] wrote:
  Hi,
  I am trying to get tvout working on my laptop with an ati mobility card
  and have installed the latest drivers from portage.
  I can't seem to get the damn thing to work if I use fglrxconfig (and I
  suppose the ati driver, as opposed to the generic xorg one). It bails
  with a
  Using vt 7
  (EE) No devices detected
 
  fatal server error:
  No screens found
 
  Does anyone have any clues on what might be going wrong?
  Cheers
  Antoine
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
- Mark Shields

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] sorta OT - honest (!) opinions on mailservers

2005-06-11 Thread Antoine
Hi,
I have just realised that we have a dedicated mail server - that means
that there are no legacy apps tying us to the doze OS that is currently
running it :-). Basically, if I can convince the techie (who is a linux
user, though not a fanatic like me ;-)) that there are free alternatives
to what we have now (he said MailDaemon, if that is a brand and not
just a mail daemon...) that are more reliable and stable alternatives
then I can probably convince him (to convince the boss) to change.
I would like to have people's opinions on the most stable, reliable,
fastest, securest, lowest maintenance mail servers in *both* open source
and proprietary worlds. Basically if there is a proprietary windoze
server app that is much better, I will just keep my mouth shut. At the
moment we have reboots every few weeks and mail sits there for ages
sometimes before being delivered...
There is only one real requirement apart from being the best (:-)), and
that is that there is a fully featured web client (we are currently
using WorldClient). We only have web access to our mail from offsite.
Thanks for your time!
Antoine
ps. I guess there are extra issues like virus scanning (all our desktops
and almost all our serveurs are running doze...), and whatnot - these
are issues that I guess are taken for granted when recommending a best.
pps. I know nothing about email!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-libs/db emerge failed

2005-06-11 Thread Andreas Karlsson
On Saturday 11 June 2005 18.06, Grant wrote:
 I get this when trying to emerge sys-libs/db-4.2.53_p2 as a
 gnomemeeting dependency:

 checking if javac works... configure: error: The Java compiler javac
 failed (see config.log, check the CLASSPATH?)

 There is no config.log on my system.  I do have java in my USE flags.
 Does anyone know how to fix this?


Hi,

I have the same problem. My best guess is that we don´t have a java compiler 
installed, just the runtime for Java. Should probably install the java 
compiler from Sun/IBM/wherever, but I haven´t had time to look in to it in 
any depth. 
If you don´t need java support in db tryp 'USE=-java emerge -Nvp db'.

Best regards,
Andreas Karlsson


pgpMqpwbMOVNO.pgp
Description: PGP signature


Re: [gentoo-user] enigmail-0.89.5.tar.gz fetch problem

2005-06-11 Thread Zac Medico
askar ... wrote:
 Hello!
 
 In my distfiles I already have enigmail-0.89.5.tar.gz (size is 358828).
 But when I'm trying to install some applications it also attemting to
 fetch enigmail-0.89.5.tar.gz, though I already have in my distfiles.
 But it couldn't fetch with error:
 
   = `/usr/portage/distfiles/enigmail-0.89.5.tar.gz'
 Resolving mozdev.elliptic.fr... 213.186.41.34
 Connecting to mozdev.elliptic.fr[213.186.41.34]:80... connected.
 HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
 
 The file is already fully retrieved; nothing to do.
 
 !!! Couldn't download enigmail-0.89.5.tar.gz. Aborting.
 
 !!! Fetch for 
 /usr/portage/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.ebuild
 failed, continuing...
 
 
 askar
 


Hi askar,

I noticed that mozilla-thunderbird-1.0 no longer exists in the latest
portage tree.  I'm using mozilla-thunderbird-1.0.2 with no problems.

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



Re: [gentoo-user] Skype is awesome, what is sound daemon for?

2005-06-11 Thread Zac Medico
Ralph Slooten wrote:
 However to answer your question as best I can. Basically all software
 used to phone fixed lines will have some charge or another I believe.
 Gnomemeeting apparently does this too (since recently) or at least I
 heard, but I know too little about that to make a judgement.
 http://www.gnomemeeting.org/index.php?rub=3pos=0faqpage=index.html#AEN21
 might shed some light (and links) to things you might want to look at if
 Skype bothers you ;-) I have used gnomemeeting before though, and
 although it's a great product it had a load of dependencies which deam
 it in my eyes as not-worth-the-effort, seeing as I don't have gnome
 installed. This was actually a reason I reccomend Skype to most users
 who are looking for such a program as it has very few dependencies, and
 is easy to configure and use.

You should do this:

emerge -av gnomemeeting

If there are too many dependencies then disable some of the use flags like this:

echo net-im/gnomemeeting -ipv6 -sdl -ssl -howl -gnome  
/etc/portage/package.use

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



Re: [gentoo-user] sorta OT - honest (!) opinions on mailservers

2005-06-11 Thread A. Khattri
On Sun, 12 Jun 2005, Antoine wrote:

 I have just realised that we have a dedicated mail server - that means
 that there are no legacy apps tying us to the doze OS that is currently
 running it :-). Basically, if I can convince the techie (who is a linux
 user, though not a fanatic like me ;-)) that there are free alternatives
 to what we have now (he said MailDaemon, if that is a brand and not
 just a mail daemon...) that are more reliable and stable alternatives
 then I can probably convince him (to convince the boss) to change.
 I would like to have people's opinions on the most stable, reliable,
 fastest, securest, lowest maintenance mail servers in *both* open source
 and proprietary worlds.

Dont know about Windoze, but I work for an ISP and we use qmail + vpopmail
+ MySQL + Courier-IMAP + Squirrel Mail to support thousands of users.

Does this help? ;-)


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mod_log_sql can't connect do db and can't write to file

2005-06-11 Thread A. Khattri
On Thu, 9 Jun 2005, Claudinei Matos wrote:

 I did installed mod_log_sql and and setup the conf file using default
 options as template.
 well, I also followed a tutorial that actually is for a old version
 but following the default options I did the adjusts.
 I did create the database and executed the query to create database
 but nothing is logged to mysql and even to sql file and all I get is
 the errors below:

 [error] (13)Permission denied: attempted append of local preserve file
 '/var/log/apache2/mod_slog_sql_preserve.sql' but failed.
 [error] mod_log_sql: child spawned but unable to open database link

 I've changed log file owner to apache user and group and also changed
 permition to 666 but even with this apache can't to write to sql file.
 I also did recreated the apache user permission and apache still can't
 open database link.

 I really don't know what to do since it appears to be so easy to setup
 and I really did all the things that articles says.

What username and password is Apache using? Can you login to MySQL with
that username and password? You dont say if you created any logins for
this application.

MySQL logs errors into /var/log/mysql/mysqld.err - what does it say?

Also check disk space is OK - MySQL writes into folders under /var.


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] iptables and servername

2005-06-11 Thread A. Khattri
On Thu, 9 Jun 2005, Patrick wrote:

 I'm having trouble with iptables and http.
 Before i have activated iptables i could access my server with a name in my 
 local /etc/hosts, after activating iptables i can only connect with the 
 ipaddress or his FQDN.
 This local name is different or does not exists in the host file on the 
 server.

 For ssh or ping i can use the server name.
 My rule:
 ACCEPT tcp  --  anywhere rivendell.arda.org  tcp 
 spts:1024:65535 dpt:http-alt state NEW
 ACCEPT tcp  --  192.168.123.0/24 rivendell.arda.org  tcp 
 spts:1024:65535 dpt:ssh state NEW

rivendell.arda.org doesn't seem to have a record on any DNS server I could
query for that domain. If the machine you firewalled is acting as a DNS
server then you should probably allow UDP and TCP traffic on port 53.


-- 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gnome theme's icon

2005-06-11 Thread timothy johnson
I recently found themes.freshmeat.net and found some pretty cool
themes. Trouble is when I switch to them I lose my icons, as in they
all switch to that generic paper looking thing. I found where the
icons are suppose to go but copy the theme folder over to that doesnt
work. Has anyone had this problem or know how I am suppose to store
the icons so which I switch between the things they will change to the
icons of that theme

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] PHP scripts dont need to be executable?

2005-06-11 Thread Raphael Melo de Oliveira Bastos Sales
Perhaps there is a directive in php.ini that doesn't allow non +x
files to be executed. Also, if PHP is installed as a CGI, it will
probably block those too. I Stress probably.

What could have gotten you confused is that CGI scripts (i.e. Perl
scripts) only exec if they are set +x

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] UT2004 crashed!

2005-06-11 Thread Raphael Melo de Oliveira Bastos Sales
Did you recently recompiled glibc? 2 of the files on the log are part
of glibc. Maybe it is that reason. If not, downgrading it may help.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-libs/db emerge failed

2005-06-11 Thread Grant
  I get this when trying to emerge sys-libs/db-4.2.53_p2 as a
  gnomemeeting dependency:
 
  checking if javac works... configure: error: The Java compiler javac
  failed (see config.log, check the CLASSPATH?)
 
  There is no config.log on my system.  I do have java in my USE flags.
  Does anyone know how to fix this?
 
 
 Hi,
 
 I have the same problem. My best guess is that we don´t have a java compiler
 installed, just the runtime for Java. Should probably install the java
 compiler from Sun/IBM/wherever, but I haven´t had time to look in to it in
 any depth.
 If you don´t need java support in db tryp 'USE=-java emerge -Nvp db'.
 
 Best regards,
 Andreas Karlsson

I filed a bug about this and I'll report on any findings.

- Grant

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] 3 - ERRORS

2005-06-11 Thread Joseph
1.)
After recent upgrade, I started to an error message at shutdown: 
su[9116]: PAM pam_putenv: delete non-existent entry; DISPLAY 
su[9116]: PAM pam_putenv: delete non-existent entry; REMOTEHOST 
su[9116]: PAM pam_putenv: delete non-existent entry; XAUTHORITY 

I was able to solve problem by commenting out
from /etc/security/pam_env.conf these lines: 
#REMOTEHOST DEFAULT= [EMAIL PROTECTED] 
#DISPLAY DEFAULT=${REMOTEHOST}:0.0 
#XAUTHORITY DEFAULT= [EMAIL PROTECTED] 

However, I still get an error message at shut down: 
su(pam_unix)[7970]: session opened for user postgres 

How to get rid of it?

2.)  
every time I run revdep-rebuild it keeps rebuilding Open-Office
dependency, below:
Checking dynamic linking consistency...
ldd: warning: you do not have execution permission for
`/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so'

broken /opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so 
(requires libdb-3.1.so)
ldd: warning: you do not have execution permission for
`/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/mpz.so'

3.)
Every time I close Evolution Mail a windows pops up with a message:
Window with title Evolution - Mail is not responding
This window belong to application: Evoluiton-2.2
(PID=9296, hostname=localhost).

The process id gets terminated correctly, it is just an annoying
message.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-libs/db emerge failed

2005-06-11 Thread Zac Medico
Grant wrote:
I get this when trying to emerge sys-libs/db-4.2.53_p2 as a
gnomemeeting dependency:

checking if javac works... configure: error: The Java compiler javac
failed (see config.log, check the CLASSPATH?)

There is no config.log on my system.  I do have java in my USE flags.
Does anyone know how to fix this?


Hi,

I have the same problem. My best guess is that we don´t have a java compiler
installed, just the runtime for Java. Should probably install the java
compiler from Sun/IBM/wherever, but I haven´t had time to look in to it in
any depth.
If you don´t need java support in db tryp 'USE=-java emerge -Nvp db'.

Best regards,
Andreas Karlsson
 
 
 I filed a bug about this and I'll report on any findings.
 
 - Grant
 

Did you try to run javac in a terminal to see what happens?  What is the output 
of java-config -L?  I see your bug: 
http://bugs.gentoo.org/show_bug.cgi?id=95828

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



Re: [gentoo-user] 3 - ERRORS

2005-06-11 Thread Zac Medico
Joseph wrote:
 
 every time I run revdep-rebuild it keeps rebuilding Open-Office
 dependency, below:
 Checking dynamic linking consistency...
 ldd: warning: you do not have execution permission for
 `/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so'
 
 broken /opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so 
 (requires libdb-3.1.so)
 ldd: warning: you do not have execution permission for
 `/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/mpz.so'
 

This one's easy.  Go get the maintenance release from 
http://bugs.gentoo.org/show_bug.cgi?id=62644 and add 
SEARCH_DIRS_MASK=/opt/OpenOffice.org to make.conf.

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



Re: [gentoo-user] 3 - ERRORS

2005-06-11 Thread Joseph
On Sat, 2005-06-11 at 21:56 -0600, Joseph wrote:
 3.)
 Every time I close Evolution Mail a windows pops up with a message:
 Window with title Evolution - Mail is not responding
 This window belong to application: Evoluiton-2.2
 (PID=9296, hostname=localhost).
 
 The process id gets terminated correctly, it is just an annoying
 message.

This error only occur when I close the window by clicking on X if I
terminate from the file menu or hit ctrl-w or ctrl-q; there is no error
messages.
So it seems to me some kind of bug.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-libs/db emerge failed

2005-06-11 Thread Grant
 Did you try to run javac in a terminal to see what happens?  What is the 
 output of java-config -L?  I see your bug: 
 http://bugs.gentoo.org/show_bug.cgi?id=95828
 
 Zac

Hi Zac,

Here's what I get:

system4 ~ # javac
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://www.blackdown.org/cgi-bin/jdk
#
# Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-01 mixed mode)
#
# Error ID: 4F533F4C494E55583F491418160E4350500359
#

Heap at VM Abort:
Heap
Segmentation fault
system4 ~ # java-config -L
[blackdown-jdk-1.4.2.01] Blackdown JDK 1.4.2.01
(/etc/env.d/java/20blackdown-jdk-1.4.2.01) *
[blackdown-jdk-1.4.1] Blackdown JDK 1.4.1
(/etc/env.d/java/20blackdown-jdk-1.4.1)

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-libs/db emerge failed

2005-06-11 Thread Zac Medico
Grant wrote:
Did you try to run javac in a terminal to see what happens?  What is the 
output of java-config -L?  I see your bug: 
http://bugs.gentoo.org/show_bug.cgi?id=95828

Zac
 
 
 Hi Zac,
 
 Here's what I get:
 
 system4 ~ # javac
 #
 # HotSpot Virtual Machine Error, Internal Error
 # Please report this error at
 # http://www.blackdown.org/cgi-bin/jdk
 #
 # Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-01 mixed mode)
 #
 # Error ID: 4F533F4C494E55583F491418160E4350500359
 #
 
 Heap at VM Abort:
 Heap
 Segmentation fault
 system4 ~ # java-config -L
 [blackdown-jdk-1.4.2.01] Blackdown JDK 1.4.2.01
 (/etc/env.d/java/20blackdown-jdk-1.4.2.01) *
 [blackdown-jdk-1.4.1] Blackdown JDK 1.4.1
 (/etc/env.d/java/20blackdown-jdk-1.4.1)
 
 - Grant
 


Try this:

java-config -S blackdown-jdk-1.4.1
source /etc/profile
emerge --oneshot sys-libs/db

Look, there're other bugs too :P
http://bugs.gentoo.org/show_bug.cgi?id=37146
http://bugs.gentoo.org/show_bug.cgi?id=40775
http://bugs.gentoo.org/show_bug.cgi?id=73818


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



Re: [gentoo-user] 3 - ERRORS

2005-06-11 Thread Joseph
On Sat, 2005-06-11 at 21:19 -0700, Zac Medico wrote:
 Joseph wrote:
  
  every time I run revdep-rebuild it keeps rebuilding Open-Office
  dependency, below:
  Checking dynamic linking consistency...
  ldd: warning: you do not have execution permission for
  `/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so'
  
  broken 
  /opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so 
  (requires libdb-3.1.so)
  ldd: warning: you do not have execution permission for
  `/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/mpz.so'
  
 
 This one's easy.  Go get the maintenance release from 
 http://bugs.gentoo.org/show_bug.cgi?id=62644 and add 
 SEARCH_DIRS_MASK=/opt/OpenOffice.org to make.conf.
 
 Zac

No, no luck; it didn't help.
It is still rebuilding it despite adding this line to make.conf:
SEARCH_DIRS_MASK=/opt/OpenOffice.org

It seems to me it is an old bug and it is still biting :-)
http://bugs.gentoo.org/show_bug.cgi?id=32276

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 3 - ERRORS

2005-06-11 Thread Zac Medico
Joseph wrote:
 On Sat, 2005-06-11 at 21:19 -0700, Zac Medico wrote:
 
Joseph wrote:
 

every time I run revdep-rebuild it keeps rebuilding Open-Office
dependency, below:
Checking dynamic linking consistency...
ldd: warning: you do not have execution permission for
`/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so'

broken 
/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so 
(requires libdb-3.1.so)
ldd: warning: you do not have execution permission for
`/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/mpz.so'


This one's easy.  Go get the maintenance release from 
http://bugs.gentoo.org/show_bug.cgi?id=62644 and add 
SEARCH_DIRS_MASK=/opt/OpenOffice.org to make.conf.

Zac
 
 
 No, no luck; it didn't help.
 It is still rebuilding it despite adding this line to make.conf:
 SEARCH_DIRS_MASK=/opt/OpenOffice.org
 
 It seems to me it is an old bug and it is still biting :-)
 http://bugs.gentoo.org/show_bug.cgi?id=32276
 

Works for me.  You replaced /usr/bin/revdep-rebuild?

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



Re: [gentoo-user] sys-libs/db emerge failed

2005-06-11 Thread Zac Medico
Grant wrote:
Did you try to run javac in a terminal to see what happens?  What is the 
output of java-config -L?  I see your bug: 
http://bugs.gentoo.org/show_bug.cgi?id=95828

Zac
 
 
 Hi Zac,
 
 Here's what I get:
 
 system4 ~ # javac
 #
 # HotSpot Virtual Machine Error, Internal Error
 # Please report this error at
 # http://www.blackdown.org/cgi-bin/jdk
 #
 # Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-01 mixed mode)
 #
 # Error ID: 4F533F4C494E55583F491418160E4350500359
 #
 
 Heap at VM Abort:
 Heap
 Segmentation fault
 system4 ~ # java-config -L
 [blackdown-jdk-1.4.2.01] Blackdown JDK 1.4.2.01
 (/etc/env.d/java/20blackdown-jdk-1.4.2.01) *
 [blackdown-jdk-1.4.1] Blackdown JDK 1.4.1
 (/etc/env.d/java/20blackdown-jdk-1.4.1)
 
 - Grant
 


BTW, this is obviously an issue with your blackdown-jdk-1.4.2.01, no fault of 
sys-libs/db.  You can try to remerge it and if that doesn't help search 
bugzilla.

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



Re: [gentoo-user] emerge kdegraphics issue

2005-06-11 Thread Zac Medico
James wrote:

 [ebuild   R   ] kde-base/kdegraphics-3.3.2-r2
 
 I guess the second query show me that using the new use flags
 this package needs to recompile. But it fails when I try:
 
 snip
 grep: /usr/lib/libungif.la: No such file or directory

Is /usr/lib/libungif.la really not there? Try emerge media-libs/libungif.

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