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 616420 - Can't build packages according to http://live.gnome.org/GnomeDeveloperKit/BuildingPackages
Can't build packages according to http://live.gnome.org/GnomeDeveloperKit/Bui...
Status: RESOLVED FIXED
Product: gnome-live
Classification: Deprecated
Component: developer-kit
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-live@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2010-04-21 18:11 UTC by Łukasz Jernaś
Modified: 2010-04-22 02:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Łukasz Jernaś 2010-04-21 18:11:46 UTC
Trying to build any package after using the instructions under http://live.gnome.org/GnomeDeveloperKit/BuildingPackages results in

[live@localhost eog]$ pwd
/home/live/source/gnome/eog
[live@localhost eog]$ cvc cook eog
+ Loaded GnomePackageRecipe from gnomepackage:source=/gnome.rpath.org@gnome:trunk/20100327-2[~builddocs]
error: unable to load recipe file /var/tmp/temp-eog-xJh9lb.recipe:
Error in recipe file "temp-eog-xJh9lb.recipe":
 Traceback (most recent call last):
  • File "/var/tmp/temp-eog-xJh9lb.recipe", line 9 in <module>
    class Eog(GnomePackageRecipe):
  • File "/var/tmp/temp-eog-xJh9lb.recipe", line 33 in Eog
    version = GnomePackageRecipe._getVersion(name)
  • File "/var/tmp/temp-gnomepackage-iKneoD.recipe", line 94 in _getVersion
  • File "/var/tmp/temp-gnomepackage-iKneoD.recipe", line 14 in _getGitRevision
  • File "/usr/lib/python2.6/subprocess.py", line 633 in __init__
    errread, errwrite)
  • File "/usr/lib/python2.6/subprocess.py", line 1139 in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Comment 1 Łukasz Jernaś 2010-04-21 20:18:53 UTC
After executing sudo conary update pkgconfig:devel gtk:devel git:runtime it started working, so it must be a package alogn the way…
Comment 2 Jesse Zhang 2010-04-22 00:47:14 UTC
Hi,

This error message of python is not really helpful,

  • File "/usr/lib/python2.6/subprocess.py", line 1139
    raise child_exception
OSError: [Errno 2] No such file or directory

But what it says is that, you are missing git:runtime. (It tries to run git in a child process but can't find it).

Needs some documentation for this.
Comment 3 Jesse Zhang 2010-04-22 02:07:23 UTC
Added some doc here (http://live.gnome.org/GnomeDeveloperKit/CreatePackage#Build_with_cvc).

And yes, the "CreatePackage" and "BuildingPackages" pages have some duplication...