LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 10-29-2023, 12:16 PM   #1
dodoLQ
Member
 
Registered: Dec 2014
Location: France
Distribution: Slackware
Posts: 211

Rep: Reputation: Disabled
Palemoon-32.4.1 compilation failed on armv7l


Hi, i tried to compile Palemoon-32.4.1 on slackwarearm-15.0 (Sarpi version, kernel 6.1.58) without success. I upgraded libnotify to v0.8.3 without result.. Here's the report:
Code:
 libgfx_skia.a.desc
72:02.52 gmake[3]: *** [/tmp/Pale-Moon-32.4.1_Release/platform/config/recurse.mk:33: compile] Error 2
72:02.52 gmake[2]: *** [/tmp/Pale-Moon-32.4.1_Release/platform/config/rules.mk:493: default] Error 2
72:02.52 gmake[1]: *** [/tmp/Pale-Moon-32.4.1_Release/client.mk:406: realbuild] Error 2
72:02.52 gmake: *** [client.mk:164: build] Error 2
72:02.54 695 compiler warnings present.
72:02.87 Failed to parse ccache stats output: Summary:
72:02.96 Notification center failed: The name org.freedesktop.Notifications was not provided by any .service files
Can't find any clues on google BUT on aarch64 (slackwareaarch64-current, traditional way, not Sarpi method), compilation is OK!
Well what are your thoughts?
 
Old 10-30-2023, 05:51 AM   #2
jloco
Member
 
Registered: Apr 2016
Location: Detroit, MI
Distribution: Slackware
Posts: 180

Rep: Reputation: 148Reputation: 148
I just recently looked at this for someone and tried the build on 15.0 x86 32/64 bit and aarch64-current. The only one I didn't test is 32bit ARM... but you can try my hacked script https://slackware.lngn.net/pub/stagi...on-test.tar.xz and see if you get anywhere.

I vaguely recall seeing that error once, but no idea what I did to rectify it, but this script does work on everything but 32bit ARM is untested, so it should work for you there. Possibly. Your mileage may vary.
 
Old 11-01-2023, 11:18 AM   #3
dodoLQ
Member
 
Registered: Dec 2014
Location: France
Distribution: Slackware
Posts: 211

Original Poster
Rep: Reputation: Disabled
I tried your patch glib-c-arc4random.c.patch but it didn't help..
 
Old 11-01-2023, 04:50 PM   #4
jloco
Member
 
Registered: Apr 2016
Location: Detroit, MI
Distribution: Slackware
Posts: 180

Rep: Reputation: 148Reputation: 148
Quote:
Originally Posted by dodoLQ View Post
I tried your patch glib-c-arc4random.c.patch but it didn't help..
The patch is from the SlackBuild on SBo, it's not something I added. Not sure how you've edited the script, but you do need to remove the sse2 optimizations on ARM or it will fail. Outside of that, there isn't really anything special I've done to get the package to finish. I'd try building with DEBUG turned off, and since I see a ccache error in your previous post, possibly either clean/clear ccache or try building without as well.
 
Old 11-08-2023, 10:33 AM   #5
dodoLQ
Member
 
Registered: Dec 2014
Location: France
Distribution: Slackware
Posts: 211

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jloco View Post
but you do need to remove the sse2 optimizations on ARM or it will fail. Outside of that, there isn't really anything special I've done to get the package to finish. I'd try building with DEBUG turned off, and since I see a ccache error in your previous post, possibly either clean/clear ccache or try building without as well.
I already disabled sse2 optimizations in the SB (did it on aarch64-current). Now i'm testing surf (as suggested by Didier) and *all* is fine Compiled all dependencies: dmenu, webkit2gtk (this guy require many hours to compile on a rpi4b!!), unifdef, wpebackend-fdo, libwpe, bubblewrap, geoclue2, xdg-dbus-proxy), all grabed from SB.org .. Oups, i cant attach a screenshot
 
Old 11-08-2023, 02:53 PM   #6
jloco
Member
 
