From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ge1aH-0007U7-Og for garchives@archives.gentoo.org; Sun, 29 Oct 2006 03:43:42 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9T3fnC2008066; Sun, 29 Oct 2006 03:41:49 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9T3fmHV010702 for ; Sun, 29 Oct 2006 03:41:49 GMT Received: by nf-out-0910.google.com with SMTP id p46so2612776nfa for ; Sat, 28 Oct 2006 20:41:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XyMiBmcAu48kYAOjiD2Jws0LJ++nHGiVqXPx++YwtZkjQkfBp959GM4rxYpTwQvJFFjCwLn+Tnq9cqncpXFMXMY6GOhMkluzTvVMWV7JtuHZudR/ISZEajKAFEd7H9NR97BGJoEclAc7GOCytlmK0L+u4BTKtFMmPrlL3YfGk6w= Received: by 10.78.131.8 with SMTP id e8mr2389245hud; Sat, 28 Oct 2006 20:41:48 -0700 (PDT) Received: by 10.78.97.12 with HTTP; Sat, 28 Oct 2006 20:41:48 -0700 (PDT) Message-ID: <7c8072a00610282041m4bd470e7idc4c08522895c68@mail.gmail.com> Date: Sat, 28 Oct 2006 23:41:48 -0400 From: "Harry Holt" To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Re: gcc 4.1.1 access violation In-Reply-To: <7c8072a00610281554r5cead30ake9f071d01e20620@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_57050_8034957.1162093308286" References: <7c8072a00610271620o15838e70of02ad445af47849d@mail.gmail.com> <200610281108.21396.volker.armin.hemmann@tu-clausthal.de> <7c8072a00610281554r5cead30ake9f071d01e20620@mail.gmail.com> X-Archives-Salt: 0fe824bd-6f15-48d8-aa9c-3de8466eef60 X-Archives-Hash: 5ce16189bee0219bc6d22defdd9474cd ------=_Part_57050_8034957.1162093308286 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hmmm... Same error with 4.1.1-r1, so... sandbox issue? Why would the install try to mess with crt1.o? It's not on the list of files for GCC. On 10/28/06, Harry Holt wrote: > > Well, I'm trying with gcc 4.1.1, not 4.1.1-r1 (it's masked), but if I > can't get this to work I'll try that one. The problem is the 3-hour compile > until the error shows up. I'm still unclear why the ebuild postinst / > qmerge does not work - it doesn't seem to put everything in place like it > should (still have broken libs, etc.). > > ... HH > > On 10/28/06, Hemmann, Volker Armin > wrote: > > > > On Saturday 28 October 2006 07:02, Duncan wrote: > > > > > You /could/ try turning sandbox off (in FEATURES). That's a bit > > dangerous > > > by itself, but if you turn userpriv on at the same time, it should be > > > fairly safe. > > > > NO! > > > > Just no! > > > > Never ever turn of sandbox. Without sandbox, files can end everywhere in > > your > > installation, destroying stuff, make apps segfault randomly - and the > > worst, > > portage does not know about them. > > > > Never ever turn of sandbox. And never tell others to do so. > > btw > > * sys-devel/gcc > > Latest version available: 4.1.1-r1 > > Latest version installed: 4.1.1-r1 > > > > and I have sandbox enabled. So it is not a sandbox problem. Something > > else is > > broken on his system. > > -- > > gentoo-amd64@gentoo.org mailing list > > > > > > > -- > Harry Holt, PMP -- Harry Holt, PMP ------=_Part_57050_8034957.1162093308286 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hmmm... Same error with 4.1.1-r1, so... sandbox issue?  Why would the install try to mess with crt1.o?  It's  not on the list of files for GCC.


On 10/28/06, Harry Holt <harryholt@gmail.com> wrote:
Well, I'm trying with gcc 4.1.1, not 4.1.1-r1 (it's masked), but if I can't get this to work I'll try that one.  The problem is the 3-hour compile until the error shows up.  I'm still unclear why the ebuild postinst / qmerge does not work - it doesn't seem to put everything in place like it should (still have broken libs, etc.).

... HH


On 10/28/06, Hemmann, Volker Armin < volker.armin.hemmann@tu-clausthal.de> wrote:
On Saturday 28 October 2006 07:02, Duncan wrote:

> You /could/ try turning sandbox off (in FEATURES).  That's a bit dangerous
> by itself, but if you turn userpriv on at the same time, it should be
> fairly safe.

NO!

Just no!

Never ever turn of sandbox. Without sandbox, files can end everywhere in your
installation, destroying stuff, make apps segfault randomly - and the worst,
portage does not know about them.

Never ever turn of sandbox. And never tell others to do so.
btw
*  sys-devel/gcc
      Latest version available: 4.1.1-r1
      Latest version installed: 4.1.1-r1

and I have sandbox enabled. So it is not a sandbox problem. Something else is
broken on his system.
--
gentoo-amd64@gentoo.org mailing list




--
Harry Holt, PMP



--
Harry Holt, PMP ------=_Part_57050_8034957.1162093308286-- -- gentoo-amd64@gentoo.org mailing list