Re: [gentoo-user] Any ideas on this compile failure?

2009-01-25 Thread Daniel Troeder
Am Samstag, den 24.01.2009, 08:47 -0800 schrieb Grant:
 Does anyone have any ideas on this compile failure?  It's for icedtea6
 from the java-overlay:

 cd linux_amd64_compiler2/product  ./test_gamma
 ./test_gamma: line 10: 10518 Killed  ./${gamma:-gamma}
How come that program (shell script?) got killed?
Are you maybe running hardend? I had that kind of problem often, when a
binary tries to do something forbidden (by PaX). In that case I found
something in the kernel log (dmesg, /var/log/kern.log).
My only idea, cause I don't know icedtea6 :)

Bye,
Daniel

-- 
PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [gentoo-user] ltmain.sh version 1.5.22

2009-01-25 Thread Alan McKinnon
On Saturday 24 January 2009 12:11:41 Rod wrote:
I'm getting the following error too much, many packages are no longer
 insalling with this problem ;o(

 * Running elibtoolize in: libmcrypt-2.5.8
 *   Applying install-sh-1.5.patch ...

 * Portage patch failed to apply (ltmain.sh version 1.5.22)!
 * Please bug azarah or vapier to add proper patch.

That patch applies just fine here, both 2.5.8 and 2.5.8-r1.

In case it helps, my system is ~amd64

The emerge output is very sparse, I can't see the reason for the patch 
failing. Try unpacking and patching manually to get a descriptive error 
message. 

Also, is your emerge --sync up to date?


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] {OT} Remote image editing (crop rotate)

2009-01-25 Thread pk
Grant wrote:
 Each ripped CD in my music collection is accompanied by a high
 resolution scan of the album's cover.  There is a new plugin for gmpc
 that displays that cover art at full screen on my HDTV.  As the huge
 cover art images appear on the TV, I notice one or more sides that
 need to be cropped, or that the cover needs to be slightly rotated.
 I'd like to be able to edit those images as I notice problems with
 them, but I wonder if there is an easier way than scp'ing each image
 to my laptop, opening it in gimp, editing it, saving it, and scp'ing
 it back to the HDTV system (especially sshd_config AllowUsers only
 allows my user and the user running gmpc is different).
 
 Any ideas?  imagemagick comes to mind.  Is there a script or even a
 GUI I could run on the HDTV system that might be able to crop and/or
 rotate quickly and easily?

Imagemagick would probably work (man convert). If you have gimp
installed on your mediapc you could always start gimp on that and use X
(depending if you allow X-forwarding in your sshd_config). Otherwise you
could do like Stroller suggests (NFS or Samba).

Best regards

Peter K



Re: [gentoo-user] {OT} Remote image editing (crop rotate)

2009-01-25 Thread Matt Harrison

Grant wrote:

... I wonder if there is an easier way than scp'ing each image
to my laptop, opening it in gimp, editing it, saving it, and scp'ing
it back to the HDTV system (especially sshd_config AllowUsers only
allows my user and the user running gmpc is different).

The obvious thing that springs to mind is to export the folder (containing
the music / images) on the HDTV system via NFS or Samba  mount it on the
laptop.


Sounds like a good idea.  Would one be better than the other?


I think there's a fuse implementation which allows you to virtually mount
over sftp.

But really you need to tell us more before we're able to help.


What else would you like to know?

- Grant



Are the changes the same for each image or are they something you have 
to judge for yourself? If they are the same then you could write a 
script that performs the changes using imagemagick tools, without the 
need to copy them around the network.


Of course, if it's something you need to judge by eye, that isn't an option.

--
Matt Harrison



Re: [gentoo-user] {OT} Remote image editing (crop rotate)

2009-01-25 Thread Stroller


On 25 Jan 2009, at 01:08, Grant wrote:

...
Sounds like a good idea.  Would one be better than the other?


Depends what o/s you're using everywhere. I wasn't sure if your media  
player was actually a PC or some kind of standalone box.


Samba is fine when you're double-clicking in a GUI to connect - from  
Macs or Windows - and if I'm mounting manually at the command line I  
find its syntax less wieldy. I find NFS easier to use between Linux  
systems - intuition would indicate that it should give better  
performance than Samba, but I have heard this may not (always?) be the  
case.


Stroller.
 



