You are not logged in.
Very pleased to see Firefox 69.0.1 in the repositories today, and installed it with pacman, without any problems.
Many thanks to everybody who worked to achieve this result, especially for all the pre-requisite work with Rust.
Offline
Good spot. I'm posting this from my fresh install of firefox 69 too. We also received a fresh drop of dillo today, although that just seems to have been another rebuild of 3.0.5.
Hopefully this is the beginning of more regular updates to firefox, and all problems of automating the process have been solved, but if you don't mind I won't hold my breath just yet.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
You can see the tasks required in the PKGBUILD (extra/firefox/PKGBUILD) of the Archlinux32 package and
some new things which appeared in the last version:
https://bugs.archlinux32.org/index.php? … task_id=87
https://bugs.archlinux32.org/index.php? … task_id=71
firefox and thunderbird are available for pentium4 only at the moment, i686 still suffers from a non-rebuildable rust and rust-bin
(the official one) contains SSE2 opcodes in the generated binaries.
Offline
Fair enough. I'm not sure how much of a showstopper that is in reality. On my old pentum3 based machine it wasn't much fun running anything as heavy, so I used links for when I needed to look stuff up on t'internet.
Hmm, reading through that bug report, the workarounds you've found don't seem too robust to me, so we'll have to see how long they continue to work for. But at least you've learned the kind of things that can stop a build, so can spot a patch more quickly and easily going forwards.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
firefox 69.0.1-1.1 2019-09-22 14:13:32
How, can i get german languages?
Offline
There's firefox-i18n-de in testing currently, but only the old version in extra. You can wait for it to be promoted, or add the testing repositories to your pacman.conf, or other similar approaches.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
Hmm, I just got a message about a data breach from firefox monitor at xkcd when I visited that site today. I've never had an account with xkcd so that's not a problem for me, but I'm wondering how exactly firefox knows there's been a breach there; does it download a big list of all breaches periodically, or is it sending the sites I visit to some server somewhere? I told it not to notify me about breaches, but I can't find any setting in the preferences to cut it out entirely.
Reading up on it there seems to have been something called firefox monitor which you used to need to sign up with an email address to use, but I've never seen a real need to send my email address to mozilla. This happened without me even being signed in to any kind of firefox account.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
@levi: well the build process of firefox is not stable, so why should the patches be more stable? ;-)
Offline
Hah, touché!
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
Thank you for the work.
Offline
Firefox currently seems to be stuck on 79.0 - is this a repeat of the Rust issues previously described in this topic, or are there other reasons for not being more up-to-date with Firefox?
Offline
Hello developer, when we get Firefox 83?
Greets
arch322yes
Offline
I couldn't say (not being a developer, personally). But I reckon a question like this deserves a thread not tagged as being about such an ancient version as firefox 67 (and not marked as solved already).
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
ok
Offline
yes, the issue seems broken rust once more:
0:06.37 DEBUG: | rustup: error while loading shared libraries: libLLVM-10.so: cannot open shared object file: No such file or directory
Offline
Hmm, I have /usr/lib/libLLVM-10.so in my environment. I didn't build it myself, so it must've come from the repos at some point. According to pacman -Ss llvm-libs it came from extra, so no testing repos involved.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
yes, this is part of llvm-libs 10, but the newest version is llvm-libs 11 - and the build slaves always use the newest version
we need to compile rust agaings llvm-libs 11 - but currently, it fails:
==> Starting build()...
error: failed to parse manifest at `/build/rustup/src/rustup-1.23.0/Cargo.toml`
Caused by:
feature `profile-overrides` is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add
`cargo-features = ["profile-overrides"]` to enable this feature
==> ERROR: A failure occurred in build().
Offline