jghodd: I can't reproduce that here. Since it happens late on, my suspicion is that your memory is full (check journalctl for OOM events). Did the build really take four and a half hours to reach that point? Maybe consider using the -bin package instead, if that's an option.
Search Criteria
Package Details: palemoon 1:33.7.0-1
Package Actions
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.007897 |
First Submitted: | 2014-06-05 10:54 (UTC) |
Last Updated: | 2025-04-08 10:24 (UTC) |
Dependencies (14)
- alsa-lib
- dbus-glib
- desktop-file-utils (desktop-file-utils-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- libxt
- mime-types (mailcap)
- git (git-gitAUR, git-glAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- python2AUR (python2-binAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- yasm (yasm-gitAUR) (make)
- zip (zip-natspecAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (optional) – various video and audio support
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – PulseAudio audio driver
Required by (5)
Sources (3)
WorMzy commented on 2025-04-10 10:03 (UTC)
jghodd commented on 2025-04-10 01:04 (UTC)
Getting a build error on 33.7. It's occurring right at the end of the build, so it's incredibly annoying to reproduce:
269:01.34 lto1: internal compiler error: Segmentation fault
269:01.34 0x1e42a6a internal_error(char const*, ...)
269:01.34 ???:0
269:01.34 0xac6583 stream_read_tree_ref(lto_input_block*, data_in*)
269:01.34 ???:0
269:01.34 0xf2151c streamer_read_tree_body(lto_input_block*, data_in*, tree_node*)
269:01.34 ???:0
269:01.34 0xaca435 lto_input_tree_1(lto_input_block*, data_in*, LTO_tags, unsigned int)
269:01.34 ???:0
269:01.34 0xacaa7e lto_input_scc(lto_input_block*, data_in*, unsigned int*, unsigned int*, bool)
269:01.34 ???:0
269:01.34 0x725c2d read_cgraph_and_symbols(unsigned int, char const**)
269:01.35 ???:0
269:01.35 0x72754b lto_main()
269:01.35 ???:0
269:01.35 Please submit a full bug report, with preprocessed source (by using -freport-bug).
269:01.35 Please include the complete backtrace with any bug report.
269:01.35 See <https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues> for instructions.
269:01.35 make[6]: *** [/tmp/cczvhC79.mk:188: /tmp/ccQOLpo3.ltrans62.ltrans.o] Error 1
269:01.35 make[6]: *** Waiting for unfinished jobs....
269:01.35 lto-wrapper: fatal error: make returned 2 exit status
269:01.35 compilation terminated.
269:01.35 ../../build/unix/gold/ld: fatal error: lto-wrapper failed
269:01.35 collect2: error: ld returned 1 exit status
269:01.35 make[5]: *** [/bslx/repository/palemoon/tmp/palemoon/src/Pale-Moon/platform/config/rules.mk:770: libxul.so] Error 1
269:01.35 make[4]: *** [/bslx/repository/palemoon/tmp/palemoon/src/Pale-Moon/platform/config/recurse.mk:71: toolkit/library/target] Error 2
269:01.35 make[3]: *** [/bslx/repository/palemoon/tmp/palemoon/src/Pale-Moon/platform/config/recurse.mk:33: compile] Error 2
269:01.35 make[2]: *** [/bslx/repository/palemoon/tmp/palemoon/src/Pale-Moon/platform/config/rules.mk:497: default] Error 2
269:01.35 make[1]: *** [/bslx/repository/palemoon/tmp/palemoon/src/Pale-Moon/client.mk:406: realbuild] Error 2
269:01.35 make: *** [client.mk:164: build] Error 2
269:01.36 0 compiler warnings present.
269:05.51 Failed to parse ccache stats output: Cacheable calls: 6640 / 6663 (99.65%)
==> ERROR: A failure occurred in build().
Aborting...
WorMzy commented on 2024-11-29 13:10 (UTC)
@maid: that's unfortunate, but it doesn't mean the software can be built without it.
If you need assistance with the build failure, perhaps open a thread on the support channels for your distro and provide details. Alternatively, there is a python2-bin package which you can use as an alternative to compiling python yourself. To that end, there are also -bin packages for palemoon in the AUR which you can use as an alternative to compiling the browser yourself.
maid commented on 2024-11-28 21:02 (UTC)
WorMzy, my attempt to build python2 was failed.
WorMzy commented on 2024-11-27 11:29 (UTC)
@maid: the dependency on python2 comes from upstream, you'll need to get them to update their code.
maid commented on 2024-11-27 11:24 (UTC)
Please replace python2 dep with newer version.
micwoj92 commented on 2024-10-08 14:25 (UTC)
startup-notification is disabled by default, so unless explicitly enabled in mozconfig, it should be dropped: https://repo.palemoon.org/MoonchildProductions/UXP/blame/commit/e2c94125cc08f23950b21ad394732463c765890c/old-configure.in#L2251
Rakiri commented on 2024-10-07 23:26 (UTC)
WorMzy I thought I had tried --skipchecksums
But I will get back to you if that works or if I am missing something.
WorMzy commented on 2024-10-07 12:43 (UTC) (edited on 2024-10-07 12:43 (UTC) by WorMzy)
@Rakiri: I'm not sure what you mean by that, but if you want to modify the mozonfig, the procedure is:
-
edit mozconfig.in accordingly
-
update the checksums for the mozconfig.in file in the PKGBUILD (e.g.
updpkgsums
) -
run
makepkg
(orpkgctl build
)
Alternatively squash 2 and 3 by using --skipchecksums
-- there's no other source files to validate in this case.
Rakiri commented on 2024-10-07 12:36 (UTC)
@WorMzy can you tell me how to disable the protocol that makes this update to the current settings in this pkgbuild?
I want to use a specialized mozconfig, but it keeps reverting everything back to the settings that it was set on here to have, instead of the configuration I want.
Let me know
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