[ create a new paste ] login | about

Link: http://codepad.org/UMOjnwTl    [ raw code | fork ]

Plain Text, pasted on Nov 11:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
firefox-esr-privacy 45.4.0-1  (2016-11-08 21:01)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n

==> firefox-esr-privacy dependencies:
 - gtk2 (already installed)
 - libxt (already installed)
 - startup-notification (already installed)
 - dbus-glib (already installed)
 - alsa-lib (already installed)
 - desktop-file-utils (already installed)
 - hicolor-icon-theme (already installed)
 - libvpx (already installed)
 - icu (already installed)
 - libevent (already installed)
 - nss (already installed)
 - hunspell (already installed)
 - sqlite (already installed)
 - unzip (already installed) [makedepend]
 - zip (already installed) [makedepend]
 - diffutils (already installed) [makedepend]
 - python2 (already installed) [makedepend]
 - yasm (already installed) [makedepend]
 - mesa (already installed) [makedepend]
 - xorg-server (already installed) [makedepend]
 - inetutils (already installed) [makedepend]


==> Edit firefox.install ? [Y/n] ("A" to abort)
==> -------------------------------------------
==> n

==> Continue building firefox-esr-privacy ? [Y/n]
==> ---------------------------------------------
==> y

==> Building and installing package
==> Making package: firefox-esr-privacy 45.4.0-1 (Thu Nov 10 18:26:35 MSK 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading firefox-45.4.0esr.source.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:06 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:07 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:07 --:--:--     0
  1  176M    1 2415k    0     0   293k      0  0:10:15  0:00:08  0:10:07  602k
  4  176M    4 8479k    0     0   920k      0  0:03:16  0:00:09  0:03:07 2118k
  6  176M    6 11.9M    0     0  1199k      0  0:02:30  0:00:10  0:02:20 3062k
  9  176M    9 16.1M    0     0  1472k      0  0:02:02  0:00:11  0:01:51 4126k
 11  176M   11 20.4M    0     0  1713k      0  0:01:45  0:00:12  0:01:33 4233k
 13  176M   13 24.4M    0     0  1896k      0  0:01:35  0:00:13  0:01:22 4534k
 15  176M   15 28.1M    0     0  2025k      0  0:01:29  0:00:14  0:01:15 4060k
 18  176M   18 31.9M    0     0  2150k      0  0:01:24  0:00:15  0:01:09 4092k
 19  176M   19 34.9M    0     0  2209k      0  0:01:21  0:00:16  0:01:05 3861k
 21  176M   21 38.3M    0     0  2282k      0  0:01:19  0:00:17  0:01:02 3669k
 23  176M   23 41.7M    0     0  2349k      0  0:01:16  0:00:18  0:00:58 3548k
 25  176M   25 45.2M    0     0  2410k      0  0:01:15  0:00:19  0:00:56 3501k
 27  176M   27 48.7M    0     0  2469k      0  0:01:13  0:00:20  0:00:53 3437k
 29  176M   29 52.2M    0     0  2520k      0  0:01:11  0:00:21  0:00:50 3530k
 31  176M   31 55.8M    0     0  2574k      0  0:01:10  0:00:22  0:00:48 3581k
 33  176M   33 59.5M    0     0  2628k      0  0:01:08  0:00:23  0:00:45 3644k
 36  176M   36 63.6M    0     0  2690k      0  0:01:07  0:00:24  0:00:43 3770k
 38  176M   38 67.4M    0     0  2738k      0  0:01:06  0:00:25  0:00:41 3826k
 40  176M   40 71.0M    0     0  2775k      0  0:01:05  0:00:26  0:00:39 3856k
 42  176M   42 75.1M    0     0  2828k      0  0:01:03  0:00:27  0:00:36 3958k
 45  176M   45 79.5M    0     0  2887k      0  0:01:02  0:00:28  0:00:34 4086k
 47  176M   47 83.5M    0     0  2930k      0  0:01:01  0:00:29  0:00:32 4092k
 49  176M   49 86.9M    0     0  2945k      0  0:01:01  0:00:30  0:00:31 3990k
 51  176M   51 90.4M    0     0  2967k      0  0:01:00  0:00:31  0:00:29 3974k
 53  176M   53 93.9M    0     0  2987k      0  0:01:00  0:00:32  0:00:28 3852k
 55  176M   55 97.9M    0     0  3019k      0  0:00:59  0:00:33  0:00:26 3766k
 57  176M   57  101M    0     0  3045k      0  0:00:59  0:00:34  0:00:25 3718k
 59  176M   59  105M    0     0  3071k      0  0:00:58  0:00:35  0:00:23 3836k
 62  176M   62  109M    0     0  3098k      0  0:00:58  0:00:36  0:00:22 3913k
 64  176M   64  113M    0     0  3111k      0  0:00:58  0:00:37  0:00:21 3910k
 64  176M   64  113M    0     0  3035k      0  0:00:59  0:00:38  0:00:21 3139k
 65  176M   65  114M    0     0  3000k      0  0:01:00  0:00:39  0:00:21 2694k
 66  176M   66  116M    0     0  2968k      0  0:01:00  0:00:40  0:00:20 2240k
 66  176M   66  118M    0     0  2935k      0  0:01:01  0:00:41  0:00:20 1766k
 67  176M   67  120M    0     0  2911k      0  0:01:02  0:00:42  0:00:20 1424k
 69  176M   69  121M    0     0  2890k      0  0:01:02  0:00:43  0:00:19 1751k
 70  176M   70  124M    0     0  2872k      0  0:01:02  0:00:44  0:00:18 1868k
 71  176M   71  126M    0     0  2858k      0  0:01:03  0:00:45  0:00:18 1974k
 72  176M   72  128M    0     0  2847k      0  0:01:03  0:00:46  0:00:17 2116k
 74  176M   74  130M    0     0  2841k      0  0:01:03  0:00:47  0:00:16 2245k
 75  176M   75  133M    0     0  2839k      0  0:01:03  0:00:48  0:00:15 2400k
 77  176M   77  137M    0     0  2856k      0  0:01:03  0:00:49  0:00:14 2710k
 79  176M   79  140M    0     0  2857k      0  0:01:03  0:00:50  0:00:13 2849k
 81  176M   81  143M    0     0  2873k      0  0:01:02  0:00:51  0:00:11 3113k
 83  176M   83  147M    0     0  2896k      0  0:01:02  0:00:52  0:00:10 3421k
 85  176M   85  151M    0     0  2915k      0  0:01:02  0:00:53  0:00:09 3644k
 86  176M   86  153M    0     0  2898k      0  0:01:02  0:00:54  0:00:08 3317k
 88  176M   88  155M    0     0  2890k      0  0:01:02  0:00:55  0:00:07 3225k
 89  176M   89  158M    0     0  2887k      0  0:01:02  0:00:56  0:00:06 3030k
 91  176M   91  161M    0     0  2885k      0  0:01:02  0:00:57  0:00:05 2770k
 92  176M   92  163M    0     0  2882k      0  0:01:02  0:00:58  0:00:04 2539k
 94  176M   94  166M    0     0  2882k      0  0:01:02  0:00:59  0:00:03 2704k
 96  176M   96  169M    0     0  2883k      0  0:01:02  0:01:00  0:00:02 2806k
 97  176M   97  172M    0     0  2876k      0  0:01:02  0:01:01  0:00:01 2748k
 98  176M   98  174M    0     0  2866k      0  0:01:03  0:01:02  0:00:01 2645k
100  176M  100  176M    0     0  2863k      0  0:01:03  0:01:03 --:--:-- 2632k
  -> Found firefox-install-dir.patch
  -> Found firefox-45-disable-location.services.mozilla.com.patch
  -> Found firefox-45-disable-loop-pocket.patch
  -> Found firefox-45-disable-sponsored-tiles.patch
  -> Found firefox-45-prefs.patch
  -> Found firefox-45-disable-telemetry.patch
  -> Found firefox-45-disable-data-sharing-infobar.patch
  -> Found firefox-45-disable-reader.patch
  -> Found firefox.desktop
  -> Found firefox-fixed-loading-icon.png
  -> Found mozconfig
==> Validating source files with sha256sums...
    firefox-45.4.0esr.source.tar.xz ... Passed
    firefox-install-dir.patch ... Passed
    firefox-45-disable-location.services.mozilla.com.patch ... Passed
    firefox-45-disable-loop-pocket.patch ... Passed
    firefox-45-disable-sponsored-tiles.patch ... Passed
    firefox-45-prefs.patch ... Passed
    firefox-45-disable-telemetry.patch ... Passed
    firefox-45-disable-data-sharing-infobar.patch ... Passed
    firefox-45-disable-reader.patch ... Passed
    firefox.desktop ... Passed
    firefox-fixed-loading-icon.png ... Passed
    mozconfig ... Passed
==> Extracting sources...
  -> Extracting firefox-45.4.0esr.source.tar.xz with bsdtar
==> Starting prepare()...
patching file browser/modules/DirectoryLinksProvider.jsm
patching file browser/app/profile/firefox.js
patching file browser/base/content/browser-context.inc
patching file browser/base/content/browser.css
patching file browser/base/content/browser.js
patching file browser/base/content/browser-menubar.inc
patching file browser/base/content/browser-places.js
patching file browser/base/content/browser.xul
patching file browser/base/content/nsContextMenu.js
patching file browser/components/customizableui/content/panelUI.inc.xul
patching file browser/components/customizableui/CustomizableUI.jsm
patching file browser/components/customizableui/CustomizableWidgets.jsm
patching file browser/components/moz.build
patching file browser/components/pocket/moz.build
patching file browser/components/uitour/UITour.jsm
patching file browser/extensions/moz.build
patching file browser/locales/en-US/chrome/browser/browser.dtd
patching file browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties
patching file browser/locales/jar.mn
patching file browser/modules/BrowserUITelemetry.jsm
patching file browser/modules/ReaderParent.jsm
patching file browser/themes/linux/browser.css
patching file browser/themes/osx/browser.css
patching file browser/themes/shared/browser.inc
patching file browser/themes/shared/menupanel.inc.css
patching file browser/themes/shared/toolbarbuttons.inc.css
patching file browser/themes/windows/browser.css
patching file toolkit/themes/shared/aboutReaderControls.css
patching file toolkit/components/search/nsSearchService.js
patching file browser/app/profile/firefox.js
patching file browser/branding/official/pref/firefox-branding.js
patching file build/application.ini
patching file modules/libpref/init/all.js
Hunk #3 succeeded at 3646 (offset 2 lines).
Hunk #4 succeeded at 3712 (offset 2 lines).
Hunk #5 succeeded at 4107 (offset 2 lines).
patching file services/healthreport/healthreport-prefs.js
patching file browser/confvars.sh
Hunk #1 succeeded at 32 (offset 2 lines).
Hunk #2 succeeded at 72 (offset 2 lines).
patching file browser/base/content/browser.js
Hunk #1 succeeded at 1295 (offset -31 lines).
patching file browser/base/content/browser.js
Hunk #1 succeeded at 220 (offset -31 lines).
Hunk #2 succeeded at 4537 (offset -34 lines).
patching file browser/base/content/browser-sets.inc
patching file browser/base/content/browser.xul
Hunk #1 succeeded at 719 (offset -12 lines).
patching file browser/components/nsBrowserGlue.js
patching file browser/components/uitour/UITour.jsm
Hunk #2 succeeded at 667 (offset -53 lines).
Hunk #3 succeeded at 1764 (offset -140 lines).
patching file browser/modules/moz.build
patching file config/baseconfig.mk
Hunk #1 succeeded at 4 with fuzz 2.
==> Starting build()...
mkdir -p '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/'
python2.7 /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config/pythonpath.py -I /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/testing/mozbase/mozfile \
    /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/python/mozbuild/mozbuild/controller/clobber.py /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir
Clobber not needed.
> /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/.mozconfig.mk
make -f /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/client.mk realbuild CREATE_MOZCONFIG_JSON=
make[1]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr'
Adding client.mk options from /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/mozconfig:
    MOZ_OBJDIR=/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir
    OBJDIR=/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir
    FOUND_MOZCONFIG=/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/mozconfig
make[2]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr'
cp /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/mozconfig /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/.mozconfig
cd /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/configure
Adding configure options from /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/mozconfig
  --disable-necko-wifi
  --disable-webrtc
  --disable-safe-browsing
  --disable-crashreporter
  --disable-updater
  --disable-tests
  --enable-url-classifier
  --prefix=/usr
  --libdir=/usr/lib
  --enable-application=browser
  --enable-optimize
  --enable-strip
  --enable-install-strip
  --enable-gio
  --enable-official-branding
  --enable-system-ffi
  --enable-system-pixman
  --with-pthreads
  --with-system-bz2
  --with-system-jpeg
  --with-system-png
  --with-system-zlib
  --enable-gstreamer=1.0
  --enable-system-hunspell
  --enable-startup-notification
  --disable-pulseaudio
  --enable-system-sqlite
  --with-system-libevent
  --with-system-libvpx
  --with-system-nspr
  --with-system-nss
  --disable-gconf
creating cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking for gawk... gawk
checking for python2.7... /usr/bin/python2.7
Creating Python environment
New python executable in /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python2.7
Also creating executable in /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python
Installing setuptools, pip...done.
running build_ext
copying build/lib.linux-x86_64-2.7/psutil/_psutil_linux.so -> psutil
copying build/lib.linux-x86_64-2.7/psutil/_psutil_posix.so -> psutil

checking Python environment is Mozilla virtualenv... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for objcopy... /usr/bin/objcopy
checking for gcc... gcc
checking whether the C compiler (gcc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro) works... yes
checking whether the C compiler (gcc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro) works... yes
checking whether the C++ compiler (c++ -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for ranlib... ranlib
checking for as... /usr/bin/as
checking for ar... ar
checking for ld... ld
checking for strip... strip
checking for windres... no
checking for otool... no
checking for rustc... no
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for minimum required perl version >= 5.006... 5.024000
checking for full perl installation... yes
checking for doxygen... /usr/bin/doxygen
checking for autoconf... /usr/bin/autoconf
checking for unzip... /usr/bin/unzip
checking for zip... /usr/bin/zip
checking for xargs... /usr/bin/xargs
checking for rpmbuild... :
checking for genisoimage... /usr/bin/genisoimage
checking for dsymutil... llvm-dsymutil :
checking for make... /usr/bin/make
checking for X... libraries /usr/lib64, headers 
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... no
checking for connect... no
checking for remove... no
checking for shmat... no
checking for IceConnectionNumber in -lICE... yes
checking that static assertion macros used in autoconf tests work... yes
checking for --noexecstack option to as... yes
checking for -z noexecstack option to ld... yes
checking for -z text option to ld... yes
checking for --build-id option to ld... yes
checking for --ignore-unresolved-symbol option to ld... yes
checking if toolchain supports -mssse3 option... yes
checking if toolchain supports -msse4.1 option... yes
checking for x86 AVX2 asm support in compiler... yes
checking whether the C++ compiler supports -Wno-unused-local-typedef... no
checking whether the C++ compiler supports -Wno-inline-new-delete... no
checking whether the C++ compiler supports -Wno-unused-local-typedef... (cached) no
checking for 64-bit OS... yes
checking whether the C++ compiler (c++ -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-exceptions -fno-strict-aliasing -fno-rtti -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id) actually is a C++ compiler... yes
checking for ANSI C header files... yes
checking for working const... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for gcc c++0x headers bug without rtti... no
checking whether 64-bits std::atomic requires -latomic... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/byteorder.h... no
checking for compat.h... no
checking for getopt.h... yes
checking for sys/bitypes.h... yes
checking for memory.h... yes
checking for unistd.h... yes
checking for gnu/libc-version.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for X11/XKBlib.h... yes
checking for io.h... no
checking for cpuid.h... yes
checking for sys/statvfs.h... yes
checking for sys/statfs.h... yes
checking for sys/vfs.h... yes
checking for sys/mount.h... yes
checking for sys/quota.h... yes
checking for sys/sysmacros.h... yes
checking for linux/quota.h... yes
checking for linux/if_addr.h... yes
checking for linux/rtnetlink.h... yes
checking for sys/queue.h... yes
checking for sys/types.h... yes
checking for netinet/in.h... yes
checking for byteswap.h... yes
checking for sockaddr_in.sin_len... false
checking for sockaddr_in6.sin6_len... false
checking for sockaddr.sa_len... false
checking for linux/perf_event.h... yes
checking for perf_event_open system call... yes
checking for gethostbyname_r in -lc_r... no
checking for library containing dlopen... -ldl
checking for dlfcn.h... yes
checking for dladdr... yes
checking for memmem... yes
checking for socket in -lsocket... no
checking for XDrawLines in -lX11... yes
checking for XextAddDisplay in -lXext... yes
checking for XtFree in -lXt... yes
checking for XShmCreateImage in -lXext... yes
checking for X11/extensions/scrnsaver.h... yes
checking for XScreenSaverQueryInfo in -lXss... yes
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... yes
checking whether gcc accepts -pthread... yes
checking for pthread.h... yes
checking whether gcc needs -traditional... no
checking for 8-bit clean memcmp... yes
checking for stat64... yes
checking for lstat64... yes
checking for truncate64... yes
checking for statvfs64... yes
checking for statvfs... yes
checking for statfs64... yes
checking for statfs... yes
checking for getpagesize... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for arc4random... no
checking for arc4random_buf... no
checking for clock_gettime(CLOCK_MONOTONIC)... 
checking for wcrtomb... yes
checking for mbrtowc... yes
checking for res_ninit()... yes
checking for iconv in -lc... yes
checking for iconv()... yes
checking for iconv() with const input... no
checking for nl_langinfo and CODESET... yes
checking for an implementation of va_copy()... yes
checking whether va_list can be copied by value... no
checking whether the C++ "using" keyword resolves ambiguity... yes
checking for C++ dynamic_cast to void*... yes
checking for __thread keyword for TLS variables... yes
checking for __attribute__((always_inline))... yes
checking for LC_MESSAGES... yes
checking for localeconv... yes
checking for malloc.h... (cached) yes
checking for alloca.h... yes
checking for strndup... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for malloc_usable_size... yes
checking for malloc.h... (cached) yes
checking whether malloc_usable_size definition can use const argument... no
checking for valloc in malloc.h... yes
checking for valloc in unistd.h... no
checking NSPR selection... system
checking for nspr-config... /usr/bin/nspr-config
checking for NSPR - version >= 4.12... yes
checking for pkg-config... /usr/bin/pkg-config
checking for libevent... yes
checking MOZ_LIBEVENT_CFLAGS... 
checking MOZ_LIBEVENT_LIBS... -levent
checking for nss-config... /usr/bin/nss-config
checking for NSS - version >= 3.21.1... yes
checking for YASM assembler... checking for yasm... yasm
checking for jpeg_destroy_compress in -ljpeg... yes
checking for gzread in -lz... yes
checking for BZ2_bzread in -lbz2... yes
checking for png_get_valid in -lpng... yes
checking for png_get_acTL in -lpng... yes
checking for hunspell... yes
checking MOZ_HUNSPELL_CFLAGS... -I/usr/include/hunspell
checking MOZ_HUNSPELL_LIBS... -lhunspell-1.4
checking for libffi >= 3.0.9... yes
checking MOZ_FFI_CFLAGS... -I/usr/lib/libffi-3.2.1/include
checking MOZ_FFI_LIBS... -L/usr/lib/../lib -lffi
checking for application to build... browser
checking if app-specific confvars.sh exists... /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/browser/confvars.sh
checking for gtk+-2.0 >= 2.18.0 gtk+-unix-print-2.0 glib-2.0 >= 2.22 gobject-2.0 gdk-x11-2.0... yes
checking MOZ_GTK2_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking MOZ_GTK2_LIBS... -lgtk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfontconfig -lfreetype -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0
checking for libstartup-notification-1.0 >= 0.8... yes
checking MOZ_STARTUP_NOTIFICATION_CFLAGS... -I/usr/include/startup-notification-1.0
checking MOZ_STARTUP_NOTIFICATION_LIBS... -lstartup-notification-1
checking for pango >= 1.22.0... yes
checking _PANGOCHK_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking _PANGOCHK_LIBS... -lpango-1.0 -lgobject-2.0 -lglib-2.0
checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0... yes
checking MOZ_PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libdrm -I/usr/include/libpng16
checking MOZ_PANGO_LIBS... -lpangoft2-1.0 -lfontconfig -lfreetype -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo
checking for gtk+-2.0 >= 2.14... yes
checking _GTKCHECK_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking _GTKCHECK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
checking for gio-2.0 >= 2.22... yes
checking MOZ_GIO_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking MOZ_GIO_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for dbus-1 >= 0.60... yes
checking MOZ_DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
checking MOZ_DBUS_LIBS... -ldbus-1
checking for dbus-glib-1 >= 0.60... yes
checking MOZ_DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking MOZ_DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
checking __attribute__ ((aligned ())) support... trying 64
64
checking for vpx >= 1.5.0... yes
checking MOZ_LIBVPX_CFLAGS... 
checking MOZ_LIBVPX_LIBS... -lvpx -lm
checking for vpx/vpx_decoder.h... yes
checking for vpx_codec_dec_init_ver in -lvpx... yes
checking for vpx_mem/vpx_mem.h... no
checking for alsa... yes
checking MOZ_ALSA_CFLAGS... -I/usr/include/alsa
checking MOZ_ALSA_LIBS... -lasound
checking for gstreamer-1.0 >= 1.0
                      gstreamer-app-1.0
                      gstreamer-plugins-base-1.0... yes
checking GSTREAMER_CFLAGS... -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GSTREAMER_LIBS... -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0
checking for java... :
checking for javac... :
checking for javah... :
checking for jar... :
checking for jarsigner... :
checking for keytool... :
checking for linux/joystick.h... yes
checking for gnutar... no
checking for gtar... no
checking for tar... tar
checking for wget... wget
checking for sqlite3 >= 3.9.1... yes
checking SQLITE_CFLAGS... 
checking SQLITE_LIBS... -lsqlite3
checking for SQLITE_SECURE_DELETE support in system SQLite... yes
checking for SQLITE_THREADSAFE support in system SQLite... yes
checking for SQLITE_ENABLE_FTS3 support in system SQLite... yes
checking for SQLITE_ENABLE_UNLOCK_NOTIFY support in system SQLite... yes
checking for SQLITE_ENABLE_DBSTAT_VTAB support in system SQLite... yes
checking for valid C compiler optimization flags... yes
checking whether linker creates PT_GNU_RELRO segments... yes
configure: warning: Disabling elfhack
checking for __cxa_demangle... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for -pipe support... yes
checking whether C compiler supports -fprofile-generate... yes
checking whether C compiler supports -fno-integrated-as... no
checking what kind of list files are supported by the linker... linkerscript
checking what kind of ordering can be done with the linker... gcc: error: unrecognized command line option '-Wl'; did you mean '-W'?
none
checking for glib-2.0 >= 1.3.7 gobject-2.0... yes
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -lgobject-2.0 -lglib-2.0
checking for freetype2 >= 6.1.0... yes
checking FT2_CFLAGS... -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking FT2_LIBS... -lfreetype
checking for FT_Bitmap_Size.y_ppem... yes
checking for FT_GlyphSlot_Embolden... yes
checking for FT_Load_Sfnt_Table... yes
checking for fontconfig/fcfreetype.h... yes
checking for fontconfig... yes
checking _FONTCONFIG_CFLAGS... -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking _FONTCONFIG_LIBS... -lfontconfig -lfreetype
checking for pixman-1 >= 0.19.2... yes
checking MOZ_PIXMAN_CFLAGS... -I/usr/include/pixman-1
checking MOZ_PIXMAN_LIBS... -lpixman-1
checking for stdint.h... yes
checking for inttypes.h... yes
checking for posix_fadvise... yes
checking for posix_fallocate... yes
updating cache ./config.cache
creating ./config.status
intl/icu/target> configuring
intl/icu/target> running /bin/sh /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/intl/icu/source/configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --enable-static --disable-shared --disable-extras --disable-icuio --disable-layout --disable-tests --disable-samples --disable-strict --cache-file=/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/intl/icu/target/config.cache
js/src> configuring
js/src> running /bin/sh /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/js/src/configure --disable-necko-wifi --disable-webrtc --disable-safe-browsing --disable-crashreporter --disable-updater --disable-tests --enable-url-classifier --prefix=/usr --libdir=/usr/lib --enable-application=browser --enable-optimize --enable-strip --enable-install-strip --enable-gio --enable-official-branding --enable-system-ffi --enable-system-pixman --with-pthreads --with-system-bz2 --with-system-jpeg --with-system-png --with-system-zlib --enable-gstreamer=1.0 --enable-system-hunspell --enable-startup-notification --disable-pulseaudio --enable-system-sqlite --with-system-libevent --with-system-libvpx --with-system-nss --disable-gconf --enable-threadsafe --enable-ctypes --disable-shared-js --disable-export-js --with-nspr-cflags=-I/usr/include/nspr --with-nspr-libs=-L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl --prefix=/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/dist --enable-jemalloc --cache-file=/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/config.cache
js/src> loading cache /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/config.cache
js/src> checking host system type... x86_64-unknown-linux-gnu
js/src> checking target system type... x86_64-unknown-linux-gnu
js/src> checking build system type... x86_64-unknown-linux-gnu
js/src> checking for gawk... (cached) gawk
js/src> checking for perl5... (cached) /usr/bin/perl
js/src> checking for gcc... (cached) gcc
js/src> checking whether the C compiler (gcc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro) works... yes
js/src> checking whether the C compiler (gcc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro) is a cross-compiler... no
js/src> checking whether we are using GNU C... (cached) yes
js/src> checking whether gcc accepts -g... (cached) yes
js/src> checking for c++... (cached) c++
js/src> checking whether the C++ compiler (c++ -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro) works... yes
js/src> checking whether the C++ compiler (c++ -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro) is a cross-compiler... no
js/src> checking whether we are using GNU C++... (cached) yes
js/src> checking whether c++ accepts -g... (cached) yes
js/src> checking for ranlib... (cached) ranlib
js/src> checking for as... (cached) /usr/bin/as
js/src> checking for ar... (cached) ar
js/src> checking for ld... (cached) ld
js/src> checking for strip... (cached) strip
js/src> checking for windres... no
js/src> checking how to run the C preprocessor... (cached) gcc -E
js/src> checking how to run the C++ preprocessor... (cached) c++ -E
js/src> checking for rustc... no
js/src> checking for sb-conf... no
js/src> checking for ve... no
js/src> checking for a BSD compatible install... (cached) /usr/bin/install -c
js/src> checking whether ln -s works... (cached) yes
js/src> checking for tar archiver... checking for gnutar... (cached) tar
js/src> tar
js/src> checking for minimum required perl version >= 5.006... 5.024000
js/src> checking for full perl installation... yes
js/src> Using Python from environment variable $PYTHON
js/src> checking Python environment is Mozilla virtualenv... yes
js/src> checking for doxygen... (cached) /usr/bin/doxygen
js/src> checking for autoconf... (cached) /usr/bin/autoconf
js/src> checking for xargs... (cached) /usr/bin/xargs
js/src> checking for make... (cached) /usr/bin/make
js/src> checking for X... (cached) libraries /usr/lib64, headers 
js/src> checking for dnet_ntoa in -ldnet... (cached) no
js/src> checking for dnet_ntoa in -ldnet_stub... (cached) no
js/src> checking for gethostbyname... (cached) no
js/src> checking for connect... (cached) no
js/src> checking for remove... (cached) no
js/src> checking for shmat... (cached) no
js/src> checking for IceConnectionNumber in -lICE... (cached) yes
js/src> checking that static assertion macros used in autoconf tests work... (cached) yes
js/src> checking for --noexecstack option to as... yes
js/src> checking for -z noexecstack option to ld... yes
js/src> checking for -z text option to ld... yes
js/src> checking for --build-id option to ld... yes
js/src> checking whether the C++ compiler supports -Wno-inline-new-delete... no
js/src> checking whether the C++ compiler supports -Wno-unused-local-typedef... no
js/src> checking whether the C++ compiler supports -Wno-unused-local-typedef... (cached) no
js/src> checking for 64-bit OS... yes
js/src> checking whether the C++ compiler (c++ -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-rtti -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id) actually is a C++ compiler... yes
js/src> checking for ANSI C header files... (cached) yes
js/src> checking for working const... (cached) yes
js/src> checking for mode_t... (cached) yes
js/src> checking for off_t... (cached) yes
js/src> checking for pid_t... (cached) yes
js/src> checking for size_t... (cached) yes
js/src> checking for ssize_t... yes
js/src> checking for endian.h... yes
js/src> checking for machine/endian.h... no
js/src> checking for sys/isa_defs.h... no
js/src> checking for gcc c++0x headers bug without rtti... (cached) no
js/src> checking whether 64-bits std::atomic requires -latomic... (cached) no
js/src> checking for dirent.h that defines DIR... (cached) yes
js/src> checking for opendir in -ldir... (cached) no
js/src> checking for sys/byteorder.h... (cached) no
js/src> checking for compat.h... (cached) no
js/src> checking for getopt.h... (cached) yes
js/src> checking for sys/bitypes.h... (cached) yes
js/src> checking for memory.h... (cached) yes
js/src> checking for unistd.h... (cached) yes
js/src> checking for gnu/libc-version.h... (cached) yes
js/src> checking for nl_types.h... (cached) yes
js/src> checking for malloc.h... (cached) yes
js/src> checking for X11/XKBlib.h... (cached) yes
js/src> checking for io.h... (cached) no
js/src> checking for cpuid.h... (cached) yes
js/src> checking for sys/statvfs.h... (cached) yes
js/src> checking for sys/statfs.h... (cached) yes
js/src> checking for sys/vfs.h... (cached) yes
js/src> checking for sys/mount.h... (cached) yes
js/src> checking for sys/quota.h... (cached) yes
js/src> checking for linux/quota.h... (cached) yes
js/src> checking for sys/cdefs.h... yes
js/src> checking for linux/perf_event.h... (cached) yes
js/src> checking for perf_event_open system call... (cached) yes
js/src> checking for gethostbyname_r in -lc_r... (cached) no
js/src> checking for library containing dlopen... (cached) -ldl
js/src> checking for dlfcn.h... (cached) yes
js/src> checking for socket in -lsocket... (cached) no
js/src> checking for pthread_create in -lpthreads... (cached) no
js/src> checking for pthread_create in -lpthread... (cached) yes
js/src> checking whether gcc accepts -pthread... yes
js/src> checking whether gcc needs -traditional... (cached) no
js/src> checking for 8-bit clean memcmp... (cached) yes
js/src> checking for getc_unlocked... yes
js/src> checking for _getc_nolock... no
js/src> checking for gmtime_r... (cached) yes
js/src> checking for localtime_r... (cached) yes
js/src> checking for clock_gettime(CLOCK_MONOTONIC)... (cached) 
js/src> checking for sin in -lm... yes
js/src> checking for __sincos in -lm... no
js/src> checking for log2... yes
js/src> checking for log1p... yes
js/src> checking for expm1... yes
js/src> checking for sqrt1pm1... no
js/src> checking for acosh... yes
js/src> checking for asinh... yes
js/src> checking for atanh... yes
js/src> checking for cbrt... yes
js/src> checking for wcrtomb... (cached) yes
js/src> checking for mbrtowc... (cached) yes
js/src> checking for res_ninit()... (cached) yes
js/src> checking for nl_langinfo and CODESET... (cached) yes
js/src> checking for an implementation of va_copy()... (cached) yes
js/src> checking whether va_list can be copied by value... (cached) no
js/src> checking whether the C++ "using" keyword resolves ambiguity... (cached) yes
js/src> checking for C++ dynamic_cast to void*... (cached) yes
js/src> checking for __thread keyword for TLS variables... (cached) yes
js/src> checking for __attribute__((always_inline))... (cached) yes
js/src> checking for LC_MESSAGES... (cached) yes
js/src> checking for localeconv... (cached) yes
js/src> checking NSPR selection... command-line
js/src> checking for pkg-config... (cached) /usr/bin/pkg-config
js/src> checking for libffi >= 3.0.9... yes
js/src> checking MOZ_FFI_CFLAGS... -I/usr/lib/libffi-3.2.1/include
js/src> checking MOZ_FFI_LIBS... -L/usr/lib/../lib -lffi
js/src> checking for valid optimization flags... yes
js/src> checking for __cxa_demangle... (cached) yes
js/src> checking for -pipe support... yes
js/src> checking whether C compiler supports -fprofile-generate... yes
js/src> checking for tm_zone tm_gmtoff in struct tm... yes
js/src> checking what kind of list files are supported by the linker... linkerscript
js/src> checking what kind of ordering can be done with the linker... none
js/src> checking for posix_fadvise... (cached) yes
js/src> checking for posix_fallocate... (cached) yes
js/src> checking for malloc.h... (cached) yes
js/src> checking for alloca.h... (cached) yes
js/src> checking for strndup... (cached) yes
js/src> checking for posix_memalign... (cached) yes
js/src> checking for memalign... (cached) yes
js/src> checking for malloc_usable_size... (cached) yes
js/src> checking for malloc.h... (cached) yes
js/src> checking whether malloc_usable_size definition can use const argument... no
js/src> checking for valloc in malloc.h... yes
js/src> checking for valloc in unistd.h... no
js/src> checking for setlocale... yes
js/src> checking for localeconv... (cached) yes
js/src> updating cache /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/config.cache
js/src> creating ./config.status

intl/icu/target> configure: creating cache /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/intl/icu/target/config.cache
intl/icu/target> checking for ICU version numbers... release 56.1, library 56.1, unicode version 8.0
intl/icu/target> checking build system type... x86_64-unknown-linux-gnu
intl/icu/target> checking host system type... x86_64-unknown-linux-gnu
intl/icu/target> checking whether to build debug libraries... no
intl/icu/target> checking whether to build release libraries... yes
intl/icu/target> checking for x86_64-unknown-linux-gnu-clang... gcc
intl/icu/target> checking whether the C compiler works... yes
intl/icu/target> checking for C compiler default output file name... a.out
intl/icu/target> checking for suffix of executables... 
intl/icu/target> checking whether we are cross compiling... no
intl/icu/target> checking for suffix of object files... o
intl/icu/target> checking whether we are using the GNU C compiler... yes
intl/icu/target> checking whether gcc accepts -g... yes
intl/icu/target> checking for gcc option to accept ISO C89... none needed
intl/icu/target> checking whether we are using the GNU C++ compiler... yes
intl/icu/target> checking whether c++ accepts -g... yes
intl/icu/target> checking for x86_64-unknown-linux-gnu-pkg-config... no
intl/icu/target> checking for pkg-config... /usr/bin/pkg-config
intl/icu/target> checking pkg-config is at least version 0.20... yes
intl/icu/target> checking for ICULEHB... no
intl/icu/target> checking how to run the C preprocessor... gcc -E
intl/icu/target> checking for a BSD-compatible install... /usr/bin/install -c
intl/icu/target> checking for gmake... no
intl/icu/target> checking for gnumake... no
intl/icu/target> checking for doxygen... /usr/bin/doxygen
intl/icu/target> checking checking for executable suffix... 
intl/icu/target> checking whether strict compiling is on... no
intl/icu/target> checking for grep that handles long lines and -e... /usr/bin/grep
intl/icu/target> checking for egrep... /usr/bin/grep -E
intl/icu/target> checking for ANSI C header files... yes
intl/icu/target> checking for sys/types.h... yes
intl/icu/target> checking for sys/stat.h... yes
intl/icu/target> checking for stdlib.h... yes
intl/icu/target> checking for string.h... yes
intl/icu/target> checking for memory.h... yes
intl/icu/target> checking for strings.h... yes
intl/icu/target> checking for inttypes.h... yes
intl/icu/target> checking for stdint.h... yes
intl/icu/target> checking for unistd.h... yes
intl/icu/target> checking size of void *... 8
intl/icu/target> checking whether runnable 64 bit binaries are built by default... yes
intl/icu/target> checking which Makefile fragment to use for x86_64-unknown-linux-gnu... mh-linux
intl/icu/target> checking for floor in -lm... yes
intl/icu/target> checking whether to build shared libraries... no
intl/icu/target> checking whether to build static libraries... yes
intl/icu/target> checking whether we can use static library optimization option... yes
intl/icu/target> checking whether to enable auto cleanup of libraries... no
intl/icu/target> checking whether to enable draft APIs... yes
intl/icu/target> checking for x86_64-unknown-linux-gnu-ranlib... ranlib
intl/icu/target> checking for x86_64-unknown-linux-gnu-ar... ar
intl/icu/target> checking whether to enable renaming of symbols... yes
intl/icu/target> checking whether to enable function and data tracing... no
intl/icu/target> checking elf.h usability... yes
intl/icu/target> checking elf.h presence... yes
intl/icu/target> checking for elf.h... yes
intl/icu/target> checking whether to enable dynamic loading of plugins. Ignored if plugins disabled.... yes
intl/icu/target> checking dlfcn.h usability... yes
intl/icu/target> checking dlfcn.h presence... yes
intl/icu/target> checking for dlfcn.h... yes
intl/icu/target> checking for library containing dlopen... -ldl
intl/icu/target> checking for dlopen... yes
intl/icu/target> checking for gettimeofday... yes
intl/icu/target> checking if we have a C++ compiler... Good
intl/icu/target> checking if #include <string> works... yes
intl/icu/target> checking if #include <atomic> works... yes
intl/icu/target> checking for pthread_attr_init in -lpthread... yes
intl/icu/target> checking for mmap... yes
intl/icu/target> checking for genccode assembly... -a gcc
intl/icu/target> checking for inttypes.h... (cached) yes
intl/icu/target> checking dirent.h usability... yes
intl/icu/target> checking dirent.h presence... yes
intl/icu/target> checking for dirent.h... yes
intl/icu/target> checking whether byte ordering is bigendian... no
intl/icu/target> checking for nl_langinfo... yes
intl/icu/target> checking for nl_langinfo's argument to obtain the codeset... CODESET
intl/icu/target> checking for namespace support... yes
intl/icu/target> checking for properly overriding new and delete... yes
intl/icu/target> checking for placement new and delete... yes
intl/icu/target> checking for popen... yes
intl/icu/target> checking for tzset... yes
intl/icu/target> checking for tzname... yes
intl/icu/target> checking for timezone... yes
intl/icu/target> checking for int8_t... yes
intl/icu/target> checking for uint8_t... yes
intl/icu/target> checking for int16_t... yes
intl/icu/target> checking for uint16_t... yes
intl/icu/target> checking for int32_t... yes
intl/icu/target> checking for uint32_t... yes
intl/icu/target> checking for int64_t... yes
intl/icu/target> checking for uint64_t... yes
intl/icu/target> checking wchar.h usability... yes
intl/icu/target> checking wchar.h presence... yes
intl/icu/target> checking for wchar.h... yes
intl/icu/target> checking for library containing wcscpy... none required
intl/icu/target> checking size of wchar_t... 4
intl/icu/target> checking for UTF-16 string literal support... C++ only
intl/icu/target> checking for a library suffix to use... none
intl/icu/target> CPPFLAGS= -DU_USING_ICU_NAMESPACE=0 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DUCONFIG_NO_LEGACY_CONVERSION -DUCONFIG_NO_TRANSLITERATION -DUCONFIG_NO_REGULAR_EXPRESSIONS -DUCONFIG_NO_BREAK_ITERATION -DU_CHARSET_IS_UTF8 -I/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/intl/icu/source/common -I/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/intl/icu/source/i18n  -ffunction-sections -fdata-sections $(THREADSCPPFLAGS)  -DU_HAVE_ELF_H=1 -DU_HAVE_ATOMIC=1 
intl/icu/target> CFLAGS=-fPIC -Wall -Wempty-body -Wpointer-to-int-cast -Wsign-compare -Wtype-limits -Wno-unused -Wcast-align -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe -g -UDEBUG -DNDEBUG -freorder-blocks -Os -DU_STATIC_IMPLEMENTATION -fvisibility=hidden $(THREADSCFLAGS) 
intl/icu/target> CXXFLAGS=-fPIC -Wall -Wempty-body -Woverloaded-virtual -Wsign-compare -Wwrite-strings -Wno-invalid-offsetof -Wcast-align -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-exceptions -fno-strict-aliasing -frtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -g -UDEBUG -DNDEBUG -freorder-blocks -Os -DU_STATIC_IMPLEMENTATION -fvisibility=hidden $(THREADSCXXFLAGS) 
intl/icu/target> configure: updating cache /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/intl/icu/target/config.cache
intl/icu/target> configure: creating ./config.status
intl/icu/target> 
intl/icu/target> ICU for C/C++ 56.1 is ready to be built.
intl/icu/target> === Important Notes: ===
intl/icu/target> Data Packaging: static
intl/icu/target>  This means: ICU data will be stored in a static library.
intl/icu/target>  To locate data: ICU will use the linked data library. If linked with the stub library located in stubdata/, the application can use udata_setCommonData() or set a data path to override.
intl/icu/target> Building ICU: Use a GNU make such as make to build ICU.
intl/icu/target> checking the version of "make"... make[3]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/intl/icu/target'
intl/icu/target> 4.2.1 (we wanted at least 3.80)
intl/icu/target> make[3]: Leaving directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/intl/icu/target'
intl/icu/target> ok
intl/icu/target> config.status: creating icudefs.mk
intl/icu/target> config.status: creating Makefile
intl/icu/target> config.status: creating data/pkgdataMakefile
intl/icu/target> config.status: creating config/Makefile.inc
intl/icu/target> config.status: creating config/icu.pc
intl/icu/target> config.status: creating config/pkgdataMakefile
intl/icu/target> config.status: creating data/Makefile
intl/icu/target> config.status: creating stubdata/Makefile
intl/icu/target> config.status: creating common/Makefile
intl/icu/target> config.status: creating i18n/Makefile
intl/icu/target> config.status: creating layout/Makefile
intl/icu/target> config.status: creating layoutex/Makefile
intl/icu/target> config.status: creating io/Makefile
intl/icu/target> config.status: creating extra/Makefile
intl/icu/target> config.status: creating extra/uconv/Makefile
intl/icu/target> config.status: creating extra/uconv/pkgdataMakefile
intl/icu/target> config.status: creating extra/scrptrun/Makefile
intl/icu/target> config.status: creating tools/Makefile
intl/icu/target> config.status: creating tools/ctestfw/Makefile
intl/icu/target> config.status: creating tools/toolutil/Makefile
intl/icu/target> config.status: creating tools/makeconv/Makefile
intl/icu/target> config.status: creating tools/genrb/Makefile
intl/icu/target> config.status: creating tools/genccode/Makefile
intl/icu/target> config.status: creating tools/gencmn/Makefile
intl/icu/target> config.status: creating tools/gencnval/Makefile
intl/icu/target> config.status: creating tools/gendict/Makefile
intl/icu/target> config.status: creating tools/gentest/Makefile
intl/icu/target> config.status: creating tools/gennorm2/Makefile
intl/icu/target> config.status: creating tools/genbrk/Makefile
intl/icu/target> config.status: creating tools/gensprep/Makefile
intl/icu/target> config.status: creating tools/icuinfo/Makefile
intl/icu/target> config.status: creating tools/icupkg/Makefile
intl/icu/target> config.status: creating tools/icuswap/Makefile
intl/icu/target> config.status: creating tools/pkgdata/Makefile
intl/icu/target> config.status: creating tools/tzcode/Makefile
intl/icu/target> config.status: creating tools/gencfu/Makefile
intl/icu/target> config.status: creating test/Makefile
intl/icu/target> config.status: creating test/compat/Makefile
intl/icu/target> config.status: creating test/testdata/Makefile
intl/icu/target> config.status: creating test/testdata/pkgdataMakefile
intl/icu/target> config.status: creating test/hdrtst/Makefile
intl/icu/target> config.status: creating test/intltest/Makefile
intl/icu/target> config.status: creating test/cintltst/Makefile
intl/icu/target> config.status: creating test/iotest/Makefile
intl/icu/target> config.status: creating test/letest/Makefile
intl/icu/target> config.status: creating test/perf/Makefile
intl/icu/target> config.status: creating test/perf/collationperf/Makefile
intl/icu/target> config.status: creating test/perf/collperf/Makefile
intl/icu/target> config.status: creating test/perf/collperf2/Makefile
intl/icu/target> config.status: creating test/perf/dicttrieperf/Makefile
intl/icu/target> config.status: creating test/perf/ubrkperf/Makefile
intl/icu/target> config.status: creating test/perf/charperf/Makefile
intl/icu/target> config.status: creating test/perf/convperf/Makefile
intl/icu/target> config.status: creating test/perf/normperf/Makefile
intl/icu/target> config.status: creating test/perf/DateFmtPerf/Makefile
intl/icu/target> config.status: creating test/perf/howExpensiveIs/Makefile
intl/icu/target> config.status: creating test/perf/strsrchperf/Makefile
intl/icu/target> config.status: creating test/perf/unisetperf/Makefile
intl/icu/target> config.status: creating test/perf/usetperf/Makefile
intl/icu/target> config.status: creating test/perf/ustrperf/Makefile
intl/icu/target> config.status: creating test/perf/utfperf/Makefile
intl/icu/target> config.status: creating test/perf/utrie2perf/Makefile
intl/icu/target> config.status: creating test/perf/leperf/Makefile
intl/icu/target> config.status: creating samples/Makefile
intl/icu/target> config.status: creating samples/date/Makefile
intl/icu/target> config.status: creating samples/cal/Makefile
intl/icu/target> config.status: creating samples/layout/Makefile

Reticulating splines...
Finished reading 907 moz.build files in 7.70s
Processed into 6701 build config descriptors in 10.71s
RecursiveMake backend executed in 13.46s
  2007 total backend files; 2007 created; 0 updated; 0 unchanged; 0 deleted; 64 -> 733 Makefile
FasterMake backend executed in 1.28s
  5 total backend files; 5 created; 0 updated; 0 unchanged; 0 deleted
Total wall time: 34.51s; CPU time: 23.17s; Efficiency: 67%; Untracked: 1.36s
make[2]: Leaving directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr'
make -j4 -C /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir
make[2]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[3]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir'
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/bin _build_manifests/install/dist_bin
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/branding _build_manifests/install/dist_branding
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/idl _build_manifests/install/dist_idl
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/include _build_manifests/install/dist_include
From dist/branding: Kept 0 existing; Added/updated 4; Removed 0 files and 0 directories.
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/public _build_manifests/install/dist_public
From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/private _build_manifests/install/dist_private
From dist/idl: Kept 0 existing; Added/updated 1123; Removed 0 files and 0 directories.
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/sdk _build_manifests/install/dist_sdk
From dist/bin: Kept 185 existing; Added/updated 1482; Removed 0 files and 0 directories.
From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/xpi-stage _build_manifests/install/dist_xpi-stage
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.process_install_manifest _tests _build_manifests/install/_tests
From dist/sdk: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
From dist/xpi-stage: Kept 0 existing; Added/updated 2; Removed 0 files and 0 directories.
From dist/include: Kept 1902 existing; Added/updated 2611; Removed 0 files and 0 directories.
From _tests: Kept 21 existing; Added/updated 13244; Removed 0 files and 0 directories.
make recurse_export
make[4]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir'
make[5]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/config'
mkdir -p '.deps/'
host_nsinstall.o
gcc -o host_nsinstall.o -c -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DXP_UNIX -MD -MP -MF .deps/host_nsinstall.o.pp -freorder-blocks -Os  -D_UNICODE -DUNICODE  -I/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config -I.  -I../dist/include  -I/usr/include/nspr /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config/nsinstall.c
host_pathsub.o
gcc -o host_pathsub.o -c -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DXP_UNIX -MD -MP -MF .deps/host_pathsub.o.pp -freorder-blocks -Os  -D_UNICODE -DUNICODE  -I/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config -I.  -I../dist/include  -I/usr/include/nspr /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config/pathsub.c
nsinstall_real
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config/expandlibs_exec.py -- gcc -o nsinstall_real -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DXP_UNIX -MD -MP -MF .deps/nsinstall_real.pp -freorder-blocks -Os  -D_UNICODE -DUNICODE  -Wl,-O1,--sort-common,--as-needed,-z,relro host_nsinstall.o host_pathsub.o  
cp nsinstall_real nsinstall.tmp
mv nsinstall.tmp nsinstall
../config/nsinstall -R -m 755 'nsinstall' '../dist/bin'
make[5]: Leaving directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/config'
make[5]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/config'
../config/nsinstall -R -m 644 '../mozilla-config.h' '../dist/include'
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/toolkit/xre/make-platformini.py --print-buildid > buildid
mkdir -p 'system_wrappers/'
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python -m mozbuild.action.preprocessor  -DHAVE_64BIT_BUILD=1 -DMOZ_ENABLE_PROFILER_SPS=1 -DMOZILLA_VERSION='"45.4.0"' -DMOZILLA_VERSION_U=45.4.0 -DMOZILLA_UAVERSION='"45.0"' -DXP_LINUX=1 -DD_INO=d_ino -DMOZ_DEBUG_SYMBOLS=1 -DSTDC_HEADERS=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_BITYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GNU_LIBC_VERSION_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_X11_XKBLIB_H=1 -DHAVE_CPUID_H=1 -DHAVE_SYS_QUOTA_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_LINUX_QUOTA_H=1 -DHAVE_LINUX_IF_ADDR_H=1 -DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_BYTESWAP_H=1 -DHAVE_DLOPEN=1 -DHAVE_DLADDR=1 -DHAVE_MEMMEM=1 -DFUNCPROTO=15 -DHAVE_LIBXSS=1 -D_REENTRANT=1 -DHAVE_PTHREAD_H=1 -DHAVE_STAT64=1 -DHAVE_LSTAT64=1 -DHAVE_TRUNCATE64=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_CLOCK_MONOTONIC=1 -DHAVE_RES_NINIT=1 -DHAVE_LANGINFO_CODESET=1 -DVA_COPY=va_copy -DHAVE_VA_COPY=1 -DHAVE_VA_LIST_AS_ARRAY=1 -DHAVE_THREAD_TLS_KEYWORD=1 -DHAVE_I18N_LC_MESSAGES=1 -DHAVE_LOCALECONV=1 -DMALLOC_H='<malloc.h>' -DHAVE_ALLOCA_H=1 -DHAVE_STRNDUP=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_MEMALIGN=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_MALLOC_H=1 -DMALLOC_USABLE_SIZE_CONST_PTR='' -DHAVE_VALLOC=1 -DTARGET_XPCOM_ABI='"x86_64-gcc3"' -DRELEASE_BUILD=1 -DHAVE_LIBPNG=1 -DMOZ_UPDATE_CHANNEL=default -DMOZ_PHOENIX=1 -DMOZ_BUILD_APP=browser -DMOZ_X11=1 -DMOZ_WIDGET_GTK2=1 -DMOZ_WIDGET_GTK=2 -DMOZ_PDF_PRINTING=1 -DMOZ_ENABLE_XREMOTE=1 -DMOZ_INSTRUMENT_EVENT_LOOP=1 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_26 -DMOZ_ENABLE_STARTUP_NOTIFICATION=1 -DNS_PRINTING=1 -DNS_PRINT_PREVIEW=1 -DMOZ_OFFICIAL_BRANDING=1 -DMOZ_DISTRIBUTION_ID='"org.mozilla"' -DMOZ_ENABLE_GIO=1 -DMOZ_ENABLE_DBUS=1 -DACCESSIBILITY=1 -DMOZ_SAMPLE_TYPE_FLOAT32=1 -DMOZ_WEBSPEECH=1 -DMOZ_WEBSPEECH_TEST_BACKEND=1 -DATTRIBUTE_ALIGNED_MAX=64 -DMOZ_WEBM=1 -DMOZ_FFMPEG=1 -DMOZ_FMP4=1 -DMOZ_EME=1 -DMOZ_MEDIA_NAVIGATOR=1 -DMOZ_VPX=1 -DHAVE_LIBVPX=1 -DMOZ_VPX_NO_MEM_REPORTING=1 -DMOZ_WAVE=1 -DMOZ_VORBIS=1 -DMOZ_WEBM_ENCODER=1 -DMOZ_GSTREAMER=1 -DGST_API_VERSION='"1.0"' -DMOZ_PERMISSIONS=1 -DENABLE_SYSTEM_EXTENSION_DIRS=1 -DMOZ_WEBGL_CONFORMANT=1 -DMOZ_GAMEPAD=1 -DMOZ_CRASHREPORTER_ENABLE_PERCENT=100 -DMOZ_LIBAV_FFT=1 -DMOZ_WEBAPP_RUNTIME=1 -DMOZ_ENABLE_SIGNMAR=1 -DMOZ_GMP_SANDBOX=1 -DMOZ_SANDBOX=1 -DMOZ_FEEDS=1 -DMOZ_NATIVE_SQLITE=1 -DMOZ_URL_CLASSIFIER=1 -DGL_PROVIDER_GLX=1 -DMOZ_STACKWALKING=1 -DMOZ_LOGGING=1 -DFORCE_PR_LOG=1 -DMOZ_GLUE_IN_PROGRAM=1 -DMOZ_MEMORY=1 -DMOZ_MEMORY_LINUX=1 -DMOZ_PAY=1 -DMOZ_ACTIVITIES=1 -DMOZ_SECUREELEMENT=1 -DHAVE___CXA_DEMANGLE=1 -DHAVE__UNWIND_BACKTRACE=1 -DJS_DEFAULT_JITREPORT_GRANULARITY=3 -DMOZ_OMNIJAR=1 -DMOZ_USER_DIR='".mozilla"' -DHAVE_FT_BITMAP_SIZE_Y_PPEM=1 -DHAVE_FT_GLYPHSLOT_EMBOLDEN=1 -DHAVE_FT_LOAD_SFNT_TABLE=1 -DHAVE_FONTCONFIG_FCFREETYPE_H=1 -DHAVE_STDINT_H=1 -DHAVE_INTTYPES_H=1 -DMOZ_TREE_CAIRO=1 -DMOZ_ENABLE_SKIA=1 -DUSE_SKIA=1 -DUSE_SKIA_GPU=1 -DMOZ_XUL=1 -DMOZ_PROFILELOCKING=1 -DENABLE_MARIONETTE=1 -DBUILD_CTYPES=1 -DMOZ_PLACES=1 -DMOZ_SOCIAL=1 -DMOZ_SERVICES_COMMON=1 -DMOZ_SERVICES_CRYPTO=1 -DMOZ_SERVICES_HEALTHREPORT=1 -DMOZ_SERVICES_METRICS=1 -DMOZ_SERVICES_SYNC=1 -DMOZ_SERVICES_CLOUDSYNC=1 -DMOZ_JSDOWNLOADS=1 -DMOZ_MACBUNDLE_ID=org.mozilla.firefox -DMOZ_B2G_VERSION='"1.0.0"' -DMOZ_B2G_OS_NAME='""' -DMOZ_APP_UA_NAME='""' -DMOZ_APP_UA_VERSION='"45.4.0"' -DFIREFOX_VERSION=45.4.0 -DMOZ_TELEMETRY_DISPLAY_REV=2 -DMOZ_TELEMETRY_REPORTING=1 -DMOZ_DATA_REPORTING=1 -DMOZ_DLL_SUFFIX='".so"' -DHAVE_POSIX_FADVISE=1 -DHAVE_POSIX_FALLOCATE=1 -DXP_UNIX=1 -DMOZ_ACCESSIBILITY_ATK=1 -DATK_MAJOR_VERSION=2 -DATK_MINOR_VERSION=22 -DATK_REV_VERSION=0 -DA11Y_LOG=1 -DEXPOSE_INTL_API=1 -DENABLE_INTL_API=1 -DU_STATIC_IMPLEMENTATION=1 -DU_USING_ICU_NAMESPACE=0 -DMOZ_STATIC_JS=1 -DNO_NSPR_10_SUPPORT=1 -DAB_CD=en-US \
	-DMOZ_TREE_CAIRO=1 \
	-DMOZ_TREE_PIXMAN= \
	-DMOZ_NATIVE_HUNSPELL=1 \
	-DMOZ_NATIVE_BZ2=1 \
	-DMOZ_NATIVE_ZLIB=1 \
	-DMOZ_NATIVE_PNG=1 \
	-DMOZ_NATIVE_JPEG=1 \
	-DMOZ_NATIVE_LIBEVENT=1 \
	-DMOZ_NATIVE_LIBVPX=1 \
	-DMOZ_NATIVE_ICU= \
	/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config/system-headers | /usr/bin/perl /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/nsprpub/config/make-system-wrappers.pl system_wrappers
../config/nsinstall -R system_wrappers ../dist
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config/make-stl-wrappers.py stl_wrappers gcc /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config/gcc-stl-wrapper.template.h /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config/stl-headers
/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/_virtualenv/bin/python /tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/config/nsinstall.py -t stl_wrappers ../dist
touch ../dist/stl_wrappers/sentinel
make[5]: Leaving directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/config'
make[5]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/build'
make[5]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/memory/mozjemalloc'
make[5]: Nothing to be done for 'export'.
make[5]: Leaving directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/memory/mozjemalloc'
make[5]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/probes'
make[5]: Nothing to be done for 'export'.
make[5]: Leaving directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/probes'
make[5]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/memory/build'
make[5]: Nothing to be done for 'export'.
make[5]: Leaving directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/memory/build'
make[5]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/xpcom/xpidl'
make[5]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/config/external/nspr'
make[5]: Nothing to be done for 'export'.
make[5]: Leaving directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/config/external/nspr'
make[5]: Entering directory '/tmp/yaourt-tmp-pri/aur-firefox-esr-privacy/src/firefox-45.4.0esr/firefox-build-dir/mozglue/build'
make[5]: Nothing to be d


Create a new paste based on this one


Comments: