From https://github.com/archlinux/svntogit-community * branch packages/id3v2 -> FETCH_HEAD * [new branch] packages/id3v2 -> community/packages/id3v2 Cloning into 'id3v2'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 100 132k 0 0 387k 0 --:--:-- --:--:-- --:--:-- 388k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 8546k 0 85580 0 0 122k 0 0:01:10 --:--:-- 0:01:10 122k 14 8546k 14 1255k 0 0 793k 0 0:00:10 0:00:01 0:00:09 793k 89 8546k 89 7629k 0 0 3016k 0 0:00:02 0:00:02 --:--:-- 3015k 100 8546k 100 8546k 0 0 3173k 0 0:00:02 0:00:02 --:--:-- 3172k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 778k 0 --:--:-- --:--:-- --:--:-- 781k :: Starting full system upgrade... there is nothing to do ==> Making package: id3v2 0.1.12-6 (Sun Jul 30 20:19:24 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) id3lib-3.8.3-18 Total Download Size: 0.11 MiB Total Installed Size: 0.42 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 100 117k 0 0 1882k 0 --:--:-- --:--:-- --:--:-- 1898k checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing id3lib... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading id3v2-0.1.12.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 372 100 372 0 0 1200 0 --:--:-- --:--:-- --:--:-- 1203 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 347 100 347 0 0 150 0 0:00:02 0:00:02 --:--:-- 349 100 347 100 347 0 0 150 0 0:00:02 0:00:02 --:--:-- 349 80 118k 80 98053 0 0 36605 0 0:00:03 0:00:02 0:00:01 36605 100 118k 100 118k 0 0 45229 0 0:00:02 0:00:02 --:--:-- 3267k ==> Validating source files with sha512sums... id3v2-0.1.12.tar.gz ... Passed ==> Extracting sources... -> Extracting id3v2-0.1.12.tar.gz with bsdtar ==> Starting build()... rm -f id3v2 create_map core *.o g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -I/opt/local/include/ -DVERSION="\"0.1.12\"" -c -o convert.o convert.cpp g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -I/opt/local/include/ -DVERSION="\"0.1.12\"" -c -o list.o list.cpp g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -I/opt/local/include/ -DVERSION="\"0.1.12\"" -c -o id3v2.o id3v2.cpp g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wall -I/opt/local/include/ -DVERSION="\"0.1.12\"" -c -o genre.o genre.cpp convert.cpp: In function 'void DeleteTag(int, char**, int, int)': convert.cpp:117:13: warning: variable 'nTags' set but not used [-Wunused-but-set-variable] 117 | luint nTags; | ^~~~~ convert.cpp: In function 'void ConvertTag(int, char**, int)': convert.cpp:153:13: warning: variable 'nTags' set but not used [-Wunused-but-set-variable] 153 | luint nTags; | ^~~~~ convert.cpp: In function 'void DeleteFrame(int, char**, int, char*)': convert.cpp:184:13: warning: variable 'nTags' set but not used [-Wunused-but-set-variable] 184 | luint nTags; | ^~~~~ list.cpp: In function 'int PrintInformation(char*, const ID3_Tag&)': list.cpp:308:3: warning: deleting object of abstract class type 'ID3_Tag::ConstIterator' which has non-virtual destructor will cause undefined behavior [-Wdelete-non-virtual-dtor] 308 | delete Iter; | ^~~~~~~~~~~ id3v2.cpp: In function 'int main(int, char**)': id3v2.cpp:351:12: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 351 | size_t ret; | ^~~ g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/opt/local/lib/ -pedantic -Wall -g -o id3v2 convert.o list.o id3v2.o genre.o -lz -lid3 ==> Entering fakeroot environment... ==> Starting package()... install -c -s id3v2 /tmp/archlinux-ci/id3v2-archlinuxrb-build-xt0rUBWE/id3v2/trunk/pkg/id3v2/usr/bin/id3v2 nroff -man id3v2.1 > /tmp/archlinux-ci/id3v2-archlinuxrb-build-xt0rUBWE/id3v2/trunk/pkg/id3v2/usr/share/man/man1/id3v2.1 ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "id3v2"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: id3v2 0.1.12-6 (Sun Jul 30 20:19:34 2023)