Difference between revisions of "Talk:Development Team/Jhbuild"

From Sugar Labs
Jump to navigation Jump to search
Line 15: Line 15:
 
== "ERROR: Dependencies information is missing (unknown distribution/version)." ==
 
== "ERROR: Dependencies information is missing (unknown distribution/version)." ==
  
This is a new error and doesn't seem very helpful. I'd much prefer the list of packages not detected that we used to get. '''ETA''': was ble to trick it by copying a file and  
+
This is a new error and doesn't seem very helpful. I'd much prefer the list of packages not detected that we used to get. '''ETA''': was able to trick it into continuing by copying a file in config/sysdeps/ over and :
{{{
+
 
export SJH_DISTRIBUTION='darwin unstable'
+
  export SJH_DISTRIBUTION='darwin unstable'
}}}
 
  
 
[[User:Adricnet|Adricnet]] 21:47, 20 July 2009 (UTC)
 
[[User:Adricnet|Adricnet]] 21:47, 20 July 2009 (UTC)

Revision as of 17:59, 20 July 2009

discussion

  • I just tried ./sugar-jhbuild update on a new fresh install. The first line of output seems normal Initialized empty Git repository in ...sugar-jhbuild/jhbuild/.git/ then it says fatal: The remote end hung up unexpectedly and gives a traceback. Any suggestions? --Grantbow 04:00, 28 January 2009 (UTC)
  • Seems to be working now, the server must have been unavailable for some reason. --Grantbow 09:50, 28 January 2009 (UTC)

Old info

Removed from the page:

  • In addition to the dependencies listed, you may want to install the gtk-doc-tools package (this allowed me to build hippocanvas on Ubuntu Hardy). Mchua 22:01, 15 May 2008 (EDT)
  • gtk-doc-tools is (now) listed as a dependency for Ubuntu 8.10. Hardy's not supported any more for jhbuild as its GNOME is too old. --Morgs 09:09, 21 January 2009 (UTC)
  • If you run into an error during sugar-jhbuild build that looks something like "aclocal: macro `AM_PATH_PYTHON' required but not defined" try installing or updating your packages for autoconf and automake and running sugar-jhbuild build again. (worked for me on Ubuntu Hardy) Mchua 17:10, 15 May 2008 (EDT)
  • automake1.9 is listed as a dependency for Ubuntu 8.10. It depends on autoconf, so this should be handled by jhbuild's dependencies. --Morgs 09:14, 21 January 2009 (UTC)

"ERROR: Dependencies information is missing (unknown distribution/version)."

This is a new error and doesn't seem very helpful. I'd much prefer the list of packages not detected that we used to get. ETA: was able to trick it into continuing by copying a file in config/sysdeps/ over and :

 export SJH_DISTRIBUTION='darwin unstable'

Adricnet 21:47, 20 July 2009 (UTC)