Re: [gentoo-user] mail server

2009-01-25 Thread laurent


I will keep that in mind, the full MTA will wait a little a bit then.
Thank you for the smtp servers ;)

L


Mike Kazantsev a écrit :

On Sat, 24 Jan 2009 19:54:05 +0100
laurent laur...@logiquefloue.org wrote:

  

I first just need my apache to send mails via mod_php and mod_neko.



I'd also suggest using lite smtp client, like msmtp, which I find a
bit more feature-packed and stable than ssmtp, while being just as easy
to set up.

And if you're still going to choose full-fledged MTA, keep in mind
that you'll need a non-firewalled connection (at least to some ports)
and reverse DNS record - so that if you type host Your_IP (or
dig -x IP) you'll get the correct domain name, otherwise nearly
every mail service will consider you to be anonymous spammer and won't
deliver any mail from your MTA.

  





Re: [gentoo-user] Any ideas on this compile failure?

2009-01-25 Thread Grant
 Does anyone have any ideas on this compile failure?  It's for icedtea6
 from the java-overlay:

 cd linux_amd64_compiler2/product  ./test_gamma
 ./test_gamma: line 10: 10518 Killed  ./${gamma:-gamma}
 How come that program (shell script?) got killed?
 Are you maybe running hardend? I had that kind of problem often, when a
 binary tries to do something forbidden (by PaX). In that case I found
 something in the kernel log (dmesg, /var/log/kern.log).
 My only idea, cause I don't know icedtea6 :)

 Bye,
 Daniel

Thanks Daniel, I am running hardened so you're probably right.  I need
to remember to check dmesg in this situation.

- Grant



Re: [gentoo-user] Apply a patch to an emerge from the command line

2009-01-25 Thread Arttu V.
On 1/25/09, Grant emailgr...@gmail.com wrote:
 I could have sworn there was a way to specify a patch to be applied to
 an emerge from the command line, something like:

 EPATCH=file.patch emerge packagename

 I've been searching Google and the mailing list but I can't find
 mention of it anywhere.  Was it a figment of my imagination?

This would be nice, but I don't think you can do this, at least not
this way. You can grep for EPATCH_* under /usr/portage to see some
samples of how EPATCH_* stuff seems to work, especially some php
eclasses give nice examples on one line.

Still, I think in practice it is for ebuilds' and eclasses' internal
use only -- and even then only for ebuilds/eclasses which inherit the
eutils.class which in turn implements epatch() which actually does
anything with the values.

Inside an ebuild you can set up those variables in the right spot
(e.g., right in the middle of src_unpack() after unpacking the source)
and immediately call epatch(). Coming from command line there probably
won't be that dangling epatch() call waiting for your parameters in
the right spot -- and other epatch calls or setting those variables
within the ebuild may interfere or override the settings you provided
depending on the case.

Still, I'd be happy to be mistaken, this would make my life easier as well.

-- 
Arttu V.



Re: [gentoo-user] Laptop Lid Close...

2009-01-25 Thread Gian Calgeer
Hi

BRM wrote:

 I mostly run KDE 3.5 (I'll go to KDE4 when I can...once portage 2.2 comes
 out and all)

There's no need to wait for Portage 2.2 in order to install KDE 4, 2.1.6.4
also seems to support EAPI 2. 

Gian




Re: [gentoo-user] evince won't open PDFs

2009-01-25 Thread Grant
  For some reason, evince won't open PDFs anymore.  I've tried different
  versions of evince, poppler, and shared-mime-info, but evince says:
 
  File type PDF document (application/pdf) is not supported
 
  epdfview works, but it segfaults when trying to open shipping labels
  from usps.com.  Does anyone have any ideas on getting evince back to
  normal?  I did try deleting .gnome2/evince.
 
  Have you recently emerged evince/poppler/poppler-bindings ?
 
  To test if perhaps the version on the gentoo servers is currently bad
  I just now remerged them and did the suggested revdep-rebuild, which as
  expected rebuilt nothing.  Everything worked fine; in particular,
