FS#50231 - [firefox] cannot compile firefox 48.0 - error in client.mk
Attached to Project:
Arch Linux
Opened by torvic (torvic) - Tuesday, 02 August 2016, 17:53 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 03 August 2016, 12:56 GMT
Opened by torvic (torvic) - Tuesday, 02 August 2016, 17:53 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 03 August 2016, 12:56 GMT
|
Details
Description:
I cannot compile Firefox 48.0 using the PKGBUILD from Arch testing. The build process stops at ==> Beginne build()... client.mk:114: *** Fehlender Trenner. Schluss. So, a missing separator error in line 114 of client.mk: 113: MOZCONFIG_CONTENT := $(subst ||,$(CR),$(subst || ,$(CR),$(shell $(addprefix MOZ_CURRENT_PROJECT=,$(MOZ_CURRENT_PROJECT)) MOZ_PGO=$(MOZ_PGO) $(TOPSRCDIR)/mach environment --format=client.mk | sed 's/$$/||/'))) 114: $(eval $(MOZCONFIG_CONTENT)) Note that I don't know anything about coding. |
This task depends upon
I built firefox 47.0.1 a month ago without a problem, now I can't build either 47.0.1 or 48.0.
Maybe I'm missing something?
Makedepends are up to date.
I redownloaded the source files and now it works.
There was probably a formatting error in mozconfig (new line, spaces, carriage returns), still can't figure out what exactly. Maybe I used a bad text editor to edit the file. I diffed the files and couldn't see anything that would prevent a build. Anyway, thanks!