Package Details: servo 0.0.6-1

Git Clone URL: https://aur.archlinux.org/servo.git (read-only, click to copy)
Package Base: servo
Description: Parallel Browser Project: web browser written in Rust
Upstream URL: https://github.com/servo/servo
Licenses: MPL-2.0
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 4
Popularity: 0.62
First Submitted: 2025-10-20 17:19 (UTC)
Last Updated: 2026-03-31 12:14 (UTC)

Dependencies (26)

Required by (0)

Sources (1)

Latest Comments

alerque commented on 2026-03-31 12:14 (UTC)

For anybody wanting to build this, you can do it pretty easily by feeding it an old glibc via the devtools package builder:

wget https://archive.archlinux.org/packages/g/glibc/glibc-2.42%2Br51%2Bgcbf39c26b258-2-x86_64.pkg.tar.zst
pkgctl build -I glibc-2.42+r51+gcbf39c26b258-2-x86_64.pkg.tar.zst

You can also get the prebuilt package from my user repository.

kkoyung commented on 2026-03-05 12:08 (UTC)

@alerque @xuhcc Servo v0.0.5 cannot be built with glibc 2.43 because one of its dependency (glslopt) is not compatible with glibc 2.43. To fix this, the instruction at this comment https://github.com/servo/servo/issues/42695#issuecomment-3948856031 should help.

xuhcc commented on 2026-03-05 09:50 (UTC)

@alerque Do you get an error during the glslopt compilation?

https://github.com/servo/servo/issues/42695

alerque commented on 2026-03-05 08:38 (UTC) (edited on 2026-03-05 09:35 (UTC) by alerque)

If anybody figures out what needs to change for the 0.0.5 release to build I'm open to contributions! Tips here or a PR on this GH repo are welcome.

It seems likely related to the glibc bump Arch saw recently, and it look like it will probably come down to this upstream dependency issue.

xuhcc commented on 2025-12-28 09:28 (UTC)

@alerque You can also add --skip-platform (doesn't seem to do anything on Arch) and --skip-nextest (installs a test runner) to the bootstrap command:

./mach bootstrap --skip-platform --skip-lints --skip-nextest

If rustup is not used, the bootstrap call can be removed completely.

xuhcc commented on 2025-10-21 12:14 (UTC)

I think this PKGBUILD can be simplified: