@DoctorJellyface we, in Rust, only have 'debug' (development) or a 'release' (optimized) builds. Nightly snapshots are built from a repository on a daily basis, but with `--release` option on. I have compiled servo from sources and it is increadibely slow in a `debug` (Much slower than these builds).
I have fixed an executable to run correctly, sorry for the inconvenience.
On 'desktop-file-utils': There are packages in official repository that depend on it (qbittorrent, thunar) and packages that do not depend on it (krita, dolphin, smplayer, gwenview), so I am a bit lost if that dependency is required.
Search Criteria
Package Details: servo-nightly-bin 20250210-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/servo-nightly-bin.git (read-only, click to copy) |
---|---|
Package Base: | servo-nightly-bin |
Description: | embeddable, independent, memory-safe, modular, parallel web rendering engine |
Upstream URL: | https://servo.org |
Licenses: | MPL-2.0 |
Conflicts: | servo |
Provides: | servo |
Submitter: | envolution |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 34 |
Popularity: | 1.15 |
First Submitted: | 2025-01-12 03:18 (UTC) |
Last Updated: | 2025-02-10 12:42 (UTC) |
Dependencies (2)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
Required by (0)
Sources (4)
Oak commented on 2016-07-08 12:20 (UTC)
jurf commented on 2016-07-07 06:46 (UTC)
All I'm getting is:
/opt/servo/servo: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /opt/servo/servo)
/opt/servo/servo: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /opt/servo/servo)
/opt/servo/servo: /usr/lib/libssl.so.1.0.0: no version information available (required by /opt/servo/servo)
And servo doesn't launch.
Also this package should depend on desktop-file-utils since it installs a desktop file.
jurf commented on 2016-07-07 05:59 (UTC)
It's definitely a -dev build, or -nightly if you will.
Quote: "These pre-built nightly snapshots allow developers to try Servo and report issues without building Servo locally."
Oak commented on 2016-07-07 01:51 (UTC)
@blackout, i suppose, it is a release build, as the binaries are provided by Mozilla, but the performance is not top-notch at the moment, unfortunately.
blackout commented on 2016-07-06 07:28 (UTC)
is this a --dev or a --release build??
Oak commented on 2016-07-05 08:49 (UTC)
@panashe, thanks! I removed that dependency and added the license.
@sunng, I fixed these, thank you very much.
sunng commented on 2016-07-04 09:49 (UTC)
I suggest to install executable to /usr/bin and fix permission issue.
panashe commented on 2016-07-01 19:46 (UTC)
Why is gendesk necessary? License is Mozilla Public License v2.0 https://github.com/servo/servo/blob/master/LICENSE
Pinned Comments
envolution commented on 2025-01-12 03:30 (UTC)
Due to previous
servo-latest
installations, you may have permissions warnings while installing like:you will need to
pacman -R servo-latest
before you install this package. Make sure /usr/lib/servo does not exist before reinstalling. New installs and upgrades and installs following this won't need explicit uninstallation.An alternate solution is to
sudo chmod 755 <all affected directories>