<86>Jun 27 09:55:57 userdel[31102]: delete user 'rooter' <86>Jun 27 09:55:57 userdel[31102]: removed group 'rooter' owned by 'rooter' <86>Jun 27 09:55:57 userdel[31102]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 27 09:55:57 groupadd[31144]: group added to /etc/group: name=rooter, GID=615 <86>Jun 27 09:55:57 groupadd[31144]: group added to /etc/gshadow: name=rooter <86>Jun 27 09:55:57 groupadd[31144]: new group: name=rooter, GID=615 <86>Jun 27 09:55:57 useradd[31160]: new user: name=rooter, UID=615, GID=615, home=/root, shell=/bin/bash <86>Jun 27 09:55:57 userdel[31261]: delete user 'builder' <86>Jun 27 09:55:57 userdel[31261]: removed group 'builder' owned by 'builder' <86>Jun 27 09:55:57 userdel[31261]: removed shadow group 'builder' owned by 'builder' <86>Jun 27 09:55:57 groupadd[31289]: group added to /etc/group: name=builder, GID=616 <86>Jun 27 09:55:57 groupadd[31289]: group added to /etc/gshadow: name=builder <86>Jun 27 09:55:57 groupadd[31289]: new group: name=builder, GID=616 <86>Jun 27 09:55:57 useradd[31351]: new user: name=builder, UID=616, GID=616, home=/usr/src, shell=/bin/bash warning: Macro %hs_configure2 not found warning: Macro %hs_build not found warning: Macro %hs_install not found warning: Macro %hs_gen_filelist not found <13>Jun 27 09:56:02 rpmi: rpm-macros-ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Jun 27 09:56:02 rpmi: rpm-build-haskell-1.4.5-alt1 sisyphus+222088.1140.12.1 1553099315 installed <13>Jun 27 09:56:02 rpmi: libgmp-devel-6.1.2-alt3 sisyphus+229304.40.2.1 1557770992 installed <13>Jun 27 09:56:02 rpmi: libffi-devel-1:3.2.1-alt2 1528881777 installed <13>Jun 27 09:56:02 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Jun 27 09:56:02 rpmi: ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Jun 27 09:56:12 rpmi: ghc7.6.1-7.6.1-alt8 sisyphus+222088.40.12.1 1553098792 installed <13>Jun 27 09:56:13 rpmi: ghc7.6.1-doc-7.6.1-alt8 sisyphus+222088.40.12.1 1553098792 installed warning: File /usr/src/in/source/ghc7.6.1-dataenc-0.14.0.4-alt2.patch is smaller than 8 bytes Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ghc7.6.1-dataenc-0.14.0.4-alt2.nosrc.rpm warning: File /usr/src/RPM/SOURCES/ghc7.6.1-dataenc-0.14.0.4-alt2.patch is smaller than 8 bytes Installing ghc7.6.1-dataenc-0.14.0.4-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96323 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ghc7.6.1-dataenc-0.14.0.4 + echo 'Source #0 (ghc7.6.1-dataenc-0.14.0.4.tar):' Source #0 (ghc7.6.1-dataenc-0.14.0.4.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ghc7.6.1-dataenc-0.14.0.4.tar + cd ghc7.6.1-dataenc-0.14.0.4 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ghc7.6.1-dataenc-0.14.0.4-alt2.patch):' Patch #0 (ghc7.6.1-dataenc-0.14.0.4-alt2.patch): + /usr/bin/patch -p1 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.25265 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ghc7.6.1-dataenc-0.14.0.4 + '[' -f configure.ac -a '!' -f configure ']' + '[' -x Setup ']' + ghc-7.6.1 Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/doc/ghc7.6.1-dataenc-0.14.0.4 '--libsubdir=$compiler/lib/$pkgid' --docdir=/usr/share/doc/ghc7.6.1-dataenc-0.14.0.4 --datadir=/usr/share --datasubdir=ghc7.6.1-dataenc-0.14.0.4 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc Configuring dataenc-0.14.0.4... + '[' -x Setup ']' + ./Setup makefile -f cabal-rpm.mk unrecognised command: makefile (try --help) + ./Setup build Building dataenc-0.14.0.4... Preprocessing library dataenc-0.14.0.4... [ 1 of 14] Compiling Codec.Binary.Util ( src/Codec/Binary/Util.hs, dist/build/Codec/Binary/Util.o ) [ 2 of 14] Compiling Codec.Binary.Base32 ( src/Codec/Binary/Base32.hs, dist/build/Codec/Binary/Base32.o ) [ 3 of 14] Compiling Codec.Binary.Base32Hex ( src/Codec/Binary/Base32Hex.hs, dist/build/Codec/Binary/Base32Hex.o ) [ 4 of 14] Compiling Codec.Binary.Base64 ( src/Codec/Binary/Base64.hs, dist/build/Codec/Binary/Base64.o ) [ 5 of 14] Compiling Codec.Binary.Base64Url ( src/Codec/Binary/Base64Url.hs, dist/build/Codec/Binary/Base64Url.o ) [ 6 of 14] Compiling Codec.Binary.Base85 ( src/Codec/Binary/Base85.hs, dist/build/Codec/Binary/Base85.o ) [ 7 of 14] Compiling Codec.Binary.Url ( src/Codec/Binary/Url.hs, dist/build/Codec/Binary/Url.o ) [ 8 of 14] Compiling Codec.Binary.Uu ( src/Codec/Binary/Uu.hs, dist/build/Codec/Binary/Uu.o ) [ 9 of 14] Compiling Codec.Binary.Xx ( src/Codec/Binary/Xx.hs, dist/build/Codec/Binary/Xx.o ) [10 of 14] Compiling Codec.Binary.QuotedPrintable ( src/Codec/Binary/QuotedPrintable.hs, dist/build/Codec/Binary/QuotedPrintable.o ) [11 of 14] Compiling Codec.Binary.PythonString ( src/Codec/Binary/PythonString.hs, dist/build/Codec/Binary/PythonString.o ) [12 of 14] Compiling Codec.Binary.Yenc ( src/Codec/Binary/Yenc.hs, dist/build/Codec/Binary/Yenc.o ) [13 of 14] Compiling Codec.Binary.Base16 ( src/Codec/Binary/Base16.hs, dist/build/Codec/Binary/Base16.o ) [14 of 14] Compiling Codec.Binary.DataEncoding ( src/Codec/Binary/DataEncoding.hs, dist/build/Codec/Binary/DataEncoding.o ) [ 1 of 14] Compiling Codec.Binary.Util ( src/Codec/Binary/Util.hs, dist/build/Codec/Binary/Util.p_o ) [ 2 of 14] Compiling Codec.Binary.Base32 ( src/Codec/Binary/Base32.hs, dist/build/Codec/Binary/Base32.p_o ) [ 3 of 14] Compiling Codec.Binary.Base32Hex ( src/Codec/Binary/Base32Hex.hs, dist/build/Codec/Binary/Base32Hex.p_o ) [ 4 of 14] Compiling Codec.Binary.Base64 ( src/Codec/Binary/Base64.hs, dist/build/Codec/Binary/Base64.p_o ) [ 5 of 14] Compiling Codec.Binary.Base64Url ( src/Codec/Binary/Base64Url.hs, dist/build/Codec/Binary/Base64Url.p_o ) [ 6 of 14] Compiling Codec.Binary.Base85 ( src/Codec/Binary/Base85.hs, dist/build/Codec/Binary/Base85.p_o ) [ 7 of 14] Compiling Codec.Binary.Url ( src/Codec/Binary/Url.hs, dist/build/Codec/Binary/Url.p_o ) [ 8 of 14] Compiling Codec.Binary.Uu ( src/Codec/Binary/Uu.hs, dist/build/Codec/Binary/Uu.p_o ) [ 9 of 14] Compiling Codec.Binary.Xx ( src/Codec/Binary/Xx.hs, dist/build/Codec/Binary/Xx.p_o ) [10 of 14] Compiling Codec.Binary.QuotedPrintable ( src/Codec/Binary/QuotedPrintable.hs, dist/build/Codec/Binary/QuotedPrintable.p_o ) [11 of 14] Compiling Codec.Binary.PythonString ( src/Codec/Binary/PythonString.hs, dist/build/Codec/Binary/PythonString.p_o ) [12 of 14] Compiling Codec.Binary.Yenc ( src/Codec/Binary/Yenc.hs, dist/build/Codec/Binary/Yenc.p_o ) [13 of 14] Compiling Codec.Binary.Base16 ( src/Codec/Binary/Base16.hs, dist/build/Codec/Binary/Base16.p_o ) [14 of 14] Compiling Codec.Binary.DataEncoding ( src/Codec/Binary/DataEncoding.hs, dist/build/Codec/Binary/DataEncoding.p_o ) [ 1 of 14] Compiling Codec.Binary.Util ( src/Codec/Binary/Util.hs, dist/build/Codec/Binary/Util.dyn_o ) [ 2 of 14] Compiling Codec.Binary.Base32 ( src/Codec/Binary/Base32.hs, dist/build/Codec/Binary/Base32.dyn_o ) [ 3 of 14] Compiling Codec.Binary.Base32Hex ( src/Codec/Binary/Base32Hex.hs, dist/build/Codec/Binary/Base32Hex.dyn_o ) [ 4 of 14] Compiling Codec.Binary.Base64 ( src/Codec/Binary/Base64.hs, dist/build/Codec/Binary/Base64.dyn_o ) [ 5 of 14] Compiling Codec.Binary.Base64Url ( src/Codec/Binary/Base64Url.hs, dist/build/Codec/Binary/Base64Url.dyn_o ) [ 6 of 14] Compiling Codec.Binary.Base85 ( src/Codec/Binary/Base85.hs, dist/build/Codec/Binary/Base85.dyn_o ) [ 7 of 14] Compiling Codec.Binary.Url ( src/Codec/Binary/Url.hs, dist/build/Codec/Binary/Url.dyn_o ) [ 8 of 14] Compiling Codec.Binary.Uu ( src/Codec/Binary/Uu.hs, dist/build/Codec/Binary/Uu.dyn_o ) [ 9 of 14] Compiling Codec.Binary.Xx ( src/Codec/Binary/Xx.hs, dist/build/Codec/Binary/Xx.dyn_o ) [10 of 14] Compiling Codec.Binary.QuotedPrintable ( src/Codec/Binary/QuotedPrintable.hs, dist/build/Codec/Binary/QuotedPrintable.dyn_o ) [11 of 14] Compiling Codec.Binary.PythonString ( src/Codec/Binary/PythonString.hs, dist/build/Codec/Binary/PythonString.dyn_o ) [12 of 14] Compiling Codec.Binary.Yenc ( src/Codec/Binary/Yenc.hs, dist/build/Codec/Binary/Yenc.dyn_o ) [13 of 14] Compiling Codec.Binary.Base16 ( src/Codec/Binary/Base16.hs, dist/build/Codec/Binary/Base16.dyn_o ) [14 of 14] Compiling Codec.Binary.DataEncoding ( src/Codec/Binary/DataEncoding.hs, dist/build/Codec/Binary/DataEncoding.dyn_o ) In-place registering dataenc-0.14.0.4... + ./Setup haddock Running Haddock for dataenc-0.14.0.4... Preprocessing library dataenc-0.14.0.4... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 56% ( 5 / 9) in 'Codec.Binary.Util' 100% ( 11 / 11) in 'Codec.Binary.Base32' 100% ( 11 / 11) in 'Codec.Binary.Base32Hex' 100% ( 11 / 11) in 'Codec.Binary.Base64' 100% ( 11 / 11) in 'Codec.Binary.Base64Url' 100% ( 11 / 11) in 'Codec.Binary.Base85' 100% ( 11 / 11) in 'Codec.Binary.Url' 100% ( 11 / 11) in 'Codec.Binary.Uu' 100% ( 11 / 11) in 'Codec.Binary.Xx' 100% ( 11 / 11) in 'Codec.Binary.QuotedPrintable' 100% ( 11 / 11) in 'Codec.Binary.PythonString' 100% ( 11 / 11) in 'Codec.Binary.Yenc' 100% ( 11 / 11) in 'Codec.Binary.Base16' 76% ( 13 / 17) in 'Codec.Binary.DataEncoding' Documentation created: dist/doc/html/dataenc/index.html + ./Setup register --gen-pkg-config=dataenc.pkg Creating package registration file: dataenc.pkg + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.53970 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ghc7.6.1-dataenc-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ghc7.6.1-dataenc-buildroot + cd ghc7.6.1-dataenc-0.14.0.4 + '[' -x Setup ']' + ./Setup copy --destdir=/usr/src/tmp/ghc7.6.1-dataenc-buildroot Installing library in /usr/src/tmp/ghc7.6.1-dataenc-buildroot/usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4 + '[' -f dataenc.pkg ']' + install -m 755 dataenc.pkg /usr/src/tmp/ghc7.6.1-dataenc-buildroot/usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4 + mkdir -p /usr/src/tmp/ghc7.6.1-dataenc-buildroot/usr/lib/ghc-7.6.1/package.conf.d + install -D -m 644 dataenc.pkg /usr/src/tmp/ghc7.6.1-dataenc-buildroot/usr/lib/ghc-7.6.1/package.conf.d/dataenc-0.14.0.4.conf + /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc7.6.1-dataenc-buildroot /usr/lib /usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4 /usr/src/RPM/BUILD/ghc7.6.1-dataenc-0.14.0.4 ghc7.6.1-dataenc 0.14.0.4 /usr/lib/ghc-7.6.1/package.conf.d/dataenc-0.14.0.4.conf ~/tmp/ghc7.6.1-dataenc-buildroot ~/RPM/BUILD/ghc7.6.1-dataenc-0.14.0.4 find: './usr/bin': No such file or directory find: './usr/share/ghc7.6.1-dataenc-0.14.0.4': No such file or directory ~/RPM/BUILD/ghc7.6.1-dataenc-0.14.0.4 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ghc7.6.1-dataenc-buildroot (auto) mode of './usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ghc7.6.1-dataenc-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/ghc7.6.1-dataenc-buildroot/ (default) Compressing files in /usr/src/tmp/ghc7.6.1-dataenc-buildroot (auto) Adjusting library links in /usr/src/tmp/ghc7.6.1-dataenc-buildroot ./usr/lib: ./usr/lib/ghc-7.6.1/lib: Verifying ELF objects in /usr/src/tmp/ghc7.6.1-dataenc-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: RPATH contains several entries: /usr/lib/ghc-7.6.1/containers-0.5.0.0:/usr/lib/ghc-7.6.1/deepseq-1.3.0.1:/usr/lib/ghc-7.6.1/array-0.4.0.1:/usr/lib/ghc-7.6.1/base-4.6.0.0:/usr/lib/ghc-7.6.1/integer-gmp-0.5.0.0:/usr/lib/ghc-7.6.1/ghc-prim-0.3.0.0:/usr/lib/ghc-7.6.1 verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_7_upd_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_n_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_CAF_BLACKHOLE_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_gc_ut verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_upd_frame_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_bh_upd_frame_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_1_upd_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_MUT_ARR_PTRS_DIRTY_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_p_fast verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_0_fast verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_4_upd_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_n_fast verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_5_upd_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_newArrayzh verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_2_upd_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_MUT_ARR_PTRS_FROZEN0_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: newCAF verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_2_upd_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_3_upd_info verify-elf: WARNING: ./usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_gc_unbx_r1 Hardlinking identical .pyc and .pyo files Processing files: ghc7.6.1-dataenc-0.14.0.4-alt2 warning: File listed twice: /usr/lib/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/LICENSE warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base16.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base16.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base32.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base32.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base32Hex.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base32Hex.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base64.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base64.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base64Url.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base64Url.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base85.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base85.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-DataEncoding.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-DataEncoding.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-PythonString.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-PythonString.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-QuotedPrintable.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-QuotedPrintable.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Url.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Url.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Uu.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Uu.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Xx.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Xx.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Yenc.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Yenc.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/dataenc.haddock warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/dataenc.haddock warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/frames.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/frames.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/haddock-util.js warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/haddock-util.js warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/index-frames.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/index-frames.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/index.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/index.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base16.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base16.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base32.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base32.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base32Hex.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base32Hex.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base64.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base64.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base64Url.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base64Url.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base85.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base85.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-DataEncoding.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-DataEncoding.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-PythonString.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-PythonString.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-QuotedPrintable.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-QuotedPrintable.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Url.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Url.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Uu.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Uu.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Xx.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Xx.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Yenc.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Yenc.html warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/minus.gif warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/minus.gif warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/ocean.css warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/ocean.css warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/plus.gif warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/plus.gif warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/synopsis.png warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/synopsis.png Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7PqaCy find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VLbTld find-requires: running scripts (cpp,debuginfo,files,haskell,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: ghc7.6.1(dataenc) = 0.14.0.4, ghc7.6.1(dataenc-0.14.0.4-a944548e64aa6110f1d25572d65f9d94) Requires: /usr/lib/ghc-7.6.1/base-4.6.0.0/libHSbase-4.6.0.0-ghc7.6.1.so, /usr/lib/ghc-7.6.1/containers-0.5.0.0/libHScontainers-0.5.0.0-ghc7.6.1.so, /usr/lib/ghc-7.6.1/ghc-prim-0.3.0.0/libHSghc-prim-0.3.0.0-ghc7.6.1.so, /usr/lib/ghc-7.6.1/integer-gmp-0.5.0.0/libHSinteger-gmp-0.5.0.0-ghc7.6.1.so, ghc7.6.1(array) = 0.4.0.1, ghc7.6.1(array-0.4.0.1-ebfee84cb9e15dee2d0e80614560a8df), ghc7.6.1(base) = 4.6.0.0, ghc7.6.1(base-4.6.0.0-eac4fa0d0988628e5bd960fef8805b26), ghc7.6.1(containers) = 0.5.0.0, ghc7.6.1(containers-0.5.0.0-cb9c944553f2500c94e74b3e1df1c5dd), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.chAU1i Creating ghc7.6.1-dataenc-debuginfo package Processing files: ghc7.6.1-dataenc-debuginfo-0.14.0.4-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rC8YTx find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fsDCA6 find-requires: running scripts (debuginfo) Requires: ghc7.6.1-dataenc = 0.14.0.4-alt2, /usr/lib/debug/usr/lib/ghc-7.6.1/base-4.6.0.0/libHSbase-4.6.0.0-ghc7.6.1.so.debug, /usr/lib/debug/usr/lib/ghc-7.6.1/containers-0.5.0.0/libHScontainers-0.5.0.0-ghc7.6.1.so.debug, /usr/lib/debug/usr/lib/ghc-7.6.1/ghc-prim-0.3.0.0/libHSghc-prim-0.3.0.0-ghc7.6.1.so.debug, /usr/lib/debug/usr/lib/ghc-7.6.1/integer-gmp-0.5.0.0/libHSinteger-gmp-0.5.0.0-ghc7.6.1.so.debug Adding to ghc7.6.1-dataenc-debuginfo a strict dependency on ghc7.6.1-dataenc Wrote: /usr/src/RPM/RPMS/i586/ghc7.6.1-dataenc-0.14.0.4-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/ghc7.6.1-dataenc-debuginfo-0.14.0.4-alt2.i586.rpm 27.88user 13.96system 1:02.41elapsed 67%CPU (0avgtext+0avgdata 164748maxresident)k 0inputs+0outputs (0major+6512043minor)pagefaults 0swaps 42.60user 17.30system 1:24.42elapsed 70%CPU (0avgtext+0avgdata 164748maxresident)k 0inputs+0outputs (0major+6820215minor)pagefaults 0swaps