
Yes, they want to replace them by wind or sun power. Which is a good idea, but stopping nuclear power plant right is stupid.d2_racing wrote:Environmentalists don't like nuke power at all.monsm wrote:If they are so afraid of pollution they should concentrate getting more nuclear power built (at least UK and USA has deficits in power generation, others are in a similar situation)

Same thing can be said for...mrknowitall wrote:the reason for throwing in the argument about destroying nature was merely a thing to point out, that gentoo, due to it's nature as source based distro needs a lot of cpu-power and thus energy for it's compiling process.
James Lovelock (the co-proposer along with Lyn Marguilis of Gaia Theory) is something of an environmentalist and is also a proponent of nuclear power (wrote an open letter to the UK government on just such a topic a few years back).d2_racing wrote:Environmentalists don't like nuke power at all.monsm wrote:If they are so afraid of pollution they should concentrate getting more nuclear power built (at least UK and USA has deficits in power generation, others are in a similar situation)




Code: Select all
FEATURES="buildpkg"
PKGDIR="/home/binaries"
Code: Select all
FEATURES="getbinpkg"
PORTAGE_BINHOST="ftp://[user]:[password]@packagesvr.mydomain.au/../home/binaries/"

Ooops, fingers instead of brain doing the thinking there!timeBandit wrote:
- A torus (a topological surface resembling a donut) describes the shape of the reaction chamber of a tokamak-style fusion reactor. Taurus (Latin for bull) is the name of a zodiacal constellation and a Ford Motor Company product.
Isn't this inherent/implicit in Gentoo, since only the USE flags that are required trigger the compilation of the features that are desired, rather than building packages with all options included?mrknowitall wrote:sorry guys,
what i was trying to get at, that there should be some way of preserving gentoos power as a source based distro whilst saving compile time by optimizing the compile process. binary distris do the compilation for you, hence you have a fast install/update but to the cost of flexibility we all appreciate so much.

Code: Select all
CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fomit-frame-pointer"Code: Select all
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"Code: Select all
tmpfs /var/tmp/portage size=1G 0 0You must have missed that then since its in the handbook, and one of the fundamental steps in setting up your systemmrknowitall wrote:@slack---line:
cflags set the compiler options specific to your system. they can be more or less generic. also you control optimization among other things. on a distri like ubunutu you would have something like this:since they need to support many platforms. on gentoo, you can compile for your specific needs. i just found out that you can useCode: Select all
CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fomit-frame-pointer", where as GCC > 4.2.3 is required. hence leading to a build only supported by the same plattforms, but best suited, therefore better performance. see http://en.gentoo-wiki.com/wiki/Safe_Cflags for details.Code: Select all
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
Are you getting at people sharing their compiled binaries with their choice of CFLAGS/USE? That would results in hundreds if not thousands of the same package built slightly differently, and how would you co-ordinate things such that no one ever duplicates the same package with the same configuration.mrknowitall wrote: but this is all done on your machine. in my theory, i would like to make use of the whole community instead of using soley distcc (wich has some restrictions, too. you cannot set the perfect cflags if you have two different systems). i asume, that in a big community this compilations already exists. but maybe sabayon is optimized enough. i never meassured the effency of my cflags over a more generic setting. maybe it's really not worth talking about and instead use sabayon for low performing plattforms...
