Mock Version: 5.9 Mock Version: 5.9 Mock Version: 5.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/ghc-texmath.spec'], chrootPath='/var/lib/mock/epel9-build-56125282-6540850/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=201600uid=1000gid=425user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.d5pw434u:/etc/resolv.conf']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/ghc-texmath.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: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1654560000 Wrote: /builddir/build/SRPMS/ghc-texmath-0.12.3.3-1.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/ghc-texmath.spec'], chrootPath='/var/lib/mock/epel9-build-56125282-6540850/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=201600uid=1000gid=425user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.d5pw434u:/etc/resolv.conf']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/ghc-texmath.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: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1654560000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ENJnB9 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf texmath-0.12.3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/texmath-0.12.3.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd texmath-0.12.3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DlGLPr + umask 022 + cd /builddir/build/BUILD + cd texmath-0.12.3.3 ++ ls ++ grep -i -e '^\(ANNOUNCE\|AUTHORS\|CHANGELOG\|CHANGES\|CONTRIBUTORS\|README\|TODO\)' + for f in $(ls | grep -i -e '^\(ANNOUNCE\|AUTHORS\|CHANGELOG\|CHANGES\|CONTRIBUTORS\|README\|TODO\)') + '[' -f README.markdown -a -x README.markdown ']' ==== Build texmath-0.12.3.3 ==== + for f in $(ls | grep -i -e '^\(ANNOUNCE\|AUTHORS\|CHANGELOG\|CHANGES\|CONTRIBUTORS\|README\|TODO\)') + '[' -f changelog -a -x changelog ']' + echo -e '\n==== Build texmath-0.12.3.3 ====' + '[' -f Setup.hs -o -f Setup.lhs ']' + '[' -d /usr/lib64/ghc-8.10.7/lib ']' + '[' -x Setup ']' + ghc --make -package Cabal -no-user-package-db -dynamic Setup [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) Linking Setup ... + LANG=C.utf8 + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-texmath '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' '--libexecsubdir=$pkgid' --ghc --dynlibdir=/usr/lib64 --enable-tests --global '--ghc-options= -fhide-source-paths' --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/texmath-0.12.3.3 --global Configuring texmath-0.12.3.3... + '[' -x Setup ']' + LANG=C.utf8 + ./Setup build -j12 Preprocessing library for texmath-0.12.3.3.. Building library for texmath-0.12.3.3.. [ 1 of 20] Compiling Paths_texmath [ 2 of 20] Compiling Text.TeXMath.Compat [ 3 of 20] Compiling Text.TeXMath.Readers.MathML.EntityMap [ 4 of 20] Compiling Text.TeXMath.Readers.TeX.Macros src/Text/TeXMath/Readers/TeX/Macros.hs:37:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 37 | import Control.Applicative ((<*)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 5 of 20] Compiling Text.TeXMath.TeX src/Text/TeXMath/TeX.hs:9:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 9 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Shared.hs:47:1: warning: [-Wunused-imports][ 6 of 20] Compiling Text.TeXMath.Types [ 7 of 20] Compiling Text.TeXMath.Shared [ 8 of 20] Compiling Text.TeXMath.Readers.MathML.MMLDict The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 47 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Shared.hs:48:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 48 | import Control.Applicative ((<$>), (<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/MathML/MMLDict.hs:30:1: warning: [-Wunused-imports] The import of ‘mconcat’ from module ‘Data.Monoid’ is redundant | 30 | import Data.Monoid (First(..), mconcat) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 9 of 20] Compiling Text.TeXMath.Unicode.Fonts [10 of 20] Compiling Text.TeXMath.Unicode.ToUnicode [11 of 20] Compiling Text.TeXMath.Unicode.ToTeX [12 of 20] Compiling Text.TeXMath.Readers.OMML src/Text/TeXMath/Readers/OMML.hs:44:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 44 | import Control.Applicative ((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [13 of 20] Compiling Text.TeXMath.Readers.TeX src/Text/TeXMath/Readers/TeX.hs:36:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 36 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/TeX.hs:42:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 42 | import Control.Applicative ((<*), (*>), (<*>), (<$>), (<$), pure) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [14 of 20] Compiling Text.TeXMath.Readers.MathML [15 of 20] Compiling Text.TeXMath.Writers.Eqn [16 of 20] Compiling Text.TeXMath.Writers.MathML src/Text/TeXMath/Readers/MathML.hs:48:1: warning: [-Wunused-imports] The import of ‘<$>, <*>’ from module ‘Control.Applicative’ is redundant | 48 | import Control.Applicative ((<$>), (<|>), (<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/MathML.hs:52:1: warning: [-Wunused-imports] The import of ‘mconcat’ from module ‘Data.Monoid’ is redundant | 52 | import Data.Monoid (mconcat, First(..), getFirst) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/MathML.hs:53:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 53 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Writers/Eqn.hs:31:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 31 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Writers/MathML.hs:32:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 32 | import Control.Applicative ((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Writers/MathML.hs:33:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 33 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [17 of 20] Compiling Text.TeXMath.Writers.OMML [18 of 20] Compiling Text.TeXMath.Writers.Pandoc [19 of 20] Compiling Text.TeXMath.Writers.TeX [20 of 20] Compiling Text.TeXMath src/Text/TeXMath/Writers/TeX.hs:29:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 29 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Writers/TeX.hs:30:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 30 | import Control.Applicative ((<$>), Applicative) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing test suite 'test-texmath' for texmath-0.12.3.3.. Building test suite 'test-texmath' for texmath-0.12.3.3.. [1 of 1] Compiling Main tests/test-texmath.hs:12:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 12 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Linking dist/build/test-texmath/test-texmath ... + '[' -n dist/build/libHStexmath-0.12.3.3-88qSQG1nNNt6BtiBNYeEnU-ghc8.10.7.so ']' + '[' -x Setup ']' + LANG=C.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Preprocessing library for texmath-0.12.3.3.. Running Haddock on library for texmath-0.12.3.3.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: QuickCheck-2.14.2, aeson-1.5.6.0, array-0.5.4.0, assoc-1.0.2, attoparsec-0.13.2.5, base-4.14.3.0, base-compat-0.11.2, base-compat-batteries-0.11.2, base-orphans-0.8.6, bifunctors-5.5.11, binary-0.8.8.0, bytestring-0.10.12.0, comonad-5.0.8, containers-0.6.5.1, data-fix-0.3.2, deepseq-1.4.4.0, distributive-0.6.2.1, dlist-1.0, ghc-boot-th-8.10.7, ghc-prim-0.6.1, hashable-1.3.0.0, indexed-traversable-0.1.2, integer-gmp-1.0.3.0, integer-logarithms-1.0.3.1, mtl-2.2.2, pandoc-types-1.22.1, parsec-3.1.14.0, pretty-1.1.3.6, primitive-0.7.3.0, random-1.2.0, scientific-0.3.7.0, split-0.2.3.4, splitmix-0.1.0.3, strict-0.4.0.1, syb-0.7.2.1, tagged-0.8.6.1, template-haskell-2.16.0.0, text-1.2.4.1, th-abstraction-0.4.3.0, these-1.1.1.1, time-1.9.3, time-compat-1.9.5, transformers-0.5.6.2, transformers-compat-0.6.6, unix-2.7.2.2, unordered-containers-0.2.16.0, uuid-types-1.0.5, vector-0.12.3.1, xml-1.3.14 Warning: --source-* options are ignored when --hyperlinked-source is enabled. src/Text/TeXMath/Readers/TeX/Macros.hs:37:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 37 | import Control.Applicative ((<*)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/TeX.hs:9:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 9 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Shared.hs:47:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 47 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Shared.hs:48:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 48 | import Control.Applicative ((<$>), (<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/MathML/MMLDict.hs:30:1: warning: [-Wunused-imports] The import of ‘mconcat’ from module ‘Data.Monoid’ is redundant | 30 | import Data.Monoid (First(..), mconcat) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/OMML.hs:44:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 44 | import Control.Applicative ((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/TeX.hs:36:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 36 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/TeX.hs:42:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 42 | import Control.Applicative ((<*), (*>), (<*>), (<$>), (<$), pure) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/MathML.hs:48:1: warning: [-Wunused-imports] The import of ‘<$>, <*>’ from module ‘Control.Applicative’ is redundant | 48 | import Control.Applicative ((<$>), (<|>), (<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/MathML.hs:52:1: warning: [-Wunused-imports] The import of ‘mconcat’ from module ‘Data.Monoid’ is redundant | 52 | import Data.Monoid (mconcat, First(..), getFirst) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Readers/MathML.hs:53:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 53 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Writers/Eqn.hs:31:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 31 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Writers/MathML.hs:32:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 32 | import Control.Applicative ((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Writers/MathML.hs:33:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 33 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Writers/TeX.hs:29:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 29 | import Data.Semigroup ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/TeXMath/Writers/TeX.hs:30:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 30 | import Control.Applicative ((<$>), Applicative) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: Warning: Couldn't find .haddock for export ExceptT Warning: Couldn't find .haddock for export Except Warning: Couldn't find .haddock for export MonadError Warning: Couldn't find .haddock for export runExceptT Warning: Couldn't find .haddock for export runExcept 100% ( 2 / 2) in 'Text.TeXMath.Readers.MathML.EntityMap' 80% ( 4 / 5) in 'Text.TeXMath.Readers.TeX.Macros' Missing documentation for: Macro (src/Text/TeXMath/Readers/TeX/Macros.hs:39) 40% ( 2 / 5) in 'Text.TeXMath.TeX' Missing documentation for: Module header isControlSeq (src/Text/TeXMath/TeX.hs:57) escapeLaTeX (src/Text/TeXMath/TeX.hs:63) 37% ( 6 / 16) in 'Text.TeXMath.Types' Missing documentation for: Exp (src/Text/TeXMath/Types.hs:49) TeXSymbolType (src/Text/TeXMath/Types.hs:34) ArrayLine (src/Text/TeXMath/Types.hs:47) FractionType (src/Text/TeXMath/Types.hs:41) TextType (src/Text/TeXMath/Types.hs:106) Alignment (src/Text/TeXMath/Types.hs:38) DisplayType (src/Text/TeXMath/Types.hs:102) FormType (src/Text/TeXMath/Types.hs:122) Property (src/Text/TeXMath/Types.hs:124) Position (src/Text/TeXMath/Types.hs:150) 100% ( 3 / 3) in 'Text.TeXMath.Readers.MathML.MMLDict' 100% ( 4 / 4) in 'Text.TeXMath.Unicode.Fonts' 80% ( 4 / 5) in 'Text.TeXMath.Unicode.ToUnicode' Missing documentation for: toUnicodeChar (src/Text/TeXMath/Unicode/ToUnicode.hs:41) 75% ( 3 / 4) in 'Text.TeXMath.Unicode.ToTeX' Missing documentation for: records (src/Text/TeXMath/Unicode/ToTeX.hs:113) 50% ( 1 / 2) in 'Text.TeXMath.Readers.OMML' Missing documentation for: readOMML (src/Text/TeXMath/Readers/OMML.hs:47) 100% ( 2 / 2) in 'Text.TeXMath.Readers.TeX' 100% ( 2 / 2) in 'Text.TeXMath.Readers.MathML' 50% ( 1 / 2) in 'Text.TeXMath.Writers.Eqn' Missing documentation for: Module header 100% ( 2 / 2) in 'Text.TeXMath.Writers.MathML' 100% ( 2 / 2) in 'Text.TeXMath.Writers.OMML' 100% ( 2 / 2) in 'Text.TeXMath.Writers.Pandoc' 75% ( 3 / 4) in 'Text.TeXMath.Writers.TeX' Missing documentation for: Module header 76% ( 10 / 13) in 'Text.TeXMath' Missing documentation for: readOMML (src/Text/TeXMath/Readers/OMML.hs:47) DisplayType (src/Text/TeXMath/Types.hs:102) Exp (src/Text/TeXMath/Types.hs:49) Warning: Text.TeXMath.Readers.MathML.EntityMap: could not find link destinations for: - Data.Text.Internal.Text - GHC.Maybe.Maybe Warning: Text.TeXMath.Readers.TeX.Macros: could not find link destinations for: - GHC.Show.Show - GHC.Show.showsPrec - GHC.Types.Int - GHC.Show.ShowS - GHC.Show.show - GHC.Base.String - GHC.Show.showList - Data.Text.Internal.Text - GHC.Base.Monad - Text.Parsec.Prim.Stream - GHC.Types.Char - Text.Parsec.Prim.ParsecT Warning: Text.TeXMath.TeX: could not find link destinations for: - Data.Text.Internal.Text - GHC.Types.Char - GHC.Classes.Eq - GHC.Classes.== - GHC.Types.Bool - GHC.Classes./= - GHC.Show.Show - GHC.Show.showsPrec - GHC.Types.Int - GHC.Show.ShowS - GHC.Show.show - GHC.Base.String - GHC.Show.showList Warning: Text.TeXMath.Types: could not find link destinations for: - Data.Text.Internal.Text - GHC.Real.Rational - GHC.Types.Bool - GHC.Classes.Eq - GHC.Classes.== - GHC.Classes./= - Data.Data.Data - Data.Data.gfoldl - Data.Data.gunfold - Data.Data.Constr - Data.Data.toConstr - Data.Data.dataTypeOf - Data.Data.DataType - Data.Data.dataCast1 - Data.Typeable.Internal.Typeable - GHC.Maybe.Maybe - Data.Data.dataCast2 - Data.Data.gmapT - Data.Data.gmapQl - Data.Data.gmapQr - Data.Data.gmapQ - Data.Data.gmapQi - GHC.Types.Int - Data.Data.gmapM - GHC.Base.Monad - Data.Data.gmapMp - GHC.Base.MonadPlus - Data.Data.gmapMo - GHC.Classes.Ord - GHC.Classes.compare - GHC.Types.Ordering - GHC.Classes.< - GHC.Classes.<= - GHC.Classes.> - GHC.Classes.>= - GHC.Classes.max - GHC.Classes.min - GHC.Read.Read - GHC.Read.readsPrec - Text.ParserCombinators.ReadP.ReadS - GHC.Read.readList - GHC.Read.readPrec - Text.ParserCombinators.ReadPrec.ReadPrec - GHC.Read.readListPrec - GHC.Show.Show - GHC.Show.showsPrec - GHC.Show.ShowS - GHC.Show.show - GHC.Base.String - GHC.Show.showList - GHC.Types.Char - Data.Either.Either - Text.TeXMath.Types.Middle Warning: Text.TeXMath.Readers.MathML.MMLDict: could not find link destinations for: - Data.Text.Internal.Text - GHC.Maybe.Maybe Warning: Text.TeXMath.Unicode.Fonts: could not find link destinations for: - GHC.Types.Char - GHC.Maybe.Maybe - GHC.Classes.Eq - GHC.Classes.== - GHC.Types.Bool - GHC.Classes./= - GHC.Show.Show - GHC.Show.showsPrec - GHC.Types.Int - GHC.Show.ShowS - GHC.Show.show - GHC.Base.String - GHC.Show.showList - Data.Text.Internal.Text Warning: Text.TeXMath.Unicode.ToUnicode: could not find link destinations for: - GHC.Types.Char - GHC.Maybe.Maybe - Data.Text.Internal.Text Warning: Text.TeXMath.Unicode.ToTeX: could not find link destinations for: - Data.Text.Internal.Text - GHC.Types.Char Warning: Text.TeXMath.Readers.OMML: could not find link destinations for: - Data.Text.Internal.Text - Data.Either.Either Warning: Text.TeXMath.Readers.TeX: could not find link destinations for: - Data.Text.Internal.Text - Data.Either.Either Warning: Text.TeXMath.Readers.MathML: could not find link destinations for: - Data.Text.Internal.Text - Data.Either.Either Warning: Text.TeXMath.Writers.Eqn: could not find link destinations for: - Data.Text.Internal.Text Warning: Text.TeXMath.Writers.MathML: could not find link destinations for: - Text.XML.Light.Types.Element Warning: Text.TeXMath.Writers.OMML: could not find link destinations for: - Text.XML.Light.Types.Element Warning: Text.TeXMath.Writers.Pandoc: could not find link destinations for: - GHC.Maybe.Maybe - Text.Pandoc.Definition.Inline - Text.Pandoc.Definition.Pandoc Warning: Text.TeXMath.Writers.TeX: could not find link destinations for: - Data.Text.Internal.Text Warning: Text.TeXMath: could not find link destinations for: - Data.Text.Internal.Text - Data.Either.Either - Text.XML.Light.Types.Element - GHC.Maybe.Maybe - Text.Pandoc.Definition.Inline - Text.Pandoc.Definition.Pandoc - GHC.Classes.Eq - GHC.Classes.== - GHC.Types.Bool - GHC.Classes./= - GHC.Classes.Ord - GHC.Classes.compare - GHC.Types.Ordering - GHC.Classes.< - GHC.Classes.<= - GHC.Classes.> - GHC.Classes.>= - GHC.Classes.max - GHC.Classes.min - GHC.Show.Show - GHC.Show.showsPrec - GHC.Types.Int - GHC.Show.ShowS - GHC.Show.show - GHC.Base.String - GHC.Show.showList - Data.Data.Data - Data.Data.gfoldl - Data.Data.gunfold - Data.Data.Constr - Data.Data.toConstr - Data.Data.dataTypeOf - Data.Data.DataType - Data.Data.dataCast1 - Data.Typeable.Internal.Typeable - Data.Data.dataCast2 - Data.Data.gmapT - Data.Data.gmapQl - Data.Data.gmapQr - Data.Data.gmapQ - Data.Data.gmapQi - Data.Data.gmapM - GHC.Base.Monad - Data.Data.gmapMp - GHC.Base.MonadPlus - Data.Data.gmapMo - GHC.Read.Read - GHC.Read.readsPrec - Text.ParserCombinators.ReadP.ReadS - GHC.Read.readList - GHC.Read.readPrec - Text.ParserCombinators.ReadPrec.ReadPrec - GHC.Read.readListPrec Documentation created: dist/doc/html/texmath/index.html, dist/doc/html/texmath/texmath.txt Preprocessing test suite 'test-texmath' for texmath-0.12.3.3.. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.omMqX5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64 ++ dirname /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64 + cd texmath-0.12.3.3 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64 Installing library in /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/ghc-8.10.7/texmath-0.12.3.3 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup register --gen-pkg-config + '[' -d /usr/lib64/ghc-8.10.7/lib ']' + '[' -d texmath-0.12.3.3.conf ']' + install -D --mode=0644 texmath-0.12.3.3.conf /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/ghc-8.10.7/package.conf.d/texmath-0.12.3.3.conf + '[' -d /usr/lib64/ghc-8.10.7/lib ']' + '[' '!' -f /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/ghc-8.10.7/package.conf.d/texmath-0.12.3.3.conf ']' + rm -f ghc-texmath.files ghc-texmath-doc.files + touch ghc-texmath.files ghc-texmath-doc.files + for i in /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/libHStexmath-0.12.3.3-*ghc8.10.7.so + '[' -x /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/libHStexmath-0.12.3.3-88qSQG1nNNt6BtiBNYeEnU-ghc8.10.7.so ']' + echo /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/libHStexmath-0.12.3.3-88qSQG1nNNt6BtiBNYeEnU-ghc8.10.7.so + pkgdir=/builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/ghc-8.10.7/texmath-0.12.3.3 + '[' -d /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/ghc-8.10.7/texmath-0.12.3.3 ']' + find /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/ghc-8.10.7/texmath-0.12.3.3 -type d -fprintf ghc-texmath-devel.files '%%dir %p\n' -o '(' -name '*.p_hi' -o -name 'libHS*_p.a' ')' -fprint ghc-texmath-prof.files -o -fprint ghc-texmath-devel.files + ls /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/ghc-8.10.7/package.conf.d/texmath-0.12.3.3.conf + haddock_dir=/usr/share/doc/ghc/html/libraries/texmath-0.12.3.3 + '[' -d /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/doc/ghc/html/libraries/texmath-0.12.3.3 ']' + echo /usr/share/doc/ghc/html/libraries/texmath-0.12.3.3 + for i in ghc-texmath.files ghc-texmath-devel.files ghc-texmath-doc.files ghc-texmath-prof.files + '[' -f ghc-texmath.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64!!g' ghc-texmath.files + for i in ghc-texmath.files ghc-texmath-devel.files ghc-texmath-doc.files ghc-texmath-prof.files + '[' -f ghc-texmath-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64!!g' ghc-texmath-devel.files + for i in ghc-texmath.files ghc-texmath-devel.files ghc-texmath-doc.files ghc-texmath-prof.files + '[' -f ghc-texmath-doc.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64!!g' ghc-texmath-doc.files + for i in ghc-texmath.files ghc-texmath-devel.files ghc-texmath-doc.files ghc-texmath-prof.files + '[' -f ghc-texmath-prof.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64!!g' ghc-texmath-prof.files deleting rpaths: + echo 'deleting rpaths:' + type chrpath ++ find /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64 -type f -executable -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -print + for i in $(find /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64 -type f -executable -exec sh -c "file {} | grep -q 'dynamically linked'" \; -print) + chrpath -d /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/lib64/libHStexmath-0.12.3.3-88qSQG1nNNt6BtiBNYeEnU-ghc8.10.7.so + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1EmU4a + umask 022 + cd /builddir/build/BUILD + cd texmath-0.12.3.3 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup test Running 1 test suites... Test suite test-texmath: RUNNING... Test suite test-texmath: PASS Test suite logged to: dist/test/texmath-0.12.3.3-test-texmath.log 1 of 1 test suites (1 of 1 test cases) passed. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ghc-texmath-0.12.3.3-1.el9.aarch64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.k2hi46 + umask 022 + cd /builddir/build/BUILD + cd texmath-0.12.3.3 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/licenses/ghc-texmath + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/licenses/ghc-texmath + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/licenses/ghc-texmath + RPM_EC=0 ++ jobs -p + exit 0 Provides: ghc-texmath = 0.12.3.3-1.el9 ghc-texmath(aarch-64) = 0.12.3.3-1.el9 libHStexmath-0.12.3.3-88qSQG1nNNt6BtiBNYeEnU-ghc8.10.7.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libHSQuickCheck-2.14.2-9rf7Ptubtsq2r16JBDh0XY-ghc8.10.7.so()(64bit) libHSaeson-1.5.6.0-gBocWxSv2gI3yy25Sudqw-ghc8.10.7.so()(64bit) libHSarray-0.5.4.0-ghc8.10.7.so()(64bit) libHSassoc-1.0.2-DlFj5btkCuHEvzs3TGk8rg-ghc8.10.7.so()(64bit) libHSattoparsec-0.13.2.5-4CNkT6xNlI9Gc8gs7Z5Bf8-ghc8.10.7.so()(64bit) libHSbase-4.14.3.0-ghc8.10.7.so()(64bit) libHSbase-compat-0.11.2-64avUlpGAIHCFD33W605el-ghc8.10.7.so()(64bit) libHSbase-compat-batteries-0.11.2-JdaPm3zwkpxKYNUZOUIpY0-ghc8.10.7.so()(64bit) libHSbase-orphans-0.8.6-8jdORGUoOgxDxHbvgXV8Fx-ghc8.10.7.so()(64bit) libHSbifunctors-5.5.11-2mt06i80omZ6vW2zUZn5Ka-ghc8.10.7.so()(64bit) libHSbinary-0.8.8.0-ghc8.10.7.so()(64bit) libHSbytestring-0.10.12.0-ghc8.10.7.so()(64bit) libHScomonad-5.0.8-14XNTVkXFg430uWHShFyQ9-ghc8.10.7.so()(64bit) libHScontainers-0.6.5.1-ghc8.10.7.so()(64bit) libHSdata-fix-0.3.2-8nSdN9gmH9UFhK32hk3taL-ghc8.10.7.so()(64bit) libHSdeepseq-1.4.4.0-ghc8.10.7.so()(64bit) libHSdistributive-0.6.2.1-KVxKCEEvBG6hEp8usIJcE-ghc8.10.7.so()(64bit) libHSdlist-1.0-2omNVtOWka4BbJoRvWOiUZ-ghc8.10.7.so()(64bit) libHSghc-boot-th-8.10.7-ghc8.10.7.so()(64bit) libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit) libHShashable-1.3.0.0-DKy9JIeMjEpEMnRxDSJKj1-ghc8.10.7.so()(64bit) libHSindexed-traversable-0.1.2-Eo535BQju5EJMNNLLeinJ3-ghc8.10.7.so()(64bit) libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit) libHSinteger-logarithms-1.0.3.1-xsL5hmMYGlG65gkrXlNN-ghc8.10.7.so()(64bit) libHSmtl-2.2.2-ghc8.10.7.so()(64bit) libHSpandoc-types-1.22.1-1Q0R2MtyRZK4O3PNmRdbXY-ghc8.10.7.so()(64bit) libHSparsec-3.1.14.0-ghc8.10.7.so()(64bit) libHSpretty-1.1.3.6-ghc8.10.7.so()(64bit) libHSprimitive-0.7.3.0-HMedJdQUTCQ79SiIUfisnA-ghc8.10.7.so()(64bit) libHSrandom-1.2.0-KwELIRRPk7PAcyDfwXEvGo-ghc8.10.7.so()(64bit) libHSscientific-0.3.7.0-9Bte1MPl0IRAgeMv2NYBdP-ghc8.10.7.so()(64bit) libHSsplit-0.2.3.4-IUvATEEGVazHDL4WYDj96v-ghc8.10.7.so()(64bit) libHSsplitmix-0.1.0.3-EyzgLNoP6DEInch8Jq19NJ-ghc8.10.7.so()(64bit) libHSstrict-0.4.0.1-HBxyMmbTWvEG941xvNhtfo-ghc8.10.7.so()(64bit) libHSsyb-0.7.2.1-8lo4SrTozT6GYOMzTH5Fgq-ghc8.10.7.so()(64bit) libHStagged-0.8.6.1-EiQY3za6Q5HE9cdvqupke2-ghc8.10.7.so()(64bit) libHStemplate-haskell-2.16.0.0-ghc8.10.7.so()(64bit) libHStext-1.2.4.1-ghc8.10.7.so()(64bit) libHSth-abstraction-0.4.3.0-FMje8SMcvo6Ej3bhfOvFnc-ghc8.10.7.so()(64bit) libHSthese-1.1.1.1-ANC3DfyCOI87BdRIbykcno-ghc8.10.7.so()(64bit) libHStime-1.9.3-ghc8.10.7.so()(64bit) libHStime-compat-1.9.5-FhCJFiF8UpKAUAMoG79g1R-ghc8.10.7.so()(64bit) libHStransformers-0.5.6.2-ghc8.10.7.so()(64bit) libHStransformers-compat-0.6.6-9ADqfwGTALm8Nq2ZeUpa4p-ghc8.10.7.so()(64bit) libHSunix-2.7.2.2-ghc8.10.7.so()(64bit) libHSunordered-containers-0.2.16.0-Dv4Rt1LQPww8MojiiwKOfx-ghc8.10.7.so()(64bit) libHSuuid-types-1.0.5-7O7qBkSgwaQ6lmIxpY1HQv-ghc8.10.7.so()(64bit) libHSvector-0.12.3.1-4ZUkvMG0hba9AHoOHt8bPP-ghc8.10.7.so()(64bit) libHSxml-1.3.14-BMgY89G5lTiLN8wPVkfaZq-ghc8.10.7.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Processing files: ghc-texmath-devel-0.12.3.3-1.el9.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.W4FUpO + umask 022 + cd /builddir/build/BUILD + cd texmath-0.12.3.3 + DOCDIR=/builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/doc/ghc-texmath-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/doc/ghc-texmath-devel + cp -pr README.markdown /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/doc/ghc-texmath-devel + cp -pr changelog /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/doc/ghc-texmath-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ghc-devel(texmath-0.12.3.3-88qSQG1nNNt6BtiBNYeEnU) ghc-texmath-devel = 0.12.3.3-1.el9 ghc-texmath-devel(aarch-64) = 0.12.3.3-1.el9 ghc-texmath-static = 0.12.3.3-1.el9 ghc-texmath-static(aarch-64) = 0.12.3.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ghc-devel(base-4.14.3.0) ghc-devel(containers-0.6.5.1) ghc-devel(mtl-2.2.2) ghc-devel(pandoc-types-1.22.1-1Q0R2MtyRZK4O3PNmRdbXY) ghc-devel(parsec-3.1.14.0) ghc-devel(split-0.2.3.4-IUvATEEGVazHDL4WYDj96v) ghc-devel(syb-0.7.2.1-8lo4SrTozT6GYOMzTH5Fgq) ghc-devel(text-1.2.4.1) ghc-devel(xml-1.3.14-BMgY89G5lTiLN8wPVkfaZq) Processing files: ghc-texmath-doc-0.12.3.3-1.el9.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.MTzJbg + umask 022 + cd /builddir/build/BUILD + cd texmath-0.12.3.3 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/licenses/ghc-texmath-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/licenses/ghc-texmath-doc + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-texmath-0.12.3.3-1.el9.aarch64/usr/share/licenses/ghc-texmath-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: ghc-texmath-doc = 0.12.3.3-1.el9 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/ghc-texmath-0.12.3.3-1.el9.aarch64 Wrote: /builddir/build/RPMS/ghc-texmath-doc-0.12.3.3-1.el9.noarch.rpm Wrote: /builddir/build/RPMS/ghc-texmath-0.12.3.3-1.el9.aarch64.rpm Wrote: /builddir/build/RPMS/ghc-texmath-devel-0.12.3.3-1.el9.aarch64.rpm Child return code was: 0