Search Criteria
Package Details: servo-git r44260.bd92fad81a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/servo-git.git (read-only, click to copy) |
---|---|
Package Base: | servo-git |
Description: | Parallel Browser Project: web browser written in Rust |
Upstream URL: | https://github.com/servo/servo |
Keywords: | browser engine rust |
Licenses: | MPL |
Conflicts: | servo |
Provides: | servo |
Submitter: | beatgammit |
Maintainer: | alerque (farseerfc, yar) |
Last Packager: | alerque |
Votes: | 45 |
Popularity: | 0.24 |
First Submitted: | 2013-08-16 05:23 (UTC) |
Last Updated: | 2021-08-05 20:46 (UTC) |
Dependencies (26)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- fontconfig (fontconfig-srb, fontconfig-minimal-git, fontconfig-git, fontconfig-ubuntu)
- freetype2 (freetype2-minimal-git, freetype2-ttmetrics, freetype2-git, freetype2-infinality-remix, freetype2-v35, freetype2-ultimate5)
- glu (glu-git)
- gst-plugins-bad (gst-plugins-bad-git)
- libgl (glshim-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd)
- libxcursor (libxcursor-git)
- libxi (libxi-git)
- libxmu
- libxrandr (libxrandr-git)
- mesa (mesa-minimal+-git, mesa-i915g, mesa-d3d12, mesa-panfork-git, mesa-git, mesa-git-adreno, mesa-rusticl-git, mesa-amdonly-gaming-git, mesa-steamos, mesa-minimal-git, mesa-amber)
- python-dbus (dbus-python)
- ttf-font (neuropol-ttf, ttf-noto-fonts-ib, ttf-win7-fonts, ttf-ms-win8, ttf-ms-win8-arabic, ttf-ms-win8-hebrew, ttf-ms-win8-sea, ttf-ms-win8-indic, ttf-ms-win8-japanese, ttf-ms-win8-korean, ttf-ms-win8-zh_cn, ttf-ms-win8-zh_tw, ttf-ms-win8-thai, ttf-ms-win8-other, ttf-noto-fonts-simple, ttf-kids, ttf-gabriola, ttf-liberation-sans-narrow, ttf-cavafy-script, ttf-ms-fonts, ttf-dejavu-ib, ttf-zelda, ttf-oxygen, ttf-oxygen-gf, ttf-share-gf, ttf-gost, otf-inconsolata-dz, ttf-d2coding, ttf-ibm-plex-mono-git, ttf-dejavu-emojiless, ttf-agave, ttf-caracteres, ttf-cuprum, ttf-autour-one, ttf-impallari-milonga, ttf-impallari-miltonian, ttf-clarity-city, ttf-paratype, ttf-segoewp, ttf-karla, ttf-ms-win10, ttf-ms-win10-japanese, ttf-ms-win10-korean, ttf-ms-win10-sea, ttf-ms-win10-thai, ttf-ms-win10-zh_cn, ttf-ms-win10-zh_tw, ttf-ms-win10-other, ttf-win10, ttf-droid-simple, ttf-ms-win10-auto, ttf-ms-win10-cdn, noto-fonts-variable-lite, ttf-bmono, noto-fonts-lite, ttf-pt-astra-fact, ttf-weblysleekui, ttf-pt-astra-sans, ttf-pt-astra-serif, ttf-pt-sans, ttf-pt-serif, ttf-pt-mono, ttf-pt-root_ui, ttf-ms-win11-auto, ttf-ms-win11, ttf-ms-win11-japanese, ttf-ms-win11-korean, ttf-ms-win11-sea, ttf-ms-win11-thai, ttf-ms-win11-zh_cn, ttf-ms-win11-zh_tw, ttf-ms-win11-other, ttf-xo-fonts, ttf-literation, ttf-plemoljp, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-ibm-plex, ttf-liberation)
- xcb-util
- autoconf2.13 (make)
- cargo-nightly (rust-nightly-bin, rustup-git, rustup) (make)
- clang (clang8, clang-git, llvm-git, llvm-minimal-git) (make)
- cmake (cmake-git) (make)
- curl (curl-minimal-git, curl-git) (make)
- depot-tools-git (make)
- Show 6 more dependencies...
Latest Comments
1 2 3 4 5 6 Next › Last »
alerque commented on 2021-09-21 17:10 (UTC)
@mble It looks like the Arch [community] package for python-blessings is newer than this build demands. Probably the thing to do is patch the servo sources to be more accepting of other versions, then if it doesn't build with 1.7.x submit a patch to servo upstream to fix it. I'm happy to accept such a patch (either in comments with
git format-patch
or as a PR on this repository) but I'm unlikely to have time to hack around on this build any time too soon. Also either way this should be reported upstream.mble commented on 2021-09-21 16:42 (UTC)
yar commented on 2021-07-06 00:15 (UTC)
Same error as @hcsch. Please fix or orphan, thanks.
hcsch commented on 2021-03-21 12:10 (UTC)
I got "Python virtualenv is not installed. Please install it prior to running mach." as an error when trying to install this with yay (I also tried plain makepkg). It seems to me that mach uses python (3) instead of python2. Switching the makedeps python packages from python2 to python worked for me.
farseerfc commented on 2020-08-17 06:56 (UTC)
@dmitmel good point, I stopped installing libraries in PKGBUILD
dmitmel commented on 2020-08-12 13:41 (UTC)
Are the libraries in
target/release/deps
actually needed? Theservo
binary isn't dynamically linked with them, can work just fine without them, and they are mostly (if not all) procedural macro packages, so are executed at build-time and generate code, yet contribute 149 megabytes (on my machine at least) to the installed package.Scimmia commented on 2020-05-19 16:36 (UTC)
lilac, see the note here: https://wiki.archlinux.org/index.php/Arch_User_Repository#Flagging_packages_out-of-date
Stop the insane bumping.
farseerfc commented on 2018-06-07 06:44 (UTC)
add to add clang to makedepends. It will look for libclang.so when build.
1 2 3 4 5 6 Next › Last »