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.008521
First Submitted: 2009-12-11 09:10 (UTC)
Last Updated: 2025-02-03 15:56 (UTC)

Required by (181)

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 .. 85 86 87 88 89 90 91 92 93 94 95 .. 140 Next › Last »

francoism commented on 2013-02-14 20:44 (UTC)

Finally manage to compile! Make sure you have all the required packages listed here: https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Linux_Prerequisites << Arch Linux - Install the following packages Make sure your /etc/makepkg.conf is as default: CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" It seems changing this one as describe in the Arch Wiki gives your problems when compiling FireFox. Make sure to (re)install base-devel. It seems like gcc is the only one that works, not gcc-multi.. but this could be wrong from mind point of view. I used the PKGBUILD by maxrd2 to install FireFox 18.0.2. :) If more info is needed (pacman -Q) or other info, please let me know. :)

maxrd2 commented on 2013-02-14 12:19 (UTC)

have updated PKGBUILD with firefox 18.0.2 yesterday.. it built without issues.. here it is, if anyone's interested: http://pastebin.com/XKqkZsxP have changed version, download url and md5 hash

tarakbumba commented on 2013-02-12 20:07 (UTC)

eric2, try here: http://download.opensuse.org/repositories/home:/tarakbumba:/archlinux/Arch_Extra_standard/ I have successfuly compiled this on OBS.Without pgo of course. Getting out-of-memory error when pgo enabled. (Also 8 hours for compilation does not worth for pgo benefits i'm starting to think.)

bakgwailo commented on 2013-02-11 19:24 (UTC)

OK - so, I got a new laptop from work (SB i7-2760QM), swapped in my HD from my old laptop (first gen dual core i5), and now I can not compile Firefox anymore - either the original 18, or the patched 18.0.1 - any ideas?

eric2 commented on 2013-02-11 11:59 (UTC)

Is there a download location or a repository where I can get the binary of the latest version for the i686 (AMD Sempron)? I used to download from this repository: http://pkgbuild.com/~tredaelli, but the last version there is 16.0.1.

bakgwailo commented on 2013-02-09 21:40 (UTC)

The patched build does not work for me either: resource://gre/modules/LightweightThemeManager.jsm resource://gre/modules/devtools/dbg-server.jsm /bin/sh: line 1: 3100 Segmentation fault (core dumped) /home/joe/Downloads/firefox-kde-opensuse/src/mozilla-release/ff-pgo/dist/bin/run-mozilla.sh /home/joe/Downloads/firefox-kde-opensuse/src/mozilla-release/ff-pgo/dist/bin/xpcshell -g "$PWD" -a "$PWD" -f /home/joe/Downloads/firefox-kde-opensuse/src/mozilla-release/toolkit/mozapps/installer/precompile_cache.js -e "populate_startupcache('startupCache.zip');" make[4]: *** [prepare-package] Error 139 make[4]: Leaving directory `/home/joe/Downloads/firefox-kde-opensuse/src/mozilla-release/ff-pgo/browser/installer' make[3]: *** [make-package] Error 2 make[3]: Leaving directory `/home/joe/Downloads/firefox-kde-opensuse/src/mozilla-release/ff-pgo/browser/installer' make[2]: *** [default] Error 2 make[2]: Leaving directory `/home/joe/Downloads/firefox-kde-opensuse/src/mozilla-release/ff-pgo/browser/installer' make[1]: *** [package] Error 2 make[1]: Leaving directory `/home/joe/Downloads/firefox-kde-opensuse/src/mozilla-release/ff-pgo' make: *** [profiledbuild] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Clean directory, removed firefox first, etc.

francoism commented on 2013-02-05 16:07 (UTC)

@mtcupps & Kalinda: try in a new/empty directory. If you keep getting problems, try the marcopus suggestions. @mtcupps: did you run makepkg -s?