Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/gnu-free-fonts.spec'], chrootPath='/var/lib/mock/dist-oc9-build-50110-14595/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/gnu-free-fonts.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/gnu-free-fonts-20120503-3.oc9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/gnu-free-fonts.spec'], chrootPath='/var/lib/mock/dist-oc9-build-50110-14595/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/gnu-free-fonts.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False warning: This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! warning: This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! warning: This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! warning: This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! warning: This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! warning: This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.L694x2 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf freefont-20120503 + /usr/bin/gzip -dc /builddir/build/SOURCES/freefont-src-20120503.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd freefont-20120503 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/gnu-free-fonts-devanagari-rendering.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + pushd tools ~/build/BUILD/freefont-20120503/tools ~/build/BUILD/freefont-20120503 ~/build/BUILD/freefont-20120503/tools/generate ~/build/BUILD/freefont-20120503/tools ~/build/BUILD/freefont-20120503 + pushd generate + rm buildutils.pyc ++ ls + for item in `ls` + 2to3 -w MacTT RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: Refactored MacTT RefactoringTool: Files that were modified: RefactoringTool: MacTT --- MacTT (original) +++ MacTT (refactored) @@ -43,7 +43,7 @@ f = fontforge.open( argv[i] ) ttfile = f.fontname + ".mac.ttf" vstr = trim_version_str( f ) - print "Generating Mac TrueType file ", ttfile, ' ', vstr + print("Generating Mac TrueType file ", ttfile, ' ', vstr) f.selection.all() f.autoHint() f.autoInstr() @@ -51,4 +51,4 @@ #f.generate( ttfile, flags=('opentype','old-kern') ) f.close() else: - print "Usage: " + scriptname + " font.sfd [font.sfd ...]" + print("Usage: " + scriptname + " font.sfd [font.sfd ...]") + for item in `ls` + 2to3 -w OpenType RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: Refactored OpenType RefactoringTool: Files that were modified: RefactoringTool: OpenType --- OpenType (original) +++ OpenType (refactored) @@ -42,7 +42,7 @@ f = fontforge.open( argv[i] ) otfile = f.fontname + ".otf" vstr = trim_version_str( f ) - print "Generating OpenType file ", otfile, ' ', vstr + print("Generating OpenType file ", otfile, ' ', vstr) # Wanted to set to 'UniocdeBmp' if there were no high unicodes # but all attemtps to determine that from Python failed. f.encoding = 'UnicodeFull' @@ -51,4 +51,4 @@ f.generate( otfile, flags=('opentype','old-kern','round') ) f.close() else: - print "Usage: " + scriptname + " font.sfd [font.sfd ...]" + print("Usage: " + scriptname + " font.sfd [font.sfd ...]") + for item in `ls` + 2to3 -w TrueType RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: Refactored TrueType RefactoringTool: Files that were modified: RefactoringTool: TrueType --- TrueType (original) +++ TrueType (refactored) @@ -42,7 +42,7 @@ f = fontforge.open( sys.argv[i] ) ttfile = f.fontname + ".ttf" vstr = trim_version_str( f ) - print "Generating TrueType file ", ttfile, ' ', vstr + print("Generating TrueType file ", ttfile, ' ', vstr) # Wanted to set to 'UniocdeBmp' if there were no high unicodes # but all attemtps to determine that from Python failed. f.encoding = 'UnicodeFull' @@ -54,4 +54,4 @@ f.generate( ttfile, flags=('opentype','old-kern','no-hints') ) f.close() else: - print "Usage: " + scriptname + " font.sfd [font.sfd ...]" + print("Usage: " + scriptname + " font.sfd [font.sfd ...]") + for item in `ls` + 2to3 -w WOFF RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: Refactored WOFF RefactoringTool: Files that were modified: RefactoringTool: WOFF --- WOFF (original) +++ WOFF (refactored) @@ -153,7 +153,7 @@ f = fontforge.open( sys.argv[i] ) woff_file = f.fontname + ".woff" vstr = trim_version_str( f ) - print "Generating WOFF file ", woff_file, ' ', vstr + print("Generating WOFF file ", woff_file, ' ', vstr) # Wanted to set to 'UniocdeBmp' if there were no high unicodes # but all attemtps to determine that from Python failed. f.encoding = 'UnicodeFull' @@ -171,4 +171,4 @@ f.generate( woff_file, flags=('opentype','no-hints') ) f.close() else: - print "Usage: " + scriptname + " font.sfd [font.sfd ...]" + print("Usage: " + scriptname + " font.sfd [font.sfd ...]") + for item in `ls` + 2to3 -w buildutils.py RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: No changes to buildutils.py RefactoringTool: Files that need to be modified: RefactoringTool: buildutils.py + popd + popd ~/build/BUILD/freefont-20120503/tools ~/build/BUILD/freefont-20120503 ~/build/BUILD/freefont-20120503 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.W2OOiA + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd freefont-20120503 + /usr/bin/make -O -j8 V=1 VERBOSE=1 make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeMonoBoldOblique.otf 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeMonoBold.otf 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeMonoOblique.otf 2264 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeMonoBold.woff 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeMonoBoldOblique.ttf 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeMonoBold.ttf 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeMonoBoldOblique.woff 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeSansBoldOblique.otf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. Lookup subtable contains unused glyph ogonekcmb making the whole subtable invalid make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeMonoOblique.ttf 2264 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeSansBold.otf 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeMono.otf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeSansBoldOblique.ttf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. Lookup subtable contains unused glyph ogonekcmb making the whole subtable invalid make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeSansOblique.otf 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeSansBold.ttf 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeMonoOblique.woff 2264 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeSerifBoldItalic.otf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeMono.ttf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeSansOblique.ttf 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeSerifBold.otf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeSerifBoldItalic.ttf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeSerifItalic.otf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeMono.woff 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeSans.otf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. Lookup subtable contains unused glyph dev_cha.haln making the whole subtable invalid Lookup subtable contains unused glyph dev_cha.haln making the whole subtable invalid make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeSansBoldOblique.woff 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. Lookup subtable contains unused glyph ogonekcmb making the whole subtable invalid make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeSansBold.woff 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeSerifItalic.ttf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeSansOblique.woff 2261 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeSerifBoldItalic.woff 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeSerifBold.ttf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeSans.ttf 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. Lookup subtable contains unused glyph dev_cha.haln making the whole subtable invalid Lookup subtable contains unused glyph dev_cha.haln making the whole subtable invalid make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeSerifItalic.woff 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeSerif.otf 2263 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeSans.woff 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. Lookup subtable contains unused glyph dev_cha.haln making the whole subtable invalid Lookup subtable contains unused glyph dev_cha.haln making the whole subtable invalid make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeSerifBold.woff 2268 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeSerif.ttf 2263 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. MonotonicFindAlong: Ran out of intersections. Warning: SplinePointListIsClockwise found no usable line even at 81x magnification. MonotonicFindAlong: Ran out of intersections. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeSerif.woff 2263 Version: 20201107 Based on sources from 2023-07-14 10:18 UTC-ML-D-GDK3. MonotonicFindAlong: Ran out of intersections. Warning: SplinePointListIsClockwise found no usable line even at 81x magnification. MonotonicFindAlong: Ran out of intersections. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X35GIs + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch ++ dirname /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch + cd freefont-20120503 ~/build/BUILD/freefont-20120503/sfd ~/build/BUILD/freefont-20120503 + pushd sfd + install -m 0755 -d /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/fonts/gnu-free + install -p -m 644 FreeMono.ttf FreeMonoBold.ttf FreeMonoBoldOblique.ttf FreeMonoOblique.ttf FreeSans.ttf FreeSansBold.ttf FreeSansBoldOblique.ttf FreeSansOblique.ttf FreeSerif.ttf FreeSerifBold.ttf FreeSerifBoldItalic.ttf FreeSerifItalic.ttf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/fonts/gnu-free + install -m 0755 -d /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/fontconfig/conf.avail /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/etc/fonts/conf.d + install -m 0644 -p /builddir/build/SOURCES/69-gnu-free-mono.conf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/fontconfig/conf.avail/69-gnu-free-mono.conf + install -m 0644 -p /builddir/build/SOURCES/69-gnu-free-sans.conf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/fontconfig/conf.avail/69-gnu-free-sans.conf + install -m 0644 -p /builddir/build/SOURCES/69-gnu-free-serif.conf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/fontconfig/conf.avail/69-gnu-free-serif.conf + for fconf in 69-gnu-free-mono.conf 69-gnu-free-sans.conf 69-gnu-free-serif.conf + ln -s /usr/share/fontconfig/conf.avail/69-gnu-free-mono.conf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/etc/fonts/conf.d/69-gnu-free-mono.conf + for fconf in 69-gnu-free-mono.conf 69-gnu-free-sans.conf 69-gnu-free-serif.conf + ln -s /usr/share/fontconfig/conf.avail/69-gnu-free-sans.conf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/etc/fonts/conf.d/69-gnu-free-sans.conf + for fconf in 69-gnu-free-mono.conf 69-gnu-free-sans.conf 69-gnu-free-serif.conf + ln -s /usr/share/fontconfig/conf.avail/69-gnu-free-serif.conf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/etc/fonts/conf.d/69-gnu-free-serif.conf + install -Dm 0644 -p /builddir/build/SOURCES/gnu-free.metainfo.xml /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/appdata/gnu-free.metainfo.xml + install -Dm 0644 -p /builddir/build/SOURCES/gnu-free-mono.metainfo.xml /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/appdata/gnu-free-mono.metainfo.xml + install -Dm 0644 -p /builddir/build/SOURCES/gnu-free-sans.metainfo.xml /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/appdata/gnu-free-sans.metainfo.xml + install -Dm 0644 -p /builddir/build/SOURCES/gnu-free-serif.metainfo.xml /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/appdata/gnu-free-serif.metainfo.xml + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 20120503-3.oc9 --unique-debug-suffix -20120503-3.oc9.noarch --unique-debug-src-base gnu-free-fonts-20120503-3.oc9.noarch -S debugsourcefiles.list /builddir/build/BUILD/freefont-20120503 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/OpenCloudOS/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/OpenCloudOS/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/OpenCloudOS/brp-mangle-shebangs + /usr/lib/rpm/OpenCloudOS/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/OpenCloudOS/brp-python-hardlink Processing files: gnu-free-fonts-common-20120503-3.oc9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.V6dq47 + umask 022 + cd /builddir/build/BUILD + cd freefont-20120503 + DOCDIR=/builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/doc/gnu-free-fonts-common + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/doc/gnu-free-fonts-common + cp -pr AUTHORS /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/doc/gnu-free-fonts-common + cp -pr ChangeLog /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/doc/gnu-free-fonts-common + cp -pr CREDITS /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/doc/gnu-free-fonts-common + cp -pr README /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/doc/gnu-free-fonts-common + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wF5nnO + umask 022 + cd /builddir/build/BUILD + cd freefont-20120503 + LICENSEDIR=/builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/licenses/gnu-free-fonts-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/licenses/gnu-free-fonts-common + cp -pr COPYING /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch/usr/share/licenses/gnu-free-fonts-common + RPM_EC=0 ++ jobs -p + exit 0 Provides: gnu-free-fonts-common = 20120503-3.oc9 metainfo() metainfo(gnu-free.metainfo.xml) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gnu-free-mono-fonts-20120503-3.oc9.noarch warning: absolute symlink: /etc/fonts/conf.d/69-gnu-free-mono.conf -> /usr/share/fontconfig/conf.avail/69-gnu-free-mono.conf Provides: config(gnu-free-mono-fonts) = 20120503-3.oc9 font(:lang=aa) font(:lang=ab) font(:lang=af) font(:lang=ak) font(:lang=an) font(:lang=ar) font(:lang=ast) font(:lang=av) font(:lang=ay) font(:lang=az-az) font(:lang=az-ir) font(:lang=ba) font(:lang=be) font(:lang=ber-dz) font(:lang=bg) font(:lang=bi) font(:lang=bin) font(:lang=bm) font(:lang=br) font(:lang=bs) font(:lang=bua) font(:lang=ca) font(:lang=ce) font(:lang=ch) font(:lang=chm) font(:lang=chr) font(:lang=co) font(:lang=crh) font(:lang=cs) font(:lang=csb) font(:lang=cu) font(:lang=cv) font(:lang=cy) font(:lang=da) font(:lang=de) font(:lang=ee) font(:lang=el) font(:lang=en) font(:lang=eo) font(:lang=es) font(:lang=et) font(:lang=eu) font(:lang=fa) font(:lang=fat) font(:lang=ff) font(:lang=fi) font(:lang=fil) font(:lang=fj) font(:lang=fo) font(:lang=fr) font(:lang=fur) font(:lang=fy) font(:lang=ga) font(:lang=gd) font(:lang=gl) font(:lang=gn) font(:lang=gv) font(:lang=ha) font(:lang=haw) font(:lang=he) font(:lang=ho) font(:lang=hr) font(:lang=hsb) font(:lang=ht) font(:lang=hu) font(:lang=hy) font(:lang=hz) font(:lang=ia) font(:lang=id) font(:lang=ie) font(:lang=ig) font(:lang=ik) font(:lang=io) font(:lang=is) font(:lang=it) font(:lang=jv) font(:lang=ka) font(:lang=kaa) font(:lang=kab) font(:lang=ki) font(:lang=kj) font(:lang=kk) font(:lang=kl) font(:lang=ks) font(:lang=ku-am) font(:lang=ku-iq) font(:lang=ku-ir) font(:lang=ku-tr) font(:lang=kum) font(:lang=kv) font(:lang=kw) font(:lang=kwm) font(:lang=ky) font(:lang=la) font(:lang=lah) font(:lang=lb) font(:lang=lez) font(:lang=lg) font(:lang=li) font(:lang=ln) font(:lang=lt) font(:lang=lv) font(:lang=mg) font(:lang=mh) font(:lang=mi) font(:lang=mk) font(:lang=mn-mn) font(:lang=mo) font(:lang=ms) font(:lang=mt) font(:lang=na) font(:lang=nb) font(:lang=nds) font(:lang=ng) font(:lang=nl) font(:lang=nn) font(:lang=no) font(:lang=nr) font(:lang=nso) font(:lang=nv) font(:lang=ny) font(:lang=oc) font(:lang=om) font(:lang=os) font(:lang=ota) font(:lang=pa-pk) font(:lang=pap-an) font(:lang=pap-aw) font(:lang=pl) font(:lang=ps-af) font(:lang=ps-pk) font(:lang=pt) font(:lang=qu) font(:lang=quz) font(:lang=rm) font(:lang=rn) font(:lang=ro) font(:lang=ru) font(:lang=rw) font(:lang=sah) font(:lang=sc) font(:lang=sco) font(:lang=sd) font(:lang=se) font(:lang=sel) font(:lang=sg) font(:lang=sh) font(:lang=shs) font(:lang=sk) font(:lang=sl) font(:lang=sm) font(:lang=sma) font(:lang=smj) font(:lang=smn) font(:lang=sms) font(:lang=sn) font(:lang=so) font(:lang=sq) font(:lang=sr) font(:lang=ss) font(:lang=st) font(:lang=su) font(:lang=sv) font(:lang=sw) font(:lang=tg) font(:lang=tk) font(:lang=tl) font(:lang=tn) font(:lang=to) font(:lang=tr) font(:lang=ts) font(:lang=tt) font(:lang=tw) font(:lang=ty) font(:lang=tyv) font(:lang=ug) font(:lang=uk) font(:lang=ur) font(:lang=uz) font(:lang=ve) font(:lang=vi) font(:lang=vo) font(:lang=vot) font(:lang=wa) font(:lang=wen) font(:lang=wo) font(:lang=xh) font(:lang=yap) font(:lang=yi) font(:lang=yo) font(:lang=za) font(:lang=zu) font(freemono) gnu-free-mono-fonts = 20120503-3.oc9 metainfo() metainfo(gnu-free-mono.metainfo.xml) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gnu-free-sans-fonts-20120503-3.oc9.noarch warning: absolute symlink: /etc/fonts/conf.d/69-gnu-free-sans.conf -> /usr/share/fontconfig/conf.avail/69-gnu-free-sans.conf Provides: config(gnu-free-sans-fonts) = 20120503-3.oc9 font(:lang=aa) font(:lang=ab) font(:lang=af) font(:lang=ak) font(:lang=an) font(:lang=as) font(:lang=ast) font(:lang=av) font(:lang=ay) font(:lang=az-az) font(:lang=ba) font(:lang=be) font(:lang=ber-dz) font(:lang=ber-ma) font(:lang=bg) font(:lang=bh) font(:lang=bho) font(:lang=bi) font(:lang=bin) font(:lang=bm) font(:lang=bn) font(:lang=br) font(:lang=brx) font(:lang=bs) font(:lang=bua) font(:lang=ca) font(:lang=ce) font(:lang=ch) font(:lang=chm) font(:lang=chr) font(:lang=co) font(:lang=crh) font(:lang=cs) font(:lang=csb) font(:lang=cu) font(:lang=cv) font(:lang=cy) font(:lang=da) font(:lang=de) font(:lang=doi) font(:lang=ee) font(:lang=el) font(:lang=en) font(:lang=eo) font(:lang=es) font(:lang=et) font(:lang=eu) font(:lang=fat) font(:lang=ff) font(:lang=fi) font(:lang=fil) font(:lang=fj) font(:lang=fo) font(:lang=fr) font(:lang=fur) font(:lang=fy) font(:lang=ga) font(:lang=gd) font(:lang=gl) font(:lang=gn) font(:lang=gv) font(:lang=ha) font(:lang=haw) font(:lang=he) font(:lang=hi) font(:lang=hne) font(:lang=ho) font(:lang=hr) font(:lang=hsb) font(:lang=ht) font(:lang=hu) font(:lang=hy) font(:lang=hz) font(:lang=ia) font(:lang=id) font(:lang=ie) font(:lang=ig) font(:lang=ik) font(:lang=io) font(:lang=is) font(:lang=it) font(:lang=iu) font(:lang=jv) font(:lang=ka) font(:lang=kaa) font(:lang=kab) font(:lang=ki) font(:lang=kj) font(:lang=kk) font(:lang=kl) font(:lang=kok) font(:lang=ku-am) font(:lang=ku-tr) font(:lang=kum) font(:lang=kv) font(:lang=kw) font(:lang=kwm) font(:lang=ky) font(:lang=la) font(:lang=lb) font(:lang=lez) font(:lang=lg) font(:lang=li) font(:lang=ln) font(:lang=lt) font(:lang=lv) font(:lang=mai) font(:lang=mg) font(:lang=mh) font(:lang=mi) font(:lang=mk) font(:lang=ml) font(:lang=mn-mn) font(:lang=mni) font(:lang=mo) font(:lang=mr) font(:lang=ms) font(:lang=mt) font(:lang=na) font(:lang=nb) font(:lang=nds) font(:lang=ne) font(:lang=ng) font(:lang=nl) font(:lang=nn) font(:lang=no) font(:lang=nr) font(:lang=nso) font(:lang=nv) font(:lang=ny) font(:lang=oc) font(:lang=om) font(:lang=os) font(:lang=pa) font(:lang=pap-an) font(:lang=pap-aw) font(:lang=pl) font(:lang=pt) font(:lang=qu) font(:lang=quz) font(:lang=rm) font(:lang=rn) font(:lang=ro) font(:lang=ru) font(:lang=rw) font(:lang=sa) font(:lang=sah) font(:lang=sat) font(:lang=sc) font(:lang=sco) font(:lang=se) font(:lang=sel) font(:lang=sg) font(:lang=sh) font(:lang=shs) font(:lang=sk) font(:lang=sl) font(:lang=sm) font(:lang=sma) font(:lang=smj) font(:lang=smn) font(:lang=sms) font(:lang=sn) font(:lang=so) font(:lang=sq) font(:lang=sr) font(:lang=ss) font(:lang=st) font(:lang=su) font(:lang=sv) font(:lang=sw) font(:lang=syr) font(:lang=tg) font(:lang=tk) font(:lang=tl) font(:lang=tn) font(:lang=to) font(:lang=tr) font(:lang=ts) font(:lang=tt) font(:lang=tw) font(:lang=ty) font(:lang=tyv) font(:lang=uk) font(:lang=uz) font(:lang=ve) font(:lang=vi) font(:lang=vo) font(:lang=vot) font(:lang=wa) font(:lang=wen) font(:lang=wo) font(:lang=xh) font(:lang=yap) font(:lang=yi) font(:lang=yo) font(:lang=za) font(:lang=zu) font(freesans) gnu-free-sans-fonts = 20120503-3.oc9 metainfo() metainfo(gnu-free-sans.metainfo.xml) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gnu-free-serif-fonts-20120503-3.oc9.noarch warning: absolute symlink: /etc/fonts/conf.d/69-gnu-free-serif.conf -> /usr/share/fontconfig/conf.avail/69-gnu-free-serif.conf Provides: config(gnu-free-serif-fonts) = 20120503-3.oc9 font(:lang=aa) font(:lang=ab) font(:lang=af) font(:lang=ak) font(:lang=am) font(:lang=an) font(:lang=ar) font(:lang=as) font(:lang=ast) font(:lang=av) font(:lang=ay) font(:lang=az-az) font(:lang=az-ir) font(:lang=ba) font(:lang=be) font(:lang=ber-dz) font(:lang=bg) font(:lang=bh) font(:lang=bho) font(:lang=bi) font(:lang=bin) font(:lang=bm) font(:lang=bn) font(:lang=br) font(:lang=brx) font(:lang=bs) font(:lang=bua) font(:lang=byn) font(:lang=ca) font(:lang=ce) font(:lang=ch) font(:lang=chm) font(:lang=chr) font(:lang=co) font(:lang=crh) font(:lang=cs) font(:lang=csb) font(:lang=cu) font(:lang=cv) font(:lang=cy) font(:lang=da) font(:lang=de) font(:lang=doi) font(:lang=dv) font(:lang=ee) font(:lang=el) font(:lang=en) font(:lang=eo) font(:lang=es) font(:lang=et) font(:lang=eu) font(:lang=fa) font(:lang=fat) font(:lang=ff) font(:lang=fi) font(:lang=fil) font(:lang=fj) font(:lang=fo) font(:lang=fr) font(:lang=fur) font(:lang=fy) font(:lang=ga) font(:lang=gd) font(:lang=gez) font(:lang=gl) font(:lang=gn) font(:lang=gu) font(:lang=gv) font(:lang=ha) font(:lang=haw) font(:lang=he) font(:lang=hi) font(:lang=hne) font(:lang=ho) font(:lang=hr) font(:lang=hsb) font(:lang=ht) font(:lang=hu) font(:lang=hy) font(:lang=hz) font(:lang=ia) font(:lang=id) font(:lang=ie) font(:lang=ig) font(:lang=ik) font(:lang=io) font(:lang=is) font(:lang=it) font(:lang=jv) font(:lang=ka) font(:lang=kaa) font(:lang=kab) font(:lang=ki) font(:lang=kj) font(:lang=kk) font(:lang=kl) font(:lang=kok) font(:lang=kr) font(:lang=ks) font(:lang=ku-am) font(:lang=ku-iq) font(:lang=ku-ir) font(:lang=ku-tr) font(:lang=kum) font(:lang=kv) font(:lang=kw) font(:lang=kwm) font(:lang=ky) font(:lang=la) font(:lang=lah) font(:lang=lb) font(:lang=lez) font(:lang=lg) font(:lang=li) font(:lang=ln) font(:lang=lt) font(:lang=lv) font(:lang=mai) font(:lang=mg) font(:lang=mh) font(:lang=mi) font(:lang=mk) font(:lang=ml) font(:lang=mn-mn) font(:lang=mni) font(:lang=mo) font(:lang=mr) font(:lang=ms) font(:lang=mt) font(:lang=na) font(:lang=nb) font(:lang=nds) font(:lang=ne) font(:lang=ng) font(:lang=nl) font(:lang=nn) font(:lang=no) font(:lang=nr) font(:lang=nso) font(:lang=nv) font(:lang=ny) font(:lang=oc) font(:lang=om) font(:lang=or) font(:lang=os) font(:lang=ota) font(:lang=pa) font(:lang=pa-pk) font(:lang=pap-an) font(:lang=pap-aw) font(:lang=pl) font(:lang=ps-af) font(:lang=ps-pk) font(:lang=pt) font(:lang=qu) font(:lang=quz) font(:lang=rm) font(:lang=rn) font(:lang=ro) font(:lang=ru) font(:lang=rw) font(:lang=sa) font(:lang=sah) font(:lang=sat) font(:lang=sc) font(:lang=sco) font(:lang=sd) font(:lang=se) font(:lang=sel) font(:lang=sg) font(:lang=sh) font(:lang=shs) font(:lang=si) font(:lang=sid) font(:lang=sk) font(:lang=sl) font(:lang=sm) font(:lang=sma) font(:lang=smj) font(:lang=smn) font(:lang=sms) font(:lang=sn) font(:lang=so) font(:lang=sq) font(:lang=sr) font(:lang=ss) font(:lang=st) font(:lang=su) font(:lang=sv) font(:lang=sw) font(:lang=ta) font(:lang=tg) font(:lang=th) font(:lang=ti-er) font(:lang=ti-et) font(:lang=tig) font(:lang=tk) font(:lang=tl) font(:lang=tn) font(:lang=to) font(:lang=tr) font(:lang=ts) font(:lang=tt) font(:lang=tw) font(:lang=ty) font(:lang=tyv) font(:lang=ug) font(:lang=uk) font(:lang=und-zmth) font(:lang=ur) font(:lang=uz) font(:lang=ve) font(:lang=vi) font(:lang=vo) font(:lang=vot) font(:lang=wa) font(:lang=wal) font(:lang=wen) font(:lang=wo) font(:lang=xh) font(:lang=yap) font(:lang=yi) font(:lang=yo) font(:lang=za) font(:lang=zu) font(freeserif) gnu-free-serif-fonts = 20120503-3.oc9 metainfo() metainfo(gnu-free-serif.metainfo.xml) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gnu-free-fonts-20120503-3.oc9.noarch Wrote: /builddir/build/RPMS/gnu-free-fonts-common-20120503-3.oc9.noarch.rpm Wrote: /builddir/build/RPMS/gnu-free-mono-fonts-20120503-3.oc9.noarch.rpm Wrote: /builddir/build/RPMS/gnu-free-sans-fonts-20120503-3.oc9.noarch.rpm Wrote: /builddir/build/RPMS/gnu-free-serif-fonts-20120503-3.oc9.noarch.rpm RPM build warnings: This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! This package uses obsolete macros that will go away soon. Please convert to the spec templates provided by fonts-rpm-templates! absolute symlink: /etc/fonts/conf.d/69-gnu-free-mono.conf -> /usr/share/fontconfig/conf.avail/69-gnu-free-mono.conf absolute symlink: /etc/fonts/conf.d/69-gnu-free-sans.conf -> /usr/share/fontconfig/conf.avail/69-gnu-free-sans.conf absolute symlink: /etc/fonts/conf.d/69-gnu-free-serif.conf -> /usr/share/fontconfig/conf.avail/69-gnu-free-serif.conf Child return code was: 0