Artifact swh-plugins_0.4.17-3_arm64-2024-11-18T16:30:15Z

Metadata
bd_uninstallable: null
filename: swh-plugins_0.4.17-3_arm64-2024-11-18T16:30:15Z.build
source: swh-plugins
version: 0.4.17-3

File

swh-plugins_0.4.17-3_arm64-2024-11-18T16:30:15Z.build
   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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-07.freexian.com

+==============================================================================+
| swh-plugins 0.4.17-3 (arm64)                 Mon, 18 Nov 2024 16:30:15 +0000 |
+==============================================================================+

Package: swh-plugins
Version: 0.4.17-3
Source Version: 0.4.17-3
Distribution: sid
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: binary

I: No tarballs found in /var/lib/debusine/worker/.cache/sbuild
Unpacking /var/lib/debusine/worker/system-images/957781/system.tar.xz to /tmp/tmp.sbuild.h8Gv82dLZt...
I: NOTICE: Log filtering will replace 'sbuild-unshare-dummy-location' with '<<CHROOT>>'

+------------------------------------------------------------------------------+
| Chroot Setup Commands                                                        |
+------------------------------------------------------------------------------+


rm -f /etc/resolv.conf
----------------------


I: Finished running 'rm -f /etc/resolv.conf'.

Finished processing commands.
--------------------------------------------------------------------------------
Copying /tmp/debusine-fetch-exec-upload-ynfnmtrl/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ynfnmtrl/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ynfnmtrl/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ynfnmtrl/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ynfnmtrl/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ynfnmtrl/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ynfnmtrl/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/swh-plugins-sETQuv/resolver-2OuZ8y' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ InRelease
Ign:1 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ InRelease
Get:2 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ Release [606 B]
Get:3 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ Release [606 B]
Get:4 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ Release.gpg
Ign:4 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ Release.gpg
Get:5 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ Packages [9246 B]
Get:6 http://deb.debian.org/debian sid/main arm64 Packages [9956 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 Components [4906 kB]
Fetched 15.1 MB in 2s (6265 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  apt bsdextrautils bsdutils debianutils diffstat dpkg dpkg-dev
  libapt-pkg6.0t64 libaudit-common libaudit1 libblkid1 libbrotli1 libcap-ng0
  libdpkg-perl libglib2.0-0t64 libmarkdown2 libmount1 libpcre2-8-0 libseccomp2
  libselinux1 libsemanage2 libsmartcols1 libsystemd0 libudev1 libuuid1 libxml2
  login login.defs mount passwd util-linux
31 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 9307 kB/12.8 MB of archives.
After this operation, 603 kB disk space will be freed.
Get:1 http://deb.debian.org/debian sid/main arm64 bsdutils arm64 1:2.40.2-11 [104 kB]
Get:2 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ dpkg 1.22.12~1.gbp82cafd [1513 kB]
Get:3 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ dpkg-dev 1.22.12~1.gbp82cafd [1337 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 debianutils arm64 5.21 [92.1 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 libsystemd0 arm64 257~rc2-3 [416 kB]
Get:6 file:/build/swh-plugins-sETQuv/resolver-Qi5lhl/apt_archive ./ libdpkg-perl 1.22.12~1.gbp82cafd [647 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libudev1 arm64 257~rc2-3 [139 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libapt-pkg6.0t64 arm64 2.9.11 [921 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 bsdextrautils arm64 2.40.2-11 [91.2 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libblkid1 arm64 2.40.2-11 [162 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libmount1 arm64 2.40.2-11 [190 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libsmartcols1 arm64 2.40.2-11 [135 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 mount arm64 2.40.2-11 [153 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libuuid1 arm64 2.40.2-11 [35.7 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 util-linux arm64 2.40.2-11 [1170 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libpcre2-8-0 arm64 10.44-4 [243 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libselinux1 arm64 3.7-3+b1 [72.1 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 libseccomp2 arm64 2.5.5-1+b3 [46.8 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 apt arm64 2.9.11 [1287 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libaudit-common all 1:4.0.2-2 [12.7 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libcap-ng0 arm64 0.8.5-3+b1 [17.0 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libaudit1 arm64 1:4.0.2-2 [54.2 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 login arm64 1:4.16.0-2+really2.40.2-11 [80.0 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 login.defs all 1:4.16.0-5 [185 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libsemanage2 arm64 3.7-2+b1 [84.5 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 passwd arm64 1:4.16.0-5 [1210 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 diffstat arm64 1.67-1 [32.6 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 libbrotli1 arm64 1.1.0-2+b6 [297 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 libglib2.0-0t64 arm64 2.82.2-3 [1411 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 libmarkdown2 arm64 2.2.7-2.1 [33.1 kB]
Get:31 http://deb.debian.org/debian sid/main arm64 libxml2 arm64 2.12.7+dfsg+really2.9.14-0.2+b1 [630 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 9307 kB in 0s (60.2 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.2-11_arm64.deb ...
Unpacking bsdutils (1:2.40.2-11) over (1:2.40.2-10) ...
Setting up bsdutils (1:2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../debianutils_5.21_arm64.deb ...
Unpacking debianutils (5.21) over (5.20+b1) ...
Setting up debianutils (5.21) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libsystemd0_257~rc2-3_arm64.deb ...
Unpacking libsystemd0:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libsystemd0:arm64 (257~rc2-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libudev1_257~rc2-3_arm64.deb ...
Unpacking libudev1:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libudev1:arm64 (257~rc2-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0t64_2.9.11_arm64.deb ...
Unpacking libapt-pkg6.0t64:arm64 (2.9.11) over (2.9.10) ...
Setting up libapt-pkg6.0t64:arm64 (2.9.11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../dpkg_1.22.12~1.gbp82cafd_arm64.deb ...
Unpacking dpkg (1.22.12~1.gbp82cafd) over (1.22.11) ...
Setting up dpkg (1.22.12~1.gbp82cafd) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17127 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.40.2-11_arm64.deb ...
Unpacking bsdextrautils (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libblkid1_2.40.2-11_arm64.deb ...
Unpacking libblkid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libblkid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.2-11_arm64.deb ...
Unpacking libmount1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libmount1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.2-11_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libsmartcols1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../mount_2.40.2-11_arm64.deb ...
Unpacking mount (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libuuid1_2.40.2-11_arm64.deb ...
Unpacking libuuid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libuuid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.2-11_arm64.deb ...
Unpacking util-linux (2.40.2-11) over (2.40.2-10) ...
Setting up util-linux (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libpcre2-8-0_10.44-4_arm64.deb ...
Unpacking libpcre2-8-0:arm64 (10.44-4) over (10.42-4+b2) ...
Setting up libpcre2-8-0:arm64 (10.44-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17119 files and directories currently installed.)
Preparing to unpack .../libselinux1_3.7-3+b1_arm64.deb ...
Unpacking libselinux1:arm64 (3.7-3+b1) over (3.7-3) ...
Setting up libselinux1:arm64 (3.7-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libseccomp2_2.5.5-1+b3_arm64.deb ...
Unpacking libseccomp2:arm64 (2.5.5-1+b3) over (2.5.5-1+b2) ...
Setting up libseccomp2:arm64 (2.5.5-1+b3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.9.11_arm64.deb ...
Unpacking apt (2.9.11) over (2.9.10) ...
Setting up apt (2.9.11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libaudit-common_1%3a4.0.2-2_all.deb ...
Unpacking libaudit-common (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit-common (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libcap-ng0_0.8.5-3+b1_arm64.deb ...
Unpacking libcap-ng0:arm64 (0.8.5-3+b1) over (0.8.5-3) ...
Setting up libcap-ng0:arm64 (0.8.5-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../libaudit1_1%3a4.0.2-2_arm64.deb ...
Unpacking libaudit1:arm64 (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit1:arm64 (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../00-login_1%3a4.16.0-2+really2.40.2-11_arm64.deb ...
Unpacking login (1:4.16.0-2+really2.40.2-11) over (1:4.16.0-2+really2.40.2-10) ...
Preparing to unpack .../01-login.defs_1%3a4.16.0-5_all.deb ...
Unpacking login.defs (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../02-libsemanage2_3.7-2+b1_arm64.deb ...
Unpacking libsemanage2:arm64 (3.7-2+b1) over (3.7-2) ...
Preparing to unpack .../03-passwd_1%3a4.16.0-5_arm64.deb ...
Unpacking passwd (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../04-diffstat_1.67-1_arm64.deb ...
Unpacking diffstat (1.67-1) over (1.66-1+b1) ...
Preparing to unpack .../05-dpkg-dev_1.22.12~1.gbp82cafd_all.deb ...
Unpacking dpkg-dev (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../06-libdpkg-perl_1.22.12~1.gbp82cafd_all.deb ...
Unpacking libdpkg-perl (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../07-libbrotli1_1.1.0-2+b6_arm64.deb ...
Unpacking libbrotli1:arm64 (1.1.0-2+b6) over (1.1.0-2+b5) ...
Preparing to unpack .../08-libglib2.0-0t64_2.82.2-3_arm64.deb ...
Unpacking libglib2.0-0t64:arm64 (2.82.2-3) over (2.82.2-2) ...
Preparing to unpack .../09-libmarkdown2_2.2.7-2.1_arm64.deb ...
Unpacking libmarkdown2:arm64 (2.2.7-2.1) over (2.2.7-2+b1) ...
Preparing to unpack .../10-libxml2_2.12.7+dfsg+really2.9.14-0.2+b1_arm64.deb ...
Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) over (2.12.7+dfsg+really2.9.14-0.1) ...
Setting up bsdextrautils (2.40.2-11) ...
Setting up login.defs (1:4.16.0-5) ...
Installing new version of config file /etc/login.defs ...
Setting up libbrotli1:arm64 (1.1.0-2+b6) ...
Setting up libglib2.0-0t64:arm64 (2.82.2-3) ...
No schema files found: doing nothing.
Setting up diffstat (1.67-1) ...
Setting up libdpkg-perl (1.22.12~1.gbp82cafd) ...
Setting up mount (2.40.2-11) ...
Setting up libsemanage2:arm64 (3.7-2+b1) ...
Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up libmarkdown2:arm64 (2.2.7-2.1) ...
Setting up login (1:4.16.0-2+really2.40.2-11) ...
Setting up dpkg-dev (1.22.12~1.gbp82cafd) ...
Setting up passwd (1:4.16.0-5) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/tmp/debusine-fetch-exec-upload-ynfnmtrl/swh-plugins_0.4.17-3.dsc exists in /tmp/debusine-fetch-exec-upload-ynfnmtrl; copying to chroot
I: NOTICE: Log filtering will replace 'build/swh-plugins-sETQuv/swh-plugins-0.4.17' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/swh-plugins-sETQuv' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: chrpath, debhelper-compat (= 12), ladspa-sdk, libfftw3-dev, libtool, libxml2-utils, libxml-parser-perl, libgsm1-dev, pkg-config, build-essential, fakeroot
Filtered Build-Depends: chrpath, debhelper-compat (= 12), ladspa-sdk, libfftw3-dev, libtool, libxml2-utils, libxml-parser-perl, libgsm1-dev, pkg-config, build-essential, fakeroot
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [609 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [721 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [753 B]
Fetched 2083 B in 0s (185 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev build-essential chrpath cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper dh-autoreconf
  dh-strip-nondeterminism dwz fakeroot g++ g++-14 g++-14-aarch64-linux-gnu
  g++-aarch64-linux-gnu gcc gcc-14 gcc-14-aarch64-linux-gnu
  gcc-aarch64-linux-gnu ladspa-sdk libasan8 libc-dev-bin libc6-dev libcc1-0
  libcrypt-dev libdebhelper-perl libelf1t64 libexpat1 libfakeroot libfftw3-bin
  libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-single3
  libfile-stripnondeterminism-perl libflac12t64 libgcc-14-dev libgsm1
  libgsm1-dev libhwasan0 libisl23 libitm1 liblsan0 libmp3lame0 libmpc3
  libmpfr6 libmpg123-0t64 libogg0 libopus0 libpkgconf3 libsndfile1
  libstdc++-14-dev libtool libtsan2 libubsan1 libvorbis0a libvorbisenc2
  libxml-parser-perl libxml2-utils linux-libc-dev m4 pkg-config pkgconf
  pkgconf-bin po-debconf rpcsvc-proto
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc cpp-doc gcc-14-locales
  cpp-14-doc dh-make gcc-14-doc gcc-multilib manpages-dev flex bison gdb
  gcc-doc gdb-aarch64-linux-gnu libc-devtools glibc-doc libfftw3-doc
  opus-tools libstdc++-14-doc libtool-doc gfortran | fortran95-compiler
  gcj-jdk m4-doc libmail-box-perl
Recommended packages:
  manpages manpages-dev libarchive-cpio-perl libltdl-dev libmail-sendmail-perl
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev build-essential chrpath cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper dh-autoreconf
  dh-strip-nondeterminism dwz fakeroot g++ g++-14 g++-14-aarch64-linux-gnu
  g++-aarch64-linux-gnu gcc gcc-14 gcc-14-aarch64-linux-gnu
  gcc-aarch64-linux-gnu ladspa-sdk libasan8 libc-dev-bin libc6-dev libcc1-0
  libcrypt-dev libdebhelper-perl libelf1t64 libexpat1 libfakeroot libfftw3-bin
  libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-single3
  libfile-stripnondeterminism-perl libflac12t64 libgcc-14-dev libgsm1
  libgsm1-dev libhwasan0 libisl23 libitm1 liblsan0 libmp3lame0 libmpc3
  libmpfr6 libmpg123-0t64 libogg0 libopus0 libpkgconf3 libsndfile1
  libstdc++-14-dev libtool libtsan2 libubsan1 libvorbis0a libvorbisenc2
  libxml-parser-perl libxml2-utils linux-libc-dev m4 pkg-config pkgconf
  pkgconf-bin po-debconf rpcsvc-proto sbuild-build-depends-main-dummy
0 upgraded, 71 newly installed, 0 to remove and 0 not upgraded.
Need to get 68.1 MB of archives.
After this operation, 261 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [948 B]
Get:2 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.9-1 [2459 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:17 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:18 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:19 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:28 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:30 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:31 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:33 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:35 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:36 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:37 http://deb.debian.org/debian sid/main arm64 chrpath arm64 0.18-1 [13.2 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:42 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:43 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:44 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:49 http://deb.debian.org/debian sid/main arm64 libogg0 arm64 1.3.5-3+b2 [23.6 kB]
Get:50 http://deb.debian.org/debian sid/main arm64 libflac12t64 arm64 1.4.3+ds-2.1+b1 [171 kB]
Get:51 http://deb.debian.org/debian sid/main arm64 libmp3lame0 arm64 3.100-6+b3 [355 kB]
Get:52 http://deb.debian.org/debian sid/main arm64 libmpg123-0t64 arm64 1.32.9-1 [143 kB]
Get:53 http://deb.debian.org/debian sid/main arm64 libopus0 arm64 1.5.2-2 [2813 kB]
Get:54 http://deb.debian.org/debian sid/main arm64 libvorbis0a arm64 1.3.7-2+b1 [84.5 kB]
Get:55 http://deb.debian.org/debian sid/main arm64 libvorbisenc2 arm64 1.3.7-2+b1 [76.3 kB]
Get:56 http://deb.debian.org/debian sid/main arm64 libsndfile1 arm64 1.2.2-1+b3 [185 kB]
Get:57 http://deb.debian.org/debian sid/main arm64 ladspa-sdk arm64 1.17-1+b2 [33.8 kB]
Get:58 http://deb.debian.org/debian sid/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:59 http://deb.debian.org/debian sid/main arm64 libfftw3-double3 arm64 3.3.10-2 [337 kB]
Get:60 http://deb.debian.org/debian sid/main arm64 libfftw3-long3 arm64 3.3.10-2 [546 kB]
Get:61 http://deb.debian.org/debian sid/main arm64 libfftw3-single3 arm64 3.3.10-2 [516 kB]
Get:62 http://deb.debian.org/debian sid/main arm64 libfftw3-bin arm64 3.3.10-2 [43.5 kB]
Get:63 http://deb.debian.org/debian sid/main arm64 libfftw3-dev arm64 3.3.10-2 [1275 kB]
Get:64 http://deb.debian.org/debian sid/main arm64 libgsm1 arm64 1.0.22-1+b2 [27.3 kB]
Get:65 http://deb.debian.org/debian sid/main arm64 libgsm1-dev arm64 1.0.22-1+b2 [33.3 kB]
Get:66 http://deb.debian.org/debian sid/main arm64 libpkgconf3 arm64 1.8.1-4 [35.3 kB]
Get:67 http://deb.debian.org/debian sid/main arm64 libxml-parser-perl arm64 2.47-1+b3 [197 kB]
Get:68 http://deb.debian.org/debian sid/main arm64 libxml2-utils arm64 2.12.7+dfsg+really2.9.14-0.2+b1 [97.7 kB]
Get:69 http://deb.debian.org/debian sid/main arm64 pkgconf-bin arm64 1.8.1-4 [29.6 kB]
Get:70 http://deb.debian.org/debian sid/main arm64 pkgconf arm64 1.8.1-4 [26.1 kB]
Get:71 http://deb.debian.org/debian sid/main arm64 pkg-config arm64 1.8.1-4 [14.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 68.1 MB in 1s (70.2 MB/s)
Selecting previously unselected package m4.
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../00-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../01-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../03-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../04-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../05-libc-dev-bin_2.40-3_arm64.deb ...
Unpacking libc-dev-bin (2.40-3) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../06-linux-libc-dev_6.11.9-1_all.deb ...
Unpacking linux-libc-dev (6.11.9-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../07-libcrypt-dev_1%3a4.4.36-5_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.36-5) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../08-rpcsvc-proto_1.4.3-1+b1_arm64.deb ...
Unpacking rpcsvc-proto (1.4.3-1+b1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../09-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../10-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../11-libmpfr6_4.2.1-1+b2_arm64.deb ...
Unpacking libmpfr6:arm64 (4.2.1-1+b2) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../12-libmpc3_1.3.1-1+b3_arm64.deb ...
Unpacking libmpc3:arm64 (1.3.1-1+b3) ...
Selecting previously unselected package cpp-14-aarch64-linux-gnu.
Preparing to unpack .../13-cpp-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../14-cpp-14_14.2.0-8_arm64.deb ...
Unpacking cpp-14 (14.2.0-8) ...
Selecting previously unselected package cpp-aarch64-linux-gnu.
Preparing to unpack .../15-cpp-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../16-cpp_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../17-libcc1-0_14.2.0-8_arm64.deb ...
Unpacking libcc1-0:arm64 (14.2.0-8) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../18-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../19-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../20-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../21-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../22-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../23-libhwasan0_14.2.0-8_arm64.deb ...
Unpacking libhwasan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libgcc-14-dev:arm64.
Preparing to unpack .../24-libgcc-14-dev_14.2.0-8_arm64.deb ...
Unpacking libgcc-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package gcc-14-aarch64-linux-gnu.
Preparing to unpack .../25-gcc-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../26-gcc-14_14.2.0-8_arm64.deb ...
Unpacking gcc-14 (14.2.0-8) ...
Selecting previously unselected package gcc-aarch64-linux-gnu.
Preparing to unpack .../27-gcc-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../28-gcc_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package libstdc++-14-dev:arm64.
Preparing to unpack .../29-libstdc++-14-dev_14.2.0-8_arm64.deb ...
Unpacking libstdc++-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package g++-14-aarch64-linux-gnu.
Preparing to unpack .../30-g++-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking g++-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package g++-14.
Preparing to unpack .../31-g++-14_14.2.0-8_arm64.deb ...
Unpacking g++-14 (14.2.0-8) ...
Selecting previously unselected package g++-aarch64-linux-gnu.
Preparing to unpack .../32-g++-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking g++-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package g++.
Preparing to unpack .../33-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../34-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package chrpath.
Preparing to unpack .../35-chrpath_0.18-1_arm64.deb ...
Unpacking chrpath (0.18-1) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../36-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../37-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../38-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../39-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../40-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:arm64.
Preparing to unpack .../41-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../42-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../43-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../44-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../45-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../46-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package libogg0:arm64.
Preparing to unpack .../47-libogg0_1.3.5-3+b2_arm64.deb ...
Unpacking libogg0:arm64 (1.3.5-3+b2) ...
Selecting previously unselected package libflac12t64:arm64.
Preparing to unpack .../48-libflac12t64_1.4.3+ds-2.1+b1_arm64.deb ...
Unpacking libflac12t64:arm64 (1.4.3+ds-2.1+b1) ...
Selecting previously unselected package libmp3lame0:arm64.
Preparing to unpack .../49-libmp3lame0_3.100-6+b3_arm64.deb ...
Unpacking libmp3lame0:arm64 (3.100-6+b3) ...
Selecting previously unselected package libmpg123-0t64:arm64.
Preparing to unpack .../50-libmpg123-0t64_1.32.9-1_arm64.deb ...
Unpacking libmpg123-0t64:arm64 (1.32.9-1) ...
Selecting previously unselected package libopus0:arm64.
Preparing to unpack .../51-libopus0_1.5.2-2_arm64.deb ...
Unpacking libopus0:arm64 (1.5.2-2) ...
Selecting previously unselected package libvorbis0a:arm64.
Preparing to unpack .../52-libvorbis0a_1.3.7-2+b1_arm64.deb ...
Unpacking libvorbis0a:arm64 (1.3.7-2+b1) ...
Selecting previously unselected package libvorbisenc2:arm64.
Preparing to unpack .../53-libvorbisenc2_1.3.7-2+b1_arm64.deb ...
Unpacking libvorbisenc2:arm64 (1.3.7-2+b1) ...
Selecting previously unselected package libsndfile1:arm64.
Preparing to unpack .../54-libsndfile1_1.2.2-1+b3_arm64.deb ...
Unpacking libsndfile1:arm64 (1.2.2-1+b3) ...
Selecting previously unselected package ladspa-sdk.
Preparing to unpack .../55-ladspa-sdk_1.17-1+b2_arm64.deb ...
Unpacking ladspa-sdk (1.17-1+b2) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../56-libexpat1_2.6.4-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.4-1) ...
Selecting previously unselected package libfftw3-double3:arm64.
Preparing to unpack .../57-libfftw3-double3_3.3.10-2_arm64.deb ...
Unpacking libfftw3-double3:arm64 (3.3.10-2) ...
Selecting previously unselected package libfftw3-long3:arm64.
Preparing to unpack .../58-libfftw3-long3_3.3.10-2_arm64.deb ...
Unpacking libfftw3-long3:arm64 (3.3.10-2) ...
Selecting previously unselected package libfftw3-single3:arm64.
Preparing to unpack .../59-libfftw3-single3_3.3.10-2_arm64.deb ...
Unpacking libfftw3-single3:arm64 (3.3.10-2) ...
Selecting previously unselected package libfftw3-bin.
Preparing to unpack .../60-libfftw3-bin_3.3.10-2_arm64.deb ...
Unpacking libfftw3-bin (3.3.10-2) ...
Selecting previously unselected package libfftw3-dev:arm64.
Preparing to unpack .../61-libfftw3-dev_3.3.10-2_arm64.deb ...
Unpacking libfftw3-dev:arm64 (3.3.10-2) ...
Selecting previously unselected package libgsm1:arm64.
Preparing to unpack .../62-libgsm1_1.0.22-1+b2_arm64.deb ...
Unpacking libgsm1:arm64 (1.0.22-1+b2) ...
Selecting previously unselected package libgsm1-dev:arm64.
Preparing to unpack .../63-libgsm1-dev_1.0.22-1+b2_arm64.deb ...
Unpacking libgsm1-dev:arm64 (1.0.22-1+b2) ...
Selecting previously unselected package libpkgconf3:arm64.
Preparing to unpack .../64-libpkgconf3_1.8.1-4_arm64.deb ...
Unpacking libpkgconf3:arm64 (1.8.1-4) ...
Selecting previously unselected package libxml-parser-perl.
Preparing to unpack .../65-libxml-parser-perl_2.47-1+b3_arm64.deb ...
Unpacking libxml-parser-perl (2.47-1+b3) ...
Selecting previously unselected package libxml2-utils.
Preparing to unpack .../66-libxml2-utils_2.12.7+dfsg+really2.9.14-0.2+b1_arm64.deb ...
Unpacking libxml2-utils (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../67-pkgconf-bin_1.8.1-4_arm64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:arm64.
Preparing to unpack .../68-pkgconf_1.8.1-4_arm64.deb ...
Unpacking pkgconf:arm64 (1.8.1-4) ...
Selecting previously unselected package pkg-config:arm64.
Preparing to unpack .../69-pkg-config_1.8.1-4_arm64.deb ...
Unpacking pkg-config:arm64 (1.8.1-4) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../70-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libexpat1:arm64 (2.6.4-1) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up libxml-parser-perl (2.47-1+b3) ...
Setting up libfftw3-single3:arm64 (3.3.10-2) ...
Setting up libogg0:arm64 (1.3.5-3+b2) ...
Setting up libgsm1:arm64 (1.0.22-1+b2) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.20) ...
Setting up linux-libc-dev (6.11.9-1) ...
Setting up libfftw3-long3:arm64 (3.3.10-2) ...
Setting up m4 (1.4.19-4) ...
Setting up libmpg123-0t64:arm64 (1.32.9-1) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up autotools-dev (20220109.1) ...
Setting up libpkgconf3:arm64 (1.8.1-4) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up libopus0:arm64 (1.5.2-2) ...
Setting up libgsm1-dev:arm64 (1.0.22-1+b2) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up libvorbis0a:arm64 (1.3.7-2+b1) ...
Setting up autopoint (0.22.5-2) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up libfftw3-double3:arm64 (3.3.10-2) ...
Setting up autoconf (2.72-3) ...
Setting up libubsan1:arm64 (14.2.0-8) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up libflac12t64:arm64 (1.4.3+ds-2.1+b1) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up libxml2-utils (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up chrpath (0.18-1) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up libmp3lame0:arm64 (3.100-6+b3) ...
Setting up libitm1:arm64 (14.2.0-8) ...
Setting up libvorbisenc2:arm64 (1.3.7-2+b1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libfftw3-bin (3.3.10-2) ...
Setting up pkgconf:arm64 (1.8.1-4) ...
Setting up pkg-config:arm64 (1.8.1-4) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up libsndfile1:arm64 (1.2.2-1+b3) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up libfftw3-dev:arm64 (3.3.10-2) ...
Setting up ladspa-sdk (1.17-1+b2) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up gcc-14 (14.2.0-8) ...
Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14 (14.2.0-8) ...
Setting up libtool (2.4.7-8) ...
Setting up gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up g++ (4:14.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.12) ...
Setting up debhelper (13.20) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (arm64 included in any)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 6.1.0-27-cloud-arm64 #1 SMP Debian 6.1.115-1 (2024-11-01) arm64 (aarch64)
Toolchain package versions: binutils_2.43.1-5 dpkg-dev_1.22.12~1.gbp82cafd g++-14_14.2.0-8 gcc-14_14.2.0-8 libc6-dev_2.40-3 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 linux-libc-dev_6.11.9-1
Package versions: appstream_1.0.3-1+b1 apt_2.9.11 autoconf_2.72-3 automake_1:1.16.5-1.3 autopoint_0.22.5-2 autotools-dev_20220109.1 base-files_13.5 base-passwd_3.6.5 bash_5.2.32-1+b2 binutils_2.43.1-5 binutils-aarch64-linux-gnu_2.43.1-5 binutils-common_2.43.1-5 bsdextrautils_2.40.2-11 bsdutils_1:2.40.2-11 build-essential_12.12 bzip2_1.0.8-6 ca-certificates_20240203 chrpath_0.18-1 coreutils_9.5-1+b1 cpp_4:14.2.0-1 cpp-14_14.2.0-8 cpp-14-aarch64-linux-gnu_14.2.0-8 cpp-aarch64-linux-gnu_4:14.2.0-1 dash_0.5.12-9+b1 debconf_1.5.87 debhelper_13.20 debian-archive-keyring_2023.4 debianutils_5.21 dh-autoreconf_20 dh-strip-nondeterminism_1.14.0-1 diffstat_1.67-1 diffutils_1:3.10-1+b1 dpkg_1.22.12~1.gbp82cafd dpkg-dev_1.22.12~1.gbp82cafd dwz_0.15-1+b1 e2fsprogs_1.47.1-1+b1 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 g++_4:14.2.0-1 g++-14_14.2.0-8 g++-14-aarch64-linux-gnu_14.2.0-8 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-8 gcc-14-aarch64-linux-gnu_14.2.0-8 gcc-14-base_14.2.0-8 gcc-aarch64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 gpg_2.2.45-2 gpgconf_2.2.45-2 gpgv_2.2.45-2 grep_3.11-4+b1 groff-base_1.23.0-5 gzip_1.12-1.1+b1 hostname_3.25 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 iso-codes_4.17.0-1 ladspa-sdk_1.17-1+b2 libacl1_2.3.2-2+b1 libaliased-perl_0.34-3 libappstream5_1.0.3-1+b1 libapt-pkg-perl_0.1.40+b6 libapt-pkg6.0t64_2.9.11 libarchive-zip-perl_1.68-1 libasan8_14.2.0-8 libassuan9_3.0.1-2 libatomic1_14.2.0-8 libattr1_1:2.5.2-2 libaudit-common_1:4.0.2-2 libaudit1_1:4.0.2-2 libb-hooks-endofscope-perl_0.28-1 libb-hooks-op-check-perl_0.22-3+b2 libberkeleydb-perl_0.66-1 libbinutils_2.43.1-5 libblkid1_2.40.2-11 libbrotli1_1.1.0-2+b6 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libc-bin_2.40-3 libc-dev-bin_2.40-3 libc6_2.40-3 libc6-dev_2.40-3 libcap-ng0_0.8.5-3+b1 libcap2_1:2.66-5+b1 libcapture-tiny-perl_0.48-2 libcc1-0_14.2.0-8 libcgi-pm-perl_4.66-1 libclass-data-inheritable-perl_0.10-1 libclass-inspector-perl_1.36-3 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b4 libclone-perl_0.47-1+b1 libcom-err2_1.47.1-1+b1 libconfig-tiny-perl_2.30-1 libconst-fast-perl_0.014-2 libcpanel-json-xs-perl_4.38-1+b1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.1-5 libctf0_2.43.1-5 libcurl3t64-gnutls_8.11.0-1 libdata-dpath-perl_0.60-1 libdata-messagepack-perl_1.02-1+b4 libdata-optlist-perl_0.114-1 libdata-validate-domain-perl_0.15-1 libdata-validate-ip-perl_0.31-1 libdata-validate-uri-perl_0.07-3 libdb5.3t64_5.3.28+dfsg2-9 libdebconfclient0_0.273 libdebhelper-perl_13.20 libdevel-callchecker-perl_0.009-1+b1 libdevel-size-perl_0.84-1+b1 libdevel-stacktrace-perl_2.0500-1 libdpkg-perl_1.22.12~1.gbp82cafd libdynaloader-functions-perl_0.004-1 libelf1t64_0.192-4 libemail-address-xs-perl_1.05-1+b4 libencode-locale-perl_1.05-3 libexception-class-perl_1.45-1 libexpat1_2.6.4-1 libext2fs2t64_1.47.1-1+b1 libfakeroot_1.36-1 libffi8_3.4.6-1 libfftw3-bin_3.3.10-2 libfftw3-dev_3.3.10-2 libfftw3-double3_3.3.10-2 libfftw3-long3_3.3.10-2 libfftw3-single3_3.3.10-2 libfile-basedir-perl_0.09-2 libfile-find-rule-perl_0.34-3 libfile-listing-perl_6.16-1 libfile-sharedir-perl_1.118-3 libfile-stripnondeterminism-perl_1.14.0-1 libflac12t64_1.4.3+ds-2.1+b1 libfont-ttf-perl_1.06-2 libgcc-14-dev_14.2.0-8 libgcc-s1_14.2.0-8 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libglib2.0-0t64_2.82.2-3 libgmp10_2:6.3.0+dfsg-2+b2 libgnutls30t64_3.8.8-2 libgomp1_14.2.0-8 libgpg-error0_1.50-4 libgprofng0_2.43.1-5 libgsm1_1.0.22-1+b2 libgsm1-dev_1.0.22-1+b2 libgssapi-krb5-2_1.21.3-3 libhogweed6t64_3.10-1+b1 libhtml-form-perl_6.12-1 libhtml-html5-entities-perl_0.004-3 libhtml-parser-perl_3.83-1+b1 libhtml-tagset-perl_3.24-1 libhtml-tokeparser-simple-perl_3.16-4 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.11-1 libhttp-date-perl_6.06-1 libhttp-message-perl_7.00-2 libhttp-negotiate-perl_6.01-2 libhwasan0_14.2.0-8 libicu72_72.1-5+b1 libidn2-0_2.3.7-2+b1 libimport-into-perl_1.002005-2 libio-html-perl_1.004-3 libio-interactive-perl_1.025-1 libio-socket-ssl-perl_2.089-1 libio-string-perl_1.08-4 libipc-run3-perl_0.049-1 libipc-system-simple-perl_1.30-2 libisl23_0.27-1 libiterator-perl_0.03+ds1-2 libiterator-util-perl_0.02+ds1-2 libitm1_14.2.0-8 libjansson4_2.14-2+b3 libjson-maybexs-perl_1.004008-1 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-4 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 libldap-2.5-0_2.5.18+dfsg-3+b1 liblist-compare-perl_0.55-2 liblist-someutils-perl_0.59-1 liblist-utilsby-perl_0.12-2 liblsan0_14.2.0-8 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.14-1 liblz1_1.15~pre2-1 liblz4-1_1.9.4-3+b1 liblzma5_5.6.3-1+b1 liblzo2-2_2.10-3+b1 libmagic-mgc_1:5.45-3+b1 libmagic1t64_1:5.45-3+b1 libmarkdown2_2.2.7-2.1 libmd0_1.1.0-2+b1 libmldbm-perl_2.05-4 libmodule-implementation-perl_0.09-2 libmodule-runtime-perl_0.016-2 libmoo-perl_2.005005-1 libmoox-aliases-perl_0.001006-2 libmount1_2.40.2-11 libmouse-perl_2.5.11-1+b1 libmp3lame0_3.100-6+b3 libmpc3_1.3.1-1+b3 libmpfr6_4.2.1-1+b2 libmpg123-0t64_1.32.9-1 libnamespace-clean-perl_0.27-2 libnet-domain-tld-perl_1.75-4 libnet-http-perl_6.23-1 libnet-ipv6addr-perl_1.02-1 libnet-netmask-perl_2.0002-2 libnet-ssleay-perl_1.94-2 libnetaddr-ip-perl_4.079+dfsg-2+b4 libnettle8t64_3.10-1+b1 libnghttp2-14_1.64.0-1 libnghttp3-9_1.4.0-1+b1 libngtcp2-16_1.6.0-1 libngtcp2-crypto-gnutls8_1.6.0-1 libnumber-compare-perl_0.03-3 libogg0_1.3.5-3+b2 libopus0_1.5.2-2 libp11-kit0_0.25.5-2+b1 libpackage-stash-perl_0.40-1 libpam-modules_1.5.3-7+b1 libpam-modules-bin_1.5.3-7+b1 libpam-runtime_1.5.3-7 libpam0g_1.5.3-7+b1 libparams-classify-perl_0.015-2+b4 libparams-util-perl_1.102-3+b1 libpath-tiny-perl_0.146-1 libpcre2-8-0_10.44-4 libperl5.40_5.40.0-7 libperlio-gzip-perl_0.20-1+b4 libperlio-utf8-strict-perl_0.010-1+b3 libpipeline1_1.5.8-1 libpkgconf3_1.8.1-4 libproc-processtable-perl_0.636-1+b3 libpsl5t64_0.21.2-1.1+b1 libreadline8t64_8.2-5 libregexp-wildcards-perl_1.05-3 librole-tiny-perl_2.002004-1 librtmp1_2.4+20151223.gitfa8646d.1-2+b5 libsasl2-2_2.1.28+dfsg1-8 libsasl2-modules-db_2.1.28+dfsg1-8 libseccomp2_2.5.5-1+b3 libselinux1_3.7-3+b1 libsemanage-common_3.7-2 libsemanage2_3.7-2+b1 libsepol2_3.7-1 libsereal-decoder-perl_5.004+ds-1+b3 libsereal-encoder-perl_5.004+ds-1+b3 libsframe1_2.43.1-5 libsmartcols1_2.40.2-11 libsndfile1_1.2.2-1+b3 libsort-versions-perl_1.62-3 libsqlite3-0_3.46.1-1 libss2_1.47.1-1+b1 libssh2-1t64_1.11.1-1 libssl3t64_3.3.2-2 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 libstemmer0d_2.2.0-4+b2 libstrictures-perl_2.000006-1 libsub-exporter-perl_0.990-1 libsub-exporter-progressive-perl_0.001013-3 libsub-identify-perl_0.14-3+b3 libsub-install-perl_0.929-1 libsub-name-perl_0.27-1+b3 libsub-quote-perl_2.006008-1 libsyntax-keyword-try-perl_0.30-1+b1 libsystemd0_257~rc2-3 libtasn1-6_4.19.0-3+b3 libterm-readkey-perl_2.38-2+b4 libtext-glob-perl_0.11-3 libtext-levenshteinxs-perl_0.03-5+b4 libtext-markdown-discount-perl_0.16-1+b3 libtext-xslate-perl_3.5.9-2+b1 libtime-duration-perl_1.21-2 libtime-moment-perl_0.44-2+b4 libtimedate-perl_2.3300-2 libtinfo6_6.5-2+b1 libtool_2.4.7-8 libtry-tiny-perl_0.32-1 libtsan2_14.2.0-8 libubsan1_14.2.0-8 libuchardet0_0.0.8-1+b2 libudev1_257~rc2-3 libunicode-utf8-perl_0.62-2+b3 libunistring5_1.2-1+b1 liburi-perl_5.30-1 libuuid1_2.40.2-11 libvariable-magic-perl_0.64-1+b1 libvorbis0a_1.3.7-2+b1 libvorbisenc2_1.3.7-2+b1 libwww-mechanize-perl_2.19-1 libwww-perl_6.77-1 libwww-robotrules-perl_6.02-1 libxml-libxml-perl_2.0207+dfsg+really+2.0134-5+b1 libxml-namespacesupport-perl_1.12-2 libxml-parser-perl_2.47-1+b3 libxml-sax-base-perl_1.09-3 libxml-sax-perl_1.02+dfsg-3 libxml2_2.12.7+dfsg+really2.9.14-0.2+b1 libxml2-utils_2.12.7+dfsg+really2.9.14-0.2+b1 libxmlb2_0.3.21-1 libxs-parse-keyword-perl_0.46-1+b1 libxxhash0_0.8.2-2+b2 libyaml-0-2_0.2.5-1+b2 libyaml-libyaml-perl_0.902.0+ds-2+b1 libzstd1_1.5.6+dfsg-1+b1 lintian_2.120.0 linux-libc-dev_6.11.9-1 login_1:4.16.0-2+really2.40.2-11 login.defs_1:4.16.0-5 logsave_1.47.1-1+b1 lzop_1.04-2+b1 m4_1.4.19-4 make_4.3-4.1+b1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 mount_2.40.2-11 ncurses-base_6.5-2 ncurses-bin_6.5-2+b1 netbase_6.4 openssl_3.3.2-2 openssl-provider-legacy_3.3.2-2 passwd_1:4.16.0-5 patch_2.7.6-7+b1 patchutils_0.4.2-1+b1 perl_5.40.0-7 perl-base_5.40.0-7 perl-modules-5.40_5.40.0-7 perl-openssl-defaults_7+b2 pkg-config_1.8.1-4 pkgconf_1.8.1-4 pkgconf-bin_1.8.1-4 plzip_1.11-2 po-debconf_1.0.21+nmu1 readline-common_8.2-5 rpcsvc-proto_1.4.3-1+b1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-2+b1 sensible-utils_0.0.24 shared-mime-info_2.4-5+b1 sysvinit-utils_3.11-1 t1utils_1.41-4+b1 tar_1.35+dfsg-3+b1 tzdata_2024b-3 ucf_3.0043+nmu1 unzip_6.0-28+b1 util-linux_2.40.2-11 xz-utils_5.6.3-1+b1 zlib1g_1:1.3.dfsg+really1.3.1-1+b1

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: swh-plugins
Binary: swh-plugins
Architecture: any
Version: 0.4.17-3
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:  Alessio Treglia <alessio@debian.org>, Jaromír Mikeš <mira.mikes@seznam.cz>
Homepage: http://plugin.org.uk/
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/multimedia-team/swh-plugins
Vcs-Git: https://salsa.debian.org/multimedia-team/swh-plugins.git
Build-Depends: chrpath, debhelper-compat (= 12), ladspa-sdk, libfftw3-dev, libtool, libxml2-utils, libxml-parser-perl, libgsm1-dev, pkg-config
Package-List:
 swh-plugins deb sound optional arch=any
Checksums-Sha1:
 79c298b464eca46ae2f74f9244f5c78c98b45464 447344 swh-plugins_0.4.17.orig.tar.gz
 92b51625b9a7874310cdc9e39fea8fdb49820785 25620 swh-plugins_0.4.17-3.debian.tar.xz
Checksums-Sha256:
 bac6ca70cce3cadaae152015b56c651b5f758c3df5f0fba1d492874ff9c6aa34 447344 swh-plugins_0.4.17.orig.tar.gz
 eb7b65e66684b9b370af9cdda3d3fdec337c82c372b8d68e4d99b8f03d299113 25620 swh-plugins_0.4.17-3.debian.tar.xz
Files:
 910187ff84b4c1f175271e0e5a3a13b3 447344 swh-plugins_0.4.17.orig.tar.gz
 d9fa5b7b7b7ef1a69a7c6dc2338fc71a 25620 swh-plugins_0.4.17-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmUIWo0QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFIk0C/9H67ha8bLnY5mGedBRcYjH8RkTw4rq9QFO
SRJSYModBTB/UHpKnUFHPHhZDjgGdprxCCUd7CaKjMK6teL3xLKi6IAGQFsAX1eF
+m2bsb4LjJRcNvZ0XJE5vj3NCEaG9AA8KVgNjeTADF97qmBGn1hZ4WM95v4OSWpZ
eslAOdMyZUJFTSyZJCTbeW1szqtkwNvpKzI9Ve9EbNz8O13E0oukq4M9JqHHlnvq
zs+k+4SaFprqnyJW0UJf0cz5mV9L/NOrxJw17arsScgm2eVmn+SEohUTl6avdG6U
AMjEqL8XrMNYovsXDS5Qi7d80qyd4yNDBbmZsWXXJBcRBuuvJgwZxZOYaO4GaLKL
L+WT4RdXd0xGu4tOX53SAZ6VHg765NCjiLhuSDfpVhCyJmM6AmzQNSwrAk0tHZ8S
HBX12MU0nx8w3BWUheWffJ2xHvjEpHdwhauDKEfdqzIkOzDRhxoPOqcFb35e1+Ry
nZ3YB5JbdCuYkRg6RGcXn5B3G0tdYfY=
=/Ryo
-----END PGP SIGNATURE-----

gpgv: Signature made Mon Sep 18 14:11:25 2023 UTC
gpgv:                using RSA key 406220C8B8552802378CCE411F5C7A8B45564314
gpgv:                issuer "bage@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./swh-plugins_0.4.17-3.dsc: no acceptable signature found
dpkg-source: info: extracting swh-plugins in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking swh-plugins_0.4.17.orig.tar.gz
dpkg-source: info: unpacking swh-plugins_0.4.17-3.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 08-gsm_plugin.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=debusine-worker
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=debusine-worker

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package swh-plugins
dpkg-buildpackage: info: source version 0.4.17-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Bastian Germann <bage@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f conftest conftest.c
rm -f po/stamp-po
dh_auto_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
Copying file config.rpath
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:3: warning: The macro 'AC_CANONICAL_SYSTEM' is obsolete.
configure.ac:3: You should run autoupdate.
./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
configure.ac:3: the top level
configure.ac:8: warning: The macro 'AM_DISABLE_STATIC' is obsolete.
configure.ac:8: You should run autoupdate.
m4/ltoptions.m4:260: AM_DISABLE_STATIC is expanded from...
configure.ac:8: the top level
configure.ac:49: warning: The macro 'AC_LIBTOOL_DLOPEN' is obsolete.
configure.ac:49: You should run autoupdate.
m4/ltoptions.m4:113: AC_LIBTOOL_DLOPEN is expanded from...
configure.ac:49: the top level
configure.ac:49: warning: AC_LIBTOOL_DLOPEN: Remove this warning and the call to _LT_SET_OPTION when you
configure.ac:49: put the 'dlopen' option into LT_INIT's first parameter.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
m4/ltoptions.m4:113: AC_LIBTOOL_DLOPEN is expanded from...
configure.ac:49: the top level
configure.ac:50: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:50: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:50: the top level
configure.ac:52: warning: The macro 'AC_LANG_C' is obsolete.
configure.ac:52: You should run autoupdate.
./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
configure.ac:52: the top level
configure.ac:92: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.ac:92: You should run autoupdate.
./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
configure.ac:22: AC_C99_FUNC_LRINTF is expanded from...
configure.ac:92: the top level
configure.ac:115: warning: The macro 'AC_PROG_LD' is obsolete.
configure.ac:115: You should run autoupdate.
m4/libtool.m4:3361: AC_PROG_LD is expanded from...
configure.ac:115: the top level
configure.ac:116: warning: The macro 'AM_PROG_LIBTOOL' is obsolete.
configure.ac:116: You should run autoupdate.
m4/libtool.m4:101: AM_PROG_LIBTOOL is expanded from...
configure.ac:116: the top level
configure.ac:143: warning: AC_OUTPUT should be used without arguments.
configure.ac:143: You should run autoupdate.
autoheader: warning: WARNING: Using auxiliary files such as 'acconfig.h', 'config.h.bot'
autoheader: WARNING: and 'config.h.top', to define templates for 'config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of 'AC_DEFINE_UNQUOTED' and
autoheader: WARNING: 'AC_DEFINE' allows one to define a template without
autoheader: WARNING: 'acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function 'main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
configure.ac:50: installing './compile'
configure.ac:3: installing './config.guess'
configure.ac:3: installing './config.sub'
configure.ac:6: installing './missing'
Makefile.am:94: warning: '%'-style pattern rules are a GNU make extension
Makefile.am: installing './depcomp'
metadata/Makefile.am:6: warning: sort $^: non-POSIX variable name
metadata/Makefile.am:6: (probably a GNU make extension)
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- --enable-shared \
	--disable-rpath 
	./configure --build=aarch64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/aarch64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --enable-shared --disable-rpath
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking target system type... aarch64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for egrep -e... (cached) /usr/bin/grep -E
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking whether byte ordering is bigendian... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for fftw3f >= 3.0... yes
Using FFTW 3
checking for sqrt in -lm... yes
checking for log10f in -lm... yes
checking for shm_open... yes
checking for lrintf... yes
configure: WARNING: Can't find architecture specifaction in CFLAGS
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating util/Makefile
config.status: creating gverb/Makefile
config.status: creating metadata/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
	make -j8
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in po
make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
test ! -f ./swh-plugins.pot || \
  test -z "en_GB.gmo" || make en_GB.gmo
make[4]: Entering directory '/<<PKGBUILDDIR>>/po'
rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics --verbose -o en_GB.gmo en_GB.po
en_GB.po:7: warning: header field 'Language' missing in header
en_GB.po: 0 translated messages, 401 untranslated messages.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/po'
touch stamp-po
make[3]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making all in util
make[3]: Entering directory '/<<PKGBUILDDIR>>/util'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o rms.o rms.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o db.o db.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -I.. -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o libblo_a-blo.o `test -f 'blo.c' || echo './'`blo.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o libpitchscale_a-pitchscale.o `test -f 'pitchscale.c' || echo './'`pitchscale.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o libiir_a-iir.o `test -f 'iir.c' || echo './'`iir.c
blo.c: In function ‘blo_h_tables_new’:
blo.c:122:17: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  122 |                 ftruncate(shm_fd, all_tables_size);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f librms.a
ar cru librms.a rms.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib librms.a
rm -f libdb.a
ar cru libdb.a db.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdb.a
rm -f libiir.a
ar cru libiir.a libiir_a-iir.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libiir.a
rm -f libblo.a
ar cru libblo.a libblo_a-blo.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libblo.a
rm -f libpitchscale.a
ar cru libpitchscale.a libpitchscale_a-pitchscale.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libpitchscale.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util'
Making all in gverb
make[3]: Entering directory '/<<PKGBUILDDIR>>/gverb'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o gverb.o gverb.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o gverbdsp.o gverbdsp.c
rm -f libgverb.a
ar cru libgverb.a gverb.o gverbdsp.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libgverb.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/gverb'
Making all in metadata
make[3]: Entering directory '/<<PKGBUILDDIR>>/metadata'
./lxml2rdf.pl ../alias_1407.xml ../allpass_1895.xml ../am_pitchshift_1433.xml ../amp_1181.xml ../analogue_osc_1416.xml ../bandpass_a_iir_1893.xml ../bandpass_iir_1892.xml ../bode_shifter_1431.xml ../bode_shifter_cv_1432.xml ../butterworth_1902.xml ../chebstortion_1430.xml ../comb_1190.xml ../comb_1887.xml ../comb_splitter_1411.xml ../const_1909.xml ../crossover_dist_1404.xml ../dc_remove_1207.xml ../debug_1184.xml ../decay_1886.xml ../decimator_1202.xml ../declip_1195.xml ../delay_1898.xml ../delayorama_1402.xml ../diode_1185.xml ../divider_1186.xml ../dj_eq_1901.xml ../dj_flanger_1438.xml ../dyson_compress_1403.xml ../fad_delay_1192.xml ../fast_lookahead_limiter_1913.xml ../flanger_1191.xml ../fm_osc_1415.xml ../foldover_1213.xml ../foverdrive_1196.xml ../freq_tracker_1418.xml ../gate_1410.xml ../gate_1921.xml ../giant_flange_1437.xml ../gong_1424.xml ../gong_beater_1439.xml ../gsm_1215.xml ../gverb_1216.xml ../hard_limiter_1413.xml ../harmonic_gen_1220.xml ../hermes_filter_1200.xml ../highpass_iir_1890.xml ../hilbert_1440.xml ../imp_1199.xml ../impulse_1885.xml ../inv_1429.xml ../karaoke_1409.xml ../latency_1914.xml ../lcr_delay_1436.xml ../lookahead_limiter_1435.xml ../lookahead_limiter_const_1906.xml ../lowpass_iir_1891.xml ../ls_filter_1908.xml ../matrix_ms_st_1421.xml ../matrix_spatialiser_1422.xml ../matrix_st_ms_1420.xml ../mbeq_1197.xml ../mod_delay_1419.xml ../multivoice_chorus_1201.xml ../notch_iir_1894.xml ../phasers_1217.xml ../pitch_scale_1193.xml ../pitch_scale_1194.xml ../plate_1423.xml ../pointer_cast_1910.xml ../rate_shifter_1417.xml ../retro_flange_1208.xml ../revdelay_1605.xml ../ringmod_1188.xml ../satan_maximiser_1408.xml ../sc1_1425.xml ../sc2_1426.xml ../sc3_1427.xml ../sc4_1882.xml ../sc4m_1916.xml ../se4_1883.xml ../shaper_1187.xml ../sifter_1210.xml ../sin_cos_1881.xml ../single_para_1203.xml ../sinus_wavewrapper_1198.xml ../smooth_decimate_1414.xml ../split_1406.xml ../step_muxer_1212.xml ../surround_encoder_1401.xml ../svf_1214.xml ../tape_delay_1211.xml ../transient_1206.xml ../triple_para_1204.xml ../valve_1209.xml ../valve_rect_1405.xml ../vocoder_1337.xml ../vynil_1905.xml ../wave_terrain_1412.xml ../xfade_1915.xml ../zm1_1428.xml > swh-plugins.rdf
length() used on %defaults (did you mean "scalar(keys %defaults)"?) at ./lxml2rdf.pl line 64.
xmllint -noout swh-plugins.rdf
make[3]: Leaving directory '/<<PKGBUILDDIR>>/metadata'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
! test -f "amp_1181.xml" || ./makestub.pl "amp_1181.xml" > "amp_1181.c"
! test -f "diode_1185.xml" || ./makestub.pl "diode_1185.xml" > "diode_1185.c"
! test -f "divider_1186.xml" || ./makestub.pl "divider_1186.xml" > "divider_1186.c"
! test -f "shaper_1187.xml" || ./makestub.pl "shaper_1187.xml" > "shaper_1187.c"
! test -f "ringmod_1188.xml" || ./makestub.pl "ringmod_1188.xml" > "ringmod_1188.c"
! test -f "comb_1190.xml" || ./makestub.pl "comb_1190.xml" > "comb_1190.c"
! test -f "declip_1195.xml" || ./makestub.pl "declip_1195.xml" > "declip_1195.c"
! test -f "foverdrive_1196.xml" || ./makestub.pl "foverdrive_1196.xml" > "foverdrive_1196.c"
! test -f "sinus_wavewrapper_1198.xml" || ./makestub.pl "sinus_wavewrapper_1198.xml" > "sinus_wavewrapper_1198.c"
! test -f "hermes_filter_1200.xml" || ./makestub.pl "hermes_filter_1200.xml" > "hermes_filter_1200.c"
! test -f "multivoice_chorus_1201.xml" || ./makestub.pl "multivoice_chorus_1201.xml" > "multivoice_chorus_1201.c"
! test -f "flanger_1191.xml" || ./makestub.pl "flanger_1191.xml" > "flanger_1191.c"
! test -f "decimator_1202.xml" || ./makestub.pl "decimator_1202.xml" > "decimator_1202.c"
! test -f "single_para_1203.xml" || ./makestub.pl "single_para_1203.xml" > "single_para_1203.c"
! test -f "triple_para_1204.xml" || ./makestub.pl "triple_para_1204.xml" > "triple_para_1204.c"
! test -f "transient_1206.xml" || ./makestub.pl "transient_1206.xml" > "transient_1206.c"
! test -f "fad_delay_1192.xml" || ./makestub.pl "fad_delay_1192.xml" > "fad_delay_1192.c"
! test -f "dc_remove_1207.xml" || ./makestub.pl "dc_remove_1207.xml" > "dc_remove_1207.c"
! test -f "retro_flange_1208.xml" || ./makestub.pl "retro_flange_1208.xml" > "retro_flange_1208.c"
! test -f "valve_1209.xml" || ./makestub.pl "valve_1209.xml" > "valve_1209.c"
! test -f "sifter_1210.xml" || ./makestub.pl "sifter_1210.xml" > "sifter_1210.c"
! test -f "tape_delay_1211.xml" || ./makestub.pl "tape_delay_1211.xml" > "tape_delay_1211.c"
! test -f "step_muxer_1212.xml" || ./makestub.pl "step_muxer_1212.xml" > "step_muxer_1212.c"
! test -f "foldover_1213.xml" || ./makestub.pl "foldover_1213.xml" > "foldover_1213.c"
! test -f "svf_1214.xml" || ./makestub.pl "svf_1214.xml" > "svf_1214.c"
! test -f "gsm_1215.xml" || ./makestub.pl "gsm_1215.xml" > "gsm_1215.c"
! test -f "gverb_1216.xml" || ./makestub.pl "gverb_1216.xml" > "gverb_1216.c"
! test -f "phasers_1217.xml" || ./makestub.pl "phasers_1217.xml" > "phasers_1217.c"
! test -f "harmonic_gen_1220.xml" || ./makestub.pl "harmonic_gen_1220.xml" > "harmonic_gen_1220.c"
! test -f "vocoder_1337.xml" || ./makestub.pl "vocoder_1337.xml" > "vocoder_1337.c"
! test -f "surround_encoder_1401.xml" || ./makestub.pl "surround_encoder_1401.xml" > "surround_encoder_1401.c"
! test -f "delayorama_1402.xml" || ./makestub.pl "delayorama_1402.xml" > "delayorama_1402.c"
! test -f "dyson_compress_1403.xml" || ./makestub.pl "dyson_compress_1403.xml" > "dyson_compress_1403.c"
! test -f "crossover_dist_1404.xml" || ./makestub.pl "crossover_dist_1404.xml" > "crossover_dist_1404.c"
! test -f "valve_rect_1405.xml" || ./makestub.pl "valve_rect_1405.xml" > "valve_rect_1405.c"
! test -f "split_1406.xml" || ./makestub.pl "split_1406.xml" > "split_1406.c"
! test -f "alias_1407.xml" || ./makestub.pl "alias_1407.xml" > "alias_1407.c"
! test -f "satan_maximiser_1408.xml" || ./makestub.pl "satan_maximiser_1408.xml" > "satan_maximiser_1408.c"
! test -f "karaoke_1409.xml" || ./makestub.pl "karaoke_1409.xml" > "karaoke_1409.c"
! test -f "gate_1410.xml" || ./makestub.pl "gate_1410.xml" > "gate_1410.c"
! test -f "comb_splitter_1411.xml" || ./makestub.pl "comb_splitter_1411.xml" > "comb_splitter_1411.c"
! test -f "wave_terrain_1412.xml" || ./makestub.pl "wave_terrain_1412.xml" > "wave_terrain_1412.c"
! test -f "hard_limiter_1413.xml" || ./makestub.pl "hard_limiter_1413.xml" > "hard_limiter_1413.c"
! test -f "smooth_decimate_1414.xml" || ./makestub.pl "smooth_decimate_1414.xml" > "smooth_decimate_1414.c"
! test -f "fm_osc_1415.xml" || ./makestub.pl "fm_osc_1415.xml" > "fm_osc_1415.c"
! test -f "analogue_osc_1416.xml" || ./makestub.pl "analogue_osc_1416.xml" > "analogue_osc_1416.c"
! test -f "rate_shifter_1417.xml" || ./makestub.pl "rate_shifter_1417.xml" > "rate_shifter_1417.c"
! test -f "freq_tracker_1418.xml" || ./makestub.pl "freq_tracker_1418.xml" > "freq_tracker_1418.c"
! test -f "mod_delay_1419.xml" || ./makestub.pl "mod_delay_1419.xml" > "mod_delay_1419.c"
! test -f "matrix_st_ms_1420.xml" || ./makestub.pl "matrix_st_ms_1420.xml" > "matrix_st_ms_1420.c"
! test -f "matrix_ms_st_1421.xml" || ./makestub.pl "matrix_ms_st_1421.xml" > "matrix_ms_st_1421.c"
! test -f "matrix_spatialiser_1422.xml" || ./makestub.pl "matrix_spatialiser_1422.xml" > "matrix_spatialiser_1422.c"
! test -f "plate_1423.xml" || ./makestub.pl "plate_1423.xml" > "plate_1423.c"
! test -f "gong_1424.xml" || ./makestub.pl "gong_1424.xml" > "gong_1424.c"
! test -f "sc1_1425.xml" || ./makestub.pl "sc1_1425.xml" > "sc1_1425.c"
! test -f "sc2_1426.xml" || ./makestub.pl "sc2_1426.xml" > "sc2_1426.c"
! test -f "sc3_1427.xml" || ./makestub.pl "sc3_1427.xml" > "sc3_1427.c"
! test -f "zm1_1428.xml" || ./makestub.pl "zm1_1428.xml" > "zm1_1428.c"
! test -f "inv_1429.xml" || ./makestub.pl "inv_1429.xml" > "inv_1429.c"
! test -f "chebstortion_1430.xml" || ./makestub.pl "chebstortion_1430.xml" > "chebstortion_1430.c"
! test -f "bode_shifter_1431.xml" || ./makestub.pl "bode_shifter_1431.xml" > "bode_shifter_1431.c"
! test -f "bode_shifter_cv_1432.xml" || ./makestub.pl "bode_shifter_cv_1432.xml" > "bode_shifter_cv_1432.c"
! test -f "am_pitchshift_1433.xml" || ./makestub.pl "am_pitchshift_1433.xml" > "am_pitchshift_1433.c"
! test -f "sc4_1882.xml" || ./makestub.pl "sc4_1882.xml" > "sc4_1882.c"
! test -f "lcr_delay_1436.xml" || ./makestub.pl "lcr_delay_1436.xml" > "lcr_delay_1436.c"
! test -f "giant_flange_1437.xml" || ./makestub.pl "giant_flange_1437.xml" > "giant_flange_1437.c"
! test -f "dj_flanger_1438.xml" || ./makestub.pl "dj_flanger_1438.xml" > "dj_flanger_1438.c"
! test -f "gong_beater_1439.xml" || ./makestub.pl "gong_beater_1439.xml" > "gong_beater_1439.c"
! test -f "hilbert_1440.xml" || ./makestub.pl "hilbert_1440.xml" > "hilbert_1440.c"
! test -f "sin_cos_1881.xml" || ./makestub.pl "sin_cos_1881.xml" > "sin_cos_1881.c"
! test -f "se4_1883.xml" || ./makestub.pl "se4_1883.xml" > "se4_1883.c"
! test -f "bandpass_a_iir_1893.xml" || ./makestub.pl "bandpass_a_iir_1893.xml" > "bandpass_a_iir_1893.c"
! test -f "bandpass_iir_1892.xml" || ./makestub.pl "bandpass_iir_1892.xml" > "bandpass_iir_1892.c"
! test -f "highpass_iir_1890.xml" || ./makestub.pl "highpass_iir_1890.xml" > "highpass_iir_1890.c"
! test -f "lowpass_iir_1891.xml" || ./makestub.pl "lowpass_iir_1891.xml" > "lowpass_iir_1891.c"
! test -f "notch_iir_1894.xml" || ./makestub.pl "notch_iir_1894.xml" > "notch_iir_1894.c"
! test -f "dj_eq_1901.xml" || ./makestub.pl "dj_eq_1901.xml" > "dj_eq_1901.c"
! test -f "butterworth_1902.xml" || ./makestub.pl "butterworth_1902.xml" > "butterworth_1902.c"
! test -f "allpass_1895.xml" || ./makestub.pl "allpass_1895.xml" > "allpass_1895.c"
! test -f "comb_1887.xml" || ./makestub.pl "comb_1887.xml" > "comb_1887.c"
! test -f "decay_1886.xml" || ./makestub.pl "decay_1886.xml" > "decay_1886.c"
! test -f "delay_1898.xml" || ./makestub.pl "delay_1898.xml" > "delay_1898.c"
! test -f "impulse_1885.xml" || ./makestub.pl "impulse_1885.xml" > "impulse_1885.c"
! test -f "vynil_1905.xml" || ./makestub.pl "vynil_1905.xml" > "vynil_1905.c"
! test -f "revdelay_1605.xml" || ./makestub.pl "revdelay_1605.xml" > "revdelay_1605.c"
! test -f "ls_filter_1908.xml" || ./makestub.pl "ls_filter_1908.xml" > "ls_filter_1908.c"
! test -f "const_1909.xml" || ./makestub.pl "const_1909.xml" > "const_1909.c"
! test -f "pointer_cast_1910.xml" || ./makestub.pl "pointer_cast_1910.xml" > "pointer_cast_1910.c"
! test -f "fast_lookahead_limiter_1913.xml" || ./makestub.pl "fast_lookahead_limiter_1913.xml" > "fast_lookahead_limiter_1913.c"
! test -f "latency_1914.xml" || ./makestub.pl "latency_1914.xml" > "latency_1914.c"
! test -f "xfade_1915.xml" || ./makestub.pl "xfade_1915.xml" > "xfade_1915.c"
! test -f "sc4m_1916.xml" || ./makestub.pl "sc4m_1916.xml" > "sc4m_1916.c"
! test -f "mbeq_1197.xml" || ./makestub.pl "mbeq_1197.xml" > "mbeq_1197.c"
! test -f "pitch_scale_1193.xml" || ./makestub.pl "pitch_scale_1193.xml" > "pitch_scale_1193.c"
! test -f "pitch_scale_1194.xml" || ./makestub.pl "pitch_scale_1194.xml" > "pitch_scale_1194.c"
! test -f "imp_1199.xml" || ./makestub.pl "imp_1199.xml" > "imp_1199.c"
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o amp_1181.lo amp_1181.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o diode_1185.lo diode_1185.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o divider_1186.lo divider_1186.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o shaper_1187.lo shaper_1187.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o ringmod_1188.lo ringmod_1188.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o comb_1190.lo comb_1190.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o declip_1195.lo declip_1195.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o foverdrive_1196.lo foverdrive_1196.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c amp_1181.c  -fPIC -DPIC -o .libs/amp_1181.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c diode_1185.c  -fPIC -DPIC -o .libs/diode_1185.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c divider_1186.c  -fPIC -DPIC -o .libs/divider_1186.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c shaper_1187.c  -fPIC -DPIC -o .libs/shaper_1187.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c comb_1190.c  -fPIC -DPIC -o .libs/comb_1190.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c ringmod_1188.c  -fPIC -DPIC -o .libs/ringmod_1188.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c declip_1195.c  -fPIC -DPIC -o .libs/declip_1195.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c foverdrive_1196.c  -fPIC -DPIC -o .libs/foverdrive_1196.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o sinus_wavewrapper_1198.lo sinus_wavewrapper_1198.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o hermes_filter_1200.lo hermes_filter_1200.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o multivoice_chorus_1201.lo multivoice_chorus_1201.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o flanger_1191.lo flanger_1191.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c sinus_wavewrapper_1198.c  -fPIC -DPIC -o .libs/sinus_wavewrapper_1198.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o decimator_1202.lo decimator_1202.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c hermes_filter_1200.c  -fPIC -DPIC -o .libs/hermes_filter_1200.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o single_para_1203.lo single_para_1203.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c multivoice_chorus_1201.c  -fPIC -DPIC -o .libs/multivoice_chorus_1201.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c flanger_1191.c  -fPIC -DPIC -o .libs/flanger_1191.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c decimator_1202.c  -fPIC -DPIC -o .libs/decimator_1202.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o triple_para_1204.lo triple_para_1204.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c single_para_1203.c  -fPIC -DPIC -o .libs/single_para_1203.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o transient_1206.lo transient_1206.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o fad_delay_1192.lo fad_delay_1192.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c triple_para_1204.c  -fPIC -DPIC -o .libs/triple_para_1204.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c fad_delay_1192.c  -fPIC -DPIC -o .libs/fad_delay_1192.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c transient_1206.c  -fPIC -DPIC -o .libs/transient_1206.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o dc_remove_1207.lo dc_remove_1207.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o retro_flange_1208.lo retro_flange_1208.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o valve_1209.lo valve_1209.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o sifter_1210.lo sifter_1210.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c dc_remove_1207.c  -fPIC -DPIC -o .libs/dc_remove_1207.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c retro_flange_1208.c  -fPIC -DPIC -o .libs/retro_flange_1208.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c valve_1209.c  -fPIC -DPIC -o .libs/valve_1209.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o tape_delay_1211.lo tape_delay_1211.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c sifter_1210.c  -fPIC -DPIC -o .libs/sifter_1210.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o step_muxer_1212.lo step_muxer_1212.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c tape_delay_1211.c  -fPIC -DPIC -o .libs/tape_delay_1211.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o foldover_1213.lo foldover_1213.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o svf_1214.lo svf_1214.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c step_muxer_1212.c  -fPIC -DPIC -o .libs/step_muxer_1212.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o gsm_1215.lo gsm_1215.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c foldover_1213.c  -fPIC -DPIC -o .libs/foldover_1213.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c svf_1214.c  -fPIC -DPIC -o .libs/svf_1214.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o gverb_1216.lo gverb_1216.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c gsm_1215.c  -fPIC -DPIC -o .libs/gsm_1215.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o phasers_1217.lo phasers_1217.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o harmonic_gen_1220.lo harmonic_gen_1220.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o vocoder_1337.lo vocoder_1337.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c gverb_1216.c  -fPIC -DPIC -o .libs/gverb_1216.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c harmonic_gen_1220.c  -fPIC -DPIC -o .libs/harmonic_gen_1220.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c phasers_1217.c  -fPIC -DPIC -o .libs/phasers_1217.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o surround_encoder_1401.lo surround_encoder_1401.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c vocoder_1337.c  -fPIC -DPIC -o .libs/vocoder_1337.o
vocoder_1337.xml: In function ‘instantiateVocoder’:
vocoder_1337.xml:81:29: warning: ‘bands_carrier’ is used uninitialized [-Wuninitialized]
   81 | 
      |                             ^              
vocoder_1337.xml:178:20: note: ‘bands_carrier’ declared here
  178 | 
      |                    ^            
vocoder_1337.xml:82:29: warning: ‘bands_formant’ is used uninitialized [-Wuninitialized]
   82 |     <callback event="activate"><![CDATA[
      |     ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~   
vocoder_1337.xml:179:27: note: ‘bands_formant’ declared here
  179 |           sample += x * plugin_data->bands_out.level[j];
      |                           ^~~~~~~~~~~~~
vocoder_1337.xml:83:25: warning: ‘bands_out’ is used uninitialized [-Wuninitialized]
   83 |       int i;
      |       ~~~~~~            ^          
vocoder_1337.xml:180:26: note: ‘bands_out’ declared here
  180 |         }
      |                          ^        
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o delayorama_1402.lo delayorama_1402.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c surround_encoder_1401.c  -fPIC -DPIC -o .libs/surround_encoder_1401.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o dyson_compress_1403.lo dyson_compress_1403.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c delayorama_1402.c  -fPIC -DPIC -o .libs/delayorama_1402.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o crossover_dist_1404.lo crossover_dist_1404.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c dyson_compress_1403.c  -fPIC -DPIC -o .libs/dyson_compress_1403.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o valve_rect_1405.lo valve_rect_1405.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o split_1406.lo split_1406.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o alias_1407.lo alias_1407.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c crossover_dist_1404.c  -fPIC -DPIC -o .libs/crossover_dist_1404.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c valve_rect_1405.c  -fPIC -DPIC -o .libs/valve_rect_1405.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c split_1406.c  -fPIC -DPIC -o .libs/split_1406.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c alias_1407.c  -fPIC -DPIC -o .libs/alias_1407.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o satan_maximiser_1408.lo satan_maximiser_1408.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o karaoke_1409.lo karaoke_1409.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o gate_1410.lo gate_1410.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o comb_splitter_1411.lo comb_splitter_1411.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c karaoke_1409.c  -fPIC -DPIC -o .libs/karaoke_1409.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c gate_1410.c  -fPIC -DPIC -o .libs/gate_1410.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c satan_maximiser_1408.c  -fPIC -DPIC -o .libs/satan_maximiser_1408.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o wave_terrain_1412.lo wave_terrain_1412.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c comb_splitter_1411.c  -fPIC -DPIC -o .libs/comb_splitter_1411.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c wave_terrain_1412.c  -fPIC -DPIC -o .libs/wave_terrain_1412.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o hard_limiter_1413.lo hard_limiter_1413.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o smooth_decimate_1414.lo smooth_decimate_1414.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c hard_limiter_1413.c  -fPIC -DPIC -o .libs/hard_limiter_1413.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o fm_osc_1415.lo fm_osc_1415.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o analogue_osc_1416.lo analogue_osc_1416.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o rate_shifter_1417.lo rate_shifter_1417.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c smooth_decimate_1414.c  -fPIC -DPIC -o .libs/smooth_decimate_1414.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c fm_osc_1415.c  -fPIC -DPIC -o .libs/fm_osc_1415.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c analogue_osc_1416.c  -fPIC -DPIC -o .libs/analogue_osc_1416.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o freq_tracker_1418.lo freq_tracker_1418.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c rate_shifter_1417.c  -fPIC -DPIC -o .libs/rate_shifter_1417.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o mod_delay_1419.lo mod_delay_1419.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c freq_tracker_1418.c  -fPIC -DPIC -o .libs/freq_tracker_1418.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o matrix_st_ms_1420.lo matrix_st_ms_1420.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o matrix_ms_st_1421.lo matrix_ms_st_1421.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o matrix_spatialiser_1422.lo matrix_spatialiser_1422.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c mod_delay_1419.c  -fPIC -DPIC -o .libs/mod_delay_1419.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c matrix_ms_st_1421.c  -fPIC -DPIC -o .libs/matrix_ms_st_1421.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c matrix_st_ms_1420.c  -fPIC -DPIC -o .libs/matrix_st_ms_1420.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o plate_1423.lo plate_1423.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o gong_1424.lo gong_1424.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o sc1_1425.lo sc1_1425.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c matrix_spatialiser_1422.c  -fPIC -DPIC -o .libs/matrix_spatialiser_1422.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o sc2_1426.lo sc2_1426.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c gong_1424.c  -fPIC -DPIC -o .libs/gong_1424.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c plate_1423.c  -fPIC -DPIC -o .libs/plate_1423.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o sc3_1427.lo sc3_1427.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c sc2_1426.c  -fPIC -DPIC -o .libs/sc2_1426.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c sc1_1425.c  -fPIC -DPIC -o .libs/sc1_1425.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o zm1_1428.lo zm1_1428.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o inv_1429.lo inv_1429.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c sc3_1427.c  -fPIC -DPIC -o .libs/sc3_1427.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c zm1_1428.c  -fPIC -DPIC -o .libs/zm1_1428.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o chebstortion_1430.lo chebstortion_1430.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c inv_1429.c  -fPIC -DPIC -o .libs/inv_1429.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c chebstortion_1430.c  -fPIC -DPIC -o .libs/chebstortion_1430.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o bode_shifter_1431.lo bode_shifter_1431.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o bode_shifter_cv_1432.lo bode_shifter_cv_1432.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c bode_shifter_1431.c  -fPIC -DPIC -o .libs/bode_shifter_1431.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o am_pitchshift_1433.lo am_pitchshift_1433.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o sc4_1882.lo sc4_1882.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c bode_shifter_cv_1432.c  -fPIC -DPIC -o .libs/bode_shifter_cv_1432.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c am_pitchshift_1433.c  -fPIC -DPIC -o .libs/am_pitchshift_1433.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o lcr_delay_1436.lo lcr_delay_1436.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c sc4_1882.c  -fPIC -DPIC -o .libs/sc4_1882.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o giant_flange_1437.lo giant_flange_1437.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c lcr_delay_1436.c  -fPIC -DPIC -o .libs/lcr_delay_1436.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o dj_flanger_1438.lo dj_flanger_1438.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c giant_flange_1437.c  -fPIC -DPIC -o .libs/giant_flange_1437.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o gong_beater_1439.lo gong_beater_1439.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c dj_flanger_1438.c  -fPIC -DPIC -o .libs/dj_flanger_1438.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o hilbert_1440.lo hilbert_1440.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c gong_beater_1439.c  -fPIC -DPIC -o .libs/gong_beater_1439.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o sin_cos_1881.lo sin_cos_1881.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o se4_1883.lo se4_1883.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c hilbert_1440.c  -fPIC -DPIC -o .libs/hilbert_1440.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c sin_cos_1881.c  -fPIC -DPIC -o .libs/sin_cos_1881.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c se4_1883.c  -fPIC -DPIC -o .libs/se4_1883.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o bandpass_a_iir_1893.lo bandpass_a_iir_1893.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o bandpass_iir_1892.lo bandpass_iir_1892.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o highpass_iir_1890.lo highpass_iir_1890.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o lowpass_iir_1891.lo lowpass_iir_1891.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o notch_iir_1894.lo notch_iir_1894.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c bandpass_iir_1892.c  -fPIC -DPIC -o .libs/bandpass_iir_1892.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o dj_eq_1901.lo dj_eq_1901.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c bandpass_a_iir_1893.c  -fPIC -DPIC -o .libs/bandpass_a_iir_1893.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o butterworth_1902.lo butterworth_1902.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c highpass_iir_1890.c  -fPIC -DPIC -o .libs/highpass_iir_1890.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c lowpass_iir_1891.c  -fPIC -DPIC -o .libs/lowpass_iir_1891.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c notch_iir_1894.c  -fPIC -DPIC -o .libs/notch_iir_1894.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c butterworth_1902.c  -fPIC -DPIC -o .libs/butterworth_1902.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c dj_eq_1901.c  -fPIC -DPIC -o .libs/dj_eq_1901.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o allpass_1895.lo allpass_1895.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o comb_1887.lo comb_1887.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c allpass_1895.c  -fPIC -DPIC -o .libs/allpass_1895.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o decay_1886.lo decay_1886.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o delay_1898.lo delay_1898.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o impulse_1885.lo impulse_1885.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c comb_1887.c  -fPIC -DPIC -o .libs/comb_1887.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c decay_1886.c  -fPIC -DPIC -o .libs/decay_1886.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c delay_1898.c  -fPIC -DPIC -o .libs/delay_1898.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c impulse_1885.c  -fPIC -DPIC -o .libs/impulse_1885.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o vynil_1905.lo vynil_1905.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o revdelay_1605.lo revdelay_1605.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c vynil_1905.c  -fPIC -DPIC -o .libs/vynil_1905.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o ls_filter_1908.lo ls_filter_1908.c
vynil_1905.xml: In function ‘instantiateVynil’:
vynil_1905.xml:78:34: warning: ‘click_buffer_omega’ is used uninitialized [-Wuninitialized]
   78 |       click_buffer_pos.all = 0;
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~  ^                   
vynil_1905.xml:237:9: note: ‘click_buffer_omega’ declared here
  237 | 
      |         ^                 
vynil_1905.xml:79:32: warning: ‘click_buffer_pos’ is used uninitialized [-Wuninitialized]
   79 |       click_buffer_omega.all = 0;
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~^~                
vynil_1905.xml:238:9: note: ‘click_buffer_pos’ declared here
  238 |     <instance-data label="click_buffer" type="LADSPA_Data *" />
      |         ^~~~~~~~~~~~~~~~
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o const_1909.lo const_1909.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c revdelay_1605.c  -fPIC -DPIC -o .libs/revdelay_1605.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c ls_filter_1908.c  -fPIC -DPIC -o .libs/ls_filter_1908.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c const_1909.c  -fPIC -DPIC -o .libs/const_1909.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o pointer_cast_1910.lo pointer_cast_1910.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c pointer_cast_1910.c  -fPIC -DPIC -o .libs/pointer_cast_1910.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o fast_lookahead_limiter_1913.lo fast_lookahead_limiter_1913.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o latency_1914.lo latency_1914.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o xfade_1915.lo xfade_1915.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o sc4m_1916.lo sc4m_1916.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c fast_lookahead_limiter_1913.c  -fPIC -DPIC -o .libs/fast_lookahead_limiter_1913.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c latency_1914.c  -fPIC -DPIC -o .libs/latency_1914.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c xfade_1915.c  -fPIC -DPIC -o .libs/xfade_1915.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o mbeq_1197_la-mbeq_1197.lo `test -f 'mbeq_1197.c' || echo './'`mbeq_1197.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c sc4m_1916.c  -fPIC -DPIC -o .libs/sc4m_1916.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o pitch_scale_1193_la-pitch_scale_1193.lo `test -f 'pitch_scale_1193.c' || echo './'`pitch_scale_1193.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c pitch_scale_1193.c  -fPIC -DPIC -o .libs/pitch_scale_1193_la-pitch_scale_1193.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c mbeq_1197.c  -fPIC -DPIC -o .libs/mbeq_1197_la-mbeq_1197.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o pitch_scale_1194_la-pitch_scale_1194.lo `test -f 'pitch_scale_1194.c' || echo './'`pitch_scale_1194.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -c -o imp_1199_la-imp_1199.lo `test -f 'imp_1199.c' || echo './'`imp_1199.c
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o amp_1181.la -rpath /usr/lib/aarch64-linux-gnu/ladspa amp_1181.lo  -lm -lm  -lm
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c imp_1199.c  -fPIC -DPIC -o .libs/imp_1199_la-imp_1199.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -c pitch_scale_1194.c  -fPIC -DPIC -o .libs/pitch_scale_1194_la-pitch_scale_1194.o
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o diode_1185.la -rpath /usr/lib/aarch64-linux-gnu/ladspa diode_1185.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o divider_1186.la -rpath /usr/lib/aarch64-linux-gnu/ladspa divider_1186.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o shaper_1187.la -rpath /usr/lib/aarch64-linux-gnu/ladspa shaper_1187.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/amp_1181.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,amp_1181.so -o .libs/amp_1181.so
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o ringmod_1188.la -rpath /usr/lib/aarch64-linux-gnu/ladspa ringmod_1188.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "amp_1181.la" && ln -s "../amp_1181.la" "amp_1181.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o comb_1190.la -rpath /usr/lib/aarch64-linux-gnu/ladspa comb_1190.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o declip_1195.la -rpath /usr/lib/aarch64-linux-gnu/ladspa declip_1195.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/divider_1186.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,divider_1186.so -o .libs/divider_1186.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/diode_1185.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,diode_1185.so -o .libs/diode_1185.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/shaper_1187.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,shaper_1187.so -o .libs/shaper_1187.so
libtool: link: ( cd ".libs" && rm -f "divider_1186.la" && ln -s "../divider_1186.la" "divider_1186.la" )
libtool: link: ( cd ".libs" && rm -f "diode_1185.la" && ln -s "../diode_1185.la" "diode_1185.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o foverdrive_1196.la -rpath /usr/lib/aarch64-linux-gnu/ladspa foverdrive_1196.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o sinus_wavewrapper_1198.la -rpath /usr/lib/aarch64-linux-gnu/ladspa sinus_wavewrapper_1198.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "shaper_1187.la" && ln -s "../shaper_1187.la" "shaper_1187.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o hermes_filter_1200.la -rpath /usr/lib/aarch64-linux-gnu/ladspa hermes_filter_1200.lo -Lutil -lblo -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/ringmod_1188.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,ringmod_1188.so -o .libs/ringmod_1188.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/declip_1195.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,declip_1195.so -o .libs/declip_1195.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/comb_1190.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,comb_1190.so -o .libs/comb_1190.so
libtool: link: ( cd ".libs" && rm -f "ringmod_1188.la" && ln -s "../ringmod_1188.la" "ringmod_1188.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o multivoice_chorus_1201.la -rpath /usr/lib/aarch64-linux-gnu/ladspa multivoice_chorus_1201.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "declip_1195.la" && ln -s "../declip_1195.la" "declip_1195.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o flanger_1191.la -rpath /usr/lib/aarch64-linux-gnu/ladspa flanger_1191.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "comb_1190.la" && ln -s "../comb_1190.la" "comb_1190.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o decimator_1202.la -rpath /usr/lib/aarch64-linux-gnu/ladspa decimator_1202.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sinus_wavewrapper_1198.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,sinus_wavewrapper_1198.so -o .libs/sinus_wavewrapper_1198.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/foverdrive_1196.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,foverdrive_1196.so -o .libs/foverdrive_1196.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/hermes_filter_1200.o   -Lutil -lblo -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,hermes_filter_1200.so -o .libs/hermes_filter_1200.so
libtool: link: ( cd ".libs" && rm -f "foverdrive_1196.la" && ln -s "../foverdrive_1196.la" "foverdrive_1196.la" )
libtool: link: ( cd ".libs" && rm -f "sinus_wavewrapper_1198.la" && ln -s "../sinus_wavewrapper_1198.la" "sinus_wavewrapper_1198.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o single_para_1203.la -rpath /usr/lib/aarch64-linux-gnu/ladspa single_para_1203.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o triple_para_1204.la -rpath /usr/lib/aarch64-linux-gnu/ladspa triple_para_1204.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "hermes_filter_1200.la" && ln -s "../hermes_filter_1200.la" "hermes_filter_1200.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o transient_1206.la -rpath /usr/lib/aarch64-linux-gnu/ladspa transient_1206.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o fad_delay_1192.la -rpath /usr/lib/aarch64-linux-gnu/ladspa fad_delay_1192.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/multivoice_chorus_1201.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,multivoice_chorus_1201.so -o .libs/multivoice_chorus_1201.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/flanger_1191.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,flanger_1191.so -o .libs/flanger_1191.so
libtool: link: ( cd ".libs" && rm -f "multivoice_chorus_1201.la" && ln -s "../multivoice_chorus_1201.la" "multivoice_chorus_1201.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/decimator_1202.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,decimator_1202.so -o .libs/decimator_1202.so
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o dc_remove_1207.la -rpath /usr/lib/aarch64-linux-gnu/ladspa dc_remove_1207.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "flanger_1191.la" && ln -s "../flanger_1191.la" "flanger_1191.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o retro_flange_1208.la -rpath /usr/lib/aarch64-linux-gnu/ladspa retro_flange_1208.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/single_para_1203.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,single_para_1203.so -o .libs/single_para_1203.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/triple_para_1204.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,triple_para_1204.so -o .libs/triple_para_1204.so
libtool: link: ( cd ".libs" && rm -f "decimator_1202.la" && ln -s "../decimator_1202.la" "decimator_1202.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o valve_1209.la -rpath /usr/lib/aarch64-linux-gnu/ladspa valve_1209.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/fad_delay_1192.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,fad_delay_1192.so -o .libs/fad_delay_1192.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/transient_1206.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,transient_1206.so -o .libs/transient_1206.so
libtool: link: ( cd ".libs" && rm -f "single_para_1203.la" && ln -s "../single_para_1203.la" "single_para_1203.la" )
libtool: link: ( cd ".libs" && rm -f "triple_para_1204.la" && ln -s "../triple_para_1204.la" "triple_para_1204.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o sifter_1210.la -rpath /usr/lib/aarch64-linux-gnu/ladspa sifter_1210.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o tape_delay_1211.la -rpath /usr/lib/aarch64-linux-gnu/ladspa tape_delay_1211.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "transient_1206.la" && ln -s "../transient_1206.la" "transient_1206.la" )
libtool: link: ( cd ".libs" && rm -f "fad_delay_1192.la" && ln -s "../fad_delay_1192.la" "fad_delay_1192.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o step_muxer_1212.la -rpath /usr/lib/aarch64-linux-gnu/ladspa step_muxer_1212.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o foldover_1213.la -rpath /usr/lib/aarch64-linux-gnu/ladspa foldover_1213.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/dc_remove_1207.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,dc_remove_1207.so -o .libs/dc_remove_1207.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/retro_flange_1208.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,retro_flange_1208.so -o .libs/retro_flange_1208.so
libtool: link: ( cd ".libs" && rm -f "dc_remove_1207.la" && ln -s "../dc_remove_1207.la" "dc_remove_1207.la" )
libtool: link: ( cd ".libs" && rm -f "retro_flange_1208.la" && ln -s "../retro_flange_1208.la" "retro_flange_1208.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o svf_1214.la -rpath /usr/lib/aarch64-linux-gnu/ladspa svf_1214.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o gsm_1215.la -rpath /usr/lib/aarch64-linux-gnu/ladspa gsm_1215.lo -lgsm -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/valve_1209.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,valve_1209.so -o .libs/valve_1209.so
libtool: link: ( cd ".libs" && rm -f "valve_1209.la" && ln -s "../valve_1209.la" "valve_1209.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o gverb_1216.la -rpath /usr/lib/aarch64-linux-gnu/ladspa gverb_1216.lo -Lgverb -lgverb -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/tape_delay_1211.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,tape_delay_1211.so -o .libs/tape_delay_1211.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sifter_1210.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,sifter_1210.so -o .libs/sifter_1210.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/step_muxer_1212.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,step_muxer_1212.so -o .libs/step_muxer_1212.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/foldover_1213.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,foldover_1213.so -o .libs/foldover_1213.so
libtool: link: ( cd ".libs" && rm -f "tape_delay_1211.la" && ln -s "../tape_delay_1211.la" "tape_delay_1211.la" )
libtool: link: ( cd ".libs" && rm -f "sifter_1210.la" && ln -s "../sifter_1210.la" "sifter_1210.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o phasers_1217.la -rpath /usr/lib/aarch64-linux-gnu/ladspa phasers_1217.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "step_muxer_1212.la" && ln -s "../step_muxer_1212.la" "step_muxer_1212.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o harmonic_gen_1220.la -rpath /usr/lib/aarch64-linux-gnu/ladspa harmonic_gen_1220.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "foldover_1213.la" && ln -s "../foldover_1213.la" "foldover_1213.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o vocoder_1337.la -rpath /usr/lib/aarch64-linux-gnu/ladspa vocoder_1337.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o surround_encoder_1401.la -rpath /usr/lib/aarch64-linux-gnu/ladspa surround_encoder_1401.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gsm_1215.o   -lgsm -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,gsm_1215.so -o .libs/gsm_1215.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/svf_1214.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,svf_1214.so -o .libs/svf_1214.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gverb_1216.o   -Lgverb -lgverb -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,gverb_1216.so -o .libs/gverb_1216.so
libtool: link: ( cd ".libs" && rm -f "svf_1214.la" && ln -s "../svf_1214.la" "svf_1214.la" )
libtool: link: ( cd ".libs" && rm -f "gsm_1215.la" && ln -s "../gsm_1215.la" "gsm_1215.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o delayorama_1402.la -rpath /usr/lib/aarch64-linux-gnu/ladspa delayorama_1402.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o dyson_compress_1403.la -rpath /usr/lib/aarch64-linux-gnu/ladspa dyson_compress_1403.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "gverb_1216.la" && ln -s "../gverb_1216.la" "gverb_1216.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o crossover_dist_1404.la -rpath /usr/lib/aarch64-linux-gnu/ladspa crossover_dist_1404.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o valve_rect_1405.la -rpath /usr/lib/aarch64-linux-gnu/ladspa valve_rect_1405.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/harmonic_gen_1220.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,harmonic_gen_1220.so -o .libs/harmonic_gen_1220.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/phasers_1217.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,phasers_1217.so -o .libs/phasers_1217.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/surround_encoder_1401.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,surround_encoder_1401.so -o .libs/surround_encoder_1401.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/vocoder_1337.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,vocoder_1337.so -o .libs/vocoder_1337.so
libtool: link: ( cd ".libs" && rm -f "harmonic_gen_1220.la" && ln -s "../harmonic_gen_1220.la" "harmonic_gen_1220.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o split_1406.la -rpath /usr/lib/aarch64-linux-gnu/ladspa split_1406.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "surround_encoder_1401.la" && ln -s "../surround_encoder_1401.la" "surround_encoder_1401.la" )
libtool: link: ( cd ".libs" && rm -f "phasers_1217.la" && ln -s "../phasers_1217.la" "phasers_1217.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o alias_1407.la -rpath /usr/lib/aarch64-linux-gnu/ladspa alias_1407.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "vocoder_1337.la" && ln -s "../vocoder_1337.la" "vocoder_1337.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o satan_maximiser_1408.la -rpath /usr/lib/aarch64-linux-gnu/ladspa satan_maximiser_1408.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o karaoke_1409.la -rpath /usr/lib/aarch64-linux-gnu/ladspa karaoke_1409.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/delayorama_1402.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,delayorama_1402.so -o .libs/delayorama_1402.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/dyson_compress_1403.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,dyson_compress_1403.so -o .libs/dyson_compress_1403.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/valve_rect_1405.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,valve_rect_1405.so -o .libs/valve_rect_1405.so
libtool: link: ( cd ".libs" && rm -f "delayorama_1402.la" && ln -s "../delayorama_1402.la" "delayorama_1402.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o gate_1410.la -rpath /usr/lib/aarch64-linux-gnu/ladspa gate_1410.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/crossover_dist_1404.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,crossover_dist_1404.so -o .libs/crossover_dist_1404.so
libtool: link: ( cd ".libs" && rm -f "dyson_compress_1403.la" && ln -s "../dyson_compress_1403.la" "dyson_compress_1403.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o comb_splitter_1411.la -rpath /usr/lib/aarch64-linux-gnu/ladspa comb_splitter_1411.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "valve_rect_1405.la" && ln -s "../valve_rect_1405.la" "valve_rect_1405.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/split_1406.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,split_1406.so -o .libs/split_1406.so
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o wave_terrain_1412.la -rpath /usr/lib/aarch64-linux-gnu/ladspa wave_terrain_1412.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "crossover_dist_1404.la" && ln -s "../crossover_dist_1404.la" "crossover_dist_1404.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o hard_limiter_1413.la -rpath /usr/lib/aarch64-linux-gnu/ladspa hard_limiter_1413.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/karaoke_1409.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,karaoke_1409.so -o .libs/karaoke_1409.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/alias_1407.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,alias_1407.so -o .libs/alias_1407.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/satan_maximiser_1408.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,satan_maximiser_1408.so -o .libs/satan_maximiser_1408.so
libtool: link: ( cd ".libs" && rm -f "split_1406.la" && ln -s "../split_1406.la" "split_1406.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o smooth_decimate_1414.la -rpath /usr/lib/aarch64-linux-gnu/ladspa smooth_decimate_1414.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "alias_1407.la" && ln -s "../alias_1407.la" "alias_1407.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o fm_osc_1415.la -rpath /usr/lib/aarch64-linux-gnu/ladspa fm_osc_1415.lo -Lutil -lblo -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "karaoke_1409.la" && ln -s "../karaoke_1409.la" "karaoke_1409.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o analogue_osc_1416.la -rpath /usr/lib/aarch64-linux-gnu/ladspa analogue_osc_1416.lo -Lutil -lblo -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "satan_maximiser_1408.la" && ln -s "../satan_maximiser_1408.la" "satan_maximiser_1408.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o rate_shifter_1417.la -rpath /usr/lib/aarch64-linux-gnu/ladspa rate_shifter_1417.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gate_1410.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,gate_1410.so -o .libs/gate_1410.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/comb_splitter_1411.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,comb_splitter_1411.so -o .libs/comb_splitter_1411.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/wave_terrain_1412.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,wave_terrain_1412.so -o .libs/wave_terrain_1412.so
libtool: link: ( cd ".libs" && rm -f "comb_splitter_1411.la" && ln -s "../comb_splitter_1411.la" "comb_splitter_1411.la" )
libtool: link: ( cd ".libs" && rm -f "gate_1410.la" && ln -s "../gate_1410.la" "gate_1410.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o freq_tracker_1418.la -rpath /usr/lib/aarch64-linux-gnu/ladspa freq_tracker_1418.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o mod_delay_1419.la -rpath /usr/lib/aarch64-linux-gnu/ladspa mod_delay_1419.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/hard_limiter_1413.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,hard_limiter_1413.so -o .libs/hard_limiter_1413.so
libtool: link: ( cd ".libs" && rm -f "wave_terrain_1412.la" && ln -s "../wave_terrain_1412.la" "wave_terrain_1412.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/smooth_decimate_1414.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,smooth_decimate_1414.so -o .libs/smooth_decimate_1414.so
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o matrix_st_ms_1420.la -rpath /usr/lib/aarch64-linux-gnu/ladspa matrix_st_ms_1420.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/fm_osc_1415.o   -Lutil -lblo -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,fm_osc_1415.so -o .libs/fm_osc_1415.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/analogue_osc_1416.o   -Lutil -lblo -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,analogue_osc_1416.so -o .libs/analogue_osc_1416.so
libtool: link: ( cd ".libs" && rm -f "hard_limiter_1413.la" && ln -s "../hard_limiter_1413.la" "hard_limiter_1413.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o matrix_ms_st_1421.la -rpath /usr/lib/aarch64-linux-gnu/ladspa matrix_ms_st_1421.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/rate_shifter_1417.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,rate_shifter_1417.so -o .libs/rate_shifter_1417.so
libtool: link: ( cd ".libs" && rm -f "smooth_decimate_1414.la" && ln -s "../smooth_decimate_1414.la" "smooth_decimate_1414.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o matrix_spatialiser_1422.la -rpath /usr/lib/aarch64-linux-gnu/ladspa matrix_spatialiser_1422.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "fm_osc_1415.la" && ln -s "../fm_osc_1415.la" "fm_osc_1415.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o plate_1423.la -rpath /usr/lib/aarch64-linux-gnu/ladspa plate_1423.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "analogue_osc_1416.la" && ln -s "../analogue_osc_1416.la" "analogue_osc_1416.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o gong_1424.la -rpath /usr/lib/aarch64-linux-gnu/ladspa gong_1424.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "rate_shifter_1417.la" && ln -s "../rate_shifter_1417.la" "rate_shifter_1417.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o sc1_1425.la -rpath /usr/lib/aarch64-linux-gnu/ladspa sc1_1425.lo -Lutil -ldb -lrms -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/freq_tracker_1418.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,freq_tracker_1418.so -o .libs/freq_tracker_1418.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/mod_delay_1419.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,mod_delay_1419.so -o .libs/mod_delay_1419.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/matrix_st_ms_1420.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,matrix_st_ms_1420.so -o .libs/matrix_st_ms_1420.so
libtool: link: ( cd ".libs" && rm -f "freq_tracker_1418.la" && ln -s "../freq_tracker_1418.la" "freq_tracker_1418.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o sc2_1426.la -rpath /usr/lib/aarch64-linux-gnu/ladspa sc2_1426.lo -Lutil -ldb -lrms -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "mod_delay_1419.la" && ln -s "../mod_delay_1419.la" "mod_delay_1419.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/matrix_ms_st_1421.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,matrix_ms_st_1421.so -o .libs/matrix_ms_st_1421.so
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o sc3_1427.la -rpath /usr/lib/aarch64-linux-gnu/ladspa sc3_1427.lo -Lutil -ldb -lrms -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/matrix_spatialiser_1422.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,matrix_spatialiser_1422.so -o .libs/matrix_spatialiser_1422.so
libtool: link: ( cd ".libs" && rm -f "matrix_st_ms_1420.la" && ln -s "../matrix_st_ms_1420.la" "matrix_st_ms_1420.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o zm1_1428.la -rpath /usr/lib/aarch64-linux-gnu/ladspa zm1_1428.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "matrix_ms_st_1421.la" && ln -s "../matrix_ms_st_1421.la" "matrix_ms_st_1421.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o inv_1429.la -rpath /usr/lib/aarch64-linux-gnu/ladspa inv_1429.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/plate_1423.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,plate_1423.so -o .libs/plate_1423.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gong_1424.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,gong_1424.so -o .libs/gong_1424.so
libtool: link: ( cd ".libs" && rm -f "matrix_spatialiser_1422.la" && ln -s "../matrix_spatialiser_1422.la" "matrix_spatialiser_1422.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o chebstortion_1430.la -rpath /usr/lib/aarch64-linux-gnu/ladspa chebstortion_1430.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sc1_1425.o   -Lutil -ldb -lrms -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,sc1_1425.so -o .libs/sc1_1425.so
libtool: link: ( cd ".libs" && rm -f "plate_1423.la" && ln -s "../plate_1423.la" "plate_1423.la" )
libtool: link: ( cd ".libs" && rm -f "gong_1424.la" && ln -s "../gong_1424.la" "gong_1424.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o bode_shifter_1431.la -rpath /usr/lib/aarch64-linux-gnu/ladspa bode_shifter_1431.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o bode_shifter_cv_1432.la -rpath /usr/lib/aarch64-linux-gnu/ladspa bode_shifter_cv_1432.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "sc1_1425.la" && ln -s "../sc1_1425.la" "sc1_1425.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sc2_1426.o   -Lutil -ldb -lrms -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,sc2_1426.so -o .libs/sc2_1426.so
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o am_pitchshift_1433.la -rpath /usr/lib/aarch64-linux-gnu/ladspa am_pitchshift_1433.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sc3_1427.o   -Lutil -ldb -lrms -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,sc3_1427.so -o .libs/sc3_1427.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/zm1_1428.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,zm1_1428.so -o .libs/zm1_1428.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/inv_1429.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,inv_1429.so -o .libs/inv_1429.so
libtool: link: ( cd ".libs" && rm -f "sc2_1426.la" && ln -s "../sc2_1426.la" "sc2_1426.la" )
libtool: link: ( cd ".libs" && rm -f "sc3_1427.la" && ln -s "../sc3_1427.la" "sc3_1427.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o sc4_1882.la -rpath /usr/lib/aarch64-linux-gnu/ladspa sc4_1882.lo -Lutil -ldb -lrms -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o lcr_delay_1436.la -rpath /usr/lib/aarch64-linux-gnu/ladspa lcr_delay_1436.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/chebstortion_1430.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,chebstortion_1430.so -o .libs/chebstortion_1430.so
libtool: link: ( cd ".libs" && rm -f "zm1_1428.la" && ln -s "../zm1_1428.la" "zm1_1428.la" )
libtool: link: ( cd ".libs" && rm -f "inv_1429.la" && ln -s "../inv_1429.la" "inv_1429.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o giant_flange_1437.la -rpath /usr/lib/aarch64-linux-gnu/ladspa giant_flange_1437.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o dj_flanger_1438.la -rpath /usr/lib/aarch64-linux-gnu/ladspa dj_flanger_1438.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/bode_shifter_1431.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,bode_shifter_1431.so -o .libs/bode_shifter_1431.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/bode_shifter_cv_1432.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,bode_shifter_cv_1432.so -o .libs/bode_shifter_cv_1432.so
libtool: link: ( cd ".libs" && rm -f "chebstortion_1430.la" && ln -s "../chebstortion_1430.la" "chebstortion_1430.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o gong_beater_1439.la -rpath /usr/lib/aarch64-linux-gnu/ladspa gong_beater_1439.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/am_pitchshift_1433.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,am_pitchshift_1433.so -o .libs/am_pitchshift_1433.so
libtool: link: ( cd ".libs" && rm -f "bode_shifter_1431.la" && ln -s "../bode_shifter_1431.la" "bode_shifter_1431.la" )
libtool: link: ( cd ".libs" && rm -f "bode_shifter_cv_1432.la" && ln -s "../bode_shifter_cv_1432.la" "bode_shifter_cv_1432.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o hilbert_1440.la -rpath /usr/lib/aarch64-linux-gnu/ladspa hilbert_1440.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o sin_cos_1881.la -rpath /usr/lib/aarch64-linux-gnu/ladspa sin_cos_1881.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "am_pitchshift_1433.la" && ln -s "../am_pitchshift_1433.la" "am_pitchshift_1433.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o se4_1883.la -rpath /usr/lib/aarch64-linux-gnu/ladspa se4_1883.lo -Lutil -ldb -lrms -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/lcr_delay_1436.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,lcr_delay_1436.so -o .libs/lcr_delay_1436.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sc4_1882.o   -Lutil -ldb -lrms -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,sc4_1882.so -o .libs/sc4_1882.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/giant_flange_1437.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,giant_flange_1437.so -o .libs/giant_flange_1437.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/dj_flanger_1438.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,dj_flanger_1438.so -o .libs/dj_flanger_1438.so
libtool: link: ( cd ".libs" && rm -f "lcr_delay_1436.la" && ln -s "../lcr_delay_1436.la" "lcr_delay_1436.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o bandpass_a_iir_1893.la -rpath /usr/lib/aarch64-linux-gnu/ladspa bandpass_a_iir_1893.lo -Lutil -liir -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "sc4_1882.la" && ln -s "../sc4_1882.la" "sc4_1882.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o bandpass_iir_1892.la -rpath /usr/lib/aarch64-linux-gnu/ladspa bandpass_iir_1892.lo -Lutil -liir -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gong_beater_1439.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,gong_beater_1439.so -o .libs/gong_beater_1439.so
libtool: link: ( cd ".libs" && rm -f "giant_flange_1437.la" && ln -s "../giant_flange_1437.la" "giant_flange_1437.la" )
libtool: link: ( cd ".libs" && rm -f "dj_flanger_1438.la" && ln -s "../dj_flanger_1438.la" "dj_flanger_1438.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o highpass_iir_1890.la -rpath /usr/lib/aarch64-linux-gnu/ladspa highpass_iir_1890.lo -Lutil -liir -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o lowpass_iir_1891.la -rpath /usr/lib/aarch64-linux-gnu/ladspa lowpass_iir_1891.lo -Lutil -liir -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sin_cos_1881.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,sin_cos_1881.so -o .libs/sin_cos_1881.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/hilbert_1440.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,hilbert_1440.so -o .libs/hilbert_1440.so
libtool: link: ( cd ".libs" && rm -f "gong_beater_1439.la" && ln -s "../gong_beater_1439.la" "gong_beater_1439.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o notch_iir_1894.la -rpath /usr/lib/aarch64-linux-gnu/ladspa notch_iir_1894.lo -Lutil -liir -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/se4_1883.o   -Lutil -ldb -lrms -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,se4_1883.so -o .libs/se4_1883.so
libtool: link: ( cd ".libs" && rm -f "hilbert_1440.la" && ln -s "../hilbert_1440.la" "hilbert_1440.la" )
libtool: link: ( cd ".libs" && rm -f "sin_cos_1881.la" && ln -s "../sin_cos_1881.la" "sin_cos_1881.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o dj_eq_1901.la -rpath /usr/lib/aarch64-linux-gnu/ladspa dj_eq_1901.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o butterworth_1902.la -rpath /usr/lib/aarch64-linux-gnu/ladspa butterworth_1902.lo -Lutil -liir -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "se4_1883.la" && ln -s "../se4_1883.la" "se4_1883.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o allpass_1895.la -rpath /usr/lib/aarch64-linux-gnu/ladspa allpass_1895.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/bandpass_a_iir_1893.o   -Lutil -liir -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,bandpass_a_iir_1893.so -o .libs/bandpass_a_iir_1893.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/highpass_iir_1890.o   -Lutil -liir -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,highpass_iir_1890.so -o .libs/highpass_iir_1890.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/bandpass_iir_1892.o   -Lutil -liir -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,bandpass_iir_1892.so -o .libs/bandpass_iir_1892.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/lowpass_iir_1891.o   -Lutil -liir -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,lowpass_iir_1891.so -o .libs/lowpass_iir_1891.so
libtool: link: ( cd ".libs" && rm -f "bandpass_a_iir_1893.la" && ln -s "../bandpass_a_iir_1893.la" "bandpass_a_iir_1893.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o comb_1887.la -rpath /usr/lib/aarch64-linux-gnu/ladspa comb_1887.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "highpass_iir_1890.la" && ln -s "../highpass_iir_1890.la" "highpass_iir_1890.la" )
libtool: link: ( cd ".libs" && rm -f "bandpass_iir_1892.la" && ln -s "../bandpass_iir_1892.la" "bandpass_iir_1892.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/notch_iir_1894.o   -Lutil -liir -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,notch_iir_1894.so -o .libs/notch_iir_1894.so
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o decay_1886.la -rpath /usr/lib/aarch64-linux-gnu/ladspa decay_1886.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o delay_1898.la -rpath /usr/lib/aarch64-linux-gnu/ladspa delay_1898.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "lowpass_iir_1891.la" && ln -s "../lowpass_iir_1891.la" "lowpass_iir_1891.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o impulse_1885.la -rpath /usr/lib/aarch64-linux-gnu/ladspa impulse_1885.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/dj_eq_1901.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,dj_eq_1901.so -o .libs/dj_eq_1901.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/butterworth_1902.o   -Lutil -liir -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,butterworth_1902.so -o .libs/butterworth_1902.so
libtool: link: ( cd ".libs" && rm -f "notch_iir_1894.la" && ln -s "../notch_iir_1894.la" "notch_iir_1894.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/allpass_1895.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,allpass_1895.so -o .libs/allpass_1895.so
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o vynil_1905.la -rpath /usr/lib/aarch64-linux-gnu/ladspa vynil_1905.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "dj_eq_1901.la" && ln -s "../dj_eq_1901.la" "dj_eq_1901.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o revdelay_1605.la -rpath /usr/lib/aarch64-linux-gnu/ladspa revdelay_1605.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "butterworth_1902.la" && ln -s "../butterworth_1902.la" "butterworth_1902.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o ls_filter_1908.la -rpath /usr/lib/aarch64-linux-gnu/ladspa ls_filter_1908.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "allpass_1895.la" && ln -s "../allpass_1895.la" "allpass_1895.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o const_1909.la -rpath /usr/lib/aarch64-linux-gnu/ladspa const_1909.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/comb_1887.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,comb_1887.so -o .libs/comb_1887.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/delay_1898.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,delay_1898.so -o .libs/delay_1898.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/decay_1886.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,decay_1886.so -o .libs/decay_1886.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/impulse_1885.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,impulse_1885.so -o .libs/impulse_1885.so
libtool: link: ( cd ".libs" && rm -f "delay_1898.la" && ln -s "../delay_1898.la" "delay_1898.la" )
libtool: link: ( cd ".libs" && rm -f "comb_1887.la" && ln -s "../comb_1887.la" "comb_1887.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o pointer_cast_1910.la -rpath /usr/lib/aarch64-linux-gnu/ladspa pointer_cast_1910.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/vynil_1905.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,vynil_1905.so -o .libs/vynil_1905.so
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o fast_lookahead_limiter_1913.la -rpath /usr/lib/aarch64-linux-gnu/ladspa fast_lookahead_limiter_1913.lo  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "impulse_1885.la" && ln -s "../impulse_1885.la" "impulse_1885.la" )
libtool: link: ( cd ".libs" && rm -f "decay_1886.la" && ln -s "../decay_1886.la" "decay_1886.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o latency_1914.la -rpath /usr/lib/aarch64-linux-gnu/ladspa latency_1914.lo  -lm -lm  -lm
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o xfade_1915.la -rpath /usr/lib/aarch64-linux-gnu/ladspa xfade_1915.lo  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/revdelay_1605.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,revdelay_1605.so -o .libs/revdelay_1605.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/ls_filter_1908.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,ls_filter_1908.so -o .libs/ls_filter_1908.so
libtool: link: ( cd ".libs" && rm -f "vynil_1905.la" && ln -s "../vynil_1905.la" "vynil_1905.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o sc4m_1916.la -rpath /usr/lib/aarch64-linux-gnu/ladspa sc4m_1916.lo -Lutil -ldb -lrms -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/const_1909.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,const_1909.so -o .libs/const_1909.so
libtool: link: ( cd ".libs" && rm -f "revdelay_1605.la" && ln -s "../revdelay_1605.la" "revdelay_1605.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o mbeq_1197.la -rpath /usr/lib/aarch64-linux-gnu/ladspa mbeq_1197_la-mbeq_1197.lo -lfftw3f  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "ls_filter_1908.la" && ln -s "../ls_filter_1908.la" "ls_filter_1908.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o pitch_scale_1193.la -rpath /usr/lib/aarch64-linux-gnu/ladspa pitch_scale_1193_la-pitch_scale_1193.lo -Lutil -lpitchscale -lfftw3f  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "const_1909.la" && ln -s "../const_1909.la" "const_1909.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o pitch_scale_1194.la -rpath /usr/lib/aarch64-linux-gnu/ladspa pitch_scale_1194_la-pitch_scale_1194.lo -Lutil -lpitchscale -lfftw3f  -lm -lm  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/pointer_cast_1910.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,pointer_cast_1910.so -o .libs/pointer_cast_1910.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/fast_lookahead_limiter_1913.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,fast_lookahead_limiter_1913.so -o .libs/fast_lookahead_limiter_1913.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/latency_1914.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,latency_1914.so -o .libs/latency_1914.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/xfade_1915.o   -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,xfade_1915.so -o .libs/xfade_1915.so
libtool: link: ( cd ".libs" && rm -f "pointer_cast_1910.la" && ln -s "../pointer_cast_1910.la" "pointer_cast_1910.la" )
libtool: link: ( cd ".libs" && rm -f "fast_lookahead_limiter_1913.la" && ln -s "../fast_lookahead_limiter_1913.la" "fast_lookahead_limiter_1913.la" )
libtool: link: ( cd ".libs" && rm -f "latency_1914.la" && ln -s "../latency_1914.la" "latency_1914.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC   -module -avoid-version -Wl,-z,relro -Wl,-z,now -o imp_1199.la -rpath /usr/lib/aarch64-linux-gnu/ladspa imp_1199_la-imp_1199.lo -lfftw3f  -lm -lm  -lm
libtool: link: ( cd ".libs" && rm -f "xfade_1915.la" && ln -s "../xfade_1915.la" "xfade_1915.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sc4m_1916.o   -Lutil -ldb -lrms -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,sc4m_1916.so -o .libs/sc4m_1916.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/mbeq_1197_la-mbeq_1197.o   -lfftw3f -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,mbeq_1197.so -o .libs/mbeq_1197.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/pitch_scale_1193_la-pitch_scale_1193.o   -Lutil -lpitchscale -lfftw3f -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,pitch_scale_1193.so -o .libs/pitch_scale_1193.so
libtool: link: ( cd ".libs" && rm -f "sc4m_1916.la" && ln -s "../sc4m_1916.la" "sc4m_1916.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/pitch_scale_1194_la-pitch_scale_1194.o   -Lutil -lpitchscale -lfftw3f -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,pitch_scale_1194.so -o .libs/pitch_scale_1194.so
libtool: link: ( cd ".libs" && rm -f "mbeq_1197.la" && ln -s "../mbeq_1197.la" "mbeq_1197.la" )
libtool: link: ( cd ".libs" && rm -f "pitch_scale_1193.la" && ln -s "../pitch_scale_1193.la" "pitch_scale_1193.la" )
libtool: link: ( cd ".libs" && rm -f "pitch_scale_1194.la" && ln -s "../pitch_scale_1194.la" "pitch_scale_1194.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imp_1199_la-imp_1199.o   -lfftw3f -lm  -g -O2 -fstack-protector-strong -mbranch-protection=standard -O3 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,imp_1199.so -o .libs/imp_1199.so
libtool: link: ( cd ".libs" && rm -f "imp_1199.la" && ln -s "../imp_1199.la" "imp_1199.la" )
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
	make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making check in po
make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making check in util
make[2]: Entering directory '/<<PKGBUILDDIR>>/util'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/util'
Making check in gverb
make[2]: Entering directory '/<<PKGBUILDDIR>>/gverb'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/gverb'
Making check in metadata
make[2]: Entering directory '/<<PKGBUILDDIR>>/metadata'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/metadata'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_install
	make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/swh-plugins AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making install in po
make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
installing en_GB.gmo as /<<PKGBUILDDIR>>/debian/swh-plugins/usr/share/locale/en_GB/LC_MESSAGES/swh-plugins.mo
if test "swh-plugins" = "gettext-tools"; then \
  /usr/bin/mkdir -p /<<PKGBUILDDIR>>/debian/swh-plugins/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
		    /<<PKGBUILDDIR>>/debian/swh-plugins/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /<<PKGBUILDDIR>>/debian/swh-plugins/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[3]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making install in util
make[3]: Entering directory '/<<PKGBUILDDIR>>/util'
make[4]: Entering directory '/<<PKGBUILDDIR>>/util'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/util'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util'
Making install in gverb
make[3]: Entering directory '/<<PKGBUILDDIR>>/gverb'
make[4]: Entering directory '/<<PKGBUILDDIR>>/gverb'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/gverb'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/gverb'
Making install in metadata
make[3]: Entering directory '/<<PKGBUILDDIR>>/metadata'
make[4]: Entering directory '/<<PKGBUILDDIR>>/metadata'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/swh-plugins/usr/share/ladspa/rdf'
 /usr/bin/install -c -m 644 swh-plugins.rdf swh-aux.rdf swh-scales.rdf '/<<PKGBUILDDIR>>/debian/swh-plugins/usr/share/ladspa/rdf'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/metadata'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/metadata'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Nothing to be done for 'install-exec-am'.
mkdir -p /<<PKGBUILDDIR>>/debian/swh-plugins//usr/lib/aarch64-linux-gnu/ladspa
list='amp_1181.la diode_1185.la divider_1186.la shaper_1187.la ringmod_1188.la comb_1190.la declip_1195.la foverdrive_1196.la sinus_wavewrapper_1198.la hermes_filter_1200.la multivoice_chorus_1201.la flanger_1191.la decimator_1202.la single_para_1203.la triple_para_1204.la transient_1206.la fad_delay_1192.la dc_remove_1207.la retro_flange_1208.la valve_1209.la sifter_1210.la tape_delay_1211.la step_muxer_1212.la foldover_1213.la svf_1214.la gsm_1215.la gverb_1216.la phasers_1217.la harmonic_gen_1220.la vocoder_1337.la surround_encoder_1401.la delayorama_1402.la dyson_compress_1403.la crossover_dist_1404.la valve_rect_1405.la split_1406.la alias_1407.la satan_maximiser_1408.la karaoke_1409.la gate_1410.la comb_splitter_1411.la wave_terrain_1412.la hard_limiter_1413.la smooth_decimate_1414.la fm_osc_1415.la analogue_osc_1416.la rate_shifter_1417.la freq_tracker_1418.la mod_delay_1419.la matrix_st_ms_1420.la matrix_ms_st_1421.la matrix_spatialiser_1422.la plate_1423.la gong_1424.la sc1_1425.la sc2_1426.la sc3_1427.la zm1_1428.la inv_1429.la chebstortion_1430.la bode_shifter_1431.la bode_shifter_cv_1432.la am_pitchshift_1433.la sc4_1882.la lcr_delay_1436.la giant_flange_1437.la dj_flanger_1438.la gong_beater_1439.la hilbert_1440.la sin_cos_1881.la se4_1883.la bandpass_a_iir_1893.la bandpass_iir_1892.la highpass_iir_1890.la lowpass_iir_1891.la notch_iir_1894.la dj_eq_1901.la butterworth_1902.la allpass_1895.la comb_1887.la decay_1886.la delay_1898.la impulse_1885.la vynil_1905.la revdelay_1605.la ls_filter_1908.la const_1909.la pointer_cast_1910.la fast_lookahead_limiter_1913.la latency_1914.la xfade_1915.la sc4m_1916.la mbeq_1197.la pitch_scale_1193.la pitch_scale_1194.la imp_1199.la'; \
for file in $list; do \
  sofile=`basename $file .la`.so; \
  /usr/bin/install -c .libs/$sofile /<<PKGBUILDDIR>>/debian/swh-plugins//usr/lib/aarch64-linux-gnu/ladspa; \
done
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
mkdir debian/swh-plugins/usr/lib/ladspa
mv debian/swh-plugins/usr/lib/*/ladspa/* debian/swh-plugins/usr/lib/ladspa
rm -R debian/swh-plugins/usr/lib/aarch64-linux-gnu
# Remove rpaths.
chrpath -d -k debian/swh-plugins/usr/lib/ladspa/pitch_scale_1193.so
chrpath -d -k debian/swh-plugins/usr/lib/ladspa/pitch_scale_1194.so
chrpath -d -k debian/swh-plugins/usr/lib/ladspa/mbeq_1197.so
chrpath -d -k debian/swh-plugins/usr/lib/ladspa/imp_1199.so
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install
   dh_installdocs
   debian/rules override_dh_installchangelogs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installchangelogs ChangeLog
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_perl
   dh_link
   dh_strip_nondeterminism
	Normalized debian/swh-plugins/usr/share/locale/en_GB/LC_MESSAGES/swh-plugins.mo
   dh_compress
   dh_fixperms
   dh_missing
   dh_dwz
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 from: /lib/ld-linux-aarch64.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 to: /lib/ld-linux-aarch64.so.1.usr-is-merged
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: Replaces field of package swh-plugins: substitution variable ${cdbs:Replaces} used, but is not defined
dpkg-gencontrol: warning: Replaces field of package swh-plugins: substitution variable ${cdbs:Replaces} used, but is not defined
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'swh-plugins-dbgsym' in '../swh-plugins-dbgsym_0.4.17-3_arm64.deb'.
dpkg-deb: building package 'swh-plugins' in '../swh-plugins_0.4.17-3_arm64.deb'.
 dpkg-genbuildinfo --build=binary -O../swh-plugins_0.4.17-3_arm64.buildinfo
 dpkg-genchanges --build=binary -O../swh-plugins_0.4.17-3_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
--------------------------------------------------------------------------------
Build finished at 2024-11-18T16:31:44Z

Finished
--------

I: Built successfully

+------------------------------------------------------------------------------+
| Changes                                                                      |
+------------------------------------------------------------------------------+


swh-plugins_0.4.17-3_arm64.changes:
-----------------------------------

Format: 1.8
Date: Mon, 18 Sep 2023 16:01:07 +0200
Source: swh-plugins
Binary: swh-plugins swh-plugins-dbgsym
Architecture: arm64
Version: 0.4.17-3
Distribution: sid
Urgency: low
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Bastian Germann <bage@debian.org>
Description:
 swh-plugins - Steve Harris's LADSPA plugins
Changes:
 swh-plugins (0.4.17-3) unstable; urgency=low
 .
   * Team upload.
   * d/copyright: Use https protocol in Format field.
   * d/control: Set Vcs-* to salsa.debian.org.
   * Change maintainer address to debian-multimedia@lists.debian.org.
   * Use debhelper-compat instead of debian/compat.
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Bump debhelper from old 10 to 12.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Drop unnecessary dependency on dh-autoreconf.
   * Rely on pre-initialized dpkg-architecture variables.
Checksums-Sha1:
 73b7bae9e0e932dc84acfe9803ab9a26316fa785 716648 swh-plugins-dbgsym_0.4.17-3_arm64.deb
 3b0e236a636bc29197374361d5e07d7e5c3d0e4f 6382 swh-plugins_0.4.17-3_arm64.buildinfo
 232d464df2a13487de0d4d617d1ee6ee8fcc272b 405184 swh-plugins_0.4.17-3_arm64.deb
Checksums-Sha256:
 8453788e392ef6b50cccbb6f69780b6994460e98be7031fa0d94b6003e55da25 716648 swh-plugins-dbgsym_0.4.17-3_arm64.deb
 be6716cb33122a97b29ddfdf2cb590eafeecd62a5dda5bd07f17512bb2ee520e 6382 swh-plugins_0.4.17-3_arm64.buildinfo
 d257057f8a6dbb9f5931e9c30bf39958d4ccefa3698768a68f78d1934e088c9a 405184 swh-plugins_0.4.17-3_arm64.deb
Files:
 80c41d98c2463a039e2d3a9f1c657bfb 716648 debug optional swh-plugins-dbgsym_0.4.17-3_arm64.deb
 50117c1b2832a8ab359328892cebf6a1 6382 sound optional swh-plugins_0.4.17-3_arm64.buildinfo
 106972709e639003e8d44e63d2711a15 405184 sound optional swh-plugins_0.4.17-3_arm64.deb

+------------------------------------------------------------------------------+
| Buildinfo                                                                    |
+------------------------------------------------------------------------------+

Format: 1.0
Source: swh-plugins
Binary: swh-plugins swh-plugins-dbgsym
Architecture: arm64
Version: 0.4.17-3
Checksums-Md5:
 80c41d98c2463a039e2d3a9f1c657bfb 716648 swh-plugins-dbgsym_0.4.17-3_arm64.deb
 106972709e639003e8d44e63d2711a15 405184 swh-plugins_0.4.17-3_arm64.deb
Checksums-Sha1:
 73b7bae9e0e932dc84acfe9803ab9a26316fa785 716648 swh-plugins-dbgsym_0.4.17-3_arm64.deb
 232d464df2a13487de0d4d617d1ee6ee8fcc272b 405184 swh-plugins_0.4.17-3_arm64.deb
Checksums-Sha256:
 8453788e392ef6b50cccbb6f69780b6994460e98be7031fa0d94b6003e55da25 716648 swh-plugins-dbgsym_0.4.17-3_arm64.deb
 d257057f8a6dbb9f5931e9c30bf39958d4ccefa3698768a68f78d1934e088c9a 405184 swh-plugins_0.4.17-3_arm64.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Mon, 18 Nov 2024 16:31:44 +0000
Build-Path: /<<PKGBUILDDIR>>
Build-Tainted-By:
 merged-usr-via-aliased-dirs
Installed-Build-Depends:
 autoconf (= 2.72-3),
 automake (= 1:1.16.5-1.3),
 autopoint (= 0.22.5-2),
 autotools-dev (= 20220109.1),
 base-files (= 13.5),
 base-passwd (= 3.6.5),
 bash (= 5.2.32-1+b2),
 binutils (= 2.43.1-5),
 binutils-aarch64-linux-gnu (= 2.43.1-5),
 binutils-common (= 2.43.1-5),
 bsdextrautils (= 2.40.2-11),
 bsdutils (= 1:2.40.2-11),
 build-essential (= 12.12),
 bzip2 (= 1.0.8-6),
 ca-certificates (= 20240203),
 chrpath (= 0.18-1),
 coreutils (= 9.5-1+b1),
 cpp (= 4:14.2.0-1),
 cpp-14 (= 14.2.0-8),
 cpp-14-aarch64-linux-gnu (= 14.2.0-8),
 cpp-aarch64-linux-gnu (= 4:14.2.0-1),
 dash (= 0.5.12-9+b1),
 debconf (= 1.5.87),
 debhelper (= 13.20),
 debianutils (= 5.21),
 dh-autoreconf (= 20),
 dh-strip-nondeterminism (= 1.14.0-1),
 diffutils (= 1:3.10-1+b1),
 dpkg (= 1.22.12~1.gbp82cafd),
 dpkg-dev (= 1.22.12~1.gbp82cafd),
 dwz (= 0.15-1+b1),
 file (= 1:5.45-3+b1),
 findutils (= 4.10.0-3),
 g++ (= 4:14.2.0-1),
 g++-14 (= 14.2.0-8),
 g++-14-aarch64-linux-gnu (= 14.2.0-8),
 g++-aarch64-linux-gnu (= 4:14.2.0-1),
 gcc (= 4:14.2.0-1),
 gcc-14 (= 14.2.0-8),
 gcc-14-aarch64-linux-gnu (= 14.2.0-8),
 gcc-14-base (= 14.2.0-8),
 gcc-aarch64-linux-gnu (= 4:14.2.0-1),
 gettext (= 0.22.5-2),
 gettext-base (= 0.22.5-2),
 grep (= 3.11-4+b1),
 groff-base (= 1.23.0-5),
 gzip (= 1.12-1.1+b1),
 hostname (= 3.25),
 init-system-helpers (= 1.67),
 intltool-debian (= 0.35.0+20060710.6),
 ladspa-sdk (= 1.17-1+b2),
 libacl1 (= 2.3.2-2+b1),
 libarchive-zip-perl (= 1.68-1),
 libasan8 (= 14.2.0-8),
 libatomic1 (= 14.2.0-8),
 libattr1 (= 1:2.5.2-2),
 libaudit-common (= 1:4.0.2-2),
 libaudit1 (= 1:4.0.2-2),
 libbinutils (= 2.43.1-5),
 libblkid1 (= 2.40.2-11),
 libbz2-1.0 (= 1.0.8-6),
 libc-bin (= 2.40-3),
 libc-dev-bin (= 2.40-3),
 libc6 (= 2.40-3),
 libc6-dev (= 2.40-3),
 libcap-ng0 (= 0.8.5-3+b1),
 libcap2 (= 1:2.66-5+b1),
 libcc1-0 (= 14.2.0-8),
 libclone-perl (= 0.47-1+b1),
 libcrypt-dev (= 1:4.4.36-5),
 libcrypt1 (= 1:4.4.36-5),
 libctf-nobfd0 (= 2.43.1-5),
 libctf0 (= 2.43.1-5),
 libdb5.3t64 (= 5.3.28+dfsg2-9),
 libdebconfclient0 (= 0.273),
 libdebhelper-perl (= 13.20),
 libdpkg-perl (= 1.22.12~1.gbp82cafd),
 libelf1t64 (= 0.192-4),
 libencode-locale-perl (= 1.05-3),
 libexpat1 (= 2.6.4-1),
 libfftw3-bin (= 3.3.10-2),
 libfftw3-dev (= 3.3.10-2),
 libfftw3-double3 (= 3.3.10-2),
 libfftw3-long3 (= 3.3.10-2),
 libfftw3-single3 (= 3.3.10-2),
 libfile-listing-perl (= 6.16-1),
 libfile-stripnondeterminism-perl (= 1.14.0-1),
 libflac12t64 (= 1.4.3+ds-2.1+b1),
 libgcc-14-dev (= 14.2.0-8),
 libgcc-s1 (= 14.2.0-8),
 libgdbm-compat4t64 (= 1.24-2),
 libgdbm6t64 (= 1.24-2),
 libgmp10 (= 2:6.3.0+dfsg-2+b2),
 libgomp1 (= 14.2.0-8),
 libgprofng0 (= 2.43.1-5),
 libgsm1 (= 1.0.22-1+b2),
 libgsm1-dev (= 1.0.22-1+b2),
 libhtml-parser-perl (= 3.83-1+b1),
 libhtml-tagset-perl (= 3.24-1),
 libhtml-tree-perl (= 5.07-3),
 libhttp-cookies-perl (= 6.11-1),
 libhttp-date-perl (= 6.06-1),
 libhttp-message-perl (= 7.00-2),
 libhttp-negotiate-perl (= 6.01-2),
 libhwasan0 (= 14.2.0-8),
 libicu72 (= 72.1-5+b1),
 libio-html-perl (= 1.004-3),
 libio-socket-ssl-perl (= 2.089-1),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 liblsan0 (= 14.2.0-8),
 liblwp-mediatypes-perl (= 6.04-2),
 liblwp-protocol-https-perl (= 6.14-1),
 liblzma5 (= 5.6.3-1+b1),
 libmagic-mgc (= 1:5.45-3+b1),
 libmagic1t64 (= 1:5.45-3+b1),
 libmd0 (= 1.1.0-2+b1),
 libmount1 (= 2.40.2-11),
 libmp3lame0 (= 3.100-6+b3),
 libmpc3 (= 1.3.1-1+b3),
 libmpfr6 (= 4.2.1-1+b2),
 libmpg123-0t64 (= 1.32.9-1),
 libnet-http-perl (= 6.23-1),
 libnet-ssleay-perl (= 1.94-2),
 libogg0 (= 1.3.5-3+b2),
 libopus0 (= 1.5.2-2),
 libpam-modules (= 1.5.3-7+b1),
 libpam-modules-bin (= 1.5.3-7+b1),
 libpam-runtime (= 1.5.3-7),
 libpam0g (= 1.5.3-7+b1),
 libpcre2-8-0 (= 10.44-4),
 libperl5.40 (= 5.40.0-7),
 libpipeline1 (= 1.5.8-1),
 libpkgconf3 (= 1.8.1-4),
 libseccomp2 (= 2.5.5-1+b3),
 libselinux1 (= 3.7-3+b1),
 libsframe1 (= 2.43.1-5),
 libsmartcols1 (= 2.40.2-11),
 libsndfile1 (= 1.2.2-1+b3),
 libssl3t64 (= 3.3.2-2),
 libstdc++-14-dev (= 14.2.0-8),
 libstdc++6 (= 14.2.0-8),
 libsystemd0 (= 257~rc2-3),
 libtimedate-perl (= 2.3300-2),
 libtinfo6 (= 6.5-2+b1),
 libtool (= 2.4.7-8),
 libtry-tiny-perl (= 0.32-1),
 libtsan2 (= 14.2.0-8),
 libubsan1 (= 14.2.0-8),
 libuchardet0 (= 0.0.8-1+b2),
 libudev1 (= 257~rc2-3),
 libunistring5 (= 1.2-1+b1),
 liburi-perl (= 5.30-1),
 libuuid1 (= 2.40.2-11),
 libvorbis0a (= 1.3.7-2+b1),
 libvorbisenc2 (= 1.3.7-2+b1),
 libwww-perl (= 6.77-1),
 libwww-robotrules-perl (= 6.02-1),
 libxml-parser-perl (= 2.47-1+b3),
 libxml2 (= 2.12.7+dfsg+really2.9.14-0.2+b1),
 libxml2-utils (= 2.12.7+dfsg+really2.9.14-0.2+b1),
 libzstd1 (= 1.5.6+dfsg-1+b1),
 linux-libc-dev (= 6.11.9-1),
 m4 (= 1.4.19-4),
 make (= 4.3-4.1+b1),
 man-db (= 2.13.0-1),
 mawk (= 1.3.4.20240905-1),
 ncurses-base (= 6.5-2),
 ncurses-bin (= 6.5-2+b1),
 netbase (= 6.4),
 openssl (= 3.3.2-2),
 openssl-provider-legacy (= 3.3.2-2),
 patch (= 2.7.6-7+b1),
 perl (= 5.40.0-7),
 perl-base (= 5.40.0-7),
 perl-modules-5.40 (= 5.40.0-7),
 perl-openssl-defaults (= 7+b2),
 pkg-config (= 1.8.1-4),
 pkgconf (= 1.8.1-4),
 pkgconf-bin (= 1.8.1-4),
 po-debconf (= 1.0.21+nmu1),
 rpcsvc-proto (= 1.4.3-1+b1),
 sed (= 4.9-2+b1),
 sensible-utils (= 0.0.24),
 sysvinit-utils (= 3.11-1),
 tar (= 1.35+dfsg-3+b1),
 util-linux (= 2.40.2-11),
 xz-utils (= 5.6.3-1+b1),
 zlib1g (= 1:1.3.dfsg+really1.3.1-1+b1)
Environment:
 DEB_BUILD_OPTIONS="parallel=8"
 LANG="C.UTF-8"
 LC_ALL="C.UTF-8"
 SOURCE_DATE_EPOCH="1695045667"


+------------------------------------------------------------------------------+
| Package contents                                                             |
+------------------------------------------------------------------------------+


swh-plugins-dbgsym_0.4.17-3_arm64.deb
-------------------------------------

 new Debian package, version 2.0.
 size 716648 bytes: control archive=4812 bytes.
    4278 bytes,    12 lines      control
   10265 bytes,    97 lines      md5sums
 Package: swh-plugins-dbgsym
 Source: swh-plugins
 Version: 0.4.17-3
 Auto-Built-Package: debug-symbols
 Architecture: arm64
 Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
 Installed-Size: 1439
 Depends: swh-plugins (= 0.4.17-3)
 Section: debug
 Priority: optional
 Description: debug symbols for swh-plugins
 Build-Ids: 0a6819365e49a4936e821adfec42cd5f9a2fa8cd 0b0761efe7ad4064be29a36f14764cdd787a5faa 0c3786214ba32d73f30f8cd1a5f70fd7ba4426d0 0e5a3a1857ce586f8c8bc96df5c8a834a2682fdc 12768c321110a6cac6db6d95ff008966f1c52918 13723f491b737e8bd27c8a98b89294ac6350adcc 1b7b4a8fe50a49804163307db842511fc17306f5 1c06973c4879969e16683f7648f1958f5cf30516 1c58a00189ddf9a051ac0d4c54f960fa78b88057 1dac394bc75652ff5d7b33c6c2bfb57ca60bd636 1f71b2d93872956c4ce31623b1e1017f5c0cc30c 22784c4b03cfb68be1afc8d8ae6eb78d7b55f433 237d6da9e3fdf7b41d28558fe4d76df422a4218f 2713e9d460d3bed7a2717157ea076fa0d7e2842d 274aacdd5028b9373ebe9282cb2bdaee3bbfb8be 2b649f7a654d802362c7229d921b19fa060ad6f9 2d2adfb12fd3490f977b6163da0e6c6299c02fc3 3191ad9da208cb46eff58df237d90fc45bedf8c7 35e5c10dbb68cd8d82deab0e1a3864a930dfdb7d 375d6b45d146c3c2472adc574cc4b0587de4fe03 38cc26325357cc2b72b0d4e31445f70ec86b8777 3971a59cbfc4103236c7c44328dab4bec415f98b 3dccf95c0cadb32dd47587bc600aaf7323943cd0 43a0ff939973dc592c074a4ed27513249853b4de 466439ed35e8029143df7014ecb07140fd806601 4c646b63af39ccc6ec63acfb33fb76a6ea7afe8a 50a4160b6d5713accb14ff128f8ed33bbeebc1f0 575f87b32010ef978ca83da8d52aec373c28526c 5784dec717231e2e441b95211e80f919a408a8b9 57cf3c3368eab7d69dd6eb006d2aa7d8d824cc22 59d25a91f36bb3d9f52a5a9e527fa62668f08cb1 59ede0c0c5ffd7844594b3398db2d5f7c91a4087 5a2e5de00a6cca2d8fb749e0b83ebc2be85ab208 5bdca2f8d44b3a7e59c16762b575ae3b4e23c219 5e3e9e7627e7302c691de95e2d40b242430fc693 5e7215c2ef83885d804097ebe65971c97f38aded 73630531e2865484de4b99216058bda1c250ad2a 75bdb02d691189e45e721d59a4d86ecf5db402bd 75ce90c57ba5f4625177c6de3a178ea3c47b391c 765186472b4124d7a7eaeb9fc0de2ca0a493da43 782ca521894478c876fcc6d220dbde9d56f6de8d 790bb3f5253861cf530e898f60f71e1d031ba4e4 817fbde6e21edb014d3ecdd0932e394a11aaa462 833f81263838c52df7adfb55eafb9c3502ea5b8a 854d54e21c913fa64240cef27241b6e332e24ea4 85be2b43dcad62a74874b0bcc220c0a9b22e0b53 85caf7315587a5334498dc25237d188bb0492f82 8861caa788c7702132c0fa0f839076ee6855ae49 89d0daebde0b324c4282a614d139ec034e7d02f8 8bb9d6d6940ccd061e4ed1f660bd543bf7b74c8a 8de60757a6b075ae19c30357c54393a802fad819 91abbb5dda815e0eb57be6ed540198b7729a0a4d 9415c985df94dfa8ef1b90395536ef2016ce0a3d 9973f327f67d6d28f9bca7e58753271d59aa7d0e 9c1eea2dd12867b09cf1ad2aec184e1aeca9e248 a4d84d5a821bc8f19eab3f7d6eb3114ad495289c a68fe33b21b482acaaf146f3fc62017cbaf205f6 afaaa5d303ee58043f1901b85ae2c681595f23f6 b1d51c0f727355d89401a4e39f9fb13de785fd92 b23fcf638557c1b2ee99f0ae6146345232d300ae b4ceadfa532f81ca6db66f0abe9599c804c27254 b59424642a61286a02f9b131f507f3175463af81 b6186e544c95db19540777da7c3069bd15d0e2f7 b8495ec3b80359d1ee2affdad89e6f96ade24238 b99027efd37e4c8989f18f37b53f9cf284f3af3a bf8253b3ca5dd7d1e0e368862d79323ecdc6bafc c117bdd3bfb52616fb398b20a813cb67626116fb c1330a6fc771754c7e397debc2b3115b254f889a c4b5e2fa1eb800599ca6c343581b43d8a0dc3512 c5209028c0292c20a8984ef062b8225b7d74461d c5a7cb9b7f56599fe550ae103d3a2e15852ff72a cad531612bc600a0e6a6d3db13c591410c9047a9 cbbb657997ebb70366f2759b3052303fb092babd d033decb1ff9004463835828212b95aafd980e9f d61402e92d33ba8b2cddeee4dd47a48096de96e2 d6dc1ba313c9b337df048229f9b5f8cfa3c92ca0 d7b2a606fc4baa50ce334ce663e9eb6b71140262 d947de0b21456200a12d63bd25148537f012ceb5 d98601ef5ab2e04e7304ac3695c45de0e39ce126 de47783b6a3ec57e864201589b4748082d21edd8 df86fce48dd8dd1308b1dd68d10905ffb3f6dd58 e4dc8180e886998415640df255a60efab36abefd e76210e05f7a83155c61d4614b10dd8f9b1a64fa ea854cb973194842c1e497fe3e4b5bf9dc799398 eb54627ae67b7202370e09590b88a25c7bc83bd4 ec1c7886745825aafbe7d12e9adce750031f7064 ec2a3858aa5f2d3fe5197f39157aeb9eebd36a28 ee840fc2571dc4a2eb4f935f9e9046ef3888d417 f05facd86c9e2e34caeec23444ad53fe8fb04267 f2ff1dd89348d45d3048808765018ff4dc6c4169 f4fe1b252f4afbb8f155de58b3e317f994994227 f6c26e6bfeb58103841e6f86adab51fd3f52403a f8c167eaaf4e1c7e97ff50588171e787398406f9 fba25e30a570d3e81d26666231000c92a9dd947e fc1a6ebbb1695241ab14866dda3625547fa7cd17 fc2155237cdce9e85a096450bdc00a89878b9e9c

drwxr-xr-x root/root         0 2023-09-18 14:01 ./
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/0a/
-rw-r--r-- root/root     14952 2023-09-18 14:01 ./usr/lib/debug/.build-id/0a/6819365e49a4936e821adfec42cd5f9a2fa8cd.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/0b/
-rw-r--r-- root/root     10832 2023-09-18 14:01 ./usr/lib/debug/.build-id/0b/0761efe7ad4064be29a36f14764cdd787a5faa.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/0c/
-rw-r--r-- root/root      9640 2023-09-18 14:01 ./usr/lib/debug/.build-id/0c/3786214ba32d73f30f8cd1a5f70fd7ba4426d0.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/0e/
-rw-r--r-- root/root     25128 2023-09-18 14:01 ./usr/lib/debug/.build-id/0e/5a3a1857ce586f8c8bc96df5c8a834a2682fdc.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/12/
-rw-r--r-- root/root     10072 2023-09-18 14:01 ./usr/lib/debug/.build-id/12/768c321110a6cac6db6d95ff008966f1c52918.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/13/
-rw-r--r-- root/root     17272 2023-09-18 14:01 ./usr/lib/debug/.build-id/13/723f491b737e8bd27c8a98b89294ac6350adcc.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/1b/
-rw-r--r-- root/root     15968 2023-09-18 14:01 ./usr/lib/debug/.build-id/1b/7b4a8fe50a49804163307db842511fc17306f5.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/1c/
-rw-r--r-- root/root     10752 2023-09-18 14:01 ./usr/lib/debug/.build-id/1c/06973c4879969e16683f7648f1958f5cf30516.debug
-rw-r--r-- root/root     14400 2023-09-18 14:01 ./usr/lib/debug/.build-id/1c/58a00189ddf9a051ac0d4c54f960fa78b88057.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/1d/
-rw-r--r-- root/root     13296 2023-09-18 14:01 ./usr/lib/debug/.build-id/1d/ac394bc75652ff5d7b33c6c2bfb57ca60bd636.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/1f/
-rw-r--r-- root/root     16632 2023-09-18 14:01 ./usr/lib/debug/.build-id/1f/71b2d93872956c4ce31623b1e1017f5c0cc30c.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/22/
-rw-r--r-- root/root     10096 2023-09-18 14:01 ./usr/lib/debug/.build-id/22/784c4b03cfb68be1afc8d8ae6eb78d7b55f433.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/23/
-rw-r--r-- root/root     21104 2023-09-18 14:01 ./usr/lib/debug/.build-id/23/7d6da9e3fdf7b41d28558fe4d76df422a4218f.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/27/
-rw-r--r-- root/root     14296 2023-09-18 14:01 ./usr/lib/debug/.build-id/27/13e9d460d3bed7a2717157ea076fa0d7e2842d.debug
-rw-r--r-- root/root     11240 2023-09-18 14:01 ./usr/lib/debug/.build-id/27/4aacdd5028b9373ebe9282cb2bdaee3bbfb8be.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/2b/
-rw-r--r-- root/root      9488 2023-09-18 14:01 ./usr/lib/debug/.build-id/2b/649f7a654d802362c7229d921b19fa060ad6f9.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/2d/
-rw-r--r-- root/root     11776 2023-09-18 14:01 ./usr/lib/debug/.build-id/2d/2adfb12fd3490f977b6163da0e6c6299c02fc3.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/31/
-rw-r--r-- root/root     11848 2023-09-18 14:01 ./usr/lib/debug/.build-id/31/91ad9da208cb46eff58df237d90fc45bedf8c7.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/35/
-rw-r--r-- root/root     11064 2023-09-18 14:01 ./usr/lib/debug/.build-id/35/e5c10dbb68cd8d82deab0e1a3864a930dfdb7d.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/37/
-rw-r--r-- root/root     15144 2023-09-18 14:01 ./usr/lib/debug/.build-id/37/5d6b45d146c3c2472adc574cc4b0587de4fe03.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/38/
-rw-r--r-- root/root     10024 2023-09-18 14:01 ./usr/lib/debug/.build-id/38/cc26325357cc2b72b0d4e31445f70ec86b8777.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/39/
-rw-r--r-- root/root     21784 2023-09-18 14:01 ./usr/lib/debug/.build-id/39/71a59cbfc4103236c7c44328dab4bec415f98b.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/3d/
-rw-r--r-- root/root     13768 2023-09-18 14:01 ./usr/lib/debug/.build-id/3d/ccf95c0cadb32dd47587bc600aaf7323943cd0.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/43/
-rw-r--r-- root/root     17376 2023-09-18 14:01 ./usr/lib/debug/.build-id/43/a0ff939973dc592c074a4ed27513249853b4de.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/46/
-rw-r--r-- root/root     15584 2023-09-18 14:01 ./usr/lib/debug/.build-id/46/6439ed35e8029143df7014ecb07140fd806601.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/4c/
-rw-r--r-- root/root     11872 2023-09-18 14:01 ./usr/lib/debug/.build-id/4c/646b63af39ccc6ec63acfb33fb76a6ea7afe8a.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/50/
-rw-r--r-- root/root      9736 2023-09-18 14:01 ./usr/lib/debug/.build-id/50/a4160b6d5713accb14ff128f8ed33bbeebc1f0.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/57/
-rw-r--r-- root/root     10216 2023-09-18 14:01 ./usr/lib/debug/.build-id/57/5f87b32010ef978ca83da8d52aec373c28526c.debug
-rw-r--r-- root/root     12648 2023-09-18 14:01 ./usr/lib/debug/.build-id/57/84dec717231e2e441b95211e80f919a408a8b9.debug
-rw-r--r-- root/root     18496 2023-09-18 14:01 ./usr/lib/debug/.build-id/57/cf3c3368eab7d69dd6eb006d2aa7d8d824cc22.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/59/
-rw-r--r-- root/root     10728 2023-09-18 14:01 ./usr/lib/debug/.build-id/59/d25a91f36bb3d9f52a5a9e527fa62668f08cb1.debug
-rw-r--r-- root/root     15992 2023-09-18 14:01 ./usr/lib/debug/.build-id/59/ede0c0c5ffd7844594b3398db2d5f7c91a4087.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/5a/
-rw-r--r-- root/root     11024 2023-09-18 14:01 ./usr/lib/debug/.build-id/5a/2e5de00a6cca2d8fb749e0b83ebc2be85ab208.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/5b/
-rw-r--r-- root/root     11560 2023-09-18 14:01 ./usr/lib/debug/.build-id/5b/dca2f8d44b3a7e59c16762b575ae3b4e23c219.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/5e/
-rw-r--r-- root/root      9968 2023-09-18 14:01 ./usr/lib/debug/.build-id/5e/3e9e7627e7302c691de95e2d40b242430fc693.debug
-rw-r--r-- root/root     17336 2023-09-18 14:01 ./usr/lib/debug/.build-id/5e/7215c2ef83885d804097ebe65971c97f38aded.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/73/
-rw-r--r-- root/root      9576 2023-09-18 14:01 ./usr/lib/debug/.build-id/73/630531e2865484de4b99216058bda1c250ad2a.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/75/
-rw-r--r-- root/root     12336 2023-09-18 14:01 ./usr/lib/debug/.build-id/75/bdb02d691189e45e721d59a4d86ecf5db402bd.debug
-rw-r--r-- root/root     10800 2023-09-18 14:01 ./usr/lib/debug/.build-id/75/ce90c57ba5f4625177c6de3a178ea3c47b391c.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/76/
-rw-r--r-- root/root     12520 2023-09-18 14:01 ./usr/lib/debug/.build-id/76/5186472b4124d7a7eaeb9fc0de2ca0a493da43.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/78/
-rw-r--r-- root/root     14384 2023-09-18 14:01 ./usr/lib/debug/.build-id/78/2ca521894478c876fcc6d220dbde9d56f6de8d.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/79/
-rw-r--r-- root/root     10240 2023-09-18 14:01 ./usr/lib/debug/.build-id/79/0bb3f5253861cf530e898f60f71e1d031ba4e4.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/81/
-rw-r--r-- root/root     17152 2023-09-18 14:01 ./usr/lib/debug/.build-id/81/7fbde6e21edb014d3ecdd0932e394a11aaa462.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/83/
-rw-r--r-- root/root     16976 2023-09-18 14:01 ./usr/lib/debug/.build-id/83/3f81263838c52df7adfb55eafb9c3502ea5b8a.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/85/
-rw-r--r-- root/root     18472 2023-09-18 14:01 ./usr/lib/debug/.build-id/85/4d54e21c913fa64240cef27241b6e332e24ea4.debug
-rw-r--r-- root/root     25008 2023-09-18 14:01 ./usr/lib/debug/.build-id/85/be2b43dcad62a74874b0bcc220c0a9b22e0b53.debug
-rw-r--r-- root/root     21992 2023-09-18 14:01 ./usr/lib/debug/.build-id/85/caf7315587a5334498dc25237d188bb0492f82.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/88/
-rw-r--r-- root/root     11424 2023-09-18 14:01 ./usr/lib/debug/.build-id/88/61caa788c7702132c0fa0f839076ee6855ae49.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/89/
-rw-r--r-- root/root     13888 2023-09-18 14:01 ./usr/lib/debug/.build-id/89/d0daebde0b324c4282a614d139ec034e7d02f8.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/8b/
-rw-r--r-- root/root      9400 2023-09-18 14:01 ./usr/lib/debug/.build-id/8b/b9d6d6940ccd061e4ed1f660bd543bf7b74c8a.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/8d/
-rw-r--r-- root/root     13080 2023-09-18 14:01 ./usr/lib/debug/.build-id/8d/e60757a6b075ae19c30357c54393a802fad819.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/91/
-rw-r--r-- root/root      9728 2023-09-18 14:01 ./usr/lib/debug/.build-id/91/abbb5dda815e0eb57be6ed540198b7729a0a4d.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/94/
-rw-r--r-- root/root      9200 2023-09-18 14:01 ./usr/lib/debug/.build-id/94/15c985df94dfa8ef1b90395536ef2016ce0a3d.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/99/
-rw-r--r-- root/root     11392 2023-09-18 14:01 ./usr/lib/debug/.build-id/99/73f327f67d6d28f9bca7e58753271d59aa7d0e.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/9c/
-rw-r--r-- root/root     16624 2023-09-18 14:01 ./usr/lib/debug/.build-id/9c/1eea2dd12867b09cf1ad2aec184e1aeca9e248.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/a4/
-rw-r--r-- root/root     16760 2023-09-18 14:01 ./usr/lib/debug/.build-id/a4/d84d5a821bc8f19eab3f7d6eb3114ad495289c.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/a6/
-rw-r--r-- root/root      9720 2023-09-18 14:01 ./usr/lib/debug/.build-id/a6/8fe33b21b482acaaf146f3fc62017cbaf205f6.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/af/
-rw-r--r-- root/root     17480 2023-09-18 14:01 ./usr/lib/debug/.build-id/af/aaa5d303ee58043f1901b85ae2c681595f23f6.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/b1/
-rw-r--r-- root/root     10608 2023-09-18 14:01 ./usr/lib/debug/.build-id/b1/d51c0f727355d89401a4e39f9fb13de785fd92.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/b2/
-rw-r--r-- root/root     21816 2023-09-18 14:01 ./usr/lib/debug/.build-id/b2/3fcf638557c1b2ee99f0ae6146345232d300ae.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/b4/
-rw-r--r-- root/root     12136 2023-09-18 14:01 ./usr/lib/debug/.build-id/b4/ceadfa532f81ca6db66f0abe9599c804c27254.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/b5/
-rw-r--r-- root/root     20200 2023-09-18 14:01 ./usr/lib/debug/.build-id/b5/9424642a61286a02f9b131f507f3175463af81.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/b6/
-rw-r--r-- root/root     11568 2023-09-18 14:01 ./usr/lib/debug/.build-id/b6/186e544c95db19540777da7c3069bd15d0e2f7.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/b8/
-rw-r--r-- root/root     16592 2023-09-18 14:01 ./usr/lib/debug/.build-id/b8/495ec3b80359d1ee2affdad89e6f96ade24238.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/b9/
-rw-r--r-- root/root      9120 2023-09-18 14:01 ./usr/lib/debug/.build-id/b9/9027efd37e4c8989f18f37b53f9cf284f3af3a.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/bf/
-rw-r--r-- root/root     15072 2023-09-18 14:01 ./usr/lib/debug/.build-id/bf/8253b3ca5dd7d1e0e368862d79323ecdc6bafc.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/c1/
-rw-r--r-- root/root      9352 2023-09-18 14:01 ./usr/lib/debug/.build-id/c1/17bdd3bfb52616fb398b20a813cb67626116fb.debug
-rw-r--r-- root/root     11832 2023-09-18 14:01 ./usr/lib/debug/.build-id/c1/330a6fc771754c7e397debc2b3115b254f889a.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/c4/
-rw-r--r-- root/root     16472 2023-09-18 14:01 ./usr/lib/debug/.build-id/c4/b5e2fa1eb800599ca6c343581b43d8a0dc3512.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/c5/
-rw-r--r-- root/root      9944 2023-09-18 14:01 ./usr/lib/debug/.build-id/c5/209028c0292c20a8984ef062b8225b7d74461d.debug
-rw-r--r-- root/root      9528 2023-09-18 14:01 ./usr/lib/debug/.build-id/c5/a7cb9b7f56599fe550ae103d3a2e15852ff72a.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/ca/
-rw-r--r-- root/root      9560 2023-09-18 14:01 ./usr/lib/debug/.build-id/ca/d531612bc600a0e6a6d3db13c591410c9047a9.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/cb/
-rw-r--r-- root/root     16096 2023-09-18 14:01 ./usr/lib/debug/.build-id/cb/bb657997ebb70366f2759b3052303fb092babd.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/d0/
-rw-r--r-- root/root     11248 2023-09-18 14:01 ./usr/lib/debug/.build-id/d0/33decb1ff9004463835828212b95aafd980e9f.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/d6/
-rw-r--r-- root/root     15448 2023-09-18 14:01 ./usr/lib/debug/.build-id/d6/1402e92d33ba8b2cddeee4dd47a48096de96e2.debug
-rw-r--r-- root/root     11552 2023-09-18 14:01 ./usr/lib/debug/.build-id/d6/dc1ba313c9b337df048229f9b5f8cfa3c92ca0.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/d7/
-rw-r--r-- root/root     11784 2023-09-18 14:01 ./usr/lib/debug/.build-id/d7/b2a606fc4baa50ce334ce663e9eb6b71140262.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/d9/
-rw-r--r-- root/root     12048 2023-09-18 14:01 ./usr/lib/debug/.build-id/d9/47de0b21456200a12d63bd25148537f012ceb5.debug
-rw-r--r-- root/root     10648 2023-09-18 14:01 ./usr/lib/debug/.build-id/d9/8601ef5ab2e04e7304ac3695c45de0e39ce126.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/de/
-rw-r--r-- root/root     10136 2023-09-18 14:01 ./usr/lib/debug/.build-id/de/47783b6a3ec57e864201589b4748082d21edd8.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/df/
-rw-r--r-- root/root     16608 2023-09-18 14:01 ./usr/lib/debug/.build-id/df/86fce48dd8dd1308b1dd68d10905ffb3f6dd58.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/e4/
-rw-r--r-- root/root     17352 2023-09-18 14:01 ./usr/lib/debug/.build-id/e4/dc8180e886998415640df255a60efab36abefd.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/e7/
-rw-r--r-- root/root     10600 2023-09-18 14:01 ./usr/lib/debug/.build-id/e7/6210e05f7a83155c61d4614b10dd8f9b1a64fa.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/ea/
-rw-r--r-- root/root      9416 2023-09-18 14:01 ./usr/lib/debug/.build-id/ea/854cb973194842c1e497fe3e4b5bf9dc799398.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/eb/
-rw-r--r-- root/root     10952 2023-09-18 14:01 ./usr/lib/debug/.build-id/eb/54627ae67b7202370e09590b88a25c7bc83bd4.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/ec/
-rw-r--r-- root/root     19568 2023-09-18 14:01 ./usr/lib/debug/.build-id/ec/1c7886745825aafbe7d12e9adce750031f7064.debug
-rw-r--r-- root/root     11056 2023-09-18 14:01 ./usr/lib/debug/.build-id/ec/2a3858aa5f2d3fe5197f39157aeb9eebd36a28.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/ee/
-rw-r--r-- root/root     11456 2023-09-18 14:01 ./usr/lib/debug/.build-id/ee/840fc2571dc4a2eb4f935f9e9046ef3888d417.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/f0/
-rw-r--r-- root/root     17944 2023-09-18 14:01 ./usr/lib/debug/.build-id/f0/5facd86c9e2e34caeec23444ad53fe8fb04267.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/f2/
-rw-r--r-- root/root      9832 2023-09-18 14:01 ./usr/lib/debug/.build-id/f2/ff1dd89348d45d3048808765018ff4dc6c4169.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/f4/
-rw-r--r-- root/root     19104 2023-09-18 14:01 ./usr/lib/debug/.build-id/f4/fe1b252f4afbb8f155de58b3e317f994994227.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/f6/
-rw-r--r-- root/root     10800 2023-09-18 14:01 ./usr/lib/debug/.build-id/f6/c26e6bfeb58103841e6f86adab51fd3f52403a.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/f8/
-rw-r--r-- root/root     10920 2023-09-18 14:01 ./usr/lib/debug/.build-id/f8/c167eaaf4e1c7e97ff50588171e787398406f9.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/fb/
-rw-r--r-- root/root     17264 2023-09-18 14:01 ./usr/lib/debug/.build-id/fb/a25e30a570d3e81d26666231000c92a9dd947e.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.build-id/fc/
-rw-r--r-- root/root     33016 2023-09-18 14:01 ./usr/lib/debug/.build-id/fc/1a6ebbb1695241ab14866dda3625547fa7cd17.debug
-rw-r--r-- root/root     13728 2023-09-18 14:01 ./usr/lib/debug/.build-id/fc/2155237cdce9e85a096450bdc00a89878b9e9c.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.dwz/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/debug/.dwz/aarch64-linux-gnu/
-rw-r--r-- root/root      7712 2023-09-18 14:01 ./usr/lib/debug/.dwz/aarch64-linux-gnu/swh-plugins.debug
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/doc/
lrwxrwxrwx root/root         0 2023-09-18 14:01 ./usr/share/doc/swh-plugins-dbgsym -> swh-plugins


swh-plugins_0.4.17-3_arm64.deb
------------------------------

 new Debian package, version 2.0.
 size 405184 bytes: control archive=3760 bytes.
     880 bytes,    22 lines      control
    7080 bytes,   105 lines      md5sums
 Package: swh-plugins
 Version: 0.4.17-3
 Architecture: arm64
 Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
 Installed-Size: 6949
 Depends: libc6 (>= 2.40), libfftw3-single3 (>= 3.3.10), libgsm1 (>= 1.0.18)
 Breaks: vocoder-ladspa (<< 1.1.3-3~)
 Replaces: vocoder-ladspa (<< 1.1.3-3~)
 Provides: ladspa-plugin
 Section: sound
 Priority: optional
 Homepage: http://plugin.org.uk/
 Description: Steve Harris's LADSPA plugins
  Steve Harris has written a large number of plugins for LADSPA
  compatible hosts (e.g. GLAME, Sweep and ecasound). The plugins
  available are:
  .
  amp, fast overdrive, overdrive (with colourisation), comb filter,
  waveshaper, ringmod, divider, diode, decliper, pitch scaler,
  16 band equaliser, sinus wavewrapper, hermes filter, chorus,
  flanger, decimater, oscillator, gverb, phasers, harmonic generators,
  surround encoders and more.

drwxr-xr-x root/root         0 2023-09-18 14:01 ./
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/lib/ladspa/
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/alias_1407.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/allpass_1895.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/am_pitchshift_1433.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/amp_1181.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/analogue_osc_1416.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/bandpass_a_iir_1893.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/bandpass_iir_1892.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/bode_shifter_1431.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/bode_shifter_cv_1432.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/butterworth_1902.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/chebstortion_1430.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/comb_1190.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/comb_1887.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/comb_splitter_1411.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/const_1909.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/crossover_dist_1404.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/dc_remove_1207.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/decay_1886.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/decimator_1202.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/declip_1195.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/delay_1898.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/delayorama_1402.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/diode_1185.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/divider_1186.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/dj_eq_1901.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/dj_flanger_1438.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/dyson_compress_1403.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/fad_delay_1192.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/fast_lookahead_limiter_1913.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/flanger_1191.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/fm_osc_1415.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/foldover_1213.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/foverdrive_1196.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/freq_tracker_1418.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/gate_1410.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/giant_flange_1437.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/gong_1424.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/gong_beater_1439.so
-rw-r--r-- root/root     67624 2023-09-18 14:01 ./usr/lib/ladspa/gsm_1215.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/gverb_1216.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/hard_limiter_1413.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/harmonic_gen_1220.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/hermes_filter_1200.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/highpass_iir_1890.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/hilbert_1440.so
-rw-r--r-- root/root    363272 2023-09-18 14:01 ./usr/lib/ladspa/imp_1199.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/impulse_1885.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/inv_1429.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/karaoke_1409.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/latency_1914.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/lcr_delay_1436.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/lowpass_iir_1891.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/ls_filter_1908.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/matrix_ms_st_1421.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/matrix_spatialiser_1422.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/matrix_st_ms_1420.so
-rw-r--r-- root/root     67656 2023-09-18 14:01 ./usr/lib/ladspa/mbeq_1197.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/mod_delay_1419.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/multivoice_chorus_1201.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/notch_iir_1894.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/phasers_1217.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/pitch_scale_1193.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/pitch_scale_1194.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/plate_1423.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/pointer_cast_1910.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/rate_shifter_1417.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/retro_flange_1208.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/revdelay_1605.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/ringmod_1188.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/satan_maximiser_1408.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/sc1_1425.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/sc2_1426.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/sc3_1427.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/sc4_1882.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/sc4m_1916.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/se4_1883.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/shaper_1187.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/sifter_1210.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/sin_cos_1881.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/single_para_1203.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/sinus_wavewrapper_1198.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/smooth_decimate_1414.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/split_1406.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/step_muxer_1212.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/surround_encoder_1401.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/svf_1214.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/tape_delay_1211.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/transient_1206.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/triple_para_1204.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/valve_1209.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/valve_rect_1405.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/vocoder_1337.so
-rw-r--r-- root/root     67600 2023-09-18 14:01 ./usr/lib/ladspa/vynil_1905.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/wave_terrain_1412.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/xfade_1915.so
-rw-r--r-- root/root     67592 2023-09-18 14:01 ./usr/lib/ladspa/zm1_1428.so
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/doc-base/
-rw-r--r-- root/root       333 2023-09-18 13:56 ./usr/share/doc-base/swh-plugins.swh-plugins
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/doc/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/doc/swh-plugins/
-rw-r--r-- root/root       830 2023-09-18 14:01 ./usr/share/doc/swh-plugins/changelog.Debian.gz
-rw-r--r-- root/root      2511 2016-10-17 09:05 ./usr/share/doc/swh-plugins/changelog.gz
-rw-r--r-- root/root      2579 2023-09-18 13:56 ./usr/share/doc/swh-plugins/copyright
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/doc/swh-plugins/html/
-rw-r--r-- root/root     84076 2023-09-18 13:56 ./usr/share/doc/swh-plugins/html/ladspa-swh.html
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/ladspa/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/ladspa/rdf/
-rw-r--r-- root/root       645 2023-09-18 14:01 ./usr/share/ladspa/rdf/swh-aux.rdf
-rw-r--r-- root/root    114228 2023-09-18 14:01 ./usr/share/ladspa/rdf/swh-plugins.rdf
-rw-r--r-- root/root      8747 2023-09-18 14:01 ./usr/share/ladspa/rdf/swh-scales.rdf
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/locale/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/locale/en_GB/
drwxr-xr-x root/root         0 2023-09-18 14:01 ./usr/share/locale/en_GB/LC_MESSAGES/
-rw-r--r-- root/root       377 2023-09-18 14:01 ./usr/share/locale/en_GB/LC_MESSAGES/swh-plugins.mo


lintian
-------


Setup apt archive
-----------------

Merged Build-Depends: lintian
Filtered Build-Depends: lintian
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-lintian-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-lintian-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1303 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1365 B]
Fetched 3283 B in 0s (283 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-Qi5lhl/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install lintian build dependencies (apt-based resolver)
-------------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  sbuild-build-depends-lintian-dummy
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 852 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-lintian-dummy 0.invalid.0 [852 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 852 B in 0s (0 B/s)
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
(Reading database ... 22877 files and directories currently installed.)
Preparing to unpack .../sbuild-build-depends-lintian-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Setting up sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Running lintian...
W: swh-plugins source: build-depends-on-obsolete-package Build-Depends: pkg-config => pkgconf
W: swh-plugins changes: distribution-and-changes-mismatch sid unstable

I: Lintian run was successful.

+------------------------------------------------------------------------------+
| Post Build                                                                   |
+------------------------------------------------------------------------------+


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: arm64
Build Type: binary
Build-Space: 30528
Build-Time: 34
Distribution: sid
Host Architecture: arm64
Install-Time: 19
Job: /tmp/debusine-fetch-exec-upload-ynfnmtrl/swh-plugins_0.4.17-3.dsc
Lintian: warn
Machine Architecture: arm64
Package: swh-plugins
Package-Time: 89
Source-Version: 0.4.17-3
Space: 30528
Status: successful
Version: 0.4.17-3
--------------------------------------------------------------------------------
Finished at 2024-11-18T16:31:44Z
Build needed 00:01:29, 30528k disk space

Relations

Relation Direction Type Name
relates-to Source package swh-plugins_0.4.17-3
relates-to Binary package dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect_1.22.12~1.gbp82cafd_arm64
relates-to Binary package libdpkg-dev_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg-dev_1.22.12~1.gbp82cafd_all
relates-to Binary package libdpkg-perl_1.22.12~1.gbp82cafd_all
relates-to Binary package swh-plugins-dbgsym_0.4.17-3_arm64
relates-to Binary package swh-plugins_0.4.17-3_arm64
relates-to Binary packages swh-plugins_0.4.17-3

build log System build a package - 1 week, 2 days ago 0 minutes
BETA