-
Notifications
You must be signed in to change notification settings - Fork 2
/
DT-4.8.0.log
2699 lines (2661 loc) · 187 KB
/
DT-4.8.0.log
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
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Start configuring DT....
Sat Jun 22 07:40:32 CEST 2024
INSTALL_PREFIX: /home/ubuntu/programmer/darktable-4.8.0
.
Cloning into '/home/ubuntu/git/darktable'...
Note: switching to 'release-4.8.0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 14b790f0e0 update translation section for 4.8 release.
Submodule 'src/external/LibRaw' (https://github.com/LibRaw/LibRaw.git) registered for path 'src/external/LibRaw'
Submodule 'src/external/OpenCL' (https://github.com/KhronosGroup/OpenCL-Headers.git) registered for path 'src/external/OpenCL'
Submodule 'src/external/libxcf' (https://github.com/houz/libxcf.git) registered for path 'src/external/libxcf'
Submodule 'src/external/rawspeed' (https://github.com/darktable-org/rawspeed.git) registered for path 'src/external/rawspeed'
Submodule 'src/external/whereami' (https://github.com/gpakosz/whereami) registered for path 'src/external/whereami'
Submodule 'src/tests/integration' (https://github.com/darktable-org/darktable-tests.git) registered for path 'src/tests/integration'
Cloning into '/home/ubuntu/git/darktable/src/external/LibRaw'...
Cloning into '/home/ubuntu/git/darktable/src/external/OpenCL'...
Cloning into '/home/ubuntu/git/darktable/src/external/libxcf'...
Cloning into '/home/ubuntu/git/darktable/src/external/rawspeed'...
Cloning into '/home/ubuntu/git/darktable/src/external/whereami'...
Cloning into '/home/ubuntu/git/darktable/src/tests/integration'...
error: RPC failed; curl 56 Recv failure: Connection reset by peer
error: 2342 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: clone of 'https://github.com/darktable-org/darktable-tests.git' into submodule path '/home/ubuntu/git/darktable/src/tests/integration' failed
Failed to clone 'src/tests/integration'. Retry scheduled
Cloning into '/home/ubuntu/git/darktable/src/tests/integration'...
Submodule path 'src/external/LibRaw': checked out 'd3cbbd0e9934898eb28e4963ee99b51928e2acaa'
Submodule path 'src/external/OpenCL': checked out '4fdcfb0ae675f2f63a9add9552e0af62c2b4ed30'
Submodule path 'src/external/libxcf': checked out '64efecf63ddd952ccf654e479714aaae6f8c5986'
Submodule path 'src/external/rawspeed': checked out 'e3f16a78ebabfe5f1167d7bcc960c37515094d05'
Submodule path 'src/external/whereami': checked out 'e07bc35ecd92ee4c3ac71cf0fb6b01132bfa50de'
Submodule path 'src/tests/integration': checked out '150d46da611a40746aec5364eedf677e58ededda'
Submodule path 'src/tests/integration': checked out '150d46da611a40746aec5364eedf677e58ededda'
darktable build script
Building directory: /home/ubuntu/git/darktable/build
Installation prefix: /home/ubuntu/programmer/darktable-4.8.0
Build type: RelWithDebInfo
Build generator: Unix Makefiles
Build tasks: 1
-- The CXX compiler identification is GNU 13.2.0
-- The C compiler identification is GNU 13.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found OpenMP_C: -fopenmp (found suitable version "4.5", minimum required is "4.5")
-- Found OpenMP_CXX: -fopenmp (found suitable version "4.5", minimum required is "4.5")
-- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "4.5")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test IS_SUPPORTED_PLATFORM
-- Performing Test IS_SUPPORTED_PLATFORM - Success
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Looking for __get_cpuid
-- Looking for __get_cpuid - found
-- Looking for execinfo.h
-- Looking for execinfo.h - found
-- Performing Test HAVE_OMP_FIRSTPRIVATE_WITH_CONST
-- Performing Test HAVE_OMP_FIRSTPRIVATE_WITH_CONST - Success
-- Performing Test HAVE_THREAD_RWLOCK_ARCH_T_READERS
-- Performing Test HAVE_THREAD_RWLOCK_ARCH_T_READERS - Success
-- Performing Test HAVE_THREAD_RWLOCK_ARCH_T_NR_READERS
-- Performing Test HAVE_THREAD_RWLOCK_ARCH_T_NR_READERS - Failed
-- Performing Test _MSSE2
-- Performing Test _MSSE2 - Success
-- Building SSE2-optimized codepaths: ON
-- Performing libstdc++ version check
-- Performing libstdc++ version check - Success
-- Performing libc++ version check
-- Performing libc++ version check - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wall
-- Performing Test C_COMPILER_UNDERSTANDS_-Wall - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wall
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wall - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wformat
-- Performing Test C_COMPILER_UNDERSTANDS_-Wformat - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wformat
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wformat - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wformat-security
-- Performing Test C_COMPILER_UNDERSTANDS_-Wformat-security - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wformat-security
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wformat-security - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wshadow
-- Performing Test C_COMPILER_UNDERSTANDS_-Wshadow - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wshadow
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wshadow - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wtype-limits
-- Performing Test C_COMPILER_UNDERSTANDS_-Wtype-limits - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wtype-limits
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wtype-limits - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wvla
-- Performing Test C_COMPILER_UNDERSTANDS_-Wvla - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wvla
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wvla - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wold-style-declaration
-- Performing Test C_COMPILER_UNDERSTANDS_-Wold-style-declaration - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wthread-safety
-- Performing Test C_COMPILER_UNDERSTANDS_-Wthread-safety - Failed
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wthread-safety
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wthread-safety - Failed
-- Performing Test C_COMPILER_UNDERSTANDS_-Wmaybe-uninitialized
-- Performing Test C_COMPILER_UNDERSTANDS_-Wmaybe-uninitialized - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wmaybe-uninitialized
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wmaybe-uninitialized - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-unknown-pragmas
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-unknown-pragmas - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-unknown-pragmas
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-unknown-pragmas - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=varargs
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=varargs - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=varargs
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=varargs - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-format-truncation
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-format-truncation - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-format-truncation
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-format-truncation - Success
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member
-- Performing Test C_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member - Success
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member
-- Performing Test CXX_COMPILER_UNDERSTANDS_-Wno-error=address-of-packed-member - Success
-- Looking for external programs
-- Found perl
-- Found intltool-merge
-- Found desktop-file-validate
-- Performing Test HAVE_FFI_CALL
-- Performing Test HAVE_FFI_CALL - Success
-- Found FFI: /usr/lib/x86_64-linux-gnu/libffi.so
-- Performing Test Terminfo_LINKABLE
-- Performing Test Terminfo_LINKABLE - Success
-- Found Terminfo: /usr/lib/x86_64-linux-gnu/libtinfo.so
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3")
-- Found zstd: /usr/lib/x86_64-linux-gnu/libzstd.so
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14")
-- Found LLVM 15.0.7
-- Found clang compiler - /usr/bin/clang-15
-- Found clang opencl-c.h header in /usr/lib/llvm-15/lib/clang/15.0.7/include
-- Will be able to test-compile OpenCL programs. Nice.
-- Found jsonschema
-- Found xsltproc
-- Found xmllint
-- All external programs found
-- Found Gettext: /usr/bin/msgmerge (found version "0.21")
-- Found msgfmt to convert .po file. Translation enabled
-- The following OPTIONAL packages have been found:
* FFI
* Terminfo
* zstd
* LibXml2
* LLVM
* Gettext
-- The following REQUIRED packages have been found:
* OpenMP (required version >= 4.5)
* Threads
* ZLIB
-- Checking for -march=native support
-- Performing Test RAWSPEED_MARCHNATIVE
-- Performing Test RAWSPEED_MARCHNATIVE - Success
-- Checking for -march=native support - works
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WALL
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WALL - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEXTRA
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WCAST_QUAL
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WCAST_QUAL - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEXTRA_SEMI
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEXTRA_SEMI - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WFORMAT_2
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WFORMAT_2 - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WPOINTER_ARITH
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WPOINTER_ARITH - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WVLA
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WVLA - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WMISSING_FORMAT_ATTRIBUTE
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WMISSING_FORMAT_ATTRIBUTE - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WSUGGEST_ATTRIBUTE_FORMAT
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WSUGGEST_ATTRIBUTE_FORMAT - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_UNUSED_PARAMETER
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_UNUSED_PARAMETER - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_MAYBE_UNINITIALIZED
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_MAYBE_UNINITIALIZED - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_STRINGOP_OVERFLOW
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_STRINGOP_OVERFLOW - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_ARRAY_BOUNDS
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_ARRAY_BOUNDS - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WSTACK_USAGE_4096
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WSTACK_USAGE_4096 - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WFRAME_LARGER_THAN_4096
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WFRAME_LARGER_THAN_4096 - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WLARGER_THAN_32768
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WLARGER_THAN_32768 - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WERROR
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WERROR - Success
-- Performing basic integral type checks
-- Performing basic integral type checks - Success
-- Looking for OpenMP
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Looking for OpenMP - found (system)
-- Looking for pugixml
-- Found Pugixml 1.14
-- Looking for pugixml - found (system)
-- Looking for JPEG
-- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version "80")
-- Looking for JPEG - found
-- Looking for jpeg_mem_src
-- Looking for jpeg_mem_src - found
-- Looking for ZLIB
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.3", minimum required is "1.2.11")
-- Looking for C++ include zlib.h
-- Looking for C++ include zlib.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of uLongf
-- Check size of uLongf - done
-- Looking for Z_OK
-- Looking for Z_OK - found
-- Checking prototype uncompress for HAVE_ZLIB_UNCOMPRESS_PROTOTYPE
-- Checking prototype uncompress for HAVE_ZLIB_UNCOMPRESS_PROTOTYPE - True
-- Checking prototype zError for HAVE_ZLIB_ZERROR_PROTOTYPE
-- Checking prototype zError for HAVE_ZLIB_ZERROR_PROTOTYPE - True
-- Looking for uncompress
-- Looking for uncompress - found
-- Looking for zError
-- Looking for zError - found
-- Looking for ZLIB - found (system)
-- Performing Test HAVE_CXX_THREAD_LOCAL
-- Performing Test HAVE_CXX_THREAD_LOCAL - Success
-- Trying to query CPU L1d cache line size
-- Deciding that the CPU L1d cache line size is 64 bytes
-- Trying to query CPU page size
-- Deciding that the CPU page size is 4096 bytes
-- Trying to query CPU large page size
-- Deciding that the CPU large page size is 2097152 bytes
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_GLOBAL_CONSTRUCTORS
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_GLOBAL_CONSTRUCTORS - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_EXIT_TIME_DESTRUCTORS
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_EXIT_TIME_DESTRUCTORS - Success
-- Found XMLLINT: /usr/bin/xmllint
-- The following features have been enabled:
* OpenMP-based threading, used for parallelization of the library
* XML reading, used for loading of data/cameras.xml
* Lossy JPEG decoding, used for DNG Lossy JPEG compression decoding
* ZLIB decoding, used for DNG Deflate compression decoding
-- The following OPTIONAL packages have been found:
* FFI
* Terminfo
* zstd
* LibXml2
* LLVM
* Gettext
* XMLLINT, command line XML tool, <http://xmlsoft.org/>
Used for validation of data/cameras.xml
-- The following RECOMMENDED packages have been found:
* JPEG, free library for handling the JPEG image data format, implements a JPEG codec
Used for decoding DNG Lossy JPEG compression
-- The following REQUIRED packages have been found:
* Threads
* OpenMP, Open Multi-Processing, <https://www.openmp.org/>
Used for parallelization of the library
* Pugixml (required version >= 1.8), Light-weight, simple and fast XML parser, <http://pugixml.org/>
Used for loading of data/cameras.xml
* ZLIB (required version >= 1.2.11), software library used for data compression
Used for decoding DNG Deflate compression
-- Found Glib 2.80.0
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Checking for module 'gtk+-3.0'
-- Found gtk+-3.0, version 3.24.41
-- Found GTK3: /usr/include/gtk-3.0;/usr/include/pango-1.0;/usr/include;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include;/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/libmount;/usr/include/blkid;/usr/include/fribidi;/usr/include/cairo;/usr/include/pixman-1;/usr/include/gdk-pixbuf-2.0;/usr/include/x86_64-linux-gnu;/usr/include/webp;/usr/include/gio-unix-2.0;/usr/include/atk-1.0;/usr/include/at-spi2-atk/2.0;/usr/include/at-spi-2.0;/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include (Required is at least version "3.24.15")
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found suitable version "2.9.14", minimum required is "2.6")
-- Found Gphoto2: /usr/lib/x86_64-linux-gnu/libgphoto2.so (Required is at least version "2.5")
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3")
-- Found JXL: /usr/lib/x86_64-linux-gnu/libjxl.so (found suitable version "0.7.0", minimum required is "0.7.0")
-- Found WebP: /usr/lib/x86_64-linux-gnu/libwebp.so;/usr/lib/x86_64-linux-gnu/libwebpmux.so (Required is at least version "0.3.0")
-- Building LibRaw from intree copy
-- Found LensFun: /usr/lib/x86_64-linux-gnu/liblensfun.so
-- Found Sqlite3 3.45.1
-- Sqlite3 version 3.24 or newer
-- Found GIO
-- Found GThread: /usr/lib/x86_64-linux-gnu/libgthread-2.0.so
-- Found GModule: /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so
-- Found PangoCairo: /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so
-- Found Rsvg2: /usr/lib/x86_64-linux-gnu/librsvg-2.so
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14")
-- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.43")
-- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.5.1")
-- Found LCMS2: /usr/lib/x86_64-linux-gnu/liblcms2.so
-- Found JsonGlib
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found suitable version "8.5.0", minimum required is "7.56")
-- Found Exiv2: /usr/lib/x86_64-linux-gnu/libexiv2.so (Required is at least version "0.27.2")
-- Looking for EXV_ENABLE_BMFF
-- Looking for EXV_ENABLE_BMFF - found
-- Exiv2 >= 0.27.4 found with ISOBMFF support (CR3, AVIF, HEIF)
-- Found PortMidi: /usr/lib/x86_64-linux-gnu/libportmidi.so
-- The imported target "openjpip" references the file
"/usr/lib/x86_64-linux-gnu/libopenjpip.so.2.5.0"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/openjpeg-2.1/OpenJPEGTargets.cmake"
but not all the files it references.
-- The imported target "opj_decompress" references the file
"/usr/bin/opj_decompress"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/openjpeg-2.1/OpenJPEGTargets.cmake"
but not all the files it references.
-- The imported target "opj_compress" references the file
"/usr/bin/opj_compress"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/openjpeg-2.1/OpenJPEGTargets.cmake"
but not all the files it references.
-- The imported target "opj_dump" references the file
"/usr/bin/opj_dump"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/openjpeg-2.1/OpenJPEGTargets.cmake"
but not all the files it references.
-- The imported target "opj_jpip_addxml" references the file
"/usr/bin/opj_jpip_addxml"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/openjpeg-2.1/OpenJPEGTargets.cmake"
but not all the files it references.
-- The imported target "opj_server" references the file
"/usr/bin/opj_server"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/openjpeg-2.1/OpenJPEGTargets.cmake"
but not all the files it references.
-- The imported target "opj_dec_server" references the file
"/usr/bin/opj_dec_server"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/openjpeg-2.1/OpenJPEGTargets.cmake"
but not all the files it references.
-- The imported target "opj_jpip_transcode" references the file
"/usr/bin/opj_jpip_transcode"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/openjpeg-2.1/OpenJPEGTargets.cmake"
but not all the files it references.
-- The imported target "opj_jpip_test" references the file
"/usr/bin/opj_jpip_test"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/openjpeg-2.1/OpenJPEGTargets.cmake"
but not all the files it references.
-- Checking for module 'iso-codes'
-- Found iso-codes, version 4.16.0
-- Found Libsecret: /usr/include/libsecret-1;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include;/usr/include;/usr/include/libmount;/usr/include/blkid;/usr/include/gio-unix-2.0
-- Found GraphicsMagick 1.3.42
-- Performing Test GMIC_VERSION_OK
-- Performing Test GMIC_VERSION_OK - Success
-- Found GMIC
-- Found the following ICU libraries:
-- i18n (required): /usr/lib/x86_64-linux-gnu/libicui18n.so
-- data (required): /usr/lib/x86_64-linux-gnu/libicudata.so
-- uc (required): /usr/lib/x86_64-linux-gnu/libicuuc.so
-- Found ICU: /usr/include (found version "74.2")
-- Performing Test HAVE_BUILTIN_CPU_SUPPORTS
-- Performing Test HAVE_BUILTIN_CPU_SUPPORTS - Success
-- Does the compiler support __builtin_cpu_supports(): 1
-- Performing Test HAVE_TLS
-- Performing Test HAVE_TLS - Success
-- Checking for -march=native support
-- Performing Test MARCHNATIVE
-- Performing Test MARCHNATIVE - Success
-- Lua support: Enabled
-- Found Pugixml 1.14
-- Map mode: enabled
-- Found Cups: /usr/lib/x86_64-linux-gnu/libcups.so (found version "2.4.7")
-- Print mode: enabled
-- Signal debug: print-trace possible
-- Found X11: /usr/include
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- building darktable-cmstest with colord support. nice.
-- LibRaw string version: 0.22.0
-- LibRaw ID version: 0x0220
-- LibRaw SO version: 24.0.0
--
-- ----------------------------------------------------------------------------------
-- Libraw 0.22.0 configuration <http://www.libraw.org>
--
-- Libraw will be compiled with OpenMP support .................. YES
-- Libraw will be compiled with LCMS support .................... NO
-- Libraw will be compiled with example command-line programs ... NO
-- Libraw will be compiled with RedCine codec support ........... NO
-- Libraw will be compiled with DNG deflate codec support ....... YES
-- Libraw will be compiled with DNG lossy codec support ......... YES
-- Libraw will be compiled with RawSpeed support ................ NO
-- Libraw will be compiled with debug message from dcraw ........ NO
-- Libraw will be compiled with Foveon X3F support .............. NO
-- Libraw will be compiled with Raspberry Pi RAW support ........ NO
-- Libraw will be compiled as a static library
-- ----------------------------------------------------------------------------------
--
Missing po4a-translate. Can NOT create translated manpages
Missing po4a-updatepo. Can NOT update manpage translations
-- The following features have been enabled:
* OpenMP-based threading, used for parallelization of the library
* XML reading, used for loading of data/cameras.xml
* Lossy JPEG decoding, used for DNG Lossy JPEG compression decoding
* ZLIB decoding, used for DNG Deflate compression decoding
-- The following OPTIONAL packages have been found:
* FFI
* Terminfo
* zstd
* LLVM
* Gettext
* XMLLINT, command line XML tool, <http://xmlsoft.org/>
Used for validation of data/cameras.xml
* Gphoto2 (required version >= 2.5)
* OpenEXR (required version >= 3.0)
* JXL (required version >= 0.7.0)
* WebP (required version >= 0.3.0)
* libavif
* libheif
* PortMidi, Portable MIDI library, <https://github.com/PortMidi/portmidi>
Used for hardware MIDI input devices
* OpenJPEG
* IsoCodes (required version >= 3.66)
* Libsecret
* GraphicsMagick
* GMIC
* ICU
* Lua54 (required version >= 5.4)
* OSMGpsMap
* Colord
* ColordGTK
* Cups
* SDL2, low level access to audio, keyboard, mouse, joystick, and graphics hardware, <https://www.libsdl.org/>
* X11
-- The following REQUIRED packages have been found:
* GTK3 (required version >= 3.24.15)
* Threads
* Imath
* LensFun
* Sqlite3 (required version >= 3.15)
* GIO
* GThread
* GModule
* PangoCairo
* Rsvg2
* LibXml2
* PNG
* TIFF
* LCMS2
* JsonGlib
* CURL (required version >= 7.56)
* Exiv2 (required version >= 0.27.2)
* Pugixml (required version >= 1.5), Light-weight, simple and fast XML parser, <http://pugixml.org/>
Used for loading of data/cameras.xml
* Glib
* ZLIB, software library used for data compression
Used for decoding DNG Deflate compression
* JPEG, free library for handling the JPEG image data format, implements a JPEG codec
Used for decoding DNG Lossy JPEG compression
* OpenMP, Open Multi-Processing, <https://www.openmp.org/>
Used for parallelization of the library
-- Configuring done (5.1s)
-- Generating done (0.8s)
-- Build files have been written to: /home/ubuntu/git/darktable/build
[ 0%] Updating version string (git checkout)
Version string: 4.8.0
[ 0%] Built target create_version_gen
[ 1%] Built target generate_version
[ 1%] Building zh_TW locale
4977 translated messages.
[ 1%] Built target locale_zh_TW
[ 1%] Building cs locale
4976 translated messages.
[ 1%] Built target locale_cs
[ 1%] Building de locale
4976 translated messages.
[ 1%] Built target locale_de
[ 1%] Building en@truecase locale
4976 translated messages.
[ 1%] Built target locale_en-truecase
[ 1%] Building es locale
4976 translated messages.
[ 1%] Built target locale_es
[ 2%] Building fi locale
4976 translated messages.
[ 2%] Built target locale_fi
[ 2%] Building fr locale
4976 translated messages.
[ 2%] Built target locale_fr
[ 2%] Building hu locale
4976 translated messages.
[ 2%] Built target locale_hu
[ 2%] Building it locale
4976 translated messages.
[ 2%] Built target locale_it
[ 2%] Building ja locale
4976 translated messages.
[ 2%] Built target locale_ja
[ 2%] Building nl locale
4976 translated messages.
[ 2%] Built target locale_nl
[ 2%] Building pl locale
4976 translated messages.
[ 2%] Built target locale_pl
[ 2%] Building pt_BR locale
4976 translated messages.
[ 2%] Built target locale_pt_BR
[ 2%] Building ru locale
4976 translated messages.
[ 2%] Built target locale_ru
[ 2%] Building sl locale
4976 translated messages.
[ 2%] Built target locale_sl
[ 3%] Building sq locale
4976 translated messages.
[ 3%] Built target locale_sq
[ 3%] Building uk locale
4976 translated messages.
[ 3%] Built target locale_uk
[ 3%] Building zh_CN locale
4976 translated messages.
[ 3%] Built target locale_zh_CN
[ 3%] Built target locales
[ 3%] Checking validity of /home/ubuntu/git/darktable/build/share/darktable/darktableconfig.xml
[ 3%] Built target validate_darktableconfig_xml
[ 3%] Generating configuration min/max/default/type
[ 3%] Built target generate_conf
[ 3%] Generating preferences
[ 3%] Built target generate_preferences
[ 3%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/canon_600.cpp.o
[ 3%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/crx.cpp.o
[ 3%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/decoders_dcraw.cpp.o
[ 3%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/decoders_libraw.cpp.o
[ 3%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/decoders_libraw_dcrdefs.cpp.o
[ 3%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/dng.cpp.o
[ 3%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/fp_dng.cpp.o
[ 3%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/fuji_compressed.cpp.o
[ 3%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/generic.cpp.o
[ 4%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/kodak_decoders.cpp.o
[ 4%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/load_mfbacks.cpp.o
[ 4%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/pana8.cpp.o
[ 4%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/smal.cpp.o
[ 4%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/sonycc.cpp.o
[ 4%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/unpack.cpp.o
[ 4%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decoders/unpack_thumb.cpp.o
[ 4%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/decompressors/losslessjpeg.cpp.o
[ 4%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/demosaic/aahd_demosaic.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/demosaic/ahd_demosaic.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/demosaic/dcb_demosaic.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/demosaic/dht_demosaic.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/demosaic/misc_demosaic.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/demosaic/xtrans_demosaic.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/integration/dngsdk_glue.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/integration/rawspeed_glue.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/libraw_c_api.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/libraw_datastream.cpp.o
[ 5%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/adobepano.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/canon.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/ciff.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/cr3_parser.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/epson.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/exif_gps.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/fuji.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/hasselblad_model.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/identify.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/identify_tools.cpp.o
[ 6%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/kodak.cpp.o
[ 7%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/leica.cpp.o
[ 7%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/makernotes.cpp.o
[ 7%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/mediumformat.cpp.o
[ 7%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/minolta.cpp.o
[ 7%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/misc_parsers.cpp.o
[ 7%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/nikon.cpp.o
[ 7%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/normalize_model.cpp.o
[ 7%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/olympus.cpp.o
[ 7%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/p1.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/pentax.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/samsung.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/sony.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/metadata/tiff.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/postprocessing/aspect_ratio.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/postprocessing/dcraw_process.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/postprocessing/mem_image.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/postprocessing/postprocessing_aux.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/postprocessing/postprocessing_utils.cpp.o
[ 8%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/postprocessing/postprocessing_utils_dcrdefs.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/preprocessing/ext_preprocess.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/preprocessing/raw2image.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/preprocessing/subtract_black.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/tables/cameralist.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/tables/colorconst.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/tables/colordata.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/tables/wblists.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/utils/curves.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/utils/decoder_info.cpp.o
[ 9%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/utils/init_close_utils.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/utils/open.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/utils/phaseone_processing.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/utils/read_utils.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/utils/thumb_utils.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/utils/utils_dcraw.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/utils/utils_libraw.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/write/apply_profile.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/write/file_write.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/write/tiff_writer.cpp.o
[ 10%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/x3f/x3f_parse_process.cpp.o
[ 11%] Building CXX object bin/external/LibRaw-cmake/CMakeFiles/raw.dir/__/LibRaw/src/x3f/x3f_utils_patched.cpp.o
[ 11%] Linking CXX static library libraw.a
[ 11%] Built target raw
[ 11%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/AbstractTiffDecoder.cpp.o
[ 11%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/ArwDecoder.cpp.o
[ 11%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/Cr2Decoder.cpp.o
[ 11%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/CrwDecoder.cpp.o
[ 11%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/DcrDecoder.cpp.o
[ 12%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/DcsDecoder.cpp.o
[ 12%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/DngDecoder.cpp.o
[ 12%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/ErfDecoder.cpp.o
[ 12%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/IiqDecoder.cpp.o
[ 12%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/KdcDecoder.cpp.o
[ 12%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/MefDecoder.cpp.o
[ 12%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/MosDecoder.cpp.o
[ 12%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/MrwDecoder.cpp.o
[ 12%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/NakedDecoder.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/NefDecoder.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/OrfDecoder.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/PefDecoder.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/RafDecoder.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/RawDecoder.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/RawDecoderException.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/Rw2Decoder.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/SimpleTiffDecoder.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/SrwDecoder.cpp.o
[ 13%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/StiDecoder.cpp.o
[ 14%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decoders/CMakeFiles/rawspeed_decoders.dir/ThreefrDecoder.cpp.o
[ 14%] Built target rawspeed_decoders
[ 14%] Checking validity of cameras.xml
/home/ubuntu/git/darktable/src/external/rawspeed/data/cameras.xml validates
[ 14%] Built target validate-cameras.xml
[ 14%] Built target rawspeed_adt
[ 14%] Built target rawspeed_codes
[ 14%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/ChecksumFile.cpp.o
[ 14%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/Common.cpp.o
[ 14%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/CpuFeatures.cpp.o
[ 14%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/DngOpcodes.cpp.o
[ 14%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/ErrorLog.cpp.o
[ 14%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/GetNumberOfProcessorCores.cpp.o
[ 15%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/RawImage.cpp.o
[ 15%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/RawImageDataFloat.cpp.o
[ 15%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/RawImageDataU16.cpp.o
[ 15%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/RawspeedException.cpp.o
[ 15%] Building CXX object lib/darktable/rawspeed/src/librawspeed/common/CMakeFiles/rawspeed_common.dir/TableLookUp.cpp.o
[ 15%] Built target rawspeed_common
[ 15%] Building CXX object lib/darktable/rawspeed/src/librawspeed/metadata/CMakeFiles/rawspeed_metadata.dir/Camera.cpp.o
[ 15%] Building CXX object lib/darktable/rawspeed/src/librawspeed/metadata/CMakeFiles/rawspeed_metadata.dir/CameraMetaData.cpp.o
[ 15%] Building CXX object lib/darktable/rawspeed/src/librawspeed/metadata/CMakeFiles/rawspeed_metadata.dir/CameraMetadataException.cpp.o
[ 16%] Building CXX object lib/darktable/rawspeed/src/librawspeed/metadata/CMakeFiles/rawspeed_metadata.dir/CameraSensorInfo.cpp.o
[ 16%] Building CXX object lib/darktable/rawspeed/src/librawspeed/metadata/CMakeFiles/rawspeed_metadata.dir/ColorFilterArray.cpp.o
[ 16%] Built target rawspeed_metadata
[ 16%] Building CXX object lib/darktable/rawspeed/src/librawspeed/io/CMakeFiles/rawspeed_io.dir/FileIOException.cpp.o
[ 16%] Building CXX object lib/darktable/rawspeed/src/librawspeed/io/CMakeFiles/rawspeed_io.dir/FileReader.cpp.o
[ 16%] Building CXX object lib/darktable/rawspeed/src/librawspeed/io/CMakeFiles/rawspeed_io.dir/FileWriter.cpp.o
[ 16%] Building CXX object lib/darktable/rawspeed/src/librawspeed/io/CMakeFiles/rawspeed_io.dir/IOException.cpp.o
[ 16%] Built target rawspeed_io
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/tiff/CMakeFiles/rawspeed_tiff.dir/CiffEntry.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/tiff/CMakeFiles/rawspeed_tiff.dir/CiffIFD.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/tiff/CMakeFiles/rawspeed_tiff.dir/TiffEntry.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/tiff/CMakeFiles/rawspeed_tiff.dir/TiffIFD.cpp.o
[ 17%] Built target rawspeed_tiff
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/parsers/CMakeFiles/rawspeed_parsers.dir/CiffParser.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/parsers/CMakeFiles/rawspeed_parsers.dir/CiffParserException.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/parsers/CMakeFiles/rawspeed_parsers.dir/FiffParser.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/parsers/CMakeFiles/rawspeed_parsers.dir/FiffParserException.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/parsers/CMakeFiles/rawspeed_parsers.dir/RawParser.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/parsers/CMakeFiles/rawspeed_parsers.dir/RawParserException.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/parsers/CMakeFiles/rawspeed_parsers.dir/TiffParser.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/parsers/CMakeFiles/rawspeed_parsers.dir/TiffParserException.cpp.o
[ 17%] Built target rawspeed_parsers
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/AbstractDngDecompressor.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/AbstractLJpegDecoder.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/Cr2Decompressor.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/Cr2LJpegDecoder.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/CrwDecompressor.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/DeflateDecompressor.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/FujiDecompressor.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/HasselbladDecompressor.cpp.o
[ 17%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/HasselbladLJpegDecoder.cpp.o
[ 18%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/JpegDecompressor.cpp.o
[ 18%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/KodakDecompressor.cpp.o
[ 18%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/LJpegDecoder.cpp.o
[ 18%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/LJpegDecompressor.cpp.o
[ 18%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/NikonDecompressor.cpp.o
[ 18%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/OlympusDecompressor.cpp.o
[ 18%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/PanasonicV4Decompressor.cpp.o
[ 18%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/PanasonicV5Decompressor.cpp.o
[ 18%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/PanasonicV6Decompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/PanasonicV7Decompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/PentaxDecompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/PhaseOneDecompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/SamsungV0Decompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/SamsungV1Decompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/SamsungV2Decompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/SonyArw1Decompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/SonyArw2Decompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/UncompressedDecompressor.cpp.o
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/decompressors/CMakeFiles/rawspeed_decompressors.dir/VC5Decompressor.cpp.o
[ 19%] Built target rawspeed_decompressors
[ 19%] Building CXX object lib/darktable/rawspeed/src/librawspeed/interpolators/CMakeFiles/rawspeed_interpolators.dir/Cr2sRawInterpolator.cpp.o
[ 19%] Built target rawspeed_interpolators
[ 19%] Linking CXX static library librawspeed.a
[ 19%] Built target rawspeed
[ 19%] Building CXX object bin/CMakeFiles/lib_darktable_imageio_rawspeed.dir/imageio/imageio_rawspeed.cc.o
[ 19%] Linking CXX static library liblib_darktable_imageio_rawspeed.a
[ 19%] Built target lib_darktable_imageio_rawspeed
[ 19%] Generating authors.h for about dialog.
[ 19%] Built target generate_authors_h
[ 19%] Building C object bin/external/CMakeFiles/whereami.dir/whereami/src/whereami.c.o
[ 19%] Linking C static library libwhereami.a
[ 19%] Built target whereami
[ 19%] Building C object bin/external/LuaAutoC/CMakeFiles/lautoc.dir/lautoc.c.o
[ 19%] Linking C static library liblautoc.a
[ 19%] Built target lautoc
[ 19%] Building C object bin/CMakeFiles/lib_darktable.dir/version_gen.c.o
[ 19%] Building C object bin/CMakeFiles/lib_darktable.dir/bauhaus/bauhaus.c.o
[ 19%] Building C object bin/CMakeFiles/lib_darktable.dir/common/act_on.c.o
[ 19%] Building C object bin/CMakeFiles/lib_darktable.dir/common/atomic.c.o
[ 19%] Building C object bin/CMakeFiles/lib_darktable.dir/common/bilateral.c.o
[ 19%] Building C object bin/CMakeFiles/lib_darktable.dir/common/bilateralcl.c.o
[ 20%] Building C object bin/CMakeFiles/lib_darktable.dir/common/box_filters.c.o
[ 20%] Building C object bin/CMakeFiles/lib_darktable.dir/common/cache.c.o
[ 20%] Building C object bin/CMakeFiles/lib_darktable.dir/common/calculator.c.o
[ 20%] Building C object bin/CMakeFiles/lib_darktable.dir/common/collection.c.o
[ 20%] Building C object bin/CMakeFiles/lib_darktable.dir/common/color_harmony.c.o
[ 20%] Building C object bin/CMakeFiles/lib_darktable.dir/common/color_picker.c.o
[ 20%] Building C object bin/CMakeFiles/lib_darktable.dir/common/color_vocabulary.c.o
[ 20%] Building C object bin/CMakeFiles/lib_darktable.dir/common/colorlabels.c.o
[ 20%] Building C object bin/CMakeFiles/lib_darktable.dir/common/colorspaces.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/curl_tools.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/curve_tools.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/custom_primaries.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/darktable.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/database.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/datetime.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/dbus.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/distance_transform.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/dlopencl.c.o
[ 21%] Building C object bin/CMakeFiles/lib_darktable.dir/common/dng_opcode.c.o
[ 22%] Building C object bin/CMakeFiles/lib_darktable.dir/common/dtpthread.c.o
[ 22%] Building C object bin/CMakeFiles/lib_darktable.dir/common/dwt.c.o
[ 22%] Building C object bin/CMakeFiles/lib_darktable.dir/common/dynload.c.o
[ 22%] Building C object bin/CMakeFiles/lib_darktable.dir/common/eaw.c.o
[ 22%] Building CXX object bin/CMakeFiles/lib_darktable.dir/common/exif.cc.o
[ 22%] Building C object bin/CMakeFiles/lib_darktable.dir/common/file_location.c.o
[ 22%] Building C object bin/CMakeFiles/lib_darktable.dir/common/film.c.o
[ 22%] Building C object bin/CMakeFiles/lib_darktable.dir/common/gaussian.c.o
[ 22%] Building C object bin/CMakeFiles/lib_darktable.dir/common/gimp.c.o
[ 22%] Building C object bin/CMakeFiles/lib_darktable.dir/common/gpx.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/grouping.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/guided_filter.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/heal.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/histogram.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/history.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/history_snapshot.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/image.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/image_cache.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/image_compression.c.o
[ 23%] Building C object bin/CMakeFiles/lib_darktable.dir/common/imagebuf.c.o
[ 24%] Building C object bin/CMakeFiles/lib_darktable.dir/common/import_session.c.o
[ 24%] Building C object bin/CMakeFiles/lib_darktable.dir/common/interpolation.c.o
[ 24%] Building C object bin/CMakeFiles/lib_darktable.dir/common/iop_group.c.o
[ 24%] Building C object bin/CMakeFiles/lib_darktable.dir/common/iop_order.c.o
[ 24%] Building C object bin/CMakeFiles/lib_darktable.dir/common/iop_profile.c.o
[ 24%] Building C object bin/CMakeFiles/lib_darktable.dir/common/l10n.c.o
[ 24%] Building C object bin/CMakeFiles/lib_darktable.dir/common/locallaplacian.c.o
[ 24%] Building C object bin/CMakeFiles/lib_darktable.dir/common/locallaplaciancl.c.o
[ 24%] Building C object bin/CMakeFiles/lib_darktable.dir/common/map_locations.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/matrices.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/metadata.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/metadata_export.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/mipmap_cache.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/module.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/nlmeans_core.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/noiseprofiles.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/opencl.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/overlay.c.o
[ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/common/pdf.c.o
[ 26%] Building C object bin/CMakeFiles/lib_darktable.dir/common/presets.c.o
[ 26%] Building C object bin/CMakeFiles/lib_darktable.dir/common/pwstorage/backend_kwallet.c.o
[ 26%] Building C object bin/CMakeFiles/lib_darktable.dir/common/pwstorage/pwstorage.c.o
[ 26%] Building C object bin/CMakeFiles/lib_darktable.dir/common/ratings.c.o
[ 26%] Building C object bin/CMakeFiles/lib_darktable.dir/common/resource_limits.c.o
[ 26%] Building C object bin/CMakeFiles/lib_darktable.dir/common/selection.c.o
[ 26%] Building CXX object bin/CMakeFiles/lib_darktable.dir/common/splines.cpp.o
[ 26%] Building C object bin/CMakeFiles/lib_darktable.dir/common/styles.c.o
[ 26%] Building C object bin/CMakeFiles/lib_darktable.dir/common/system_signal_handling.c.o
[ 26%] Building C object bin/CMakeFiles/lib_darktable.dir/common/tags.c.o
[ 27%] Building C object bin/CMakeFiles/lib_darktable.dir/common/undo.c.o
[ 27%] Building C object bin/CMakeFiles/lib_darktable.dir/common/usermanual_url.c.o
[ 27%] Building C object bin/CMakeFiles/lib_darktable.dir/common/utility.c.o
[ 27%] Building C object bin/CMakeFiles/lib_darktable.dir/common/variables.c.o
[ 27%] Building C object bin/CMakeFiles/lib_darktable.dir/common/wb_presets.c.o
[ 27%] Building C object bin/CMakeFiles/lib_darktable.dir/control/conf.c.o
[ 27%] Building C object bin/CMakeFiles/lib_darktable.dir/control/control.c.o
[ 27%] Building C object bin/CMakeFiles/lib_darktable.dir/control/crawler.c.o
[ 27%] Building C object bin/CMakeFiles/lib_darktable.dir/control/jobs.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/control/jobs/control_jobs.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/control/jobs/develop_jobs.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/control/jobs/film_jobs.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/control/jobs/image_jobs.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/control/progress.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/control/signal.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/blend.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/blend_gui.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/blends/blendif_lab.c.o
[ 28%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/blends/blendif_raw.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/blends/blendif_rgb_hsl.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/blends/blendif_rgb_jzczhz.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/borders_helper.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/develop.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/format.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/imageop.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/imageop_gui.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/imageop_math.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/lightroom.c.o
[ 29%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/masks/brush.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/masks/circle.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/masks/ellipse.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/masks/gradient.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/masks/group.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/masks/masks.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/masks/path.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/pixelpipe.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/develop/tiling.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/button.c.o
[ 30%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/culling.c.o
[ 31%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/drawingarea.c.o
[ 31%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/expander.c.o
[ 31%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/gradientslider.c.o
[ 31%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/icon.c.o
[ 31%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/paint.c.o
[ 31%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/range.c.o
[ 31%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/resetlabel.c.o
[ 31%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/sidepanel.c.o
[ 31%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/thumbnail.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/thumbnail_btn.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/thumbtable.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/dtgtk/togglebutton.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/about.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/accelerators.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/color_picker_proxy.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/gtk.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/gtkentry.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/guides.c.o
[ 32%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/hist_dialog.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/import_metadata.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/preferences.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/presets.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/gui/styles_dialog.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_gm.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_im.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_jpeg.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_module.c.o
[ 33%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_pfm.c.o
[ 34%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_png.c.o
[ 34%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_pnm.c.o
[ 34%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_qoi.c.o
[ 34%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_rgbe.c.o
[ 34%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_tiff.c.o
[ 34%] Building C object bin/CMakeFiles/lib_darktable.dir/libs/lib.c.o
[ 34%] Building C object bin/CMakeFiles/lib_darktable.dir/views/view.c.o
[ 34%] Building C object bin/CMakeFiles/lib_darktable.dir/common/camera_control.c.o
[ 34%] Building C object bin/CMakeFiles/lib_darktable.dir/control/jobs/camera_jobs.c.o
[ 35%] Building CXX object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_exr.cc.o
[ 35%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_jpegxl.c.o
[ 35%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_webp.c.o
[ 35%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_avif.c.o
[ 35%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_heif.c.o
[ 35%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_libraw.c.o
[ 35%] Building C object bin/CMakeFiles/lib_darktable.dir/imageio/imageio_j2k.c.o
[ 35%] Building C object bin/CMakeFiles/lib_darktable.dir/common/pwstorage/backend_libsecret.c.o
[ 35%] Building C object bin/CMakeFiles/lib_darktable.dir/common/sqliteicu.c.o
[ 35%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/cairo.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/call.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/configuration.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/database.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/events.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/film.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/format.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/gettext.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/glist.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/gui.c.o
[ 36%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/guides.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/image.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/init.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/lib.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/lua.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/lualib.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/luastorage.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/modules.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/password.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/preferences.c.o
[ 37%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/print.c.o
[ 38%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/storage.c.o
[ 38%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/styles.c.o
[ 38%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/tags.c.o
[ 38%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/types.c.o
[ 38%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/view.c.o
[ 38%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/widget/box.c.o
[ 38%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/widget/button.c.o
[ 38%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/widget/check_button.c.o
[ 38%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/widget/combobox.c.o
[ 39%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/widget/container.c.o
[ 39%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/widget/entry.c.o
[ 39%] Building C object bin/CMakeFiles/lib_darktable.dir/lua/widget/file_chooser.c.o