evince file.pdf
  worked.
 
  Perhaps you should remerge them in case one of yours is corrupted.
 
  Here is the beginning of my emerge showing the use flags
 
   allan gottlieb # emerge evince poppler poppler-bindings
 
   These are the packages that would be merged, in reverse order:
 
   Calculating dependencies... done!
   [ebuild   R   ] app-text/evince-2.22.2-r1  USE=dbus doc gnome
  gnome-keyring tiff -debug -djvu -dvi -t1lib 1,592 kB [ebuild   R   ]
  app-text/poppler-bindings-0.8.7  USE=cairo gtk -qt3 -qt4 -test 1,436 kB
  [ebuild   R   ]   app-text/poppler-0.8.7  USE=jpeg zlib -cjk 0 kB
 
   Total: 3 packages (3 reinstalls), Size of downloads: 3,027 kB
 
   Would you like to merge these packages? [Yes/No]

 It turns out evince, xpdf, and epdfview all segfault on the PDF
 shipping labels produced by usps.com.  The latest stable evince does
 open other PDF files, although newer evince versions give me the not
 supported problem.

 Has anyone successfully opened a usps.com shipping label?

 - Grant

 The problem is the stable version of poppler (app-text/poppler-0.8.7). I have
 upgrade it to app-text/poppler-0.10.3 and it is working fine now. You will
 have to run revdep-rebuild after updrading poppler.

Thank you very much, that fixed it.  I needed to upgrade evince and
poppler-bindings along with poppler.

- Grant



[gentoo-user] IOCTL error?

2009-01-25 Thread Mateusz Mierzwinski (me.matheos.org)
Hi!

I wish to ask about something special in my messages log. I found
something like that:

Jan 25 18:54:13 thea acpid: client connected from 4034[0:0]
Jan 25 18:54:13 thea acpid: 1 client rule loaded
Jan 25 18:54:14 thea resource map sanity check conflict: 0xd000
0xdfff 0xd000 0xd076 vesafb
Jan 25 18:54:14 thea [ cut here ]
Jan 25 18:54:14 thea WARNING: at arch/x86/mm/ioremap.c:226
__ioremap_caller+0x359/0x3a0()
Jan 25 18:54:14 thea Modules linked in: vboxdrv i915 rtl8187
Jan 25 18:54:14 thea Pid: 4034, comm: X Tainted: GW
2.6.28-gentoofbnew #1
Jan 25 18:54:14 thea Call Trace:
Jan 25 18:54:14 thea [8023ddb4] warn_on_slowpath+0x64/0xa0
Jan 25 18:54:14 thea [803aa97c] xfs_iunlock+0xbc/0xd0
Jan 25 18:54:14 thea [802936d2] handle_mm_fault+0x592/0x790
Jan 25 18:54:14 thea [80243e3f] iomem_map_sanity_check+0xaf/0xc0
Jan 25 18:54:14 thea [802295e9] __ioremap_caller+0x359/0x3a0
Jan 25 18:54:14 thea [a001499f]
i915_gem_entervt_ioctl+0x3f/0x5b0 [i915]
Jan 25 18:54:14 thea [a0014960]
i915_gem_entervt_ioctl+0x0/0x5b0 [i915]
Jan 25 18:54:14 thea [a001499f]
i915_gem_entervt_ioctl+0x3f/0x5b0 [i915]
Jan 25 18:54:14 thea [a0014960]
i915_gem_entervt_ioctl+0x0/0x5b0 [i915]
Jan 25 18:54:14 thea [804bd412] drm_ioctl+0x112/0x340
Jan 25 18:54:14 thea [802bd6a5] vfs_ioctl+0x85/0xb0
Jan 25 18:54:14 thea [802bd74c] do_vfs_ioctl+0x7c/0x470
Jan 25 18:54:14 thea [802bdb89] sys_ioctl+0x49/0x80
Jan 25 18:54:14 thea [8020b80b] system_call_fastpath+0x16/0x1b
Jan 25 18:54:14 thea ---[ end trace 0b24ec8ab24aa979 ]---
Jan 25 18:54:15 thea uhci_hcd :00:1d.1: reserve dev 2 ep81-INT,
period 1, phase 0, 17 us
Jan 25 18:54:15 thea uhci_hcd :00:1d.1: release dev 2 ep81-INT,
period 1, phase 0, 17 us
Jan 25 18:54:15 thea uhci_hcd :00:1d.1: reserve dev 2 ep81-INT,
period 1, phase 0, 17 us

I'm very curious about that cut here section and VFS and XFS lines. I
think that I can destruct data on my drive by some issue with IOCTL (as
usual this must be done to My PC - nothing googled).

