Package Details: waterfox-classic-kpe 2022.11-0

Git Clone URL: https://aur.archlinux.org/waterfox-classic-kpe.git (read-only, click to copy)
Package Base: waterfox-classic-kpe
Description: Customizable privacy conscious web browser with better integration with KDE
Upstream URL: https://classic.waterfox.net/
Keywords: firefox kwaterfox plasma waterfox-classic-kde waterfox-kde
Licenses: MPL
Conflicts: waterfox-classic, waterfox-kde
Provides: waterfox-classic
Replaces: waterfox-kde
Submitter: hawkeye116477
Maintainer: None
Last Packager: hawkeye116477
Votes: 9
Popularity: 0.000000
First Submitted: 2019-10-27 10:38 (UTC)
Last Updated: 2022-11-24 12:32 (UTC)

Dependencies (36)

Required by (1)

Sources (11)

Pinned Comments

hawkeye116477 commented on 2019-09-03 16:53 (UTC) (edited on 2021-03-08 11:18 (UTC) by hawkeye116477)

Binary version of this package is available on my repository on OBS and language packs are available as separete waterfox-classic-i18n-* packages.

Source files at: https://build.opensuse.org/package/show/home:hawkeye116477:waterfox/waterfox-classic-kpe.

[home_hawkeye116477_waterfox_Arch]
Server = https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Arch/$arch

If you got 404, then temporarily try to replace download.opensuse.org with downloadcontent.opensuse.org. That should enforce direct download without mirror.

key=$(curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox/Arch/$(uname -m)/home_hawkeye116477_waterfox_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

hawkeye116477 commented on 2022-08-19 17:48 (UTC)

I found solution and OBS build is fixed.

toxygen commented on 2022-08-13 21:36 (UTC)

@hawkeye116477 I tried the patches on your branch and 2022.08 built fine with new rust version

hawkeye116477 commented on 2022-08-12 10:20 (UTC) (edited on 2022-08-12 10:33 (UTC) by hawkeye116477)

@toxygen Problem with rust is newer (last try on OBS was before new rust came). Anyway, fix for Rust is easy, I'll send it soon.

However if that really works on Arch, then appears that something could be wrong at OBS side.

toxygen commented on 2022-08-11 23:42 (UTC) (edited on 2022-08-13 15:49 (UTC) by toxygen)

the error I get with the latest rust package (rust-1:1.63.0-1)

0:01.84    Compiling packed_simd v0.3.4 (https://github.com/hsivonen/packed_simd?rev=8b4bd7d8229660a749dbe419a57ea01df9de5453#8b4bd7d8)

0:01.86 error: expected one of `!` or `::`, found keyword `mod`

0:01.86    --> /tmp/waterfox-classic-kpe-new/src/Waterfox-Classic/third_party/rust/packed_simd/src/lib.rs:337:7

0:01.86     |

0:01.86 337 | crate mod llvm {

0:01.86     |       ^^^ expected one of `!` or `::`

0:01.86 The following warnings were emitted during compilation:

0:01.86 warning: Cannot set `RUSTC_BOOTSTRAP=1` from build script of `packed_simd v0.3.4 (https://github.com/hsivonen/packed_simd?rev=8b4bd7d8229660a749dbe419a57ea01df9de5453#8b4bd7d8)`.

0:01.86 note: Crates cannot set `RUSTC_BOOTSTRAP` themselves, as doing so would subvert the stability guarantees of Rust for your project.

0:01.86 error: could not compile `packed_simd` due to previous error

0:01.86 warning: build failed, waiting for other jobs to finish...

toxygen commented on 2022-08-11 23:39 (UTC)

@hawkeye116477 it's the new rust version

rustc -V rustc 1.63.0 (Arch Linux rust 1:1.63.0-1)

downgrading to 1:1.62.1-1 builds fine for both 2022.06 and 2022.08

hawkeye116477 commented on 2022-08-11 09:46 (UTC)

In case of version from OBS, not sure when it will come. There is error when building 2022.06 and never version, which appears on OBS, but can't reproduce that locally, but I'm using Manjaro, so maybe some newer package causing that, but it's weird that works good before 2022.06.

toxygen commented on 2022-07-27 17:18 (UTC)

any word on when 2022.06 will be added? (or are we closer to 2022.07 or 2022.08?)

thanks

toxygen commented on 2022-03-08 02:11 (UTC)

if anyone is having the tab crashing problem, this patch fixed it for me (on the currently available version)... it's just one file change after getting the source:

https://github.com/WaterfoxCo/Waterfox-Classic/pull/74

toxygen commented on 2021-12-04 18:00 (UTC)

on new PKGBUILD, all the

"cd Waterfox"

should be

"cd Waterfox-Classic"

nobyte commented on 2021-11-20 19:15 (UTC) (edited on 2021-11-20 19:17 (UTC) by nobyte)

Does anyone else have problems with building after updates of rust, llvm, libffi and other packages?


rust had been updated (1:1.55.0-1 -> 1:1.56.1-3)


waterfox build of 2021.10 returns errors that appear to have to do with rust:

... 33:16.41 Compiling rust_url_capi v0.0.1 (/var/tmp/pamac-build-user/waterfox-classic-kpe/src/Waterfox/netwerk/base/rust-url-capi)

33:18.67 error[E0557]: feature has been removed

33:18.67 --> /var/tmp/pamac-build-user/waterfox-classic-kpe/src/Waterfox/third_party/rust/packed_simd/src/lib.rs:202:41

33:18.67 |

33:18.67 202 | #![cfg_attr(use_const_generics, feature(const_generics))]

33:18.67 | ^^^^^^^^^^^^^^ feature has been removed

33:18.67 |

33:18.67 = note: removed in favor of #![feature(adt_const_params] and #![feature(generic_const_exprs)]

33:18.67 ...


I'm trying to do a fresh build of 2021.10 because after updates waterfox-classic doesn't start anymore .. doesn't find a library:

libffi.so.7: cannot open shared object file

libffi and associated packages had been updated as well: libffi (3.3-4 -> 3.4.2-4)

I tried to downgrade llvm, llvm-libs and so on, but I don't want to downgrade libffi as the new thunderbird version depends on that.

Any ideas?