<86>Jan 10 02:08:51 userdel[82967]: delete user 'rooter' <86>Jan 10 02:08:51 userdel[82967]: removed group 'rooter' owned by 'rooter' <86>Jan 10 02:08:51 userdel[82967]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 10 02:08:51 groupadd[83002]: group added to /etc/group: name=rooter, GID=1362 <86>Jan 10 02:08:51 groupadd[83002]: group added to /etc/gshadow: name=rooter <86>Jan 10 02:08:51 groupadd[83002]: new group: name=rooter, GID=1362 <86>Jan 10 02:08:51 useradd[83030]: new user: name=rooter, UID=1362, GID=1362, home=/root, shell=/bin/bash <86>Jan 10 02:08:51 userdel[83065]: delete user 'builder' <86>Jan 10 02:08:51 userdel[83065]: removed group 'builder' owned by 'builder' <86>Jan 10 02:08:51 groupadd[83092]: group added to /etc/group: name=builder, GID=1363 <86>Jan 10 02:08:51 groupadd[83092]: group added to /etc/gshadow: name=builder <86>Jan 10 02:08:51 groupadd[83092]: new group: name=builder, GID=1363 <86>Jan 10 02:08:51 useradd[83110]: new user: name=builder, UID=1363, GID=1363, home=/usr/src, shell=/bin/bash <13>Jan 10 02:08:53 rpmi: libopenblas-0.3.19-alt1.1 sisyphus+293828.100.1.1 1642694459 installed <13>Jan 10 02:08:53 rpmi: libopenblas-devel-0.3.19-alt1.1 sisyphus+293828.100.1.1 1642694459 installed <13>Jan 10 02:08:53 rpmi: libxblas-1.0.248-alt2 sisyphus+285045.40.2.1 1631388330 installed <13>Jan 10 02:08:53 rpmi: libquadmath0-12.1.1-alt2 sisyphus+307182.100.1.1 1663781909 installed <13>Jan 10 02:08:53 rpmi: libgfortran5-12.1.1-alt2 sisyphus+307182.100.1.1 1663781909 installed <13>Jan 10 02:08:53 rpmi: liblapack-1:3.8.0-alt7 sisyphus+293726.100.1.1 1642544497 installed <13>Jan 10 02:08:53 rpmi: libblas3gf-3.9.2-alt3 sisyphus+279348.100.1.2 1626513216 installed <13>Jan 10 02:08:53 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jan 10 02:08:53 rpmi: libstdc++12-devel-12.1.1-alt2 sisyphus+307182.100.1.1 1663781909 installed <13>Jan 10 02:08:54 rpmi: gcc12-c++-12.1.1-alt2 sisyphus+307182.100.1.1 1663781909 installed <13>Jan 10 02:08:54 rpmi: gcc-c++-12-alt1 sisyphus+300988.300.1.1 1654033053 installed <13>Jan 10 02:08:54 rpmi: libblas-devel-3.9.2-alt3 sisyphus+279348.100.1.2 1626513216 installed <13>Jan 10 02:08:54 rpmi: liblapack-devel-1:3.8.0-alt7 sisyphus+293726.100.1.1 1642544497 installed <13>Jan 10 02:08:54 rpmi: dos2unix-7.4.3-alt1 sisyphus+301369.100.1.1 1654471085 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/liblevmar-2.5-alt1_14.nosrc.rpm (w1.gzdio) Installing liblevmar-2.5-alt1_14.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.28229 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf levmar-2.5 + echo 'Source #0 (levmar-2.5.tgz):' Source #0 (levmar-2.5.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/levmar-2.5.tgz + /bin/tar -xf - + cd levmar-2.5 + /bin/chmod -c -Rf u+rwX,go-w . mode of './LICENSE' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) + echo 'Patch #0 (levmar-shared.patch):' Patch #0 (levmar-shared.patch): + /usr/bin/patch -p1 -b --suffix .shared patching file Makefile.so + dos2unix -k README.txt dos2unix: converting file README.txt to Unix format... + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.28229 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd levmar-2.5 + mkdir sobj + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -funroll-loops -fPIC' -j16 -f Makefile.so make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -funroll-loops -fPIC -c lmbleic.c -o sobj/lmbleic.o In file included from lmbleic.c:60: lmbleic_core.c:122:11: warning: argument 16 of type 'float[4]' with mismatched bound [-Warray-parameter=] 122 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmbleic.c:31: levmar.h:257:25: note: previously declared as 'float *' 257 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmbleic_core.c:125:11: warning: argument 17 of type 'float[10]' with mismatched bound [-Warray-parameter=] 125 | LM_REAL info[LM_INFO_SZ], levmar.h:257:38: note: previously declared as 'float *' 257 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmbleic_core.c:283:11: warning: argument 15 of type 'float[5]' with mismatched bound [-Warray-parameter=] 283 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:263:25: note: previously declared as 'float *' 263 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmbleic_core.c:289:11: warning: argument 16 of type 'float[10]' with mismatched bound [-Warray-parameter=] 289 | LM_REAL info[LM_INFO_SZ], levmar.h:263:38: note: previously declared as 'float *' 263 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbleic.c:79: lmbleic_core.c:122:11: warning: argument 16 of type 'double[4]' with mismatched bound [-Warray-parameter=] 122 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, levmar.h:152:26: note: previously declared as 'double *' 152 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmbleic_core.c:125:11: warning: argument 17 of type 'double[10]' with mismatched bound [-Warray-parameter=] 125 | LM_REAL info[LM_INFO_SZ], levmar.h:152:40: note: previously declared as 'double *' 152 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmbleic_core.c:283:11: warning: argument 15 of type 'double[5]' with mismatched bound [-Warray-parameter=] 283 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:158:26: note: previously declared as 'double *' 158 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmbleic_core.c:289:11: warning: argument 16 of type 'double[10]' with mismatched bound [-Warray-parameter=] 289 | LM_REAL info[LM_INFO_SZ], levmar.h:158:40: note: previously declared as 'double *' 158 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -funroll-loops -fPIC -c misc.c -o sobj/misc.o In file included from misc.c:47: misc_core.c: In function 'slevmar_pseudoinverse': misc_core.c:342:26: warning: variable 'iwork' set but not used [-Wunused-but-set-variable] 342 | int info, rank, worksz, *iwork, iworksz; | ^~~~~ In file included from misc.c:64: misc_core.c: In function 'dlevmar_pseudoinverse': misc_core.c:342:26: warning: variable 'iwork' set but not used [-Wunused-but-set-variable] 342 | int info, rank, worksz, *iwork, iworksz; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -funroll-loops -fPIC -c lmblec.c -o sobj/lmblec.o In file included from lmblec.c:59: lmblec_core.c:199:11: warning: argument 14 of type 'float[4]' with mismatched bound [-Warray-parameter=] 199 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmblec.c:31: levmar.h:244:25: note: previously declared as 'float *' 244 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmblec_core.c:202:11: warning: argument 15 of type 'float[10]' with mismatched bound [-Warray-parameter=] 202 | LM_REAL info[LM_INFO_SZ], levmar.h:244:38: note: previously declared as 'float *' 244 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmblec_core.c:311:11: warning: argument 13 of type 'float[5]' with mismatched bound [-Warray-parameter=] 311 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:249:25: note: previously declared as 'float *' 249 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmblec_core.c:317:11: warning: argument 14 of type 'float[10]' with mismatched bound [-Warray-parameter=] 317 | LM_REAL info[LM_INFO_SZ], levmar.h:249:38: note: previously declared as 'float *' 249 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmblec.c:78: lmblec_core.c:199:11: warning: argument 14 of type 'double[4]' with mismatched bound [-Warray-parameter=] 199 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, levmar.h:139:26: note: previously declared as 'double *' 139 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmblec_core.c:202:11: warning: argument 15 of type 'double[10]' with mismatched bound [-Warray-parameter=] 202 | LM_REAL info[LM_INFO_SZ], levmar.h:139:40: note: previously declared as 'double *' 139 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmblec_core.c:311:11: warning: argument 13 of type 'double[5]' with mismatched bound [-Warray-parameter=] 311 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:144:26: note: previously declared as 'double *' 144 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmblec_core.c:317:11: warning: argument 14 of type 'double[10]' with mismatched bound [-Warray-parameter=] 317 | LM_REAL info[LM_INFO_SZ], levmar.h:144:40: note: previously declared as 'double *' 144 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -funroll-loops -fPIC -c lmbc.c -o sobj/lmbc.o In file included from lmbc.c:55: lmbc_core.c:287:11: warning: argument 10 of type 'float[4]' with mismatched bound [-Warray-parameter=] 287 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmbc.c:31: levmar.h:219:26: note: previously declared as 'float *' 219 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmbc_core.c:291:11: warning: argument 11 of type 'float[10]' with mismatched bound [-Warray-parameter=] 291 | LM_REAL info[LM_INFO_SZ], levmar.h:219:39: note: previously declared as 'float *' 219 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmbc_core.c:869:11: warning: argument 9 of type 'float[5]' with mismatched bound [-Warray-parameter=] 869 | LM_REAL opts[5], /* I: opts[0-4] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:224:26: note: previously declared as 'float *' 224 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmbc_core.c:875:11: warning: argument 10 of type 'float[10]' with mismatched bound [-Warray-parameter=] 875 | LM_REAL info[LM_INFO_SZ], levmar.h:224:39: note: previously declared as 'float *' 224 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbc.c:77: lmbc_core.c:287:11: warning: argument 10 of type 'double[4]' with mismatched bound [-Warray-parameter=] 287 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, levmar.h:114:27: note: previously declared as 'double *' 114 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmbc_core.c:291:11: warning: argument 11 of type 'double[10]' with mismatched bound [-Warray-parameter=] 291 | LM_REAL info[LM_INFO_SZ], levmar.h:114:41: note: previously declared as 'double *' 114 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmbc_core.c:869:11: warning: argument 9 of type 'double[5]' with mismatched bound [-Warray-parameter=] 869 | LM_REAL opts[5], /* I: opts[0-4] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:119:27: note: previously declared as 'double *' 119 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmbc_core.c:875:11: warning: argument 10 of type 'double[10]' with mismatched bound [-Warray-parameter=] 875 | LM_REAL info[LM_INFO_SZ], levmar.h:119:41: note: previously declared as 'double *' 119 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -funroll-loops -fPIC -c -o lmdemo.o lmdemo.c make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -funroll-loops -fPIC -c lmlec.c -o sobj/lmlec.o In file included from lmlec.c:57: lmlec_core.c:385:11: warning: argument 11 of type 'float[4]' with mismatched bound [-Warray-parameter=] 385 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lmlec.c:30: levmar.h:232:25: note: previously declared as 'float *' 232 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmlec_core.c:388:11: warning: argument 12 of type 'float[10]' with mismatched bound [-Warray-parameter=] 388 | LM_REAL info[LM_INFO_SZ], levmar.h:232:38: note: previously declared as 'float *' 232 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmlec_core.c:514:11: warning: argument 10 of type 'float[5]' with mismatched bound [-Warray-parameter=] 514 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:237:25: note: previously declared as 'float *' 237 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lmlec_core.c:520:11: warning: argument 11 of type 'float[10]' with mismatched bound [-Warray-parameter=] 520 | LM_REAL info[LM_INFO_SZ], levmar.h:237:38: note: previously declared as 'float *' 237 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmlec.c:72: lmlec_core.c:385:11: warning: argument 11 of type 'double[4]' with mismatched bound [-Warray-parameter=] 385 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, levmar.h:127:26: note: previously declared as 'double *' 127 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmlec_core.c:388:11: warning: argument 12 of type 'double[10]' with mismatched bound [-Warray-parameter=] 388 | LM_REAL info[LM_INFO_SZ], levmar.h:127:40: note: previously declared as 'double *' 127 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmlec_core.c:514:11: warning: argument 10 of type 'double[5]' with mismatched bound [-Warray-parameter=] 514 | LM_REAL opts[5], /* I: opts[0-3] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:132:26: note: previously declared as 'double *' 132 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lmlec_core.c:520:11: warning: argument 11 of type 'double[10]' with mismatched bound [-Warray-parameter=] 520 | LM_REAL info[LM_INFO_SZ], levmar.h:132:40: note: previously declared as 'double *' 132 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -funroll-loops -fPIC -c Axb.c -o sobj/Axb.o In file included from Axb.c:49: Axb_core.c: In function 'dAx_eq_b_SVD': Axb_core.c:715:26: warning: variable 'iwork' set but not used [-Wunused-but-set-variable] 715 | int info, rank, worksz, *iwork, iworksz; | ^~~~~ In file included from Axb.c:67: Axb_core.c: In function 'sAx_eq_b_SVD': Axb_core.c:715:26: warning: variable 'iwork' set but not used [-Wunused-but-set-variable] 715 | int info, rank, worksz, *iwork, iworksz; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -funroll-loops -fPIC -c lm.c -o sobj/lm.o In file included from lm.c:54: lm_core.c:68:11: warning: argument 8 of type 'float[4]' with mismatched bound [-Warray-parameter=] 68 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, In file included from lm.c:31: levmar.h:206:59: note: previously declared as 'float *' 206 | float *p, float *x, int m, int n, int itmax, float *opts, | ~~~~~~~^~~~ lm_core.c:71:11: warning: argument 9 of type 'float[10]' with mismatched bound [-Warray-parameter=] 71 | LM_REAL info[LM_INFO_SZ], levmar.h:207:14: note: previously declared as 'float *' 207 | float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ lm_core.c:436:11: warning: argument 7 of type 'float[5]' with mismatched bound [-Warray-parameter=] 436 | LM_REAL opts[5], /* I: opts[0-4] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:211:59: note: previously declared as 'float *' 211 | float *p, float *x, int m, int n, int itmax, float *opts, | ~~~~~~~^~~~ lm_core.c:442:11: warning: argument 8 of type 'float[10]' with mismatched bound [-Warray-parameter=] 442 | LM_REAL info[LM_INFO_SZ], levmar.h:212:14: note: previously declared as 'float *' 212 | float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lm.c:75: lm_core.c:68:11: warning: argument 8 of type 'double[4]' with mismatched bound [-Warray-parameter=] 68 | LM_REAL opts[4], /* I: minim. options [\mu, \epsilon1, \epsilon2, \epsilon3]. Respectively the scale factor for initial \mu, levmar.h:101:62: note: previously declared as 'double *' 101 | double *p, double *x, int m, int n, int itmax, double *opts, | ~~~~~~~~^~~~ lm_core.c:71:11: warning: argument 9 of type 'double[10]' with mismatched bound [-Warray-parameter=] 71 | LM_REAL info[LM_INFO_SZ], levmar.h:102:15: note: previously declared as 'double *' 102 | double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ lm_core.c:436:11: warning: argument 7 of type 'double[5]' with mismatched bound [-Warray-parameter=] 436 | LM_REAL opts[5], /* I: opts[0-4] = minim. options [\mu, \epsilon1, \epsilon2, \epsilon3, \delta]. Respectively the levmar.h:106:62: note: previously declared as 'double *' 106 | double *p, double *x, int m, int n, int itmax, double *opts, | ~~~~~~~~^~~~ lm_core.c:442:11: warning: argument 8 of type 'double[10]' with mismatched bound [-Warray-parameter=] 442 | LM_REAL info[LM_INFO_SZ], levmar.h:107:15: note: previously declared as 'double *' 107 | double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -shared -Wl,-soname,liblevmar.so.2 -o sobj/liblevmar.so.2.2 sobj/lm.o sobj/Axb.o sobj/misc.o sobj/lmlec.o sobj/lmbc.o sobj/lmblec.o sobj/lmbleic.o -llapack -lblas make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' ln -s liblevmar.so.2.2 sobj/liblevmar.so make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc lmdemo.o -o lmdemo -Lsobj -llevmar -llapack -lblas -lm -u MAIN__ make: Leaving directory '/usr/src/RPM/BUILD/levmar-2.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.194 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/liblevmar-buildroot + : + /bin/rm -rf -- /usr/src/tmp/liblevmar-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd levmar-2.5 + install -D -p -m 755 sobj/liblevmar.so.2.2 /usr/src/tmp/liblevmar-buildroot/usr/lib64/liblevmar.so.2.2 + install -D -p -m 644 levmar.h /usr/src/tmp/liblevmar-buildroot/usr/include/levmar.h + install -D -p -m 755 lmdemo /usr/src/tmp/liblevmar-buildroot/usr/bin/lmdemo + ln -s liblevmar.so.2.2 /usr/src/tmp/liblevmar-buildroot/usr/lib64/liblevmar.so.2 + ln -s liblevmar.so.2.2 /usr/src/tmp/liblevmar-buildroot/usr/lib64/liblevmar.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/liblevmar-buildroot (auto) mode of './usr/lib64/liblevmar.so.2.2' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/liblevmar-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/liblevmar-buildroot/ (default) Compressing files in /usr/src/tmp/liblevmar-buildroot (auto) Adjusting library links in /usr/src/tmp/liblevmar-buildroot ./usr/lib64: (from :0) liblevmar.so.2 -> liblevmar.so.2.2 Verifying ELF objects in /usr/src/tmp/liblevmar-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: liblevmar-2.5-alt1_14 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.43642 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd levmar-2.5 + DOCDIR=/usr/src/tmp/liblevmar-buildroot/usr/share/doc/liblevmar-2.5 + export DOCDIR + rm -rf /usr/src/tmp/liblevmar-buildroot/usr/share/doc/liblevmar-2.5 + /bin/mkdir -p /usr/src/tmp/liblevmar-buildroot/usr/share/doc/liblevmar-2.5 + cp -prL README.txt LICENSE /usr/src/tmp/liblevmar-buildroot/usr/share/doc/liblevmar-2.5 + chmod -R go-w /usr/src/tmp/liblevmar-buildroot/usr/share/doc/liblevmar-2.5 + chmod -R a+rX /usr/src/tmp/liblevmar-buildroot/usr/share/doc/liblevmar-2.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L9CJgB find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/liblevmar-buildroot/usr/lib64/liblevmar.so.2: 66 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9svpR9 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) lib.req: WARNING: /usr/src/tmp/liblevmar-buildroot/usr/lib64/liblevmar.so.2.2: underlinked libraries: /lib64/libm.so.6 lib.req: WARNING: /usr/src/tmp/liblevmar-buildroot/usr/lib64/liblevmar.so.2: underlinked libraries: /lib64/libm.so.6 Provides: levmar = 2.5-alt1_14, liblevmar.so.2()(64bit) = set:kds9JLaCL791unVPwbDqFcwn9ahZAJtscS2mDLnZJ54Bdl5YZorbdbLaXJZIegJ2MqvorFK22Z000VpjfZFYXzVHZlJ2xGXolIds3svpZ9a2eYerZJpNafFizhqV1M0if4WfCbuGp3Gqt9 Requires: libblas.so.3gf()(64bit) >= set:mk7SNZeC1, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), liblapack.so.4()(64bit) >= set:ojd61sgBsnHQBgA39ulZmOaOX4NfGIN5Au3KVcWxyjlFTzzF9h7HAfKzE4rkD6txHS5GmrYWvHQXPgw1, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.z5myFP Creating liblevmar-debuginfo package Processing files: liblevmar-devel-2.5-alt1_14 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U3OJOa find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cFTRjs find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: levmar-devel = 2.5-alt1_14 Requires: liblevmar = 2.5-alt1_14, /lib64/ld-linux-x86-64.so.2, /usr/lib64/liblevmar.so.2.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), liblevmar.so.2()(64bit) >= set:kjV54, libm.so.6(GLIBC_2.29)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IWFRws Creating liblevmar-devel-debuginfo package Processing files: liblevmar-debuginfo-2.5-alt1_14 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NMwfNH find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3b6yzH find-requires: running scripts (debuginfo) Provides: debug64(liblevmar.so.2) Requires: liblevmar = 2.5-alt1_14, debug64(libblas.so.3gf), debug64(libc.so.6), debug64(liblapack.so.4) Processing files: liblevmar-devel-debuginfo-2.5-alt1_14 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Icn9Xb find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ttux5M find-requires: running scripts (debuginfo) Requires: liblevmar-devel = 2.5-alt1_14, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(liblevmar.so.2), debug64(libm.so.6) Adding to liblevmar-devel-debuginfo a strict dependency on liblevmar-debuginfo Removing from liblevmar-devel-debuginfo 1 sources provided by liblevmar-debuginfo Removing 3 extra deps from liblevmar-devel due to dependency on liblevmar Removing 1 extra deps from liblevmar-devel-debuginfo due to dependency on liblevmar-debuginfo Removing 4 extra deps from liblevmar-devel due to repentancy on liblevmar Removing 1 extra deps from liblevmar-devel-debuginfo due to repentancy on liblevmar-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/liblevmar-2.5-alt1_14.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/liblevmar-devel-2.5-alt1_14.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/liblevmar-debuginfo-2.5-alt1_14.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/liblevmar-devel-debuginfo-2.5-alt1_14.x86_64.rpm (w2.lzdio) 4.89user 1.06system 0:14.28elapsed 41%CPU (0avgtext+0avgdata 133660maxresident)k 0inputs+0outputs (0major+434803minor)pagefaults 0swaps 1.75user 1.25system 0:20.43elapsed 14%CPU (0avgtext+0avgdata 108964maxresident)k 608inputs+0outputs (32404major+160466minor)pagefaults 0swaps --- liblevmar-2.5-alt1_14.x86_64.rpm.repo 2017-03-18 09:06:12.000000000 +0000 +++ liblevmar-2.5-alt1_14.x86_64.rpm.hasher 2023-01-10 02:09:10.227266929 +0000 @@ -7,4 +7,6 @@ Requires: rpmlib(SetVersions) +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.4)(64bit) Requires: liblapack.so.4()(64bit) >= set:ojd61sgBsnHQBgA39ulZmOaOX4NfGIN5Au3KVcWxyjlFTzzF9h7HAfKzE4rkD6txHS5GmrYWvHQXPgw1 @@ -16,3 +18,3 @@ File: /usr/lib64/liblevmar.so.2 120777 root:root liblevmar.so.2.2 -File: /usr/lib64/liblevmar.so.2.2 100644 root:root 036bb76a3008b9ce3a90aa0fd2912a6c +File: /usr/lib64/liblevmar.so.2.2 100644 root:root d625a322a58b5e71a45888392fb864c1 File: /usr/share/doc/liblevmar-2.5 40755 root:root @@ -20,2 +22,2 @@ File: /usr/share/doc/liblevmar-2.5/README.txt 100644 root:root b14993adf767338711bc78778610f44d -RPMIdentity: c8a01486d0f5682e74f09b98ef5a1a682308d03e6581a1a3e976e1bd79697362f7e6249cef782388c71a57607bbd9c896f466e66ad515660399aab1845cd26ba +RPMIdentity: efe0bcd62115a013c5b6bbffdab2836cb3ff5a583837bcc10f95a6c5a73a8337257d47d60a4b20d6501da20a24b1e933f0d5ee1e388a918cf40783c05893aa78 --- liblevmar-debuginfo-2.5-alt1_14.x86_64.rpm.repo 2017-03-18 09:06:12.000000000 +0000 +++ liblevmar-debuginfo-2.5-alt1_14.x86_64.rpm.hasher 2023-01-10 02:09:10.577272763 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/fd 40755 root:root -/usr/lib/debug/.build-id/fd/5387466a195ace6c2fc33c2ecda2b149593c48 120777 root:root ../../../../lib64/liblevmar.so.2.2 -/usr/lib/debug/.build-id/fd/5387466a195ace6c2fc33c2ecda2b149593c48.debug 120777 root:root ../../usr/lib64/liblevmar.so.2.2.debug +/usr/lib/debug/.build-id/e3 40755 root:root +/usr/lib/debug/.build-id/e3/8befa1ec6c0d28395b1221faa6dfd7faa10d87 120777 root:root ../../../../lib64/liblevmar.so.2.2 +/usr/lib/debug/.build-id/e3/8befa1ec6c0d28395b1221faa6dfd7faa10d87.debug 120777 root:root ../../usr/lib64/liblevmar.so.2.2.debug /usr/lib/debug/usr/lib64/liblevmar.so.2.2.debug 100644 root:root @@ -6,9 +6,16 @@ /usr/src/debug/levmar-2.5 40755 root:root +/usr/src/debug/levmar-2.5/Axb.c 100644 root:root /usr/src/debug/levmar-2.5/Axb_core.c 100644 root:root /usr/src/debug/levmar-2.5/levmar.h 100644 root:root +/usr/src/debug/levmar-2.5/lm.c 100644 root:root /usr/src/debug/levmar-2.5/lm_core.c 100644 root:root +/usr/src/debug/levmar-2.5/lmbc.c 100644 root:root /usr/src/debug/levmar-2.5/lmbc_core.c 100644 root:root +/usr/src/debug/levmar-2.5/lmblec.c 100644 root:root /usr/src/debug/levmar-2.5/lmblec_core.c 100644 root:root +/usr/src/debug/levmar-2.5/lmbleic.c 100644 root:root /usr/src/debug/levmar-2.5/lmbleic_core.c 100644 root:root +/usr/src/debug/levmar-2.5/lmlec.c 100644 root:root /usr/src/debug/levmar-2.5/lmlec_core.c 100644 root:root +/usr/src/debug/levmar-2.5/misc.c 100644 root:root /usr/src/debug/levmar-2.5/misc.h 100644 root:root @@ -22,17 +29,24 @@ Provides: liblevmar-debuginfo = 2.5-alt1_14 -File: /usr/lib/debug/.build-id/fd 40755 root:root -File: /usr/lib/debug/.build-id/fd/5387466a195ace6c2fc33c2ecda2b149593c48 120777 root:root ../../../../lib64/liblevmar.so.2.2 -File: /usr/lib/debug/.build-id/fd/5387466a195ace6c2fc33c2ecda2b149593c48.debug 120777 root:root ../../usr/lib64/liblevmar.so.2.2.debug -File: /usr/lib/debug/usr/lib64/liblevmar.so.2.2.debug 100644 root:root c99f0f82a92302ed30661613529a990a +File: /usr/lib/debug/.build-id/e3 40755 root:root +File: /usr/lib/debug/.build-id/e3/8befa1ec6c0d28395b1221faa6dfd7faa10d87 120777 root:root ../../../../lib64/liblevmar.so.2.2 +File: /usr/lib/debug/.build-id/e3/8befa1ec6c0d28395b1221faa6dfd7faa10d87.debug 120777 root:root ../../usr/lib64/liblevmar.so.2.2.debug +File: /usr/lib/debug/usr/lib64/liblevmar.so.2.2.debug 100644 root:root b338eeea0b79ce49c31cb1d69d72e6bc File: /usr/lib/debug/usr/lib64/liblevmar.so.2.debug 120777 root:root liblevmar.so.2.2.debug File: /usr/src/debug/levmar-2.5 40755 root:root +File: /usr/src/debug/levmar-2.5/Axb.c 100644 root:root 5668cf6b080544111a3d1bddf7a05afc File: /usr/src/debug/levmar-2.5/Axb_core.c 100644 root:root fa10af9f08121197a59efe8a8e14d25e File: /usr/src/debug/levmar-2.5/levmar.h 100644 root:root 19c61d2732e36c18bcb33677e1547f64 +File: /usr/src/debug/levmar-2.5/lm.c 100644 root:root 7d7d2ef3e9acea7a3ce30202835252ce File: /usr/src/debug/levmar-2.5/lm_core.c 100644 root:root fb0d178dde1a5df83e7c84715138d265 +File: /usr/src/debug/levmar-2.5/lmbc.c 100644 root:root 66a093aa650a7c88fc4e6c7491e8eda7 File: /usr/src/debug/levmar-2.5/lmbc_core.c 100644 root:root c3323f02867aa01f0e9fbc88da124b83 +File: /usr/src/debug/levmar-2.5/lmblec.c 100644 root:root a6089691e25b3323dce519fd938cf36f File: /usr/src/debug/levmar-2.5/lmblec_core.c 100644 root:root 04ad91b10090f8a4fa984c1034d4cd81 +File: /usr/src/debug/levmar-2.5/lmbleic.c 100644 root:root 72cf0bdb29fd4214a2845cb672c159d5 File: /usr/src/debug/levmar-2.5/lmbleic_core.c 100644 root:root 60d9e71afe56c1673e2472dde2990c77 +File: /usr/src/debug/levmar-2.5/lmlec.c 100644 root:root 20878158d77874ee6c336b24e0eba8f7 File: /usr/src/debug/levmar-2.5/lmlec_core.c 100644 root:root 2e56a249b7af06c48d4dad4034bcd0e2 +File: /usr/src/debug/levmar-2.5/misc.c 100644 root:root 6c33bb137b8e76198a858adbc9364474 File: /usr/src/debug/levmar-2.5/misc.h 100644 root:root 900956f7332e514ecf2003afad31b44e File: /usr/src/debug/levmar-2.5/misc_core.c 100644 root:root e68dc9c9c9dc4e61419953addd75198c -RPMIdentity: b53469255fa4c447ea5d97957af023fb3c593763949596889f8a931b8d45c5fc2a78c936530d138cee559941dad17b3af4c0b45d45246f97b6ec72d90463f100 +RPMIdentity: ef304a2290b25b6384f1c33a4511e63aee396499d8109c8d597db5ac4cffd3bd46e1b9e8679e6ac6fe4f1982742e1b4c313fa59b255124cf011c05dd4bdf8986 --- liblevmar-devel-2.5-alt1_14.x86_64.rpm.repo 2017-03-18 09:06:12.000000000 +0000 +++ liblevmar-devel-2.5-alt1_14.x86_64.rpm.hasher 2023-01-10 02:09:10.626273580 +0000 @@ -5,3 +5,4 @@ Requires: /lib64/ld-linux-x86-64.so.2 -Requires: libm.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) +Requires: libm.so.6(GLIBC_2.29)(64bit) Requires: rpmlib(PayloadIsLzma) @@ -9,5 +10,5 @@ Provides: liblevmar-devel = 2.5-alt1_14 -File: /usr/bin/lmdemo 100755 root:root 3f555883cd71d03adf71be207c055fa6 +File: /usr/bin/lmdemo 100755 root:root 29ae124a023ba4ddd1b408e63b72544e File: /usr/include/levmar.h 100644 root:root 19c61d2732e36c18bcb33677e1547f64 File: /usr/lib64/liblevmar.so 120777 root:root liblevmar.so.2.2 -RPMIdentity: ded4777e65dcd637aa9114677fe792898879f0cfb2dfd1c6eb32ef5db42ed9d974839717b79be3b68439fec38a7cfb63f9359b1ca5eb03ff87f2dfc2bfd38b37 +RPMIdentity: 1743deb5b669a4c1c86a1b05133ead44d05ba8a21498063e13d15b61958ef5062e6027033ef7ea3d332d00e8219ec7447241a49e34504757e4e9a62584642d46 --- liblevmar-devel-debuginfo-2.5-alt1_14.x86_64.rpm.repo 2017-03-18 09:06:12.000000000 +0000 +++ liblevmar-devel-debuginfo-2.5-alt1_14.x86_64.rpm.hasher 2023-01-10 02:09:10.993279697 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/bd 40755 root:root -/usr/lib/debug/.build-id/bd/ec6018093302cb9b8e25d9c97d18717e1e4423 120777 root:root ../../../../bin/lmdemo -/usr/lib/debug/.build-id/bd/ec6018093302cb9b8e25d9c97d18717e1e4423.debug 120777 root:root ../../usr/bin/lmdemo.debug +/usr/lib/debug/.build-id/d4 40755 root:root +/usr/lib/debug/.build-id/d4/f6bc196ab3b43d9ee992807dbfeff364fce4da 120777 root:root ../../../../bin/lmdemo +/usr/lib/debug/.build-id/d4/f6bc196ab3b43d9ee992807dbfeff364fce4da.debug 120777 root:root ../../usr/bin/lmdemo.debug /usr/lib/debug/usr/bin/lmdemo.debug 100644 root:root @@ -12,8 +12,8 @@ Provides: liblevmar-devel-debuginfo = 2.5-alt1_14 -File: /usr/lib/debug/.build-id/bd 40755 root:root -File: /usr/lib/debug/.build-id/bd/ec6018093302cb9b8e25d9c97d18717e1e4423 120777 root:root ../../../../bin/lmdemo -File: /usr/lib/debug/.build-id/bd/ec6018093302cb9b8e25d9c97d18717e1e4423.debug 120777 root:root ../../usr/bin/lmdemo.debug -File: /usr/lib/debug/usr/bin/lmdemo.debug 100644 root:root 3ef6e9de35320f34dc6dbcd5443595f2 +File: /usr/lib/debug/.build-id/d4 40755 root:root +File: /usr/lib/debug/.build-id/d4/f6bc196ab3b43d9ee992807dbfeff364fce4da 120777 root:root ../../../../bin/lmdemo +File: /usr/lib/debug/.build-id/d4/f6bc196ab3b43d9ee992807dbfeff364fce4da.debug 120777 root:root ../../usr/bin/lmdemo.debug +File: /usr/lib/debug/usr/bin/lmdemo.debug 100644 root:root 42cca9bd2a935d6f467a58f02a57816c File: /usr/src/debug/levmar-2.5 40755 root:root File: /usr/src/debug/levmar-2.5/lmdemo.c 100644 root:root 176a7fd09fe831077608d3c9700e70c9 -RPMIdentity: 51455ef6c3a2b788a7189f4f7dea7d135bfff997d8cccd1bbb47064a30b2fce69d71093c67ac8fd18f084d3e40ba96fa27965daaa58a875fe07712e9061c60af +RPMIdentity: 0a422fe7d1c917a811aed03da85f5401ac13b30541d3ee1b5d5028c4456f5caf2f0b946118971c0e2b86ea2a60153144083708726ed6e29016c5df48d98f220e