Package Details: palemoon 1:33.2.0-1

Git Clone URL: https://aur.archlinux.org/palemoon.git (read-only, click to copy)
Package Base: palemoon
Description: Open source web browser based on Firefox focusing on efficiency.
Upstream URL: https://www.palemoon.org/
Keywords: browser goanna web
Licenses: MPL-2.0
Submitter: artiom
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 141
Popularity: 0.010416
First Submitted: 2014-06-05 10:54 (UTC)
Last Updated: 2024-06-18 17:22 (UTC)

Pinned Comments

micwoj92 commented on 2024-06-02 13:20 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 39a928a..05d50a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ url="https://www.palemoon.org/"
 license=('MPL-2.0')
 depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'alsa-lib'
          'startup-notification')
-makedepends=('python2' 'autoconf2.13' 'unzip' 'zip' 'yasm'
+makedepends=('python2' 'unzip' 'zip' 'yasm'
              'libpulse' 'git')
 optdepends=('libpulse: PulseAudio audio driver'
             'ffmpeg: various video and audio support')
@@ -38,6 +38,10 @@ prepare() {
   git submodule init
   git config submodule.platform.url "${srcdir}/UXP"
   git -c protocol.file.allow=always submodule update
+  cd platform
+  git cherry-pick -n 6cbb2c372b208902e765aa577539c018d76ba1b8
+  git cherry-pick -n e484c9d31136fc7e197bb0d686463a6555897784
+  git cherry-pick -n acb34c35dbc3452101318cbb3cccf50b1a1c90b2
 }

 build() {
@@ -49,9 +53,6 @@ build() {
   export MOZCONFIG="${srcdir}/mozconfig"
   export CPPFLAGS="${CPPFLAGS} -O2 -Wno-format-overflow"

-  # Fix build failures with GCC>=14
-  export CFLAGS="${CFLAGS} -Wno-implicit-int -Wno-incompatible-pointer-types -Wno-int-conversion"
-
   ./mach build
 }

To drop autoconf2.13, alternatively just wait next month until 33.2.0, I cherry picked these patches for gtk3 version.

WorMzy commented on 2021-03-02 16:19 (UTC) (edited on 2022-08-03 21:12 (UTC) by WorMzy)

The following key is used to sign release commits:

40481E7B8FCF9CEC

Import it into your keyring however you want.

https://wiki.archlinux.org/index.php/GnuPG#Import_a_public_key

Latest Comments

« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 Next › Last »

jaro3 commented on 2015-05-10 03:39 (UTC)

The same error remains there even if I set MAKEFLAGS="-j1" in makepkg.conf and make manually... My gcc is gcc-multilib 4.9.2-4 1:32.98 ../../gfx/skia/SkFontHost_FreeType.o: In function `SkFontHost::GetAdvancedTypefaceMetrics(unsigned int, SkAdvancedTypefaceMetrics::PerGlyphInfo, unsigned int const*, unsigned int)': 1:32.98 SkFontHost_FreeType.cpp:(.text._ZN10SkFontHost26GetAdvancedTypefaceMetricsEjN25SkAdvancedTypefaceMetrics12PerGlyphInfoEPKjj+0x11a): undefined reference to `FT_Get_X11_Font_Format' 1:32.98 collect2: error: ld returned 1 exit status 1:32.98 /usr/src/tmp/palemoon/src/Pale-Moon/config/rules.mk:989: recipe for target 'libxul.so' failed 1:32.98 make[5]: *** [libxul.so] Error 1 1:32.98 /usr/src/tmp/palemoon/src/Pale-Moon/config/makefiles/target_libs.mk:16: recipe for target 'libs_tier_platform' failed 1:32.98 make[4]: *** [libs_tier_platform] Error 2 1:32.99 /usr/src/tmp/palemoon/src/Pale-Moon/config/rules.mk:723: recipe for target 'tier_platform' failed 1:32.99 make[3]: *** [tier_platform] Error 2 1:32.99 /usr/src/tmp/palemoon/src/Pale-Moon/config/rules.mk:656: recipe for target 'default' failed 1:32.99 make[2]: *** [default] Error 2 1:32.99 /usr/src/tmp/palemoon/src/Pale-Moon/client.mk:372: recipe for target 'realbuild' failed 1:32.99 make[1]: *** [realbuild] Error 2 1:32.99 client.mk:172: recipe for target 'build' failed 1:32.99 make: *** [build] Error 2 1:33.02 608 compiler warnings present. ==> ERROR: A failure occurred in build(). Aborting...

jaro3 commented on 2015-05-10 02:53 (UTC)

I get the same error with 25.4.1 even if --enable-optimize commented out in mozconfig. Could this libxul.so error be related to parallel build "-j 4" in makepkg.conf or to using the infinality fonts instead of the stock Arch fonts? Previous builds were running fine for me but the whole system was updated recently...

WorMzy commented on 2015-05-09 18:59 (UTC)

Is it failing at the exact same place? Also, was this with 25.4.0 or 25.4.1 (just uploaded an hour or so ago)? Does it build for you if you comment out the "--enable-optimize" line (#36) in mozconfig?

veganvelociraptr commented on 2015-05-09 16:57 (UTC)

I have the same problem as jaro3. Could it perhaps be because of a specific GCC version? In my case it's 4.9.2? I've not changed any build file, though I've set makepkg.conf to use ccache. But that has worked previously with PaleMoon 25.3.x.

WorMzy commented on 2015-05-09 12:33 (UTC)

I cant reproduce this, but it's not the first time I've seen the build fail at that point (although I've only seen it when building with clang, not gcc). Have you modified the build files, or your makepkg.conf? If the build consistently fails for you here, then you may want to switch to the palemoon-bin package, which should be updated for 25.4 soon.

jaro3 commented on 2015-05-09 08:25 (UTC)

Build fails with: 46:55.82 SkFontHost_FreeType.cpp:(.text._ZN10SkFontHost26GetAdvancedTypefaceMetricsEjN25SkAdvancedTypefaceMetrics12PerGlyphInfoEPKjj+0x11a): undefined reference to `FT_Get_X11_Font_Format' 46:55.82 collect2: error: ld returned 1 exit status 46:55.82 /usr/src/tmp/palemoon/src/Pale-Moon/config/rules.mk:989: recipe for target 'libxul.so' failed 46:55.82 make[5]: *** [libxul.so] Error 1 46:55.82 /usr/src/tmp/palemoon/src/Pale-Moon/config/makefiles/target_libs.mk:16: recipe for target 'libs_tier_platform' failed 46:55.82 make[4]: *** [libs_tier_platform] Error 2 46:55.82 /usr/src/tmp/palemoon/src/Pale-Moon/config/rules.mk:723: recipe for target 'tier_platform' failed 46:55.82 make[3]: *** [tier_platform] Error 2 46:55.82 /usr/src/tmp/palemoon/src/Pale-Moon/config/rules.mk:656: recipe for target 'default' failed 46:55.82 make[2]: *** [default] Error 2 46:55.82 /usr/src/tmp/palemoon/src/Pale-Moon/client.mk:372: recipe for target 'realbuild' failed 46:55.82 make[1]: *** [realbuild] Error 2 46:55.82 client.mk:172: recipe for target 'build' failed 46:55.82 make: *** [build] Error 2 46:55.86 604 compiler warnings present. ==> ERROR: A failure occurred in build(). Aborting...

WorMzy commented on 2015-05-07 19:36 (UTC)

I have also explicitly enabled the -02 optimize flag in mozconfig.in, as -03 and other optimize flags have been causing problems recently. If you choose to override this flag, you may experience problems with Palemoon crashing or behaving erratically.

WorMzy commented on 2015-04-06 10:28 (UTC)

Please note that I'll be disabling jemalloc in the mozconfig.in file when Palemoon is next updated. See https://github.com/MoonchildProductions/Pale-Moon/issues/39 for an explanation of why.

WorMzy commented on 2015-01-15 21:25 (UTC)

The only download for the sourcecode is currently a 7z file on Pale-Moon's ftp site. I'm hoping that the github repo gets update soon so I can implement the same thing I have going on in the palemoon-beta package (git source). In the meantime, please use the following (if you don't mind slooooooooooooow ftp downloads): https://github.com/WorMzy/PKGBUILDs/tree/palemoonftp/palemoon