Package Details: servo-git r47479.92196d985dc-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: beatgammit
Maintainer: alerque (farseerfc, yar)
Last Packager: alerque
Votes: 46
Popularity: 0.030817
First Submitted: 2013-08-16 05:23 (UTC)
Last Updated: 2024-03-26 13:28 (UTC)

Dependencies (26)

Required by (0)

Sources (1)

Latest Comments

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

klusark commented on 2015-04-10 05:26 (UTC)

@intgr, I'm getting an unrelated build failure. I'll update it when I can get it working. Sorry for not updating for so long.

intgr commented on 2015-04-06 11:30 (UTC)

@klusark Please update or disown.

intgr commented on 2015-03-23 11:08 (UTC)

The build fails at the moment, I needed to change servopath to servo/components/servo/target/debug Is it just me or does this need to be changed in the PKGBUILD?

lowfatcomputing commented on 2014-12-09 20:59 (UTC)

servo-git apparently conflicts with rust for now. Also servo is in: $srcdir/servo/components/servo/target/servo not $srcdir/servo/target/servo

leidola commented on 2014-12-01 14:19 (UTC)

Does anybody have an idea, why the package fails using yaourt or aura with the following error, but works when building it manually with makepkg? ------ Compiling encoding v0.2.0 (https://github.com/lifthrasiir/rust-encoding#a06637cc) Compiling gl_generator v0.0.1 (https://github.com/bjz/gl-rs.git#79cd3b3f) Build failed, waiting for other jobs to finish... Failed to run custom build command for `rustuv v0.0.1 (https://github.com/servo/green-rs?ref=servo#9300d7e7)` Process didn't exit successfully: `make -C build` (status=2) --- stdout make: Entering directory '/home/oleid/.cargo/git/checkouts/green-rs-b9cfdf70c4e4296e/servo/librustuv/build' (cd libuv && python ./gyp_uv.py -f make -Dtarget_arch=x64 \ -D ninja \ -DOS=linux \ -Goutput_dir=/tmp/yaourt-tmp-oleid/aur-servo-git/src/servo/target/native/rustuv-31b2f01c9f5360db/libuv --generator-output /tmp/yaourt-tmp-oleid/aur-servo-git/src/servo/target/native/rustuv-31b2f01c9f5360db/libuv) Makefile:50: recipe for target '/tmp/yaourt-tmp-oleid/aur-servo-git/src/servo/target/native/rustuv-31b2f01c9f5360db/libuv/Makefile' failed make: Leaving directory '/home/oleid/.cargo/git/checkouts/green-rs-b9cfdf70c4e4296e/servo/librustuv/build' --- stderr File "./gyp_uv.py", line 51 print 'Error running GYP' ^ SyntaxError: Missing parentheses in call to 'print' make: *** [/tmp/yaourt-tmp-oleid/aur-servo-git/src/servo/target/native/rustuv-31b2f01c9f5360db/libuv/Makefile] Error 1 --- Obviously, the wrong python version is used.

onodera commented on 2014-11-09 18:19 (UTC)

Hi, cmake is missing as a build dependency.

beatgammit commented on 2014-09-08 17:26 (UTC)

@klusark - Sorry for the long delay, I've disowned the package. Go ahead and take it over. I was hoping to revisit this once the cargo patch[1] lands, but I don't have a lot of time now. [1] - https://github.com/servo/servo/pull/3230

klusark commented on 2014-06-09 04:55 (UTC)

I created an updated pkgbuild https://gist.github.com/klusark/0fafe08c506d1fe473eb @beatgammit, I can take over the package if you want.

beatgammit commented on 2014-05-28 01:12 (UTC)

@Jonhoo - Not really, this is actually my first git-based PKGBUILD. I'll fix it up soon. @m4b - Good catch, I'll add that to the dependencies. @Kudlaty - Sadly no, it takes a long time to compile, so I'm not too motivated to track down the errors. I'll make sure to post here when it is working. Hopefully soon! If anyone wants to maintain this, just let me know and I'll orphan it. I do plan on getting it working.

Jonhoo commented on 2014-05-24 13:27 (UTC)

Any particular reason why you're not using the built-in support in makepkg for git sources [1]? [1]: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#VCS_sources