Package Details: firefox-kde-opensuse 127.0-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.36
First Submitted: 2009-12-11 09:10 (UTC)
Last Updated: 2024-07-21 20:54 (UTC)

Required by (167)

Sources (37)

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 .. 112 113 114 115 116 117 118 119 120 121 122 .. 139 Next › Last »

Reihar commented on 2012-02-15 09:47 (UTC)

@unikum I can't find the -mno-sahf in gcc's documentation. However, I found a “-msahf” option. Can you give me documentation about that option ?

artemklevtsov commented on 2012-02-12 22:53 (UTC)

@speed145a: My flags on the i5-2500k: CFLAGS="-march=native -mtune=corei7-avx -mmmx -mno-sahf -O2 -pipe" CXXFLAGS="${CFLAGS}" -mno-sahf is needed because this CPU don't support it (it's may be GCC native mode bug). Also try build in the clean root and disable pgo and jemalloc because GCC optimize code with CFLAGS. Report please about your experience. My build is successful but not working built-in session manager.

yetAnotherZero commented on 2012-02-12 21:11 (UTC)

In case anyone cares - I recompiled with different flags and it works now. I got segfaults when using the following lines in makepkg.conf: CFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" CXXFLAGS="${CFLAGS}" but I have a stable build using: CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" CXXFLAGS="${CFLAGS}" This is on an i7-2760QM

apathism commented on 2012-02-11 18:54 (UTC)

It's better to use provides=('firefox=10.0.1'). For example, firefox-i18n-* 10.0.1 requires firefox>=10.0.1.

der_fenix commented on 2012-02-11 14:01 (UTC)

please, add provides=('firefox') in PKGBUILD to fix dependencies issues current `provides` string broke package, that requires firefox

artemklevtsov commented on 2012-02-11 09:19 (UTC)

Packages with PGO and jemalloc: http://rghost.ru/download/36457814/b13f9abc71d7974c06b8d0887d147fadf212b73e/firefox-kde-opensuse-10.0.1-1-x86_64.pkg.tar.xz http://rghost.ru/download/36458838/9424b92ac9313aa1190bc61dd619cca3b5a515e4/firefox-kde-opensuse-10.0.1-1-i686.pkg.tar.xz

artemklevtsov commented on 2012-02-11 05:44 (UTC)

@speed145a: try compile with default makepkg.conf and without PGO or in clean chroot (see - https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot).

yetAnotherZero commented on 2012-02-11 00:24 (UTC)

anybody know why I might be getting a segfault? It compiles fine but after starting firefox it segfaults whenever I attempt to enter text into any field...