<86>Sep 14 11:29:21 userdel[1387182]: delete user 'rooter' <86>Sep 14 11:29:21 groupadd[1387312]: group added to /etc/group: name=rooter, GID=702 <86>Sep 14 11:29:21 groupadd[1387312]: group added to /etc/gshadow: name=rooter <86>Sep 14 11:29:21 groupadd[1387312]: new group: name=rooter, GID=702 <86>Sep 14 11:29:21 useradd[1387428]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash <86>Sep 14 11:29:21 userdel[1387768]: delete user 'builder' <86>Sep 14 11:29:21 groupadd[1388052]: group added to /etc/group: name=builder, GID=703 <86>Sep 14 11:29:21 groupadd[1388052]: new group: name=builder, GID=703 <86>Sep 14 11:29:21 useradd[1388178]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash <13>Sep 14 11:29:25 rpmi: libopenblas-0.3.17-alt1 sisyphus+283832.100.3.3 1629985974 installed <13>Sep 14 11:29:25 rpmi: libopenblas-devel-0.3.17-alt1 sisyphus+283832.100.3.3 1629985974 installed <13>Sep 14 11:29:25 rpmi: libxblas-1.0.248-alt2 sisyphus+285045.40.2.1 1631388462 installed <13>Sep 14 11:29:25 rpmi: libquadmath0-11.2.1-alt1 icarus+285089.100.1.1 1631479831 installed <13>Sep 14 11:29:25 rpmi: libgfortran5-11.2.1-alt1 icarus+285089.100.1.1 1631479831 installed <13>Sep 14 11:29:25 rpmi: liblapack-1:3.8.0-alt4 sisyphus+264284.100.1.1 1609587717 installed <13>Sep 14 11:29:25 rpmi: libblas3gf-3.9.2-alt3 sisyphus+279348.100.1.2 1626513137 installed <13>Sep 14 11:29:25 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Sep 14 11:29:26 rpmi: libstdc++11-devel-11.2.1-alt1 icarus+285089.100.1.1 1631479831 installed <13>Sep 14 11:29:28 rpmi: gcc11-c++-11.2.1-alt1 icarus+285089.100.1.1 1631479831 installed <13>Sep 14 11:29:28 rpmi: gcc-c++-11-alt1 icarus+285089.300.1.1 1631485148 installed <13>Sep 14 11:29:28 rpmi: libblas-devel-3.9.2-alt3 sisyphus+279348.100.1.2 1626513137 installed <13>Sep 14 11:29:28 rpmi: liblapack-devel-1:3.8.0-alt4 sisyphus+264284.100.1.1 1609587717 installed <13>Sep 14 11:29:28 rpmi: dos2unix-7.4.2-alt1 sisyphus+279663.100.1.2 1626654189 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.47079 + 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.47079 + 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 -march=i586 -mtune=generic -fPIC -DPIC -funroll-loops -fPIC' -j8 -f Makefile.so make: Entering directory '/usr/src/RPM/BUILD/levmar-2.5' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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, | ~~~~~~~^~~~ In file included from lm.c:54: lm_core.c:71:11: warning: argument 9 of type 'float[10]' with mismatched bound [-Warray-parameter=] 71 | LM_REAL info[LM_INFO_SZ], In file included from lm.c:31: levmar.h:207:14: note: previously declared as 'float *' 207 | float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lm.c:54: 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 In file included from lm.c:31: levmar.h:211:59: note: previously declared as 'float *' 211 | float *p, float *x, int m, int n, int itmax, float *opts, | ~~~~~~~^~~~ In file included from lm.c:54: lm_core.c:442:11: warning: argument 8 of type 'float[10]' with mismatched bound [-Warray-parameter=] 442 | LM_REAL info[LM_INFO_SZ], In file included from lm.c:31: 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, In file included from lm.c:31: levmar.h:101:62: note: previously declared as 'double *' 101 | double *p, double *x, int m, int n, int itmax, double *opts, | ~~~~~~~~^~~~ In file included from lm.c:75: lm_core.c:71:11: warning: argument 9 of type 'double[10]' with mismatched bound [-Warray-parameter=] 71 | LM_REAL info[LM_INFO_SZ], In file included from lm.c:31: levmar.h:102:15: note: previously declared as 'double *' 102 | double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lm.c:75: 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 In file included from lm.c:31: levmar.h:106:62: note: previously declared as 'double *' 106 | double *p, double *x, int m, int n, int itmax, double *opts, | ~~~~~~~~^~~~ In file included from lm.c:75: lm_core.c:442:11: warning: argument 8 of type 'double[10]' with mismatched bound [-Warray-parameter=] 442 | LM_REAL info[LM_INFO_SZ], In file included from lm.c:31: 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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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); | ~~~~~~~^~~~ In file included from lmblec.c:59: lmblec_core.c:202:11: warning: argument 15 of type 'float[10]' with mismatched bound [-Warray-parameter=] 202 | LM_REAL info[LM_INFO_SZ], In file included from lmblec.c:31: levmar.h:244:38: note: previously declared as 'float *' 244 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmblec.c:59: 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 In file included from lmblec.c:31: levmar.h:249:25: note: previously declared as 'float *' 249 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmblec.c:59: lmblec_core.c:317:11: warning: argument 14 of type 'float[10]' with mismatched bound [-Warray-parameter=] 317 | LM_REAL info[LM_INFO_SZ], In file included from lmblec.c:31: 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, In file included from lmblec.c:31: levmar.h:139:26: note: previously declared as 'double *' 139 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmblec.c:78: lmblec_core.c:202:11: warning: argument 15 of type 'double[10]' with mismatched bound [-Warray-parameter=] 202 | LM_REAL info[LM_INFO_SZ], In file included from lmblec.c:31: levmar.h:139:40: note: previously declared as 'double *' 139 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmblec.c:78: 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 In file included from lmblec.c:31: levmar.h:144:26: note: previously declared as 'double *' 144 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmblec.c:78: lmblec_core.c:317:11: warning: argument 14 of type 'double[10]' with mismatched bound [-Warray-parameter=] 317 | LM_REAL info[LM_INFO_SZ], In file included from lmblec.c:31: 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 -march=i586 -mtune=generic -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); | ~~~~~~~^~~~ In file included from lmlec.c:57: lmlec_core.c:388:11: warning: argument 12 of type 'float[10]' with mismatched bound [-Warray-parameter=] 388 | LM_REAL info[LM_INFO_SZ], In file included from lmlec.c:30: levmar.h:232:38: note: previously declared as 'float *' 232 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmlec.c:57: 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 In file included from lmlec.c:30: levmar.h:237:25: note: previously declared as 'float *' 237 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmlec.c:57: lmlec_core.c:520:11: warning: argument 11 of type 'float[10]' with mismatched bound [-Warray-parameter=] 520 | LM_REAL info[LM_INFO_SZ], In file included from lmlec.c:30: 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, In file included from lmlec.c:30: levmar.h:127:26: note: previously declared as 'double *' 127 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmlec.c:72: lmlec_core.c:388:11: warning: argument 12 of type 'double[10]' with mismatched bound [-Warray-parameter=] 388 | LM_REAL info[LM_INFO_SZ], In file included from lmlec.c:30: levmar.h:127:40: note: previously declared as 'double *' 127 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmlec.c:72: 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 In file included from lmlec.c:30: levmar.h:132:26: note: previously declared as 'double *' 132 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmlec.c:72: lmlec_core.c:520:11: warning: argument 11 of type 'double[10]' with mismatched bound [-Warray-parameter=] 520 | LM_REAL info[LM_INFO_SZ], In file included from lmlec.c:30: 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 -march=i586 -mtune=generic -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); | ~~~~~~~^~~~ In file included from lmbleic.c:60: lmbleic_core.c:125:11: warning: argument 17 of type 'float[10]' with mismatched bound [-Warray-parameter=] 125 | LM_REAL info[LM_INFO_SZ], In file included from lmbleic.c:31: levmar.h:257:38: note: previously declared as 'float *' 257 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbleic.c:60: 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 In file included from lmbleic.c:31: levmar.h:263:25: note: previously declared as 'float *' 263 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbleic.c:60: lmbleic_core.c:289:11: warning: argument 16 of type 'float[10]' with mismatched bound [-Warray-parameter=] 289 | LM_REAL info[LM_INFO_SZ], In file included from lmbleic.c:31: 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, In file included from lmbleic.c:31: levmar.h:152:26: note: previously declared as 'double *' 152 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbleic.c:79: lmbleic_core.c:125:11: warning: argument 17 of type 'double[10]' with mismatched bound [-Warray-parameter=] 125 | LM_REAL info[LM_INFO_SZ], In file included from lmbleic.c:31: levmar.h:152:40: note: previously declared as 'double *' 152 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbleic.c:79: 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 In file included from lmbleic.c:31: levmar.h:158:26: note: previously declared as 'double *' 158 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbleic.c:79: lmbleic_core.c:289:11: warning: argument 16 of type 'double[10]' with mismatched bound [-Warray-parameter=] 289 | LM_REAL info[LM_INFO_SZ], In file included from lmbleic.c:31: 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 -march=i586 -mtune=generic -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); | ~~~~~~~^~~~ In file included from lmbc.c:55: lmbc_core.c:291:11: warning: argument 11 of type 'float[10]' with mismatched bound [-Warray-parameter=] 291 | LM_REAL info[LM_INFO_SZ], In file included from lmbc.c:31: levmar.h:219:39: note: previously declared as 'float *' 219 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbc.c:55: 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 In file included from lmbc.c:31: levmar.h:224:26: note: previously declared as 'float *' 224 | int itmax, float *opts, float *info, float *work, float *covar, void *adata); | ~~~~~~~^~~~ In file included from lmbc.c:55: lmbc_core.c:875:11: warning: argument 10 of type 'float[10]' with mismatched bound [-Warray-parameter=] 875 | LM_REAL info[LM_INFO_SZ], In file included from lmbc.c:31: 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, In file included from lmbc.c:31: levmar.h:114:27: note: previously declared as 'double *' 114 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbc.c:77: lmbc_core.c:291:11: warning: argument 11 of type 'double[10]' with mismatched bound [-Warray-parameter=] 291 | LM_REAL info[LM_INFO_SZ], In file included from lmbc.c:31: levmar.h:114:41: note: previously declared as 'double *' 114 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbc.c:77: 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 In file included from lmbc.c:31: levmar.h:119:27: note: previously declared as 'double *' 119 | int itmax, double *opts, double *info, double *work, double *covar, void *adata); | ~~~~~~~~^~~~ In file included from lmbc.c:77: lmbc_core.c:875:11: warning: argument 10 of type 'double[10]' with mismatched bound [-Warray-parameter=] 875 | LM_REAL info[LM_INFO_SZ], In file included from lmbc.c:31: 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 -march=i586 -mtune=generic -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 -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.2888 + 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/lib/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/lib/liblevmar.so.2 + ln -s liblevmar.so.2.2 /usr/src/tmp/liblevmar-buildroot/usr/lib/liblevmar.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/liblevmar-buildroot (auto) mode of './usr/lib/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/lib: (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.11840 + 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.jJITXm find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/liblevmar-buildroot/usr/lib/liblevmar.so.2: 66 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JkTTir 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/lib/liblevmar.so.2.2: underlinked libraries: /lib/libm.so.6 lib.req: WARNING: /usr/src/tmp/liblevmar-buildroot/usr/lib/liblevmar.so.2: underlinked libraries: /lib/libm.so.6 Provides: levmar = 2.5-alt1_14, liblevmar.so.2 = set:kds9JLaCL791unVPwbDqFcwn9ahZAJtscS2mDLnZJ54Bdl5YZorbdbLaXJZIegJ2MqvorFK22Z000VpjfZFYXzVHZlJ2xGXolIds3svpZ9a2eYerZJpNafFizhqV1M0if4WfCbuGp3Gqt9 Requires: libblas.so.3gf >= set:mk7SNZeC1, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), liblapack.so.4 >= 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.y3O5Mp 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.qgYAsn 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.bXfIQo 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, /lib/ld-linux.so.2, /usr/lib/liblevmar.so.2.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), liblevmar.so.2 >= set:kjV54, libm.so.6(GLIBC_2.29), 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.vpGPro 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.GJbmKp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vyIISq find-requires: running scripts (debuginfo) Provides: debug(liblevmar.so.2) Requires: liblevmar = 2.5-alt1_14, debug(libblas.so.3gf), debug(libc.so.6), debug(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.hWciVq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EP4psp find-requires: running scripts (debuginfo) Requires: liblevmar-devel = 2.5-alt1_14, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(liblevmar.so.2), debug(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 5 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/i586/liblevmar-2.5-alt1_14.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/liblevmar-devel-2.5-alt1_14.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/liblevmar-debuginfo-2.5-alt1_14.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/liblevmar-devel-debuginfo-2.5-alt1_14.i586.rpm (w2.lzdio) 8.39user 1.05system 0:22.23elapsed 42%CPU (0avgtext+0avgdata 79404maxresident)k 0inputs+0outputs (0major+391048minor)pagefaults 0swaps 14.07user 3.62system 0:39.44elapsed 44%CPU (0avgtext+0avgdata 103892maxresident)k 16inputs+0outputs (0major+703384minor)pagefaults 0swaps --- liblevmar-2.5-alt1_14.i586.rpm.repo 2017-03-18 09:06:14.000000000 +0000 +++ liblevmar-2.5-alt1_14.i586.rpm.hasher 2021-09-14 11:29:56.069192191 +0000 @@ -10,2 +10,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.4) Requires: liblapack.so.4 >= set:ojd61sgBsnHQBgA39ulZmOaOX4NfGIN5Au3KVcWxyjlFTzzF9h7HAfKzE4rkD6txHS5GmrYWvHQXPgw1 @@ -17,3 +18,3 @@ File: /usr/lib/liblevmar.so.2 120777 root:root liblevmar.so.2.2 -File: /usr/lib/liblevmar.so.2.2 100644 root:root e108c541c229d4c32e7cb290eb1411b9 +File: /usr/lib/liblevmar.so.2.2 100644 root:root 40c7daf3ecae81b26001dc9d7921a5eb File: /usr/share/doc/liblevmar-2.5 40755 root:root @@ -21,2 +22,2 @@ File: /usr/share/doc/liblevmar-2.5/README.txt 100644 root:root b14993adf767338711bc78778610f44d -RPMIdentity: c3f37f49a35d7d94e978831988329ea96cefeac0a977db5b00671a1d3531afd9e0b15958b073e6164e43e17617c15e5db03daee63154d6c9f9c05fb0d7c8548d +RPMIdentity: 6301c84a2865ac1ff9d43e06e713e9a5b3b3d0744ab79821317c8da9d68f395dc48f7e5ada108e503d8fa4d579e127b82990a90dda0ee166dec4e3b566edc4eb --- liblevmar-debuginfo-2.5-alt1_14.i586.rpm.repo 2017-03-18 09:06:14.000000000 +0000 +++ liblevmar-debuginfo-2.5-alt1_14.i586.rpm.hasher 2021-09-14 11:29:56.256192419 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ed 40755 root:root -/usr/lib/debug/.build-id/ed/f90ee0604f24fee4d5d18ddac0ecf47ed4e02a 120777 root:root ../../../liblevmar.so.2.2 -/usr/lib/debug/.build-id/ed/f90ee0604f24fee4d5d18ddac0ecf47ed4e02a.debug 120777 root:root ../../usr/lib/liblevmar.so.2.2.debug +/usr/lib/debug/.build-id/2c 40755 root:root +/usr/lib/debug/.build-id/2c/fd0979cc08a6f6303ae68d4f30df80e15f2c82 120777 root:root ../../../liblevmar.so.2.2 +/usr/lib/debug/.build-id/2c/fd0979cc08a6f6303ae68d4f30df80e15f2c82.debug 120777 root:root ../../usr/lib/liblevmar.so.2.2.debug /usr/lib/debug/usr/lib/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/ed 40755 root:root -File: /usr/lib/debug/.build-id/ed/f90ee0604f24fee4d5d18ddac0ecf47ed4e02a 120777 root:root ../../../liblevmar.so.2.2 -File: /usr/lib/debug/.build-id/ed/f90ee0604f24fee4d5d18ddac0ecf47ed4e02a.debug 120777 root:root ../../usr/lib/liblevmar.so.2.2.debug -File: /usr/lib/debug/usr/lib/liblevmar.so.2.2.debug 100644 root:root 3b6bd43c3ffa51747ba1c0aa7250e055 +File: /usr/lib/debug/.build-id/2c 40755 root:root +File: /usr/lib/debug/.build-id/2c/fd0979cc08a6f6303ae68d4f30df80e15f2c82 120777 root:root ../../../liblevmar.so.2.2 +File: /usr/lib/debug/.build-id/2c/fd0979cc08a6f6303ae68d4f30df80e15f2c82.debug 120777 root:root ../../usr/lib/liblevmar.so.2.2.debug +File: /usr/lib/debug/usr/lib/liblevmar.so.2.2.debug 100644 root:root b7b97852812613cf92126979c59611c2 File: /usr/lib/debug/usr/lib/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: 7907a09235b3fd20df23389ac9e604723436318b7fff2555e4acfab648036270d0f6a0d9444a11f408487fc4e7fb31db2ec39d794e083c6bdfd9126ff9e4e174 +RPMIdentity: 3d3b1ca7a63ac6bfebd05efe229ee1cd5e0156d0c881586cac70815bf6b2cbf2075ce0379cbdd9cd623f66445089a453d3f479d2257e0645f0bf5b3979503b59 --- liblevmar-devel-2.5-alt1_14.i586.rpm.repo 2017-03-18 09:06:14.000000000 +0000 +++ liblevmar-devel-2.5-alt1_14.i586.rpm.hasher 2021-09-14 11:29:56.435192637 +0000 @@ -5,3 +5,3 @@ Requires: /lib/ld-linux.so.2 -Requires: libm.so.6(GLIBC_2.0) +Requires: libm.so.6(GLIBC_2.29) Requires: rpmlib(PayloadIsLzma) @@ -9,5 +9,5 @@ Provides: liblevmar-devel = 2.5-alt1_14 -File: /usr/bin/lmdemo 100755 root:root 3523e4c6b5f8147ee1af686001d0f3d9 +File: /usr/bin/lmdemo 100755 root:root b3aa56a04aa64a5c63c5a13e375bdc30 File: /usr/include/levmar.h 100644 root:root 19c61d2732e36c18bcb33677e1547f64 File: /usr/lib/liblevmar.so 120777 root:root liblevmar.so.2.2 -RPMIdentity: 2b3dbcfd765804f7de4f20fe70c251670e18e4dd551b173cc2149bca98fe12c6d8eeb4500df281aa69c0ce33042f8f2395bd43afd18574a6c317d031c3eda93c +RPMIdentity: 57c9323280fa56893cd6fad37f8d1b66a82f362abf88942431fce3153757d1b1df72d1f30b9e7758c3a750bd8433824c84fa3930dad637314d65a538a07ef006 --- liblevmar-devel-debuginfo-2.5-alt1_14.i586.rpm.repo 2017-03-18 09:06:14.000000000 +0000 +++ liblevmar-devel-debuginfo-2.5-alt1_14.i586.rpm.hasher 2021-09-14 11:29:56.572192805 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/3d 40755 root:root -/usr/lib/debug/.build-id/3d/f01e7097e091fc52c2ff0e4f7ef3f5530ce5d9 120777 root:root ../../../../bin/lmdemo -/usr/lib/debug/.build-id/3d/f01e7097e091fc52c2ff0e4f7ef3f5530ce5d9.debug 120777 root:root ../../usr/bin/lmdemo.debug +/usr/lib/debug/.build-id/71 40755 root:root +/usr/lib/debug/.build-id/71/407b64c6444d415ff9f832c659178a6a9e6f7a 120777 root:root ../../../../bin/lmdemo +/usr/lib/debug/.build-id/71/407b64c6444d415ff9f832c659178a6a9e6f7a.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/3d 40755 root:root -File: /usr/lib/debug/.build-id/3d/f01e7097e091fc52c2ff0e4f7ef3f5530ce5d9 120777 root:root ../../../../bin/lmdemo -File: /usr/lib/debug/.build-id/3d/f01e7097e091fc52c2ff0e4f7ef3f5530ce5d9.debug 120777 root:root ../../usr/bin/lmdemo.debug -File: /usr/lib/debug/usr/bin/lmdemo.debug 100644 root:root 443579f38d58c1e18b0992acc216d779 +File: /usr/lib/debug/.build-id/71 40755 root:root +File: /usr/lib/debug/.build-id/71/407b64c6444d415ff9f832c659178a6a9e6f7a 120777 root:root ../../../../bin/lmdemo +File: /usr/lib/debug/.build-id/71/407b64c6444d415ff9f832c659178a6a9e6f7a.debug 120777 root:root ../../usr/bin/lmdemo.debug +File: /usr/lib/debug/usr/bin/lmdemo.debug 100644 root:root f6029208701fd457f3f527ffb6cb79b7 File: /usr/src/debug/levmar-2.5 40755 root:root File: /usr/src/debug/levmar-2.5/lmdemo.c 100644 root:root 176a7fd09fe831077608d3c9700e70c9 -RPMIdentity: 7f717e85bc21ba46c392eb8349f7736709fcbe62a07261a091340880417c5f0c609b9145e057d13b3bc89aa38d16fd6ec56fd05a018d9e131073ac5c528f7682 +RPMIdentity: b30d8afb4caced2f1313db219a102b98f7d53fcffe0623c2297cf838d80863fb40c513178b12ba1d450aa5999e455971023d1114a002088b211efe38e927798c