Package Details: servo-latest r20231113-1

Git Clone URL: https://aur.archlinux.org/servo-latest.git (read-only, click to copy)
Package Base: servo-latest
Description: A modern, high-performance browser engine being developed for application and embedded use
Upstream URL: https://download.servo.org/
Keywords: browser Servo
Licenses: custom:Mozilla Public License v2.0
Conflicts: servo
Provides: servo
Submitter: Oak
Maintainer: ralphptorres
Last Packager: renehsz
Votes: 33
Popularity: 0.68
First Submitted: 2016-07-01 15:54 (UTC)
Last Updated: 2023-11-13 13:04 (UTC)

Latest Comments

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

xuiqzy commented on 2021-12-22 00:00 (UTC)

The url of the pkgver() function (and probably the url variable too) should match the one used for the downloaded binary. Currently the pkgver when installed says r20201110-1 (as does the https://servo-builds.s3.amazonaws.com/index.html website) even though the website from the source array download ( https://download.servo.org/ ), which also seems like the official download site, says the binary is from 2021-12-21. The commit info from servo --version is from 2021-12-18 (still newer then 2020-11-10 as implied by the pkgver() ).

Could you change the url(s) to the servor.org ones? :)

ObscureScience commented on 2018-09-06 07:29 (UTC) (edited on 2018-09-06 07:30 (UTC) by ObscureScience)

Installing gst-plugins-bad fixed the missing libgstplayer-1.0.so.0 for me. Unfortunately I get loads of fontconfig errors, and accompanying garbage font rendering on a fresh install with xfce desktop. No other programs has this problem.

Errors are: Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'translate'

Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'selector'

Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'xmlns:its'

Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'version'

Same for all conf.d files and attributes.

raingloom commented on 2018-09-02 15:40 (UTC)

running servo fails with: /opt/servo/servo: error while loading shared libraries: libgstplayer-1.0.so.0: cannot open shared object file: No such file or directory

so, missing dependency?

vasya commented on 2018-04-22 17:29 (UTC)

I think there's an issue on lines 39-40 of the PKGBUILD. $_pkgname does not exist, which results in files ".csh" and ".sh" being created (literally, only dot and extension). Thanks.

watersalesman commented on 2017-10-20 00:36 (UTC)

.SRCINFO version does not match the PKGBUILD, causing installation to fail. A good ol' "makepkg --printsrcinfo > .SRCINFO" should do it.

k.w commented on 2017-10-08 00:47 (UTC)

The `/usr/bin/servo` helper is a bit off https://ptpb.pw/lRl6

toropisco commented on 2017-03-28 22:13 (UTC)

A quick fix replace: sed -i -e 's/\.\//\/opt\/servo\//g' "$srcdir/servo/runservo.sh" install -Dm755 "$srcdir/servo/runservo.sh" "$pkgdir/usr/bin/$pkgname" with: _launcher="$pkgdir/usr/bin/$pkgname" install -Dm0755 /dev/stdin "$_launcher"<<END #!/usr/bin/sh exec /opt/servo/servo "\$@" END

oconnor663 commented on 2017-02-08 23:23 (UTC)

Related: https://github.com/servo/servo/issues/15135

vasya commented on 2017-01-28 08:34 (UTC)

Got the same error as flagger right now.

flagger commented on 2017-01-22 13:40 (UTC)

Got this: sed: can't read /tmp/servo-latest/src/servo/runservo.sh: No such file or directory ==> ERROR: A failure occurred in package().