@figue Unfortunately I just left and will not be back in a few days, but recalling from memory I believe all the errors were all:
4:55.32 error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
Git Clone URL: | https://aur.archlinux.org/icecat.git (read-only, click to copy) |
---|---|
Package Base: | icecat |
Description: | GNU version of the Firefox ESR browser |
Upstream URL: | https://git.savannah.gnu.org/cgit/gnuzilla.git |
Keywords: | browser esr gnuzilla web |
Licenses: | MPL-2.0 |
Submitter: | None |
Maintainer: | figue (xiota) |
Last Packager: | xiota |
Votes: | 250 |
Popularity: | 0.42 |
First Submitted: | 2007-12-09 10:12 (UTC) |
Last Updated: | 2024-11-30 19:41 (UTC) |
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 86 Next › Last »
@figue Unfortunately I just left and will not be back in a few days, but recalling from memory I believe all the errors were all:
4:55.32 error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
@Ningen you are right... I was busy doing other things and not see that wget is already listed... Sorry I've reverted the commit.
In the other, I see you have 7 previous errors... Can you paste them or, better, full output somewhere?
@figue @slodr I am confused this solves nothing, wget is just listed twice in makedepends now? This will not build
edit:
...
4:55.32 error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
...
...
5:36.57 error: aborting due to 7 previous errors
5:36.57 For more information about this error, try `rustc --explain E0432`.
5:36.63 error: could not compile `packed_simd`
5:36.63 To learn more, run the command again with --verbose.
5:36.63 warning: build failed, waiting for other jobs to finish...
5:36.66 modules/fdlibm/src
5:37.22 error: build failed
...
...
9:43.45 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build failed
==> ERROR: A failure occurred in build().
@slondr thanks! d2eece5f8c90
Build fails if wget is not installed, why is wget not listed as a makedepends?
@chikker I think you are using _SPEED=y. Yeah? See that in PKGBUILD is hardcoded es-ES locale. You should change it to your locale, or you will see only spanish. Maybe I need to work on that to make it customizable to any locale...
@figue Weird. The bug seems to happen only when PKGBUILD in inside ~/.cache folder.
@proskilzz please upload full log somewhere.
Error when compiling: 3:59.96 make[2]: [/home/proskilzz/.cache/paru/clone/icecat/src/gnuzilla-bcfe407570cae32d00dd33a268de0e0593166f7b/output/icecat-78.5.0/config/recurse.mk:34: compile] Error 2 3:59.96 make[1]: [/home/proskilzz/.cache/paru/clone/icecat/src/gnuzilla-bcfe407570cae32d00dd33a268de0e0593166f7b/output/icecat-78.5.0/config/rules.mk:390: default] Error 2 3:59.96 make: *** [client.mk:125: build] Error 2 3:59.98 98 compiler warnings present. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'icecat-78.5.0-1':
Pinned Comments
xiota commented on 2024-02-26 07:32 (UTC) (edited on 2024-08-08 03:44 (UTC) by xiota)
PKGBUILD has been updated. Major changes:
Notes:
_build_pgo_xvfb=false
. This will usexwayland-run
for profiling._build_pgo=false
.mk_add_options MOZ_PARALLEL_BUILD=___
around line 300. Pick a value less than number of cores and free RAM in GB. For example, on a system with 8 cores, 64GB total RAM, but only 6 GB free, the value should be set to 4 or 5.libxul.so
. Leave a comment if you have a potential solution.Having problems? Please provide details: processor make and model, number of cores,
free -m
, full log in pastebin, whether using AUR helper/makepkg/clean chroot, etc.