From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KNrSs-0005ka-96 for garchives@archives.gentoo.org; Tue, 29 Jul 2008 15:50:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9600E02B9; Tue, 29 Jul 2008 15:50:15 +0000 (UTC) Received: from mail.askja.de (mail.askja.de [83.137.103.136]) by pigeon.gentoo.org (Postfix) with ESMTP id BEB29E02B9 for ; Tue, 29 Jul 2008 15:50:15 +0000 (UTC) Received: from static-87-79-89-40.netcologne.de ([87.79.89.40] helo=zone.wonkology.org) by mail.askja.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1KNrSo-0006ZL-RO for gentoo-user@lists.gentoo.org; Tue, 29 Jul 2008 17:50:14 +0200 Received: from localhost (localhost [127.0.0.1]) (uid 1000) by zone.wonkology.org with local; Tue, 29 Jul 2008 17:50:11 +0200 id 000103FE.488F3C33.00004A72 From: Alex Schuster Organization: Wonkology To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] media-video/totem-2.20.3 Access violation Date: Tue, 29 Jul 2008 17:50:08 +0200 User-Agent: KMail/1.9.9 References: <1216669486.1518.5.camel@alden> In-Reply-To: <1216669486.1518.5.camel@alden> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807291750.09607.wonko@wonkology.org> X-Archives-Salt: dc205697-d81b-413d-ad4c-66a9bbf5d2c5 X-Archives-Hash: b4c0f93c16628e7abf2b63f99a980e5c Ivan Alden wrote: > When I run a revdep-rebuild or emerge totem I get an access violation > error when the system tries to compile totem. > > Anyone knows what could be wrong? > > Thanks > > >>> Source compiled. > > --------------------------- ACCESS VIOLATION SUMMARY > --------------------------- > LOG FILE = "/var/log/sandbox/sandbox-16382.log" > > unlink: /usr/share/xml2po/docbook.pyc > unlink: /usr/share/xml2po/docbook.pyc > unlink: /usr/share/xml2po/docbook.pyc > unlink: /usr/share/xml2po/docbook.pyc > unlink: /usr/share/xml2po/docbook.pyc > unlink: /usr/share/xml2po/docbook.pyc > unlink: /usr/share/xml2po/docbook.pyc > unlink: /usr/share/xml2po/docbook.pyc Not sure about that, but I just got a similar error with some *.pyc files in /usr/share/pygtk/2.0/codegen/. I renamed those files, and could merge the package then. If you try this, you do not need to compile totem, just do an "ebuild /usr/portage/media-video/totem-2.20.3.ebuild qmerge". Or "FEATURES=keepwork emerge -1 totem", which would take slightly longer due to unpacking and configuring again. Wonko