I've run haskell-updater successfully, nonetheless, emerge --tree --newuse --update world fails on ghc. See attached tarball.
Created attachment 251657 [details] bug report documents.
Comment on attachment 251657 [details] bug report documents. It is preferable to post emerge --info and the relevant lines of the build log directly into the bug.
(In reply to comment #2) > (From update of attachment 251657 [details]) > It is preferable to post emerge --info and the relevant lines of the build log > directly into the bug. Perhaps. But it's too much work. I've got a script that automatically gather the bug report informations. By the way, why isn't it done automatically by emerge itself? emerge: compilation failed: do you want me to send a bug report (y/n)?
(In reply to comment #3) > Perhaps. But it's too much work. I've got a script that automatically gather > the bug report informations. Then perhaps it's time to adapt your script to the preferences and standards of Gentoo's developers? Please post separate attachments instead of one tarball next time. Also, teach your script to use the entire atom, including the CATEGORY that is. CFLAGS="-O2 -pipe -march=native -mno-tls-direct-seg-refs" Weird CFLAGS. Try again without that last one. > By the way, why isn't it done automatically by emerge itself? > > emerge: compilation failed: do you want me to send a bug report (y/n)? That's irrelevant here. Report a new bug about that, please.
> Also, teach your script to use the entire atom, including the CATEGORY that is. I don't understand what you mean. The tarball name contains the three parts of the atom, which I mentionned also in the summary. Otherwise it contains all the files and command output required by emerge when it fails. And the output of emerge --info which is conveniently stored in a file named emerge--info.txt contains the whole atom too. > CFLAGS="-O2 -pipe -march=native -mno-tls-direct-seg-refs" > > Weird CFLAGS. Try again without that last one. It is needed for Xen, as indicated by the Gentoo Xen HowTo. http://en.gentoo-wiki.com/wiki/Xen
After the sync of this night, (and perhaps my remove of debug use flag, but it had no effect before the sync, only on swi-prolog and samba, see #342377), dev-lang/ghc-6.12.3 emerged correctly along with darcs, and their dependencies. Thanks.