<86>Dec 24 01:05:10 userdel[4050190]: delete user 'rooter' <86>Dec 24 01:05:10 userdel[4050190]: removed group 'rooter' owned by 'rooter' <86>Dec 24 01:05:10 userdel[4050190]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 24 01:05:10 groupadd[4050223]: group added to /etc/group: name=rooter, GID=921 <86>Dec 24 01:05:10 groupadd[4050223]: group added to /etc/gshadow: name=rooter <86>Dec 24 01:05:10 groupadd[4050223]: new group: name=rooter, GID=921 <86>Dec 24 01:05:10 useradd[4050245]: new user: name=rooter, UID=921, GID=921, home=/root, shell=/bin/bash <86>Dec 24 01:05:10 userdel[4050295]: delete user 'builder' <86>Dec 24 01:05:10 userdel[4050295]: removed group 'builder' owned by 'builder' <86>Dec 24 01:05:10 userdel[4050295]: removed shadow group 'builder' owned by 'builder' <86>Dec 24 01:05:10 groupadd[4050327]: group added to /etc/group: name=builder, GID=922 <86>Dec 24 01:05:10 groupadd[4050327]: group added to /etc/gshadow: name=builder <86>Dec 24 01:05:10 groupadd[4050327]: new group: name=builder, GID=922 <86>Dec 24 01:05:10 useradd[4050355]: new user: name=builder, UID=922, GID=922, home=/usr/src, shell=/bin/bash <13>Dec 24 01:05:12 rpmi: libopenblas-0.3.19-alt1 sisyphus+292349.100.1.1 1639994707 installed <13>Dec 24 01:05:12 rpmi: libopenblas-devel-0.3.19-alt1 sisyphus+292349.100.1.1 1639994707 installed <13>Dec 24 01:05:12 rpmi: libxblas-1.0.248-alt2 sisyphus+285045.40.2.1 1631388330 installed <13>Dec 24 01:05:12 rpmi: libquadmath0-11.2.1-alt2 sisyphus+291192.100.1.1 1638461683 installed <13>Dec 24 01:05:12 rpmi: libgfortran5-11.2.1-alt2 sisyphus+291192.100.1.1 1638461683 installed <13>Dec 24 01:05:12 rpmi: liblapack-1:3.8.0-alt6 sisyphus+292383.100.1.1 1640088245 installed <13>Dec 24 01:05:12 rpmi: libblas3gf-3.9.2-alt3 sisyphus+279348.100.1.2 1626513216 installed <13>Dec 24 01:05:12 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Dec 24 01:05:12 rpmi: libstdc++11-devel-11.2.1-alt2 sisyphus+291192.100.1.1 1638461683 installed <13>Dec 24 01:05:13 rpmi: gcc11-c++-11.2.1-alt2 sisyphus+291192.100.1.1 1638461683 installed <13>Dec 24 01:05:13 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632238564 installed <13>Dec 24 01:05:13 rpmi: libblas-devel-3.9.2-alt3 sisyphus+279348.100.1.2 1626513216 installed <13>Dec 24 01:05:13 rpmi: liblapack-devel-1:3.8.0-alt6 sisyphus+292383.100.1.1 1640088245 installed <13>Dec 24 01:05:13 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.58564 + 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.58564 + 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); | ~~~~~~~^~~~ 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 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 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 -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 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 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.62523 + 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.62523 + 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.FOQAGT 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.8Al0xS 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.9jd6Bl 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.mABzH7 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.YSE0HQ 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.tTOy4o 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.m5yEhg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T285JZ 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.aA3dee find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dbj5IR 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) 5.18user 1.50system 0:14.55elapsed 45%CPU (0avgtext+0avgdata 129028maxresident)k 0inputs+0outputs (0major+436379minor)pagefaults 0swaps 8.85user 4.94system 0:21.03elapsed 65%CPU (0avgtext+0avgdata 129028maxresident)k 16inputs+0outputs (30422major+755873minor)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-12-24 01:05:29.898783607 +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 7e03ddb2b6dee2a32655769887d8c80c 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: 9db9cf526f14685663b6e30c62f9cc6cefc7cfcbb656a37e082c5fc95082b0da3f3a5a4b0dcfafcb315d1aa34098f046291b62ad6f1efaba68689ce5437cd532 --- 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-12-24 01:05:29.984784468 +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/74 40755 root:root +/usr/lib/debug/.build-id/74/b49798ecdc76ebe8a38be79479de4d434dfb08 120777 root:root ../../../../lib64/liblevmar.so.2.2 +/usr/lib/debug/.build-id/74/b49798ecdc76ebe8a38be79479de4d434dfb08.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/74 40755 root:root +File: /usr/lib/debug/.build-id/74/b49798ecdc76ebe8a38be79479de4d434dfb08 120777 root:root ../../../../lib64/liblevmar.so.2.2 +File: /usr/lib/debug/.build-id/74/b49798ecdc76ebe8a38be79479de4d434dfb08.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 7037e4d6e12052d0f83d389a71c45708 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: ac70b8d93d181651ecb34647a39fc2a0506e599113d0a533f92760d05ff79b562298b5738406596ff9c1780f2e715b08797ec2053c322340c2aee91b73d4692a --- 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-12-24 01:05:30.056785189 +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 4c41655a7b2aca25c377057762444293 File: /usr/include/levmar.h 100644 root:root 19c61d2732e36c18bcb33677e1547f64 File: /usr/lib64/liblevmar.so 120777 root:root liblevmar.so.2.2 -RPMIdentity: ded4777e65dcd637aa9114677fe792898879f0cfb2dfd1c6eb32ef5db42ed9d974839717b79be3b68439fec38a7cfb63f9359b1ca5eb03ff87f2dfc2bfd38b37 +RPMIdentity: f320c4a92930f62c88e995fc865a04e520a1d37477b3f9a4213ab31ed94dadc3962101d062cc17cd1bec651e69cb8b06974df7231b432b458515db4644a22fb5 --- 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-12-24 01:05:30.119785820 +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/ee 40755 root:root +/usr/lib/debug/.build-id/ee/68b38b80386ce967fac34d17cba3ff9e980f4e 120777 root:root ../../../../bin/lmdemo +/usr/lib/debug/.build-id/ee/68b38b80386ce967fac34d17cba3ff9e980f4e.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/ee 40755 root:root +File: /usr/lib/debug/.build-id/ee/68b38b80386ce967fac34d17cba3ff9e980f4e 120777 root:root ../../../../bin/lmdemo +File: /usr/lib/debug/.build-id/ee/68b38b80386ce967fac34d17cba3ff9e980f4e.debug 120777 root:root ../../usr/bin/lmdemo.debug +File: /usr/lib/debug/usr/bin/lmdemo.debug 100644 root:root 84ec771e0539a0e50b4d7deff964a734 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: f19e71e1c806a1439bcd743bc16f5044f80b265cb16f280f4ffcce47833e6dac95c60827f091bf6bff3864778ea61c396ed8744100e29966b295383cf4ee1113