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-ocs23-build-66652-3361/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=981gid=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-4.ocs23.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-ocs23-build-66652-3361/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=981gid=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.7ikpKG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf freefont-20120503 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/freefont-src-20120503.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd freefont-20120503 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /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.mobqb4 + 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 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -j32 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 FreeSansBoldOblique.otf 2268 Version: 20230101 Based on sources from 2023-09-08 18:23 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 FreeMonoBoldOblique.otf 2261 Version: 20230101 Based on sources from 2023-09-08 18:23 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeSansBold.otf 2261 Version: 20230101 Based on sources from 2023-09-08 18:23 UTC-ML-D-GDK3. make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating OpenType file FreeMonoBold.otf 2261 Version: 20230101 Based on sources from 2023-09-08 18:23 UTC-ML-D-GDK3. make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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 FreeSansBoldOblique.woff 2268 Version: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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' Generating OpenType file FreeMono.otf 2268 Version: 20230101 Based on sources from 2023-09-08 18:23 UTC-ML-D-GDK3. make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 UTC-ML-D-GDK3. make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating WOFF file FreeSansBold.woff 2261 Version: 20230101 Based on sources from 2023-09-08 18:23 UTC-ML-D-GDK3. make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' Generating TrueType file FreeMonoOblique.ttf 2264 Version: 20230101 Based on sources from 2023-09-08 18:23 UTC-ML-D-GDK3. make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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 FreeSerifBold.woff 2268 Version: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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 FreeSans.woff 2268 Version: 20230101 Based on sources from 2023-09-08 18:23 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 OpenType file FreeSerif.otf 2263 Version: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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: 20230101 Based on sources from 2023-09-08 18:23 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.45SVz9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch ++ dirname /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.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-4.ocs23.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-4.ocs23.noarch/usr/share/fonts/gnu-free + install -m 0755 -d /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch/usr/share/fontconfig/conf.avail /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch/etc/fonts/conf.d + install -m 0644 -p /builddir/build/SOURCES/69-gnu-free-mono.conf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.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-4.ocs23.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-4.ocs23.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-4.ocs23.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-4.ocs23.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-4.ocs23.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-4.ocs23.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-4.ocs23.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-4.ocs23.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-4.ocs23.noarch/usr/share/appdata/gnu-free-serif.metainfo.xml + /usr/bin/find-debuginfo -j32 --strict-build-id -m -i --build-id-seed 20120503-4.ocs23 --unique-debug-suffix -20120503-4.ocs23.noarch --unique-debug-src-base gnu-free-fonts-20120503-4.ocs23.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 grep: Perl matching not supported in a --disable-perl-regexp build + /usr/lib/rpm/OpenCloudOS/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/OpenCloudOS/brp-python-hardlink Processing files: gnu-free-fonts-common-20120503-4.ocs23.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dBkT2i + umask 022 + cd /builddir/build/BUILD + cd freefont-20120503 + DOCDIR=/builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.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-4.ocs23.noarch/usr/share/doc/gnu-free-fonts-common + cp -pr AUTHORS /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch/usr/share/doc/gnu-free-fonts-common + cp -pr ChangeLog /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch/usr/share/doc/gnu-free-fonts-common + cp -pr CREDITS /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch/usr/share/doc/gnu-free-fonts-common + cp -pr README /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch/usr/share/doc/gnu-free-fonts-common + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kAURCn + umask 022 + cd /builddir/build/BUILD + cd freefont-20120503 + LICENSEDIR=/builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.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-4.ocs23.noarch/usr/share/licenses/gnu-free-fonts-common + cp -pr COPYING /builddir/build/BUILDROOT/gnu-free-fonts-20120503-4.ocs23.noarch/usr/share/licenses/gnu-free-fonts-common + RPM_EC=0 ++ jobs -p + exit 0 Provides: gnu-free-fonts-common = 20120503-4.ocs23 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-4.ocs23.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-4.ocs23 font(freemono) gnu-free-mono-fonts = 20120503-4.ocs23 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-4.ocs23.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-4.ocs23 font(freesans) gnu-free-sans-fonts = 20120503-4.ocs23 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-4.ocs23.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-4.ocs23 font(freeserif) gnu-free-serif-fonts = 20120503-4.ocs23 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-4.ocs23.noarch Wrote: /builddir/build/RPMS/gnu-free-fonts-common-20120503-4.ocs23.noarch.rpm Wrote: /builddir/build/RPMS/gnu-free-mono-fonts-20120503-4.ocs23.noarch.rpm Wrote: /builddir/build/RPMS/gnu-free-sans-fonts-20120503-4.ocs23.noarch.rpm Wrote: /builddir/build/RPMS/gnu-free-serif-fonts-20120503-4.ocs23.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