Robert Bridge wrote:
> On Fri, 18 Jul 2008 16:30:20 +0200
> Arfrever Frehtes Taifersar Arahesis <[EMAIL PROTECTED]> wrote:
>
> > IMHO it would be better to teach users to explicitly specify
> > '@system' during updates, e.g. `emerge -uDN @system @world`.
>
> Why not just re-instate the implicit d
Zac Medico wrote:
It's common for people get get confused like this by the "confmem"
behavior that's built into portage's merge process. You can use
--noconfmem to disable it.
Ah, I didn't knew we had this option, thanks for the info. However, a
user complained in [1] that net-dialup/ppp failed
On Fri, 18 Jul 2008 23:13:01 -0600
Ryan Hill <[EMAIL PROTECTED]> wrote:
> Just curious, what are the benefits of not having world include
> system?
Nevermind, I just found your post explaining this.
--
gcc-porting, by design, by neglect
treecleaner,
On Mon, 14 Jul 2008 18:01:23 -0400
Doug Goldstein <[EMAIL PROTECTED]> wrote:
> With the new split in Portage where system set packages are not
> considered in an "emerge -auDNv world" unless something in world
> RDEPENDs on it brings about a few issues.
Just curious, what are the benefits of no
On Fri, 18 Jul 2008 17:55:00 +
"Raul Porcel (armin76)" <[EMAIL PROTECTED]> wrote:
> armin76 08/07/18 17:55:00
>
> Modified: mozcoreconf-2.eclass
> Log:
> Enable by default mozilla's optimization
> +IUSE="${IUSE} custom-optimization"
> +
Could you use custom-cflags for
On Thu, 17 Jul 2008 11:20:15 -0400
Philip Webb <[EMAIL PROTECTED]> wrote:
> 080717 Jeremy Olexa wrote:
> > Philip Webb wrote:
> >> [2] http://www.ibm.com/developerworks/linux/library/l-awk1.html
> >> '03 Jul 2008' has been added since I sent my comment to them
> >> yesterday ! However, the incorre
Marius Mauch kirjoitti:
If someone wants to use it I can add it on the tree (after the normal
review process and being better tested), but I'll only be doing it
when there is an actual demand for it (no point in adding an eclass that
nobody uses).
I have been long thinking about adding suppor
On Fri, 18 Jul 2008 16:21:24 +0100
Robert Bridge <[EMAIL PROTECTED]> wrote:
> On Fri, 18 Jul 2008 16:30:20 +0200
> Arfrever Frehtes Taifersar Arahesis <[EMAIL PROTECTED]> wrote:
>
> > IMHO it would be better to teach users to explicitly specify
> > '@system' during updates, e.g. `emerge -uDN @sys
On Fri, 18 Jul 2008 10:01:28 -0400
Doug Goldstein <[EMAIL PROTECTED]> wrote:
> Olivier Crête wrote:
> > On Mon, 2008-07-14 at 18:01 -0400, Doug Goldstein wrote:
> >
> >> This brings out the fun of circular depends. I don't really know
> >> how to address this but a lot of packages are going to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Alin Năstac wrote:
> Portage no longer install ._cfg_* files for the CONFIG_PROTECTed
> files touched by the user. Even if I remove the package and reinstall it
> again, the protected file will remain like it is.
>
> Can someone enlighten me?
>
Perhaps we could write a script that compiles packages in portage with both ICC
and GCC and runs them with different flags. I think there was an effort on the
GCC side already to test flags with specific packages. We can then have the
script run time on the applications doing work (again, that
Ciaran McCreesh wrote:
How much of that is memory bound? Of the things that aren't, how many
aren't written in assembly anyway? Of those things, what proportion of
the runtime is spent in those areas?
If you double the speed of something that takes up 2% of the overall
execution time, you can't
On Fri, 18 Jul 2008 15:34:53 -0400
Richard Freeman <[EMAIL PROTECTED]> wrote:
> Ciaran McCreesh wrote:
> > The more interesting question, then, is whether users run any
> > non-trivial cpu-bound programs. We know the applied science types
> > do, but they tend to be the ones who're doing clever thi
Ciaran McCreesh wrote:
The more interesting question, then, is whether users run any
non-trivial cpu-bound programs. We know the applied science types do,
but they tend to be the ones who're doing clever things with icc
anyway. What about normal users?
I'm sure they do on some occasion if the
Also, in the academic environment the grad student/university can pay for the
license that the student slipstreams into their gentoo installation, making it
100% legal depending on how many seats he or she buys.
--
gentoo-dev@lists.gentoo.org mailing list
Portage no longer install ._cfg_* files for the CONFIG_PROTECTed
files touched by the user. Even if I remove the package and reinstall it
again, the protected file will remain like it is.
Can someone enlighten me?
signature.asc
Description: OpenPGP digital signature
On Fri, 18 Jul 2008 15:16:18 +0100
Sébastien Fabbro <[EMAIL PROTECTED]> wrote:
> There was some attempts a few years ago for rolling up a full Gentoo
> with icc, but it hit several problems if I recall. Now both icc and
> gcc have improved since then.
Including needing package specific CFLAGS bec
On Fri, 18 Jul 2008 16:30:20 +0200
Arfrever Frehtes Taifersar Arahesis <[EMAIL PROTECTED]> wrote:
> IMHO it would be better to teach users to explicitly specify
> '@system' during updates, e.g. `emerge -uDN @system @world`.
Why not just re-instate the implicit dependency of world on system?
Rob.
Doug Goldstein wrote:
Yes. Adding libc everywhere is wrong. However, if you don't have one of
the packages listed here [1], your libc won't ever update.
Sure it will. When the version of libc you have installed is removed
from the portage tree you'll get bumped to the most recent versi
He's also doing it on a core 2 duo. It would be interesting to compare this
with some mildly legacy hardware (netburst pipelines) in order to see whether
GCC does a comparable job. My guess would be no, seeing as netburst was
extremely ugly and complicated, only intel would be able to write a
On Fri, 18 Jul 2008 10:24:58 -0400 (EDT)
Adam Stylinski <[EMAIL PROTECTED]> wrote:
> GCC 4.3 is catching up, but they are no where near utilizing SSE4 or
> SSE5 instructions.
>
> http://blog.alphagemini.org/2008/03/icc-vs-gcc-43.html
>
> He concludes that it's not worth pursuing, but I beg to d
2008-07-18 16:01:28 Doug Goldstein napisał(a):
> Olivier Cr�te wrote:
> > On Mon, 2008-07-14 at 18:01 -0400, Doug Goldstein wrote:
> >
> >> This brings out the fun of circular depends. I don't really know how to
> >> address this but a lot of packages are going to have to be updated to
> >> co
Branko Badrljica wrote:
BTW: Is ICC really worth the fuss ?
I have checked around and reported that newest gcc-4.3 is able to to
catch and sometimes even outperform icc ( not always, naturally).
Big news seemed to be thatnew gcc si close and sometimes better than icc.
Is it any truth to that
GCC 4.3 is catching up, but they are no where near utilizing SSE4 or SSE5
instructions.
http://blog.alphagemini.org/2008/03/icc-vs-gcc-43.html
He concludes that it's not worth pursuing, but I beg to differ. Those are
signifcant differences for a processor.
--
gentoo-dev@lists.gentoo.org mai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday July 17, Adam Stylinski wrote:
> Pro's:
>
> 1.) Bloody fast machine code. Intel obfuscates their architecture
> but they give back to the community as much as possible to make their
> hardware marketable toward the open source sysadmin,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Apologies if you received this mail already, I'm having problems with my
smtp.
On Thursday July 17 Adam Stylinski wrote:
> The intel C Compiler (icc) has an ebuild for gentoo and the wiki has
> a script to integrate it with portage. This script work
Olivier Crête wrote:
On Mon, 2008-07-14 at 18:01 -0400, Doug Goldstein wrote:
This brings out the fun of circular depends. I don't really know how to
address this but a lot of packages are going to have to be updated to
contain proper depends. i.e. C based apps will need
RDEPEND="virtual/li
Robert Bridge wrote:
On Fri, 18 Jul 2008 11:34:11 +0900
Luca Barbato <[EMAIL PROTECTED]> wrote:
Adam Stylinski wrote:
The intel C Compiler (icc)
icc, xlc, llvm, sunstudio could be interesting fields of discovery.
Which are the pitfalls of using icc?
lu
If I recall cor
BTW: Is ICC really worth the fuss ?
I have checked around and reported that newest gcc-4.3 is able to to
catch and sometimes even outperform icc ( not always, naturally).
Big news seemed to be thatnew gcc si close and sometimes better than icc.
Is it any truth to that and if it is, what is the
I actually know somebody working at intel, maybe he can get them more involved.
--
gentoo-dev@lists.gentoo.org mailing list
I'm not suggesting that it be sold. Gentoo is
non-profit anyway, the livecd could be available for
download only. The binaries don't have to be
licensed if you're not selling them, however the
compiler does. This is where the non-commercial free
license comes in (with a fetch restriction requiring
Adam Stylinski wrote:
The intel C Compiler (icc) has an ebuild for gentoo and the wiki has
a script to integrate it with portage.
I'm using ICC for programs where I have numbers about performance; for
example, bzip2 is 30% faster here when compiled with ICC.
However, one thing I don't like a
32 matches
Mail list logo