Package Details: servo-git r48452.2ca6c4b52be-1

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: None
Maintainer: alerque (farseerfc, yar)
Last Packager: alerque
Votes: 46
Popularity: 0.21
First Submitted: 2013-08-16 05:23 (UTC)
Last Updated: 2024-08-03 09:45 (UTC)

Dependencies (25)

Required by (0)

Sources (1)

Latest Comments

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

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? The servo 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.

hcorion commented on 2018-05-04 16:41 (UTC)

This should require rustup as a makedepend.

jnbek commented on 2017-08-28 01:58 (UTC)

Passing this back to whomever can take care of it

jnbek commented on 2017-04-20 00:22 (UTC)

OK, so far, this will NOT build on the system installed Rust/Cargo. It throws errors about 'feature can not be enabled on the Stable release'. I'll keep messing with it to see if I can make any headway, but I'm not making any promises. If any one wants to try, see https://github.com/servo/servo/blob/master/servobuild.example This file will need to be copied to the ./servo directory as .servobuild after the initial git clone is completed. Obviously if anyone has any success getting it built, feel free to email me a patch and I'll get it implemented. The goal is to have this use the system rust/cargo and use the --release build for better performance, with a cpl variables to uncomment if you want the --dev build or to use the bundled rust/cargo versions.