Package Details: firefox-kde-opensuse 134.0.2-1

Git Clone URL: https://aur.archlinux.org/firefox-kde-opensuse.git (read-only, click to copy)
Package Base: firefox-kde-opensuse
Description: Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE
Upstream URL: https://github.com/openSUSE/firefox-maintenance
Keywords: browser gecko web
Licenses: GPL, MPL, LGPL
Conflicts: firefox
Provides: firefox
Submitter: csslayer
Maintainer: Thaodan
Last Packager: Thaodan
Votes: 336
Popularity: 0.057938
First Submitted: 2009-12-11 09:10 (UTC)
Last Updated: 2025-02-03 15:56 (UTC)

Dependencies (57)

Required by (172)

Sources (35)

Pinned Comments

Thaodan commented on 2021-04-20 17:40 (UTC) (edited on 2021-04-21 22:45 (UTC) by Thaodan)

If you have issues with this package visit gitlab and read the readme first.

Latest Comments

« First ‹ Previous 1 .. 103 104 105 106 107 108 109 110 111 112 113 .. 139 Next › Last »

bakgwailo commented on 2012-06-24 22:01 (UTC)

I had to use a slightly modified PKGBUILD: http://pastebin.com/L1Nj5iWw Try that out. Also, on my i5 I also saw that using over j2 would generally kill my system. CFLAGS="-march=native -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" MAKEFLAGS="-j2" BTW, my CHROOT just has Core, Extra and Community enabled, nothing else (other than kmozillahelper in a local repository, of course). Anyways, I have been trying to get it to work with PGO/JEMALLOC and LTO - any have any luck on this ? Not sure if it is possible (I know 4.7 supposedly allows LTO, but maybe not with PGO/etc).

Feng-Huang commented on 2012-06-24 16:37 (UTC)

Yes, in clean chroot. CFLAGS="-march=corei7 -mtune=corei7 -O2 -pipe -fstack-protector --param ssp-buffer-size=4 --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=3072 -D_FORTIFY_SOURCE=2" + Edited param in PKGBUILD to -j4

bakgwailo commented on 2012-06-24 15:31 (UTC)

@Feng-Huang Did you use a clean chroot to build? Flags?

Feng-Huang commented on 2012-06-24 14:13 (UTC)

Enabling PGO stucks compilation in infinite loop : make[377]: Entering directory `/build/src/mozilla-release/ff-pgo/config' rm -f .md .bak core Templates.DB ../dist/stl_wrappers/sentinel ../config/final-link-comps ../config/final-link-libs ../config/final-link-comp-names buildid /build/src/mozilla-release/config/*.pyc *.pyc nsinstall LOGS TAGS a.out host_nsinstall.o host_pathsub.o host_nsinstall.o host_pathsub.o so_locations _gen _stubs rm -f -r _java system_wrappers stl_wrappers /no-such-file cd /build/src/mozilla-release/ff-pgo/config/mkdepend; make clean /bin/sh: line 0: cd: /build/src/mozilla-release/ff-pgo/config/mkdepend: No such file or directory See "make[377]" and it keeps going until system freaks out.

swiftscythe commented on 2012-06-23 12:22 (UTC)

Build for 64 bits with GCC 4.7.1: https://dl.dropbox.com/u/488112/firefox-kde-opensuse-13.0.1-1-x86_64.pkg.tar.xz

bakgwailo commented on 2012-06-17 20:18 (UTC)

BTW, I just compiled it cleanly with PGO/JEMALLOC with GCC 4.7.1, looks like 4.6 is not needed anymore with the latest update.

bakgwailo commented on 2012-06-16 20:46 (UTC)

@Ubiquitine The site works correctly with me (native for i5/PGO/JEMALLOC) with the latest version of Flash (11.2.202.236) - perhaps there is something else going on in your system? I do not see how PGO would cause any issues like what you are explaining (again, the official Linux Mozilla Firefox binaries have PGO enabled).