You are not logged in.

#1 2018-08-09 00:55:47

jbenge1
Member
From: Az
Registered: 2018-04-09
Posts: 151

[SOLVED]Latest update breaks firefox-esr-privacy

After the most recent pacman update, I recieved a core dump error for the firefox-esr-privacy package and was unable to open it after the dump sad .


Here is the journal around the time of the crash https://ptpb.pw/69PD

And here is the output of the pacman log https://ptpb.pw/-9lg

I am curious if this is something that needs manual intervention? or if I merely need to wait for firefox-esr to be updated?

Last edited by jbenge1 (2018-08-09 03:00:43)


"Dr. Madden, why don't the natural numbers include 0?" -me
"....... Take a philosophy course" -Dr. Madden

Offline

#2 2018-08-09 01:00:15

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: [SOLVED]Latest update breaks firefox-esr-privacy

Did you rebuild it for the icu update?


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#3 2018-08-09 02:08:19

jbenge1
Member
From: Az
Registered: 2018-04-09
Posts: 151

Re: [SOLVED]Latest update breaks firefox-esr-privacy

I thought I had, but apparently my script has a bug and decided to skip this one in particular... mad however this is the output of trying to rebuild

/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/dom/canvas/OffscreenCanvas.cpp:344:3: note: in expansion of macro 'NS_INTERFACE_MAP_ENTRY'
52:38.03    NS_INTERFACE_MAP_ENTRY(nsISupports)
52:38.03    ^~~~~~~~~~~~~~~~~~~~~~
52:59.64 libdom_canvas.a.desc
53:00.64 symverscript
53:00.87 libxul_s.a.desc
53:00.87 libxul.so
57:05.24 plugin-container
57:05.65 xpcshell
57:15.81 multilocale.txt
57:17.94 dependentlibs.list
57:19.29 ScalarArtifactDefinitions.json
57:20.97 backend.mk:2263: warning: overriding recipe for target '../dist/system_wrappers/pixman.h'
57:20.97 backend.mk:1353: warning: ignoring old recipe for target '../dist/system_wrappers/pixman.h'
57:21.64 ===
57:21.64 === If you get failures below, please file a bug describing the error
57:21.64 === and your environment (compiler and linker versions), and
57:21.64 === provide the pre-elfhacked library as an attachment.
57:21.64 === Use --disable-elf-hack until this is fixed.
57:21.64 ===
57:21.64 ===
57:21.64 === If you get failures below, please file a bug describing the error
57:21.65 === and your environment (compiler and linker versions), and
57:21.65 === provide the pre-elfhacked library as an attachment.
57:21.65 === Use --disable-elf-hack until this is fixed.
57:21.65 ===
57:21.65  0x0000000000000019 (INIT_ARRAY)         0x9e30
57:21.65  0x000000000000000c (INIT)               0x5000
57:21.71 test-array.so: test-ctors.so: Reduced by 16192 bytes
57:21.71 Reduced by 16192 bytes
57:21.82 PASS
57:21.82 PASS
57:31.31 update.locale
57:39.91 Traceback (most recent call last):
57:39.91   File "/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/obj-x86_64-pc-linux-gnu/_virtualenv/lib/python2.7/site.py", line 705, in <module>
57:39.91     main()
57:39.91   File "/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/obj-x86_64-pc-linux-gnu/_virtualenv/lib/python2.7/site.py", line 696, in main
57:39.91     execsitecustomize()
57:39.91   File "/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/obj-x86_64-pc-linux-gnu/_virtualenv/lib/python2.7/site.py", line 549, in execsitecustomize
57:39.92     import sitecustomize
57:39.92   File "/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/obj-x86_64-pc-linux-gnu/_virtualenv/lib/python2.7/sitecustomize.py", line 3, in <module>
57:39.94     import mach_bootstrap
57:39.95   File "/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/build/mach_bootstrap.py", line 8, in <module>
57:39.99     import json
57:39.99   File "/usr/lib64/python2.7/json/__init__.py", line 119, in <module>
57:39.99     default=None,
57:39.99   File "/usr/lib64/python2.7/json/encoder.py", line 159, in __init__
57:39.99     if separators is not None:
57:39.99 NameError: global name 'separators' is not defined
57:39.99 make[4]: *** [/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/config/rules.mk:1479: .deps/generated_en-US/ebay-ca.xml] Error 1
57:39.99 make[4]: *** Waiting for unfinished jobs....
57:40.04 make[3]: *** [/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/config/recurse.mk:100: browser/locales/libs] Error 2
57:40.04 make[2]: *** [/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/config/recurse.mk:33: libs] Error 2
57:40.04 make[1]: *** [/home/justin/Documents/Build/firefox-esr-privacy/src/firefox-60.1.0/config/rules.mk:434: default] Error 2
57:40.04 make: *** [client.mk:168: build] Error 2
57:40.05 0 compiler warnings present.
57:40.09 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build failed
==> ERROR: A failure occurred in build().
    Aborting...

"Dr. Madden, why don't the natural numbers include 0?" -me
"....... Take a philosophy course" -Dr. Madden

Offline

#4 2018-08-09 03:00:27

jbenge1
Member
From: Az
Registered: 2018-04-09
Posts: 151

Re: [SOLVED]Latest update breaks firefox-esr-privacy

Ok so attempting a rebuild again fixed the issue (My mistake for assuming my script to rebuild my aur packages worked properly! though this is nice for me as now I can debug it smile )


"Dr. Madden, why don't the natural numbers include 0?" -me
"....... Take a philosophy course" -Dr. Madden

Offline

Board footer

Powered by FluxBB