Re: [gentoo-user] Gcc 5.3

2015-12-24 Thread Stanislav Nikolov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I think they should be compiled with the same version of gcc, shouldn't they? On 12/24/2015 05:18 PM, Alan Grimes wrote: > Hey, thanks for putting out gcc 5.3... > > Unfortunately, it fails to bootstrap on my machine. I am getting > differences

[gentoo-user] git-2.eclass or git broken?

2015-12-21 Thread Stanislav Nikolov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 It looks like the git-2.eclass on line 554 says "EGIT_UPDATE_CMD="git pull -f -u ${EGIT_OPTIONS}" which, git refuses to accept with the error message "error: unknown switch `u'". The git pull manual page clearly says that it should work, but it

Re: [gentoo-user] icedtea-3.0-openjdk verifiy failed

2015-12-16 Thread Stanislav Nikolov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Have you tried 'ebuild icedtea-7.2.6.3-r2.ebuild manifest'? On 12/16/2015 08:01 PM, James wrote: > > Howdy, > > > So, I got the problem I have not seen before. > > equery depends icedtea(variety of strings) > > all return the same package

Re: [gentoo-user] OpenSSH upgrade warning

2015-11-10 Thread Stanislav Nikolov
On 11/10/2015 09:25 PM, Michael Orlitzky wrote: > On 11/10/2015 02:23 PM, Stanislav Nikolov wrote: >> Are you sure you know how such keys work? An extremely 15 character >> password (Upper case, lower case, numbers, 8 more symbols) gives you >> ~47475615099430

Re: [gentoo-user] Better CPU for compiling with gcc

2015-11-10 Thread Stanislav Nikolov
On 11/10/2015 08:55 PM, Alan McKinnon wrote: > On 10/11/2015 20:37, Stanislav Nikolov wrote: >> >> On 11/10/2015 08:17 PM, Mick wrote: >>> On Tuesday 10 Nov 2015 17:47:08 Stanislav Nikolov wrote: >>>> Dear Gentoo users, >>>> I'm building

[gentoo-user] Better CPU for compiling with gcc

2015-11-10 Thread Stanislav Nikolov
Dear Gentoo users, I'm building a new PC. I have a budget of ~$550-$650. No GPU, no special case (I may use a card box), not even a hdd or ssd. So, as you can see, it's pretty much "get the best CPU and mobo/ram that are compatible with it". The problem is, which is the best one. By "best" I

Re: [gentoo-user] Better CPU for compiling with gcc

2015-11-10 Thread Stanislav Nikolov
On 11/10/2015 08:17 PM, Mick wrote: > On Tuesday 10 Nov 2015 17:47:08 Stanislav Nikolov wrote: >> Dear Gentoo users, >> I'm building a new PC. I have a budget of ~$550-$650. No GPU, no special >> case (I may use a card box), not even a hdd or ssd. So, as you can see, >

Re: [gentoo-user] OpenSSH upgrade warning

2015-11-10 Thread Stanislav Nikolov
On 11/10/2015 09:17 PM, Michael Orlitzky wrote: > On 11/10/2015 02:00 PM, Jeff Smelser wrote: >> I guess from this your assuming that everyones passwords that have been >> hacked are god, birthdays and such? >> > Again: assume that I'm not an idiot, and that I know how to choose a > long, random

Re: [gentoo-user] OpenSSH upgrade warning

2015-11-10 Thread Stanislav Nikolov
On 11/10/2015 09:31 PM, Michael Orlitzky wrote: > On 11/10/2015 02:23 PM, Stanislav Nikolov wrote: >> >> On 11/10/2015 09:17 PM, Michael Orlitzky wrote: >>> On 11/10/2015 02:00 PM, Jeff Smelser wrote: >>>> I guess from this your assuming that everyones

Re: [gentoo-user] Using portage to install packages in home dir

2015-11-03 Thread Stanislav Nikolov
On 11/03/2015 05:06 PM, Michael Orlitzky wrote: > On 11/03/2015 09:53 AM, Stanislav Nikolov wrote: >> Is there a way to make portage work only in $HOME, like setting >> root=/home/asd? I can't find any way to force portage NOT to read >> /etc/portage/make.conf or NOT to writ

[gentoo-user] Using portage to install packages in home dir

2015-11-03 Thread Stanislav Nikolov
Is there a way to make portage work only in $HOME, like setting root=/home/asd? I can't find any way to force portage NOT to read /etc/portage/make.conf or NOT to write to it's default log dir. Thanks!