<86>Mar 26 04:34:50 userdel[1233871]: delete user 'rooter'
<86>Mar 26 04:34:50 userdel[1233871]: removed group 'rooter' owned by 'rooter'
<86>Mar 26 04:34:50 userdel[1233871]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 26 04:34:50 groupadd[1233880]: group added to /etc/group: name=rooter, GID=915
<86>Mar 26 04:34:50 groupadd[1233880]: group added to /etc/gshadow: name=rooter
<86>Mar 26 04:34:50 groupadd[1233880]: new group: name=rooter, GID=915
<86>Mar 26 04:34:50 useradd[1233887]: new user: name=rooter, UID=915, GID=915, home=/root, shell=/bin/bash
<86>Mar 26 04:34:50 userdel[1233906]: delete user 'builder'
<86>Mar 26 04:34:50 userdel[1233906]: removed group 'builder' owned by 'builder'
<86>Mar 26 04:34:50 userdel[1233906]: removed shadow group 'builder' owned by 'builder'
<86>Mar 26 04:34:50 groupadd[1233926]: group added to /etc/group: name=builder, GID=916
<86>Mar 26 04:34:50 groupadd[1233926]: group added to /etc/gshadow: name=builder
<86>Mar 26 04:34:50 groupadd[1233926]: new group: name=builder, GID=916
<86>Mar 26 04:34:50 useradd[1233942]: new user: name=builder, UID=916, GID=916, home=/usr/src, shell=/bin/bash
<13>Mar 26 04:34:51 rpmi: libopenblas-0.3.19-alt1.1 sisyphus+293828.100.1.1 1642694457 installed
<13>Mar 26 04:34:51 rpmi: libopenblas-devel-0.3.19-alt1.1 sisyphus+293828.100.1.1 1642694457 installed
<13>Mar 26 04:34:51 rpmi: libxblas-1.0.248-alt2 sisyphus+285045.40.2.1 1631388462 installed
<13>Mar 26 04:34:51 rpmi: libquadmath0-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed
<13>Mar 26 04:34:51 rpmi: libgfortran5-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed
<13>Mar 26 04:34:51 rpmi: liblapack-1:3.8.0-alt7 sisyphus+293726.100.1.1 1642544503 installed
<13>Mar 26 04:34:51 rpmi: libblas3gf-3.9.2-alt3 sisyphus+279348.100.1.2 1626513137 installed
<13>Mar 26 04:34:51 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed
<13>Mar 26 04:34:51 rpmi: libstdc++11-devel-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed
<13>Mar 26 04:34:52 rpmi: gcc11-c++-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed
<13>Mar 26 04:34:52 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632239666 installed
<13>Mar 26 04:34:52 rpmi: libblas-devel-3.9.2-alt3 sisyphus+279348.100.1.2 1626513137 installed
<13>Mar 26 04:34:52 rpmi: liblapack-devel-1:3.8.0-alt7 sisyphus+293726.100.1.1 1642544503 installed
<13>Mar 26 04:34:52 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.46455
+ 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.46455
+ 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' -j16 -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 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 -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 -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 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 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 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 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 -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.35299
+ 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 <cmdline>: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.56604
+ 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.G1wR68
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.IdGGSh
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.eBtfQf
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.P95fx4
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.6e33Vn
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.34), 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.6fUHfV
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.xsL6QD
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.D85bA8
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.HUh4yq
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mRqsJz
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)
4.88user 1.02system 0:14.15elapsed 41%CPU (0avgtext+0avgdata 79568maxresident)k
0inputs+0outputs (0major+400742minor)pagefaults 0swaps
8.32user 3.97system 0:19.95elapsed 61%CPU (0avgtext+0avgdata 104500maxresident)k
16inputs+0outputs (30240major+694573minor)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	2022-03-26 04:35:08.653317605 +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	3a42116ddebab49b47684d280db25534	
 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: 0c559099e6967f01ccd7871eeefe63e0bd95714e274bcbd6b2479af663d423f67af4023f08f3d88fef75501b47accee314961434d8569adfcb3c6630fa0066e1
--- 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	2022-03-26 04:35:08.712318199 +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/fa	40755	root:root	
+/usr/lib/debug/.build-id/fa/f313f14647bee63b32811372f84b1962d62e5c	120777	root:root	../../../liblevmar.so.2.2
+/usr/lib/debug/.build-id/fa/f313f14647bee63b32811372f84b1962d62e5c.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/fa	40755	root:root		
+File: /usr/lib/debug/.build-id/fa/f313f14647bee63b32811372f84b1962d62e5c	120777	root:root		../../../liblevmar.so.2.2
+File: /usr/lib/debug/.build-id/fa/f313f14647bee63b32811372f84b1962d62e5c.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	5c725a09339cdb6f9af5171880a5b2e8	
 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: 48c1b4ed1ab2a599a77fc411e3ea07d4c7df26887e9c274092d76255a9785194ecc7a9860492a939198e1c66098405ee13e782b806f927b181be73ae352ef996
--- 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	2022-03-26 04:35:08.760318683 +0000
@@ -5,3 +5,4 @@
 Requires: /lib/ld-linux.so.2  
-Requires: libm.so.6(GLIBC_2.0)  
+Requires: libc.so.6(GLIBC_2.34)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: rpmlib(PayloadIsLzma)  
@@ -9,5 +10,5 @@
 Provides: liblevmar-devel = 2.5-alt1_14
-File: /usr/bin/lmdemo	100755	root:root	3523e4c6b5f8147ee1af686001d0f3d9	
+File: /usr/bin/lmdemo	100755	root:root	f5b9e7bfc130c9374babc620bb75e708	
 File: /usr/include/levmar.h	100644	root:root	19c61d2732e36c18bcb33677e1547f64	
 File: /usr/lib/liblevmar.so	120777	root:root		liblevmar.so.2.2
-RPMIdentity: 2b3dbcfd765804f7de4f20fe70c251670e18e4dd551b173cc2149bca98fe12c6d8eeb4500df281aa69c0ce33042f8f2395bd43afd18574a6c317d031c3eda93c
+RPMIdentity: 8d05706650232bc52901d4e593c6081e92efeb464a42eafb92dbd588a1a6e6b6373bd9bc20e3863c265e5e6fb2cadb7983da149c0e4f87819372fa57042dbde6
--- 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	2022-03-26 04:35:08.818319268 +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/c4	40755	root:root	
+/usr/lib/debug/.build-id/c4/1f8617e268a8a07ad3a9a6595b9f2a79bf6664	120777	root:root	../../../../bin/lmdemo
+/usr/lib/debug/.build-id/c4/1f8617e268a8a07ad3a9a6595b9f2a79bf6664.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/c4	40755	root:root		
+File: /usr/lib/debug/.build-id/c4/1f8617e268a8a07ad3a9a6595b9f2a79bf6664	120777	root:root		../../../../bin/lmdemo
+File: /usr/lib/debug/.build-id/c4/1f8617e268a8a07ad3a9a6595b9f2a79bf6664.debug	120777	root:root		../../usr/bin/lmdemo.debug
+File: /usr/lib/debug/usr/bin/lmdemo.debug	100644	root:root	95da2b5d6cf759cdbc97a346e99eaf8d	
 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: 396ea339bd908be513b9feb36d81c5855e3a16b916a024af20c8a07592c28ceecc6377f4d636dd69413e4eafa4488e24a3cfd026440f27944d97917fc69abb32