Mateusz M.



Re: [gentoo-user] mail server

2009-01-25 Thread laurent


Now I see more what ssmtp and msmtp are about so I have some questions.
Is it possible to use an existing smtp port with them and be able to 
change the sender e-mail from my apache application ?


Like it's transparently sending e-mail from my existing smtp account 
with my authentification but with someone else e-mail.


For MTA: it involves installing a DNS server ?

thx
L

Mike Kazantsev a écrit :

On Sat, 24 Jan 2009 19:54:05 +0100
laurent laur...@logiquefloue.org wrote:

  

I first just need my apache to send mails via mod_php and mod_neko.



I'd also suggest using lite smtp client, like msmtp, which I find a
bit more feature-packed and stable than ssmtp, while being just as easy
to set up.

And if you're still going to choose full-fledged MTA, keep in mind
that you'll need a non-firewalled connection (at least to some ports)
and reverse DNS record - so that if you type host Your_IP (or
dig -x IP) you'll get the correct domain name, otherwise nearly
every mail service will consider you to be anonymous spammer and won't
deliver any mail from your MTA.

  





Re: [gentoo-user] {OT} Remote image editing (crop rotate)

2009-01-25 Thread Grant
 Each ripped CD in my music collection is accompanied by a high
 resolution scan of the album's cover.  There is a new plugin for gmpc
 that displays that cover art at full screen on my HDTV.  As the huge
 cover art images appear on the TV, I notice one or more sides that
 need to be cropped, or that the cover needs to be slightly rotated.
 I'd like to be able to edit those images as I notice problems with
 them, but I wonder if there is an easier way than scp'ing each image
 to my laptop, opening it in gimp, editing it, saving it, and scp'ing
 it back to the HDTV system (especially sshd_config AllowUsers only
 allows my user and the user running gmpc is different).

 Any ideas?  imagemagick comes to mind.  Is there a script or even a
 GUI I could run on the HDTV system that might be able to crop and/or
 rotate quickly and easily?

 Imagemagick would probably work (man convert). If you have gimp
 installed on your mediapc you could always start gimp on that and use X
 (depending if you allow X-forwarding in your sshd_config). Otherwise you
 could do like Stroller suggests (NFS or Samba).

Great idea, I installed gimp and enabled X-forwarding and it's great.
I've got a couple X-forwarding questions I'm going to post about.

- Grant



[gentoo-user] X-forwarding questions

2009-01-25 Thread Grant
I just enabled X-forwarding and I've got a few questions for you guys.

Should I have any security concerns about doing this?

It looks like gimp comes through with an older/blockier version of gtk
or something.  Any way to fix that?

I'm starting X-forwarding like 'ssh -XC 192.168.100.1 gimp' and when I
close gimp it looks like the terminal is still running the process.
Is it supposed to come back to the prompt?

- Grant



Re: [gentoo-user] Strange local connection requests from my laptop

2009-01-25 Thread Nick Cunningham
2009/1/25 Grant emailgr...@gmail.com

 My network's firewall is rejecting a bunch of attempts by my laptop to
 reach 192.168.x.x systems which don't exist.  The requests are from
 and to very high port numbers.  This must have to do with the p2p
 software I'm running (transmission), but I thought it was pretty
 creepy.  Is that sort of thing expected from p2p software?

 - Grant


Thats likely to be normal, a lot of bittorrent clients these days support
finding local peers, so its normal that they would send out queries on your
local network.

I know deluge has an option to enable/disable this, however i dont recall if
transmission has this option.

- Nick


Re: [gentoo-user] Strange local connection requests from my laptop

2009-01-25 Thread Grant
 My network's firewall is rejecting a bunch of attempts by my laptop to
 reach 192.168.x.x systems which don't exist.  The requests are from
 and to very high port numbers.  This must have to do with the p2p
 software I'm running (transmission), but I thought it was pretty
 creepy.  Is that sort of thing expected from p2p software?

 - Grant


 Thats likely to be normal, a lot of bittorrent clients these days support
 finding local peers, so its normal that they would send out queries on your
 local network.

 I know deluge has an option to enable/disable this, however i dont recall if
 transmission has this option.

 - Nick

Thanks Nick, I'll continue my download.

- Grant



