Package Details: firefox-esr-i18n-mk 115.12.0-1

Git Clone URL: https://aur.archlinux.org/firefox-esr.git (read-only, click to copy)
Package Base: firefox-esr
Description: Standalone web browser from mozilla.org, Extended Support Release
Upstream URL: https://www.mozilla.org/en-US/firefox/enterprise/
Keywords: browser gecko web
Licenses: GPL, MPL, LGPL
Submitter: figue
Maintainer: dudemanguy
Last Packager: dudemanguy
Votes: 48
Popularity: 1.89
First Submitted: 2015-05-28 23:15 (UTC)
Last Updated: 2024-06-14 18:07 (UTC)

Dependencies (56)

Required by (0)

Sources (103)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 21 Next › Last »

figue commented on 2019-06-08 15:07 (UTC)

@dctxmei yeah, i686 can be dropped... I don't use for years. Any objections?

dctxmei commented on 2019-06-08 02:24 (UTC)

I use the command:

$ extra-x86_64-build -c

Result:

Checking PKGBUILD
PKGBUILD (firefox-esr) E: File referenced in $startdir
Checking firefox-esr-60.7.0-1-x86_64.pkg.tar.xz
firefox-esr W: Referenced library 'libmozgtk.so' is an uninstalled dependency
firefox-esr W: Referenced library 'libxul.so' is an uninstalled dependency
firefox-esr W: Referenced library 'libmozsqlite3.so' is an uninstalled dependency
firefox-esr W: Referenced library 'libmozsandbox.so' is an uninstalled dependency
firefox-esr W: Referenced library 'liblgpllibs.so' is an uninstalled dependency
firefox-esr W: Referenced library 'libmozavutil.so' is an uninstalled dependency
firefox-esr E: Symlink (usr/lib/firefox/dictionaries) points to non-existing /usr/share/hunspell
firefox-esr E: Symlink (usr/lib/firefox/hyphenation) points to non-existing /usr/share/hyphen
firefox-esr W: Unused shared library '/usr/lib/libpthread.so.0' by file ('usr/lib/firefox/gtk2/libmozgtk.so')
firefox-esr W: Unused shared library '/usr/lib/libgtk-x11-2.0.so.0' by file ('usr/lib/firefox/gtk2/libmozgtk.so')
firefox-esr W: Unused shared library '/usr/lib/libgdk-x11-2.0.so.0' by file ('usr/lib/firefox/gtk2/libmozgtk.so')
firefox-esr W: Unused shared library '/usr/lib/libpthread.so.0' by file ('usr/lib/firefox/liblgpllibs.so')
firefox-esr W: Unused shared library '/usr/lib/libstdc++.so.6' by file ('usr/lib/firefox/liblgpllibs.so')
firefox-esr W: Unused shared library '/usr/lib/libm.so.6' by file ('usr/lib/firefox/libmozavcodec.so')
firefox-esr W: Unused shared library '/usr/lib/libpthread.so.0' by file ('usr/lib/firefox/libmozgtk.so')
firefox-esr W: Unused shared library '/usr/lib/libgtk-3.so.0' by file ('usr/lib/firefox/libmozgtk.so')
firefox-esr W: Unused shared library '/usr/lib/libgdk-3.so.0' by file ('usr/lib/firefox/libmozgtk.so')
firefox-esr E: Dependency gtk2 detected and not included (libraries ['usr/lib/libgtk-x11-2.0.so.0', 'usr/lib/libgdk-x11-2.0.so.0'] needed in files ['usr/lib/firefox/gtk2/libmozgtk.so'])
firefox-esr W: Dependency included and not needed ('mozilla-common')
firefox-esr W: Dependency included and not needed ('ffmpeg')
firefox-esr W: Dependency included and not needed ('hunspell')
firefox-esr W: Dependency included and not needed ('libpulse')

dctxmei commented on 2019-06-08 00:59 (UTC)

It is recommended to give up i686 support :)

figue commented on 2019-05-07 13:50 (UTC)

@GI_Jack done. Thanks

