I found solution and OBS build is fixed.
Search Criteria
Package Details: waterfox-classic-kpe 2022.11-0
Package Actions
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: | hawkeye116477 |
Last Packager: | hawkeye116477 |
Votes: | 9 |
Popularity: | 0.000024 |
First Submitted: | 2019-10-27 10:38 (UTC) |
Last Updated: | 2022-11-24 12:32 (UTC) |
Dependencies (36)
- dbus-glib (dbus-glib-git)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-decklink, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-v4l2-request-git, ffmpeg-headless, ffmpeg-nocuda, ffmpeg-nonvidia, ffmpeg-cuda, ffmpeg-jxl, ffmpeg-mpp, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-obs)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view, gtk2-maemo)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- hicolor-icon-theme (hicolor-icon-theme-git)
- icu (icu-git-static, icu-git)
- jemalloc (jemalloc-git, jemalloc4)
- kwaterfoxhelper
- libevent (libevent-fb, libevent-git)
- libxt
- mime-types (mailcap)
- sqlite (sqlite-minimal-git, sqlite-fts3-parenthesis, sqlite-fossil)
- startup-notification (startup-notification-git)
- ttf-font (neuropol-ttf, ttf-noto-fonts-ib, ttf-win7-fonts, ttf-ms-win8, ttf-ms-win8-arabic, ttf-ms-win8-hebrew, ttf-ms-win8-sea, ttf-ms-win8-indic, ttf-ms-win8-japanese, ttf-ms-win8-korean, ttf-ms-win8-zh_cn, ttf-ms-win8-zh_tw, ttf-ms-win8-thai, ttf-ms-win8-other, ttf-noto-fonts-simple, ttf-kids, ttf-gabriola, ttf-liberation-sans-narrow, ttf-cavafy-script, ttf-ms-fonts, ttf-dejavu-ib, ttf-zelda, ttf-oxygen, ttf-oxygen-gf, ttf-share-gf, ttf-gost, otf-inconsolata-dz, ttf-d2coding, ttf-ibm-plex-mono-git, ttf-dejavu-emojiless, ttf-agave, ttf-caracteres, ttf-cuprum, ttf-autour-one, ttf-impallari-milonga, ttf-impallari-miltonian, ttf-clarity-city, ttf-paratype, ttf-segoewp, ttf-karla, ttf-ms-win10, ttf-ms-win10-japanese, ttf-ms-win10-korean, ttf-ms-win10-sea, ttf-ms-win10-thai, ttf-ms-win10-zh_cn, ttf-ms-win10-zh_tw, ttf-ms-win10-other, ttf-win10, ttf-droid-simple, ttf-ms-win10-auto, ttf-ms-win10-cdn, noto-fonts-variable-lite, ttf-bmono, noto-fonts-lite, ttf-pt-astra-fact, ttf-weblysleekui, ttf-pt-astra-sans, ttf-pt-astra-serif, ttf-pt-sans, ttf-pt-serif, ttf-pt-mono, ttf-pt-root_ui, ttf-ms-win11-auto, ttf-ms-win11, ttf-ms-win11-japanese, ttf-ms-win11-korean, ttf-ms-win11-sea, ttf-ms-win11-thai, ttf-ms-win11-zh_cn, ttf-ms-win11-zh_tw, ttf-ms-win11-other, ttf-xo-fonts, ttf-literation, ttf-plemoljp, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-ibm-plex, ttf-liberation)
- autoconf2.13 (make)
- clang (clang8, clang-git, llvm-git, llvm-minimal-git) (make)
- diffutils (diffutils-git, diffutils-patched-exclude-directory-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- imake (make)
- inetutils (gettext-hostname, inetutils-git) (make)
- Show 16 more dependencies...
Required by (1)
- profile-sync-daemon-waterfox (optional)
Sources (11)
hawkeye116477 commented on 2022-08-19 17:48 (UTC)
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:
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?
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.
If you got 404, then temporarily try to replace download.opensuse.org with downloadcontent.opensuse.org. That should enforce direct download without mirror.