Re: [gentoo-user] mail server

2009-01-25 Thread Mike Kazantsev
On Sun, 25 Jan 2009 18:11:04 +0100
laurent laur...@logiquefloue.org wrote:

 Now I see more what ssmtp and msmtp are about so I have some questions.
 Is it possible to use an existing smtp port with them and be able to 
 change the sender e-mail from my apache application ?

 Like it's transparently sending e-mail from my existing smtp account 
 with my authentification but with someone else e-mail.

Yes, basically you can just invoke 'sendmail b...@domain.etc' and type
message with all the headers you need - 'to:', 'from:', 'subject:' etc
to stdin.
Of course, every language has some wrappers to simplify that process.

 
 For MTA: it involves installing a DNS server ?

Not really.
Your IP belongs to an ISP, and it's DNS server has the authority for
that address. So, if anyone (e.g. mail server) is asking any (other) DNS
server who's that guy?, that DNS will go to your provider's DNS and
ask so, it's one of yours, who is it? and it'll be in position to
either return some valid name (that's rarely free), delegate the task
to some other DNS (mostly the case with IP ranges, bought by some
organizations) or just shrug, which is often the case with common users.

So the answer is likely - it won't matter, you won't get a name, but
that's entirely up to your ISP.

That said, there are always possibilities to use the services of (or set
up) some relay server or buy dedicated IP and tunnel traffic through
it, but that's quite beyond the scope of question, I believe.

-- 
Mike Kazantsev // fraggod.net


signature.asc
Description: PGP signature


[gentoo-user] Strange firefox segfault

2009-01-25 Thread Willie Wong
Disclaimer: I am using a hardened x86 system. 

Just now I updated to Firefox 3.0.5 (which is now keyworded stable). I
found that starting firefox is no problem, nor is basic, normal
browsing. What is a problem is the hot-keys!

In short, if I tried to type Ctrl-N for a New Window or Ctrl-T for a
New Tab, firefox segfaults. 

I can click, using the mouse, File-New Window, and the New Window
will start with no problem. I can click File-New Tab, and the New Tab
will start with no problem. I can use middle-click to open a link in
new window with no problem. 

I just cannot use the Ctrl-* keyboard short cuts. 

I tried this with both my normal profile and an empty profile. The
behaviour is the same. 

The strace output looks to me like complete gibberish. 

Does anyone else have the problem? What else can I do to check whether
the problem is on my end? If I were to file a bug report, what kind of
information may be useful?

Thanks, 

W
-- 
THE ENGLISH LANGUAGE
  ladybree@ 
We'll begin with box, the plural is boxes;
But the plural of ox is oxen, not oxes.
One fowl is a goose, but two are called geese,
Yet the plural of moose is never meese.
You may find a lone mouse or a whole nest of mice,
But the plural of house is houses, not hice.
If the plural of man always is men,
Why shouldn't the plural of pan be call pen?
If I speak of a foot and you show me two feet,
And I give you a boot, would a pair be called beet?
If the singular is this and the plural these,
Should a plural of kiss ever be keese?
We speak of a brother and also of brethren,
But though we say mother, we never say methren.
Then the masculine pronouns are he, his and him,
But imagine the females - she, shis and shim!
Sortir en Pantoufles: up 779 days, 16:53



[gentoo-user] Re: ltmain.sh version 1.5.22

2009-01-25 Thread ABCD
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rod wrote:
 * Running elibtoolize in: libmcrypt-2.5.8
 *   Applying install-sh-1.5.patch ...
 
 * Portage patch failed to apply (ltmain.sh version 1.5.22)!
 * Please bug azarah or vapier to add proper patch.

Try reinstalling and/or upgrading sys-devel/libtool

- --
ABCD
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkl8yeMACgkQOypDUo0oQOpo0wCeKqToUftZ/jb5RKPtzlJHoHUM
FekAnR1/GwO1EUb5PnZZ58UAXStadPCf
=FjyW
-END PGP SIGNATURE-




[gentoo-user] revdep-rebuild

2009-01-25 Thread Vizo Allman
I keep getting this message when I run revdep-rebuild :
emerge: there are no ebuilds to satisfy
sys-devel/gcc:x86_64-pc-linux-gnu-3.4.6
I have no idea how to begin to troubleshoot this. Any hints?

TIA
-vizo-

-- 
Nor aught availed him now
To have build in Heaven high towersNor did he scape
By all his engines
But was headlong sent with his industrious crew
To build in Hell
Milton, Paradise Lost


Re: [gentoo-user] revdep-rebuild

2009-01-25 Thread Saphirus Sage
Vizo Allman wrote:
 I keep getting this message when I run revdep-rebuild :
 emerge: there are no ebuilds to satisfy
 sys-devel/gcc:x86_64-pc-linux-gnu-3.4.6
 I have no idea how to begin to troubleshoot this. Any hints?

 TIA
 -vizo-

 -- 
 Nor aught availed him now
 To have build in Heaven high towersNor did he scape
 By all his engines
 But was headlong sent with his industrious crew
 To build in Hell
 Milton, Paradise Lost
Update your gcc-profile and re-emerge gcc, that should fix it.



Re: [gentoo-user] revdep-rebuild

2009-01-25 Thread Norberto Bensa
On Sun, Jan 25, 2009 at 9:41 PM, Vizo Allman vizos...@gmail.com wrote:
 I keep getting this message when I run revdep-rebuild :
 emerge: there are no ebuilds to satisfy
 sys-devel/gcc:x86_64-pc-linux-gnu-3.4.6
 I have no idea how to begin to troubleshoot this. Any hints?

what does emerge -p gcc:3.4 say?



Re: [gentoo-user] revdep-rebuild

2009-01-25 Thread Vizo Allman
I updated profile using gcc-config and re emerged same error

On Sun, Jan 25, 2009 at 6:52 PM, Saphirus Sage saphirus...@gmail.comwrote:

 Vizo Allman wrote:
  I keep getting this message when I run revdep-rebuild :
  emerge: there are no ebuilds to satisfy
  sys-devel/gcc:x86_64-pc-linux-gnu-3.4.6
  I have no idea how to begin to troubleshoot this. Any hints?
 
  TIA
  -vizo-
 
  --
  Nor aught availed him now
  To have build in Heaven high towersNor did he scape
  By all his engines
  But was headlong sent with his industrious crew
  To build in Hell
  Milton, Paradise Lost
 Update your gcc-profile and re-emerge gcc, that should fix it.




-- 
Nor aught availed him now
To have build in Heaven high towersNor did he scape
By all his engines
But was headlong sent with his industrious crew
To build in Hell
Milton, Paradise Lost


Re: [gentoo-user] revdep-rebuild

2009-01-25 Thread Vizo Allman
[ebuild   R   ] sys-devel/gcc-3.4.6-r2

Thats wht I get

-vizo-
On Sun, Jan 25, 2009 at 6:53 PM, Norberto Bensa nbe...@gmail.com wrote:

 On Sun, Jan 25, 2009 at 9:41 PM, Vizo Allman vizos...@gmail.com wrote:
  I keep getting this message when I run revdep-rebuild :
  emerge: there are no ebuilds to satisfy
  sys-devel/gcc:x86_64-pc-linux-gnu-3.4.6
  I have no idea how to begin to troubleshoot this. Any hints?

 what does emerge -p gcc:3.4 say?




-- 
Nor aught availed him now
To have build in Heaven high towersNor did he scape
By all his engines
But was headlong sent with his industrious crew
To build in Hell
Milton, Paradise Lost


Re: [gentoo-user] revdep-rebuild

2009-01-25 Thread Saphirus Sage
Vizo Allman wrote:
 I updated profile using gcc-config and re emerged same error

 On Sun, Jan 25, 2009 at 6:52 PM, Saphirus Sage saphirus...@gmail.com
 mailto:saphirus...@gmail.com wrote:

 Vizo Allman wrote:
  I keep getting this message when I run revdep-rebuild :
  emerge: there are no ebuilds to satisfy
  sys-devel/gcc:x86_64-pc-linux-gnu-3.4.6
  I have no idea how to begin to troubleshoot this. Any hints?
 
  TIA
  -vizo-
 
  --
  Nor aught availed him now
  To have build in Heaven high towersNor did he scape
  By all his engines
  But was headlong sent with his industrious crew
  To build in Hell
  Milton, Paradise Lost
 Update your gcc-profile and re-emerge gcc, that should fix it.




 -- 
 Nor aught availed him now
 To have build in Heaven high towersNor did he scape
 By all his engines
 But was headlong sent with his industrious crew
 To build in Hell
 Milton, Paradise Lost
Well, it says it's lacking the ebuild, so if that didn't work try an
emerge --sync and then revdep-rebuild.



Re: [gentoo-user] revdep-rebuild

2009-01-25 Thread Vizo Allman
Actually it look like revdep is writng emerge command wrong.
cat 4_ebuilds.rr
app-emulation/emul-linux-x86-soundlibs:0
sys-devel/gcc:x86_64-pc-linux-gnu-3.4.6
sys-devel/gcc:x86_64-pc-linux-gnu-4.3.2

emerge -pv sys-devel/gcc:x86_64-pc-linux-gnu-3.4.6
while emerge gcc or emerge - sys-devel/gcc:4.3 does.
hmm...

-vizo-

On Sun, Jan 25, 2009 at 9:02 PM, Saphirus Sage saphirus...@gmail.comwrote:

 Vizo Allman wrote:
  I updated profile using gcc-config and re emerged same error
 
  On Sun, Jan 25, 2009 at 6:52 PM, Saphirus Sage saphirus...@gmail.com
  mailto:saphirus...@gmail.com wrote:
 
  Vizo Allman wrote:
   I keep getting this message when I run revdep-rebuild :
   emerge: there are no ebuilds to satisfy
   sys-devel/gcc:x86_64-pc-linux-gnu-3.4.6
   I have no idea how to begin to troubleshoot this. Any hints?
  
   TIA
   -vizo-
  
   --
   Nor aught availed him now
   To have build in Heaven high towersNor did he scape
   By all his engines
   But was headlong sent with his industrious crew
   To build in Hell
   Milton, Paradise Lost
  Update your gcc-profile and re-emerge gcc, that should fix it.
 
 
 
 
  --
  Nor aught availed him now
  To have build in Heaven high towersNor did he scape
  By all his engines
  But was headlong sent with his industrious crew
  To build in Hell
  Milton, Paradise Lost
 Well, it says it's lacking the ebuild, so if that didn't work try an
 emerge --sync and then revdep-rebuild.




-- 
Nor aught availed him now
To have build in Heaven high towersNor did he scape
By all his engines
But was headlong sent with his industrious crew
To build in Hell
Milton, Paradise Lost


Re: [gentoo-user] Strange firefox segfault

2009-01-25 Thread Maxim Kremenev
Maybe u try exec firefox in console and send output ?

On Sun, Jan 25, 2009 at 8:22 PM, Willie Wong ww...@princeton.edu wrote:

 Disclaimer: I am using a hardened x86 system.

 Just now I updated to Firefox 3.0.5 (which is now keyworded stable). I
 found that starting firefox is no problem, nor is basic, normal
 browsing. What is a problem is the hot-keys!

 In short, if I tried to type Ctrl-N for a New Window or Ctrl-T for a
 New Tab, firefox segfaults.

 I can click, using the mouse, File-New Window, and the New Window
 will start with no problem. I can click File-New Tab, and the New Tab
 will start with no problem. I can use middle-click to open a link in
 new window with no problem.

 I just cannot use the Ctrl-* keyboard short cuts.

 I tried this with both my normal profile and an empty profile. The
 behaviour is the same.

 The strace output looks to me like complete gibberish.

 Does anyone else have the problem? What else can I do to check whether
 the problem is on my end? If I were to file a bug report, what kind of
 information may be useful?

 Thanks,

 W
 --
THE ENGLISH LANGUAGE
  ladybree@ 
 We'll begin with box, the plural is boxes;
 But the plural of ox is oxen, not oxes.
 One fowl is a goose, but two are called geese,
 Yet the plural of moose is never meese.
 You may find a lone mouse or a whole nest of mice,
 But the plural of house is houses, not hice.
 If the plural of man always is men,
 Why shouldn't the plural of pan be call pen?
 If I speak of a foot and you show me two feet,
 And I give you a boot, would a pair be called beet?
 If the singular is this and the plural these,
 Should a plural of kiss ever be keese?
 We speak of a brother and also of brethren,
 But though we say mother, we never say methren.
 Then the masculine pronouns are he, his and him,
 But imagine the females - she, shis and shim!
 Sortir en Pantoufles: up 779 days, 16:53