Package Details: palemoon 1:33.0.2-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: GPL, MPL, LGPL
Submitter: artiom
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 141
Popularity: 0.036058
First Submitted: 2014-06-05 10:54 (UTC)
Last Updated: 2024-04-01 23:03 (UTC)

Pinned Comments

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-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

WorMzy commented on 2014-11-24 16:51 (UTC)

It's the cuddlefish _version.py file again.. md5sums updated. I'm not sure if this is github not providing static tarballs, or wolfbeast retagging the release. I'd guess the former. In any case, as previously mentioned, I'll be switching to git checkout with the next release, so any changes like this won't cause makepkg to balk (with the added benefit that people won't need to download a huge tarball after every update).

toynbeeidea commented on 2014-11-24 03:00 (UTC)

==> Validating source files with md5sums... 25.1.0_Release.tar.gz ... FAILED palemoon.desktop ... Passed mozconfig.in ... Passed ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build palemoon.

ThePacman commented on 2014-11-23 06:20 (UTC)

aphirst: You can run makepkg 2>&1 | tee makepkg.log That will create a text file at makepkg.log containing all the output of makepkg. (If you use 'script -c makepkg' instead of 'makepkg 2>&1 | tee', it will save the color codes as part of the log, which would not be good.)

WorMzy commented on 2014-11-15 13:53 (UTC)

That must be heart-breaking to encounter. Waiting an hour for it to compile successfully, but fail on the packaging with such a useless error message. :c I'm afraid that I do think your makepkg.conf modification is at (kinda) at fault here. The following bug report [1] suggests that it might be a problem with a specific processor instruction (AVX). A precursor to this bug report [2] suggests that this instruction set is enabled when running with -march=native. You could try adding --enable-optimize="-mno-avx" to the mozconfig.in file and recompiling, but I can offer no guarantees that this will work. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=902221 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=680547

aphirst commented on 2014-11-15 08:49 (UTC)

I tried to build this and it seemed to fail right at the end, after ~50m work. Initially I thought it was to do with doing it in tmpfs, so I did it again on my HDD with plenty of free space. Same problem. The tail end of the compilation process (my VTE only caches so much). http://pastebin.com/0dhKAr7e Is it possible that any of my makepkg.conf settings are interfering? The only change I made was adding `-march=native`.

WorMzy commented on 2014-11-14 11:12 (UTC)

Thanks for the heads up, looks like git_refnames has been bumped again. As before, I have updated the md5sums, but not bumped the pkgrel. There's no need for people to rebuild because of the change. I may change the PKGBUILD to pull the tags from git for the next release, since the tarballs are apparently dynamic.