Search Criteria
Package Details: gn-git r1682.a5bcbd72-1
Git Clone URL: | https://aur.archlinux.org/gn-git.git (read-only, click to copy) |
---|---|
Package Base: | gn-git |
Description: | Meta-build system which generates Ninja build files |
Upstream URL: | https://gn.googlesource.com/gn |
Keywords: | build chromium gn ninja |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | aperez |
Maintainer: | aperez (zopieux) |
Last Packager: | aperez |
Votes: | 5 |
Popularity: | 0.000037 |
First Submitted: | 2015-09-14 18:50 |
Last Updated: | 2020-01-02 16:13 |
Dependencies (4)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- git (git-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- python (python-dbg) (make)
Required by (16)
- chromium-beta-ozone (requires gn) (make)
- chromium-dev-ozone (make)
- chromium-no-extras (requires gn) (make)
- chromium-ozone (requires gn) (make)
- chromium-vaapi (requires gn) (make)
- electron-ozone (requires gn) (make)
- enve-git (requires gn) (make)
- libpdfium-nojs (requires gn) (make)
- naiveproxy (requires gn) (make)
- naiveproxy-git (requires gn) (make)
- nsbox-edge-git (requires gn) (make)
- opera-beta-ffmpeg-codecs (requires gn) (make)
- opera-developer-ffmpeg-codecs (requires gn) (make)
- skia-git (requires gn) (make)
- ungoogled-chromium (requires gn) (make)
- vivaldi-snapshot-ffmpeg-codecs (requires gn) (make)
Latest Comments
1 2 3 4 Next › Last »
petronny commented on 2020-06-20 10:11
Get this error
sigint commented on 2019-12-09 11:08
Upstream removed the
cc
rule, stating that "gn has no C code" (https://gn.googlesource.com/gn/+/de542971d3cbc4b9d42e603667ac3c24b639a02a%5E%21/)Additionally,
tools/misc
was moved fromgn/tools/gn/misc
to the top-levelgn/misc
(https://gn.googlesource.com/gn/+/3f6100c97584f7d3f7664add92f1c1dbe0223218).All in all, I had to make the following changes to the PKGBUILD and the patch to make the package install:
hugegameartgd commented on 2019-12-07 12:47
I get the same error: "name 'cc' is not defined"
sng commented on 2019-11-19 22:36
Cannot build
This is the whole procedure
buffdaddyjr commented on 2019-11-17 00:57
Still getting....
=> Entering fakeroot environment... ==> Starting package()... install: cannot stat 'gn/tools/gn/misc/vim/autoload/*.vim': No such file or directory ==> ERROR: A failure occurred in package().
Any ideas??
zopieux commented on 2019-11-16 15:32
Fixed the patch.
petronny commented on 2019-11-16 02:46
Please update the patch.
misc commented on 2019-11-08 16:19
patch needs slight update for stuff added below
aperez commented on 2019-09-16 16:00
@sl1pkn07 Thanks for the tip, I have updated the package to use Python 3.x :)
sl1pkn07 commented on 2019-09-14 13:29
seems can build with python3. is possible use it instead python2?
greetings