<86>Sep 25 03:53:28 userdel[3917618]: delete user 'rooter' <86>Sep 25 03:53:28 userdel[3917618]: removed group 'rooter' owned by 'rooter' <86>Sep 25 03:53:28 userdel[3917618]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 25 03:53:28 groupadd[3917623]: group added to /etc/group: name=rooter, GID=663 <86>Sep 25 03:53:28 groupadd[3917623]: group added to /etc/gshadow: name=rooter <86>Sep 25 03:53:28 groupadd[3917623]: new group: name=rooter, GID=663 <86>Sep 25 03:53:28 useradd[3917627]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash <86>Sep 25 03:53:28 userdel[3917633]: delete user 'builder' <86>Sep 25 03:53:28 userdel[3917633]: removed group 'builder' owned by 'builder' <86>Sep 25 03:53:28 userdel[3917633]: removed shadow group 'builder' owned by 'builder' <86>Sep 25 03:53:28 groupadd[3917639]: group added to /etc/group: name=builder, GID=664 <86>Sep 25 03:53:28 groupadd[3917639]: group added to /etc/gshadow: name=builder <86>Sep 25 03:53:28 groupadd[3917639]: new group: name=builder, GID=664 <86>Sep 25 03:53:28 useradd[3917649]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash <13>Sep 25 03:53:30 rpmi: libopenblas-0.3.17-alt1 sisyphus+283832.100.3.3 1629985941 installed <13>Sep 25 03:53:30 rpmi: libopenblas-devel-0.3.17-alt1 sisyphus+283832.100.3.3 1629985941 installed <13>Sep 25 03:53:30 rpmi: libxblas-1.0.248-alt2 sisyphus+285045.40.2.1 1631388330 installed <13>Sep 25 03:53:30 rpmi: libquadmath0-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Sep 25 03:53:30 rpmi: libgfortran5-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Sep 25 03:53:31 rpmi: liblapack-1:3.8.0-alt4 sisyphus+264284.100.1.1 1609587743 installed <13>Sep 25 03:53:31 rpmi: libblas3gf-3.9.2-alt3 sisyphus+279348.100.1.2 1626513216 installed <13>Sep 25 03:53:31 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Sep 25 03:53:31 rpmi: libstdc++11-devel-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Sep 25 03:53:32 rpmi: gcc11-c++-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Sep 25 03:53:32 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632238564 installed <13>Sep 25 03:53:32 rpmi: libblas-devel-3.9.2-alt3 sisyphus+279348.100.1.2 1626513216 installed <13>Sep 25 03:53:32 rpmi: liblapack-devel-1:3.8.0-alt4 sisyphus+264284.100.1.1 1609587743 installed <13>Sep 25 03:53:32 rpmi: dos2unix-7.4.2-alt1 sisyphus+279663.100.1.2 1626654194 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.62863 + 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.62863 + 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' -j8 -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 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 -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 -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 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 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 -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 -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 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 -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.51104 + 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.51104 + 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.GMDLnb 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.zydijb 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.FSCfRb 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.QNcX3c 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.D3t5fa 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.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.B2mMAd 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.4VFSL9 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jCdRQc 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.eMKnFc find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IVk3hd 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) 7.30user 1.19system 0:16.36elapsed 51%CPU (0avgtext+0avgdata 128900maxresident)k 0inputs+0outputs (0major+421544minor)pagefaults 0swaps 12.40user 3.80system 0:23.84elapsed 67%CPU (0avgtext+0avgdata 128900maxresident)k 16inputs+0outputs (0major+745557minor)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 2021-09-25 03:53:50.906504225 +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 fac6fae9f3ddf506413a10b4fba90398 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: 2cc1354bd2d6220ffeaac229b0903b9d34c4cd77b6d61b341a5b92424123767efe294af1b86e314cc0830618631a35c2649f02e3e9cb343ca710d43d2ce39aa5 --- 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 2021-09-25 03:53:50.997503608 +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/1a 40755 root:root +/usr/lib/debug/.build-id/1a/4f5a126af8de4231eadd859a97d649df36cc8b 120777 root:root ../../../../lib64/liblevmar.so.2.2 +/usr/lib/debug/.build-id/1a/4f5a126af8de4231eadd859a97d649df36cc8b.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/1a 40755 root:root +File: /usr/lib/debug/.build-id/1a/4f5a126af8de4231eadd859a97d649df36cc8b 120777 root:root ../../../../lib64/liblevmar.so.2.2 +File: /usr/lib/debug/.build-id/1a/4f5a126af8de4231eadd859a97d649df36cc8b.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 58fc2075504afd34c510b3dda3f6c7e2 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: 06ae019eccdf1457f4eeecc64ecea036729c21407d0776ce1c8671cf16c115a3dd96e107005960004cc682f440740c45f81136844558cabd1b7258acf814994c --- 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 2021-09-25 03:53:51.069503120 +0000 @@ -5,3 +5,3 @@ Requires: /lib64/ld-linux-x86-64.so.2 -Requires: libm.so.6(GLIBC_2.2.5)(64bit) +Requires: libm.so.6(GLIBC_2.29)(64bit) Requires: rpmlib(PayloadIsLzma) @@ -9,5 +9,5 @@ Provides: liblevmar-devel = 2.5-alt1_14 -File: /usr/bin/lmdemo 100755 root:root 3f555883cd71d03adf71be207c055fa6 +File: /usr/bin/lmdemo 100755 root:root b28959a45de4af52be243c97eb0db336 File: /usr/include/levmar.h 100644 root:root 19c61d2732e36c18bcb33677e1547f64 File: /usr/lib64/liblevmar.so 120777 root:root liblevmar.so.2.2 -RPMIdentity: ded4777e65dcd637aa9114677fe792898879f0cfb2dfd1c6eb32ef5db42ed9d974839717b79be3b68439fec38a7cfb63f9359b1ca5eb03ff87f2dfc2bfd38b37 +RPMIdentity: ab229765f7f722ec25ce37ca3b024d118752460ede0b02e7dc878c1549d9983db36fd98c90242979e9bea720ec248a9d9ea8882af874481749a20f0a8576459d --- 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 2021-09-25 03:53:51.147502591 +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/35 40755 root:root +/usr/lib/debug/.build-id/35/43e8efb93e3013fe899ab3e9e170cdfed7abe5 120777 root:root ../../../../bin/lmdemo +/usr/lib/debug/.build-id/35/43e8efb93e3013fe899ab3e9e170cdfed7abe5.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/35 40755 root:root +File: /usr/lib/debug/.build-id/35/43e8efb93e3013fe899ab3e9e170cdfed7abe5 120777 root:root ../../../../bin/lmdemo +File: /usr/lib/debug/.build-id/35/43e8efb93e3013fe899ab3e9e170cdfed7abe5.debug 120777 root:root ../../usr/bin/lmdemo.debug +File: /usr/lib/debug/usr/bin/lmdemo.debug 100644 root:root d184f3d85320f81b7fab34cc7bbb380d 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: 45d07af60a26ea74764c9b8afe744b5ab0bb9d91444c421f25cb455f2c4fa4a66388bccc5e0335c103a81bd57025e193f6fad81146369f5bdfd59038656be6db