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.33
First Submitted: 2009-12-11 09:10 (UTC)
Last Updated: 2024-07-21 20:54 (UTC)

Dependencies (56)

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 .. 92 93 94 95 96 97 98 99 100 101 102 .. 139 Next › Last »

Thaodan commented on 2012-10-16 12:13 (UTC)

I builded it again with the regular gcc , binutils and libtool. It builds fine but when start it I get an memory acces error.

helq commented on 2012-10-15 21:49 (UTC)

I uninstall firefox then clean the compile directory and finally compile, It's works. thanks @bakgwailo

bakgwailo commented on 2012-10-15 19:38 (UTC)

@Thaodan - not sure really, I have just noticed in the past that the PGO build doesn't seem to like the multilib build chain, so I would start with swapping that all back to the standard repos (also, as a note I have testing enabled). Also, not sure what --hash-style=gnu does - I do not have that in my build (I also just -j2, but that shouldn't make any difference).

Thaodan commented on 2012-10-15 19:31 (UTC)

Im using the multilib one with following build settings in makepkg.conf(no chroot): CFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" CXXFLAGS="-march=x86-64 -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu" MAKEFLAGS="-j4" But why there can be errors when buiding with multilib buildchain?

bakgwailo commented on 2012-10-15 17:53 (UTC)

@helq, as csslayer stated, you have to first uninstall firefox before compiling.

helq commented on 2012-10-15 17:51 (UTC)

I have this compile error: adding: hyphenation/hyph_sv.dic (deflated 51%) adding: hyphenation/hyph_tr.dic (deflated 64%) adding: hyphenation/hyph_uk.dic (deflated 70%) failed to get nsXPConnect service! make[2]: *** [install] Error 1 make[2]: Leaving directory `/home/helq/Downloads/AUR/firefox-kde-opensuse/src/mozilla-release/obj-x86_64-unknown-linux-gnu/browser/installer' make[1]: *** [install] Error 2 make[1]: Leaving directory `/home/helq/Downloads/AUR/firefox-kde-opensuse/src/mozilla-release/obj-x86_64-unknown-linux-gnu' make: *** [install] Error 2 ==> ERROR: A failure occurred in package(). Aborting... PS: I am sorry by my bad english.

bakgwailo commented on 2012-10-15 16:30 (UTC)

what are you building in (clean chroot or not?) What are your make flags ? To get it to compile with PGO/JEMALLOC, I did: Delete firefox-kde-opensuse directory. Extract latest tarball (i.e. start clean). Edit PKGBUILD to enable PGO/JEMALLOC. Ensure you are using the regular GCC/BinUtils/etc (I have had issues in the past with the multilib chain). then makepkg in the directory. My Flags: CFLAGS="-march=native -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" CXXFLAGS="-march=native -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"

Thaodan commented on 2012-10-15 14:12 (UTC)

It was while building with pgo and jemalloc.

Thaodan commented on 2012-10-15 13:47 (UTC)

Is someone gettting the same error: "/home/bidar/dev/aur/firefox-kde-opensuse/src/mozilla-release/ff-pgo/dist/bin/xpcshell: symbol lookup error: /home/bidar/dev/aur/firefox-kde-opensuse/src/mozilla-release/ff-pgo/dist/bin/xpcshell: undefined symbol: __gcov_indirect_call_profiler make[4]: *** [make-package-internal] Fehler 127"?