Package Details: palemoon 1:33.5.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.063030
First Submitted: 2014-06-05 10:54 (UTC)
Last Updated: 2024-12-05 10:09 (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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 38 Next › Last »

WorMzy commented on 2019-01-24 19:32 (UTC) (edited on 2019-01-24 19:32 (UTC) by WorMzy)

Sorry for the delay, I've pushed the update out now.

I fully expect the next PM release to be around the end of February, as that's when I go to Japan for two weeks. :P

EDIT: Thanks for confirming that in the interim, barius.

barius commented on 2019-01-20 01:47 (UTC)

Just to let you know, the "quick pkgver bump" approach worked perfectly for me (v 28.2.2 -> 28.3.0).

WorMzy commented on 2019-01-18 09:26 (UTC)

I'm starting to think these updates are timed to me being AFK... :o

I don't currently have access to my dev machine, but I'll update the package ASAP. For the impatient, I don't think there's anything build-breaking in the release notes, so this should be a quick pkgver bump. There is also the palemoon-bin package, which is already updated.

WorMzy commented on 2018-12-11 17:29 (UTC)

I'm AFK until next week, if I get chance I'll update the package before I get home, but otherwise it'll be updated on the 16th/17th.

lefsha commented on 2018-09-11 16:35 (UTC) (edited on 2018-09-11 16:36 (UTC) by lefsha)

Thanks WorMzy! It works now. It's possible, that I faced out of memory issue. Although no other issue with other programs has been recorded. To make it easier for compiler I have removed -pipe option.

WorMzy commented on 2018-08-29 10:12 (UTC)

The actual error in your build is:

Assembler messages:
end of file not at end of a line; newline inserted
.LVU
Killed signal terminated program cc1plus
compilation terminated.

In the directory  /build/palemoon/src/pmbuild/layout/base
The following command failed to execute properly:
/usr/bin/g++ -std=gnu++11 -o Unified_cpp_layout_base2.o -c -I/build/palemoon/src/pmbuild/dist/stl_wrappers -I/build/palemoon/src/pmbuild/dist/system_wrappers -include /build/palemoon/src/UXP/config/gcc_hidden.h -DNDEBUG=1 -DTRIMMED=1 -DOS_POSIX=1 -DOS_LINUX=1 -DSTATIC_EXPORTABLE_JS_API -DMOZ_HAS_MOZGLUE -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -I/build/palemoon/src/UXP/layout/base -I/build/palemoon/src/pmbuild/layout/base -I/build/palemoon/src/pmbuild/ipc/ipdl/_ipdlheaders -I/build/palemoon/src/UXP/ipc/chromium/src -I/build/palemoon/src/UXP/ipc/glue -I/build/palemoon/src/UXP/layout/forms -I/build/palemoon/src/UXP/layout/generic -I/build/palemoon/src/UXP/layout/mathml -I/build/palemoon/src/UXP/layout/printing -I/build/palemoon/src/UXP/layout/style -I/build/palemoon/src/UXP/layout/svg -I/build/palemoon/src/UXP/layout/tables -I/build/palemoon/src/UXP/layout/xul -I/build/palemoon/src/UXP/layout/xul/tree -I/build/palemoon/src/UXP/docshell/base -I/build/palemoon/src/UXP/dom/base -I/build/palemoon/src/UXP/dom/html -I/build/palemoon/src/UXP/dom/svg -I/build/palemoon/src/UXP/dom/xbl -I/build/palemoon/src/UXP/view -I/build/palemoon/src/pmbuild/dist/include -I/build/palemoon/src/pmbuild/dist/include/nspr -I/build/palemoon/src/pmbuild/dist/include/nss -fPIC -DMOZILLA_CLIENT -include /build/palemoon/src/pmbuild/mozilla-config.h -MD -MP -MF .deps/Unified_cpp_layout_base2.o.pp -D_FORTIFY_SOURCE=2 -O2 -Wall -Wc++11-compat -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wc++14-compat -Wc++1z-compat -Wimplicit-fallthrough -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -flifetime-dse=1 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -msse2 -mfpmath=sse -pthread -pipe -g -O2 -fomit-frame-pointer -I/build/palemoon/src/pmbuild/dist/include/cairo -Wno-error=shadow /build/palemoon/src/pmbuild/layout/base/Unified_cpp_layout_base2.cpp
Unified_cpp_layout_base2.o] Error 1
layout/base/target] Error 2
*** Waiting for unfinished jobs....

From what I've read, these messages are just a red herring though, and the actual cause is likely to be that you are running out of memory. How much RAM (+swap) do you have? Are you running any other memory-intensive processes at the same time as the compilation?

lefsha commented on 2018-08-26 09:20 (UTC)

https://nas.epistromo.com/s/KrHrDPRDwdCTHcJ

WorMzy commented on 2018-08-25 10:12 (UTC)

Upload the entire build log to a pastebin and post it here?

lefsha commented on 2018-08-25 09:54 (UTC)

Received exact the same error in the clean chroot environment made with help of devtools and extra-x86_64-build. Again the previous version works well either way. Something has been broken inbeetween for sure.

WorMzy commented on 2018-08-19 11:49 (UTC)

Builds fine in a clean chroot, and there isn't enough information in your comment to diagnose the problem. All I can suggest is to use the default C{,XX}FLAGS. Of course, building in a clean-chroot is definitely preferable.

https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot