Package Details: jhbuild 3.38.0.r0.g30ef98f3-3

Git Clone URL: https://aur.archlinux.org/jhbuild.git (read-only, click to copy)
Package Base: jhbuild
Description: Tool to build the whole GNOME desktop from sources
Upstream URL: https://wiki.gnome.org/Projects/Jhbuild
Licenses: GPL
Submitter: markzz
Maintainer: None
Last Packager: rafaelff
Votes: 14
Popularity: 0.000000
First Submitted: 2015-08-16 15:48 (UTC)
Last Updated: 2022-01-25 17:42 (UTC)

Dependencies (13)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Modestus commented on 2016-12-01 11:46 (UTC)

@Doctorjellyface running "updpkgsums" in the folder with the PKGBUILD should fix it for you.

alaneuler commented on 2016-11-28 13:19 (UTC) (edited on 2016-11-30 10:37 (UTC) by alaneuler)

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 (UTC) (edited on 2016-11-23 14:33 (UTC) by alaneuler)

@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

jurf commented on 2016-11-22 19:45 (UTC)

Hey, the checksum for update-default-jhbuildrc-000f820.patch is incorrect.

rafaelff commented on 2016-11-22 14:28 (UTC) (edited on 2016-11-22 14:29 (UTC) by rafaelff)

@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 (UTC) (edited on 2016-11-22 06:15 (UTC) by alaneuler)

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 (UTC)

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 (UTC)

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 (UTC)

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.

jeena commented on 2016-06-19 22:33 (UTC) (edited on 2016-06-19 22:34 (UTC) by jeena)

I had to install the package vala otherwise it wouldn't build because valac was missing.