GI_Jack commented on 2019-05-07 00:01 (UTC)

fix Icon= in the .destop file. pls point it to Icon=firefox-esr

GI_Jack commented on 2019-05-05 21:20 (UTC) (edited on 2019-05-05 21:21 (UTC) by GI_Jack)

change provides=(firefox)

to

provides=(firefox=${pkgver})

This way it doesn't break plugins. Also, borked with Arch32. No ideas why.

figue commented on 2019-03-20 21:26 (UTC)

Had to add rust 1.33 patches... Please review if everything is fine.

figue commented on 2019-03-20 09:20 (UTC)

Thanks @AndyRTR for the out-of-date notification. Since 60.6.0 was public I try to workaround the build process, because rust 1.33 is not compatible with 60.6.0. There is a patch available and it seems that it works, but there are other errors with "macro" that throws errors and build fails. I'll try to continue later...

17:51.06 libpacing_gn.a.desc
17:51.24    Compiling cubeb-pulse v0.1.1 (/DATA2/packages/figue/firefox-esr/src/firefox-60.6.0/media/libcubeb/cubeb-pulse-rs)
17:53.58    Compiling style_traits v0.0.1 (/DATA2/packages/figue/firefox-esr/src/firefox-60.6.0/servo/components/style_traits)
17:53.74 warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
17:53.74   --> servo/components/style_traits/viewport.rs:10:30
17:53.74    |
17:53.74 10 | #[allow(unused_imports)] use std::ascii::AsciiExt;
17:53.74    |                              ^^^^^^^^^^^^^^^^^^^^
17:53.74    |
17:53.74    = note: #[warn(deprecated)] on by default
17:53.74
17:54.08 error: missing documentation for macro
17:54.08    --> servo/components/style_traits/values.rs:139:1
17:54.08     |
17:54.08 139 | macro_rules! serialize_function {
17:54.08     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:54.08     |
17:54.08 note: lint level defined here
17:54.08    --> servo/components/style_traits/lib.rs:12:22
17:54.08     |
17:54.08 12  | #![deny(unsafe_code, missing_docs)]
17:54.08     |                      ^^^^^^^^^^^^
17:54.08
17:54.08 error: missing documentation for macro
17:54.08    --> servo/components/style_traits/values.rs:408:1
17:54.08     |
17:54.08 408 | macro_rules! define_css_keyword_enum {
17:54.08     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:54.08
17:54.10 error: aborting due to 2 previous errors
17:54.10
17:54.12 error: Could not compile `style_traits`.
17:54.12
17:54.12 To learn more, run the command again with --verbose.
17:54.13 make[4]: *** [/DATA2/packages/figue/firefox-esr/src/firefox-60.6.0/config/rules.mk:979: force-cargo-library-build] Error 101
17:54.13 make[3]: *** [/DATA2/packages/figue/firefox-esr/src/firefox-60.6.0/config/recurse.mk:73: toolkit/library/rust/target] Error 2
17:54.13 make[3]: *** Se espera a que terminen otras tareas....
17:55.40 libremote_bitrate_estimator_gn.a.desc
17:58.06 libmedia_webrtc_signaling_gtest.a.desc
18:00.03 libaudio_processing_gn.a.desc
18:00.19 make[2]: *** [/DATA2/packages/figue/firefox-esr/src/firefox-60.6.0/config/recurse.mk:33: compile] Error 2
18:00.19 make[1]: *** [/DATA2/packages/figue/firefox-esr/src/firefox-60.6.0/config/rules.mk:442: default] Error 2
18:00.19 make: *** [client.mk:169: build] Error 2
18:00.20 92 compiler warnings present.
18:00.24 Failed to parse ccache stats output: stats updated                       Fri Jan 18 15:44:47 2019
18:00.24 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build failed
==> ERROR: Se produjo un fallo en build().
    Cancelando...

AndyRTR commented on 2019-03-06 18:23 (UTC)

The pkg needs a rebuild for libvpx 1.8.x - maybe you follow firefox pkg from the repos that moved to more internal libs.