Registered: Apr 2016
Location: Detroit, MI
Distribution: Slackware
Posts: 180

Rep: Reputation: 148Reputation: 148
Quote:
Originally Posted by dodoLQ View Post
I already disabled sse2 optimizations in the SB (did it on aarch64-current). Now i'm testing surf (as suggested by Didier) and *all* is fine Compiled all dependencies: dmenu, webkit2gtk (this guy require many hours to compile on a rpi4b!!), unifdef, wpebackend-fdo, libwpe, bubblewrap, geoclue2, xdg-dbus-proxy), all grabed from SB.org .. Oups, i cant attach a screenshot
ya, webkit2gtk is a fun one. I've built surf on current and wasn't impressed, it's too bare-bones for me. A nice browser if you haven't tried it is qutebrowser. It builds fast, even on ARM. The latest release (3.0.2) can use qt6-webkit but we only have the old qt5 on slackware yet, but it's functional at least. Reminds me, I need to get qt6 going on aarch64 some day. Anyway, give qutebrowser a try, it's kb-based, has tabs, bookmarks, adblock, all the fixins.
 
Old 11-11-2023, 04:56 AM   #7
dodoLQ
Member
 
Registered: Dec 2014
Location: France
Distribution: Slackware
Posts: 211

Original Poster
Rep: Reputation: Disabled
Ok, thanks for the suggestion about qutebrowser!

Just compiled python3-PyQtWebEngine-5.15.3 and qutebrowser-2.5.4 and got a pb:

dodo@raspi4:~$ qutebrowser linuxfr.org
11:28:49 INFO: Run :adblock-update to get adblock lists.
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0397
[8575:8582:1112/112851.333822:ERROR:validation_errors.cc(76)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED (network.mojom.NetworkService.1685182924 )
[8575:8582:1112/112851.335200:ERROR:validation_errors.cc(76)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED (network.mojom.NetworkService.1685182924 )
[8537:8537:1112/112851.378418:ERROR:network_service_instance_impl.cc(262)] Network service crashed, restarting service.
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0397
11:28:51 ERROR: Renderer process crashed (status 11)
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0397
[8587:8599:1112/112851.718486:ERROR:validation_errors.cc(76)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED (network.mojom.NetworkService.1685182924 )
[8587:8599:1112/112851.718879:ERROR:validation_errors.cc(76)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED (network.mojom.NetworkService.1685182924 )
11:28:51 ERROR: Renderer process crashed (status 11)dodo@raspi4:~$ qutebrowser linuxfr.org
11:28:49 INFO: Run :adblock-update to get adblock lists.
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0397
[8575:8582:1112/112851.333822:ERROR:validation_errors.cc(76)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED (network.mojom.NetworkService.1685182924 )
[8575:8582:1112/112851.335200:ERROR:validation_errors.cc(76)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED (network.mojom.NetworkService.1685182924 )
[8537:8537:1112/112851.378418:ERROR:network_service_instance_impl.cc(262)] Network service crashed, restarting service.
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0397
11:28:51 ERROR: Renderer process crashed (status 11)
../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0397
[8587:8599:1112/112851.718486:ERROR:validation_errors.cc(76)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED (network.mojom.NetworkService.1685182924 )
[8587:8599:1112/112851.718879:ERROR:validation_errors.cc(76)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED (network.mojom.NetworkService.1685182924 )
11:28:51 ERROR: Renderer process crashed (status 11)

Last edited by dodoLQ; 11-12-2023 at 04:43 AM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Palemoon-31 compilation dodoLQ Slackware 9 06-12-2022 12:16 PM
[SOLVED] Fatdog64 710 First Compilation: Palemoon 27.0.2 Missing features.h Fatal Error Adhil Puppy 10 03-13-2017 01:08 AM
Ubuntu armv7l Chromebook issues _TIMid Linux - Newbie 6 12-09-2014 04:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 11:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration