Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: jhbuild 3.15.92-4
Git Clone URL: | https://aur-dev.archlinux.org/jhbuild.git (read-only) |
---|---|
Package Base: | jhbuild |
Description: | Tool to build the whole GNOME desktop from sources |
Upstream URL: | https://wiki.gnome.org/Projects/Jhbuild |
Licenses: | |
Submitter: | markzz |
Maintainer: | rafaelff |
Last Packager: | rafaelff |
Votes: | 8 |
Popularity: | 0.089187 |
First Submitted: | 2015-08-16 15:48 |
Last Updated: | 2016-11-22 11:41 |
Dependencies (10)
- git (git-git)
- python2 (pypy19, stackless-python2, python26, placeholder)
- gnome-common (gnome-common-git) (make)
- intltool (make)
- yelp-tools (make)
- bzr (bzr-bzr) (optional) – fetch Bazaar repositories
- cvs (cvs-feature) (optional) – fetch CVS repositories
- darcs (optional) – fetch Darcs repositories
- mercurial (optional) – fetch Mercurial repositories
- subversion (subversion-1.6) (optional) – fetch subversion repositories
Latest Comments
1 2 3 Next › Last »
rafaelff commented on 2016-12-01 13:45
@Modestus: Actually that script wouldn't help in his case. I already posted this fix in the bbs topic.
@DoctorHellyface: Indeed, sorry for that. Please consider this package as "In maintainance" as I'm working on another issue (it won't allow modulesets from 3.24) and then I'll update it correctly. Sorry for the inconvenience.
Modestus commented on 2016-12-01 11:46
@Doctorjellyface running "updpkgsums" in the folder with the PKGBUILD should fix it for you.
alaneuler commented on 2016-11-28 13:19
Hi, rafaelff. After the suggestions of @Lone_Wolf, the error in http://pastebin.com/UeBZJj8j seems to have been solved, but there is other errors occur. http://pastebin.com/FkXbdAq4
Topic here https://bbs.archlinux.org/viewtopic.php?pid=1672617#p1672617 has more details about it. Could you please spend some to read it? Because I think we are going to fix this problem. Thank you.
alaneuler commented on 2016-11-23 07:48
@rafaelff, I set `modules = ['colord']` in ~/.config/jhbuildrc (set only to module 'colord'). And then run `jhbuild sysdeps` command, the result is: http://pastebin.com/HarjRXvn. Now, I run `jhbuild build` but error is same as before: http://pastebin.com/UeBZJj8j
DoctorJellyface commented on 2016-11-22 19:45
Hey, the checksum for update-default-jhbuildrc-000f820.patch is incorrect.
rafaelff commented on 2016-11-22 14:28
@alaneuler: Looks like a module dependency is missing. You can run 'jhbuild sysdeps' to find exactly which dependency is missing and then install it. Try that and, if still you can solve it, let me know.
alaneuler commented on 2016-11-22 06:15
Hi, rafaelff, I ran into some problems when `jhbuild build colord`, the detailed problem information is here: https://bbs.archlinux.org/viewtopic.php?pid=1671249#p1671249.
Could you please help me solve this problem?
rafaelff commented on 2016-09-27 00:29
This happens because the config file provides options not yet available in this version of jhbuild. Since this doesn't seem to affect the usage (e.g. doesn't break), so I kept. I'll work on something to stop this message.
jtojnar commented on 2016-09-26 16:22
I am getting following error on running jhbuild:
I: unknown keys defined in configuration file: module_mesonargs, mesonargs, exit_on_error, xdg_cache_home
rafaelff commented on 2016-06-20 23:01
JHBuild deals with compilation of other GNOME software, so it is expected to have a bunch of dependencies needed by the target software. It would be impossible to add all dependency of all software into this PKGBUILD. Theoretically speaking, the output of 'jhbuild sysdeps' should tell which dependencies are needed by the moduleset/modules you set in your ~/.config/jhbuildrc. In spite of that, you might have to figure out by yourself what package provides a needed resource, or ask here of course.