Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Compilation error: pygtk
Date: Fri, 02 Jul 2010 01:36:19
Message-Id: 20100702013551.GA4943@solfire
1 Hi
2 after updateing libpng I run revdep-rebuild, which
3 said pygtk have to rebuild (beside others).
4 The compilation of pygtk breaks with:
5
6 Could not write function get_option_group: No ArgType for GOptionGroup*
7 Could not write function settings_install_property: No ArgType for GParamSpec*
8 Could not write function settings_install_property_parser: No ArgType for GParamSpec*
9 Could not write function stock_add_static: No ArgType for const-GtkStockItem*
10 Could not write function stock_set_translate_func: No ArgType for GtkTranslateFunc
11 Could not write function print_run_page_setup_dialog_async: No ArgType for GtkPageSetupDoneFunc
12 Could not write function builder_error_quark: No ArgType for GQuark
13 Could not write function page_setup_new_from_key_file: No ArgType for GKeyFile*
14 Could not write function paper_size_get_paper_sizes: No ArgType for GList*
15 Could not write function paper_size_new_from_key_file: No ArgType for GKeyFile*
16 Could not write function print_settings_new_from_key_file: No ArgType for GKeyFile*
17 Could not write function rc_parse_color_full: No ArgType for GScanner*
18 Warning: Constructor for GtkAccessible needs to be updated to new API
19 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
20 Warning: Constructor for GtkClipboard needs to be updated to new API
21 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
22 Warning: Constructor for GtkItemFactory needs to be updated to new API
23 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
24 Warning: Constructor for GtkPreview needs to be updated to new API
25 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
26 Warning: Constructor for GtkListItem needs to be updated to new API
27 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
28 Warning: Constructor for GtkCList needs to be updated to new API
29 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
30 Warning: Constructor for GtkCTree needs to be updated to new API
31 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
32 Warning: Constructor for GtkMessageDialog needs to be updated to new API
33 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
34 Warning: Constructor for GtkRecentAction needs to be updated to new API
35 See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
36 ***INFO*** The coverage of global functions is 88.67% (180/203)
37 ***INFO*** The coverage of methods is 98.58% (2496/2532)
38 ***INFO*** The coverage of virtual proxies is 94.67% (391/413)
39 ***INFO*** The coverage of virtual accessors is 93.99% (469/499)
40 ***INFO*** The coverage of interface proxies is 83.72% (72/86)
41 make[2]: Leaving directory `/var/tmp/portage/dev-python/pygtk-2.16.0-r1/work/pygtk-2.16.0-2.6/gtk'
42 make[1]: *** [all-recursive] Error 1
43 make[1]: Leaving directory `/var/tmp/portage/dev-python/pygtk-2.16.0-r1/work/pygtk-2.16.0-2.6'
44 make: *** [all] Error 2
45 * ERROR: dev-python/pygtk-2.16.0-r1 failed:
46 * Building failed with CPython 2.6 in python_default_function() function
47 *
48 * Call stack:
49 * ebuild.sh, line 54: Called src_compile
50 * environment, line 5365: Called python_src_compile
51 * environment, line 5150: Called python_execute_function '-d' '-s' '--'
52 * environment, line 4058: Called die
53 * The specific snippet of code:
54 * die "${failure_message}";
55 *
56 * If you need support, post the output of 'emerge --info =dev-python/pygtk-2.16.0-r1',
57 * the complete build log and the output of 'emerge -pqv =dev-python/pygtk-2.16.0-r1'.
58 * The complete build log is located at '/var/tmp/portage/dev-python/pygtk-2.16.0-r1/temp/build.log'.
59 * The ebuild environment file is located at '/var/tmp/portage/dev-python/pygtk-2.16.0-r1/temp/environment'.
60 * S: '/var/tmp/portage/dev-python/pygtk-2.16.0-r1/work/pygtk-2.16.0'
61
62 >>> Failed to emerge dev-python/pygtk-2.16.0-r1, Log file:
63
64 >>> '/var/tmp/portage/dev-python/pygtk-2.16.0-r1/temp/build.log'
65
66 * Messages for package dev-python/pygtk-2.16.0-r1:
67
68 * ERROR: dev-python/pygtk-2.16.0-r1 failed:
69 * Building failed with CPython 2.6 in python_default_function() function
70 *
71 * Call stack:
72 * ebuild.sh, line 54: Called src_compile
73 * environment, line 5365: Called python_src_compile
74 * environment, line 5150: Called python_execute_function '-d' '-s' '--'
75 * environment, line 4058: Called die
76 * The specific snippet of code:
77 * die "${failure_message}";
78 *
79
80
81 How can I prevent the compilation problem?
82 If requested, I will sent the other files mentioned in the above
83 report of course -- I only want to mailbomb the mailinglist in
84 beforehand ;)
85
86 Best regards,
87 mcc

Replies

Subject Author
Re: [gentoo-user] Compilation error: pygtk (libpng) Stroller <stroller@××××××××××××××××××.uk>
Re: [gentoo-user] Compilation error: pygtk Bill Longman <bill.longman@×××××.com>
Re: [gentoo-user] Compilation error: pygtk Florian Philipp <lists@××××××××××××××××××.net>