After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 649846 - build failure in 3.1.1: gdbus-codegen: No module named argparse
build failure in 3.1.1: gdbus-codegen: No module named argparse
Status: RESOLVED DUPLICATE of bug 649988
Product: nautilus
Classification: Core
Component: [obsolete] Builds
3.1.x
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-10 02:51 UTC by David Ronis
Modified: 2011-05-11 20:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2011-05-10 02:51:20 UTC
I tried upgrading to 3.1.1.  The build dies with:

make[3]: Entering directory `/home/ronis/Project/notar/GNOME/garnome/desktop/nautilus/work/main.d/nautilus-3.1.1/libnautilus-private'
gdbus-codegen									\
		--interface-prefix org.gnome.Nautilus.				\
		--c-namespace NautilusDBus					\
		--c-generate-object-manager					\
		--generate-c-code nautilus-generated				\
		../data/dbus-interfaces.xml					\
		
Traceback (most recent call last):
  • File "/opt/garnome-svn-3.0.0/bin/gdbus-codegen", line 31 in <module>
    from codegen_main import codegen_main
  • File "/opt/garnome-svn-3.0.0/lib/gdbus-codegen/codegen_main.py", line 25 in <module>
    import argparse
ImportError: No module named argparse
make[3]: *** [nautilus-generated.c] Error 1
Comment 1 André Klapper 2011-05-10 11:36:29 UTC
What is gdbus-codegen and where does that come from?
Cannot find it in my git checkout...
Comment 2 David Zeuthen (not reading bugmail) 2011-05-11 17:26:51 UTC
You need a python version with argparse.
Comment 3 Cosimo Cecchi 2011-05-11 20:07:31 UTC
Marking as a duplicate of bug 649988, where the dependency on argparse have been removed.

*** This bug has been marked as a duplicate of bug 649988 ***