Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262357 - x11-libs/vte-0.16.14 fails to emerge
Summary: x11-libs/vte-0.16.14 fails to emerge
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-13 17:20 UTC by Itamar Croitoru
Modified: 2009-03-14 23:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info output (emerge.info,3.45 KB, text/plain)
2009-03-14 15:55 UTC, Itamar Croitoru
Details
Emerge output errors on lines 931-936 (vte.emerge.output.info,209.77 KB, text/plain)
2009-03-14 16:44 UTC, Itamar Croitoru
Details
LS -la output of requested folder (ls.output.info,3.45 KB, text/plain)
2009-03-14 22:39 UTC, Itamar Croitoru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Itamar Croitoru 2009-03-13 17:20:59 UTC
I installed Gentoo 2008.0 using offline only with command line installer.  Gnome did not correctly get added.  I emerged KDE and it runs fine.  I tried to do 'emerge gnome' and on the package x11-libs/vtw-0.16.14 I run into 6 'ACCESS DENIED' errors for the following files:
/usr/share/pygtk/2.0/codegen/argtypes.pyc
/usr/share/pygtk/2.0/codegen/definitions.pyc
/usr/share/pygtk/2.0/codegen/defsparser.pyc
/usr/share/pygtk/2.0/codegen/scmexpr.pyc
/usr/share/pygtk/2.0/codegen/override.pyc
/usr/share/pygtk/2.0/codegen/reversewrapper.pyc

When I check the files they have "-rw-r--r--".

I have also tried to emerge x11-libs/vte-0.16.14 on it's own and get the exact same results.

Reproducible: Always

Steps to Reproduce:
As I list in the desc.

Actual Results:  
It fails to emerge.

Expected Results:  
It should have emerged.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-14 15:35:47 UTC
Please post your "emerge --info" and attach the build.log file.

Reopen this bug when you provide the requested information.
Comment 2 Itamar Croitoru 2009-03-14 15:55:10 UTC
Created attachment 184962 [details]
emerge --info output
Comment 3 Itamar Croitoru 2009-03-14 16:01:10 UTC
It will not allow me to attach an empty file so I cannot provide you with the build.log file.
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-14 16:04:27 UTC
The important part are the exact ACCESS DENIED error messages. Please post them into this bug.
Comment 5 Itamar Croitoru 2009-03-14 16:44:42 UTC
Created attachment 184969 [details]
Emerge output errors on lines 931-936
Comment 6 Itamar Croitoru 2009-03-14 16:45:20 UTC
I emerged it again and directed the output to a file this time.

The errors happen on lines 931-936.
Comment 7 Itamar Croitoru 2009-03-14 16:46:48 UTC
Incase this makes any difference this Gentoo is installed on a Dell Latititude D610 hardware.
Comment 8 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-03-14 22:32:01 UTC
this is most likely because those file don't exist or were not generated by the normal installation process and hence ebuilds trying to use this will all fail trying to generate these.
Comment 9 Itamar Croitoru 2009-03-14 22:35:16 UTC
the files do exist.  How can I test if they were created correctly?
Comment 10 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-03-14 22:37:28 UTC
if the files do exists, maybe their timestamp is lower than the original. Please do a ls -l /usr/share/pygtk/2.0/codegen/*
Comment 11 Itamar Croitoru 2009-03-14 22:39:56 UTC
Created attachment 185007 [details]
LS -la output of requested folder
Comment 12 Itamar Croitoru 2009-03-14 22:40:35 UTC
Output saved to attached file as requested.
Comment 13 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-03-14 22:49:37 UTC
sounds like I forgot that this folder shouldn't exist anymore if you are using >=pygtk-2.12.1-r2 (which you really should). What's your pygtk version ? Could you try >=pygtk-2.12.1-r2 (or reinstall it if needs be) and tell us if it fixes your issue ?
Comment 14 Itamar Croitoru 2009-03-14 23:08:00 UTC
      Latest version available: 2.12.1-r2
      Latest version installed: 2.12.0

This is my output.  I will try now to upgrade and see what happens.

Considering that my installation was default maybe you should have the detault move up to R2?
Comment 15 Itamar Croitoru 2009-03-14 23:13:55 UTC
I have completed the upgrade and I now have vte installed.

Thank you very much.