Re: [gentoo-user] Is there a Gentoo Expert in NYC?

2012-07-05 Thread Dmitry Goncharov
One way to fix that would be to boot a livecd, chroot, build and install
another kernel.
Why does not the old kernel boot?

regards, Dmitry

On Tue, Jul 3, 2012 at 11:07 AM, David Kuhl dhkuhl1...@gmail.com wrote:

 I need a Gentoo Expert to take a look at this.  Are there any in NYC
 around West 72nd?  I've got to get this laptop working.  After
 following the recomendations on building the latest kernel I don't
 have a system anymore.  Everything on my LVM2 partitions are gone or
 at least not working.  I added genkernel ~amd64 to the
 portage/package.keywords as suggested to get the latest genkernel to
 build . . . which it did.  Now the kernel (3.3.8) which was suppose to
 fix the xorg-server problem destroyed the system, I can't boot to the
 old kernel either it's the same thing.  This is getting worse.  How
 can I fix this?  Is there anyone near by?  Thanks.




Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker.

2012-06-02 Thread Dmitry Goncharov
On Sat, Jun 02, 2012 at 10:52:12PM -0400, Michael Mol wrote:
 On Sat, Apr 28, 2012 at 11:07 AM, Michael Mol mike...@gmail.com wrote:
 Wow. Just wow. This is incredible.
 
 This is repeatable for me.
 
snip
  * The problem occurred while executing the ebuild file named
  * 'glibc-2.14.1-r3.ebuild' located in the '/var/db/pkg/sys-
 
snip
 CFLAGS=-O2 -pipe -D_FORTIFY_SOURCE=2 -march=core2 -mcx16 -msahf
 --param l1-cache-size=32 --param l1-cache-line-size=64 --param
 l2-cache-size=4096 -mtune=core2 -ggdb3
 CXXFLAGS=${CFLAGS}

Can you upgrage to glibc-2.15?
Can you tweak you gcc flags to something more conventional and see if the
problem persists?
If you are interested in submitting a patch to the upstream then you can build
the glibc test suite with your gcc flags and check if the tests pass.

regards, Dmitry



Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker.

2012-06-02 Thread Dmitry Goncharov
On Sat, Jun 02, 2012 at 11:56:01PM -0400, Michael Mol wrote:
 On Sat, Jun 2, 2012 at 11:34 PM, Dmitry Goncharov
 dgoncha...@users.sf.net wrote:
  On Sat, Jun 02, 2012 at 10:52:12PM -0400, Michael Mol wrote:
  On Sat, Apr 28, 2012 at 11:07 AM, Michael Mol mike...@gmail.com wrote:
  Wow. Just wow. This is incredible.
 
  This is repeatable for me.
 
  snip
   * The problem occurred while executing the ebuild file named
   * 'glibc-2.14.1-r3.ebuild' located in the '/var/db/pkg/sys-
 
  snip
  CFLAGS=-O2 -pipe -D_FORTIFY_SOURCE=2 -march=core2 -mcx16 -msahf
  --param l1-cache-size=32 --param l1-cache-line-size=64 --param
  l2-cache-size=4096 -mtune=core2 -ggdb3
  CXXFLAGS=${CFLAGS}
 
  Can you upgrage to glibc-2.15?
 
 Sure. It's going to be another full reinstall.
 
  Can you tweak you gcc flags to something more conventional and see if the
  problem persists?
 
 Those CFLAGS should be equivalent to:
 CFLAGS=-O2 -pipe -ggdb3 --march=native.
 
 But I'll try making it just -O2 -pipe --march=native.
 
  If you are interested in submitting a patch to the upstream then you can 
  build
  the glibc test suite with your gcc flags and check if the tests pass.
 
 If it gets things fixed. I have two machines which have been offline
 for almost two months from this.
 
 -- 
 :wq
 
Also, which gcc are you using? Can you try a different version?

regards, Dmitry



Re: [gentoo-user] Re: contribution to colorgcc

2011-08-07 Thread Dmitry Goncharov
On Sun, Aug 07, 2011 at 07:52:35AM +0300, Nikos Chantziaras wrote:
 On 08/07/2011 05:14 AM, Dmitry Goncharov wrote:
  Greetings,
 
  Is anybody maintaining dev-util/colorgcc?
 
 No.  There's no upstream for it anymore.  Packagers maintain their own 
 versions and fixes are not contributed upstream since there's no upstream.
 
 

Yes, there is not upstream. I am looking for a gentoo maintainer who can accept
patches.
Alternatively, i can roll out a colorgcc tarball and start a new
upstream. I use the program with 4 of these compilers on a daily basis and 
maintain
anyway.

regards, Dmitry



Re: [gentoo-user] contribution to colorgcc

2011-08-07 Thread Dmitry Goncharov
On Sun, Aug 07, 2011 at 09:26:36AM +0700, Pandu Poluan wrote:
 (Please forgive my top-posting)
 
 Commendable effort, my friend. Have you tried asking in the gentoo-dev ML?
 
 Rgds,
 
No effort at all. The program helps and makes my life easier a lot.
Yes, i also asked the gentoo-dev.

regards, Dmitry

 
 On 2011-08-07, Dmitry Goncharov dgoncha...@users.sf.net wrote:
  Greetings,
 
  Is anybody maintaining dev-util/colorgcc?
  I'd like to contribute certain improvements for gcc and also support for the
  sun, ibm, hp and intel compilers.
  I pushed the current version to https://github.com/dgoncharov/colorgcc.
  You can pull from there or i can submit a set of patches.
 
  regards, Dmitry
 
 
 
 
 -- 
 --
 Pandu E Poluan - IT Optimizer
 My website: http://pandu.poluan.info/
 



[gentoo-user] contribution to colorgcc

2011-08-06 Thread Dmitry Goncharov
Greetings,

Is anybody maintaining dev-util/colorgcc?
I'd like to contribute certain improvements for gcc and also support for the
sun, ibm, hp and intel compilers.
I pushed the current version to https://github.com/dgoncharov/colorgcc.
You can pull from there or i can submit a set of patches.

regards, Dmitry