<86>Feb 24 01:07:48 userdel[55180]: delete user 'rooter'
<86>Feb 24 01:07:48 groupadd[55201]: group added to /etc/group: name=rooter, GID=573
<86>Feb 24 01:07:48 groupadd[55201]: group added to /etc/gshadow: name=rooter
<86>Feb 24 01:07:48 groupadd[55201]: new group: name=rooter, GID=573
<86>Feb 24 01:07:48 useradd[55217]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash
<86>Feb 24 01:07:48 userdel[55248]: delete user 'builder'
<86>Feb 24 01:07:48 userdel[55248]: removed group 'builder' owned by 'builder'
<86>Feb 24 01:07:48 userdel[55248]: removed shadow group 'builder' owned by 'builder'
<86>Feb 24 01:07:48 groupadd[55265]: group added to /etc/group: name=builder, GID=574
<86>Feb 24 01:07:48 groupadd[55265]: group added to /etc/gshadow: name=builder
<86>Feb 24 01:07:48 groupadd[55265]: new group: name=builder, GID=574
<86>Feb 24 01:07:48 useradd[55280]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash
Installing lp_solve-5.5.2.0-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.64216
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf lp_solve_5.5
+ echo 'Source #0 (lp_solve_5.5.2.0_source.tar.gz):'
Source #0 (lp_solve_5.5.2.0_source.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/lp_solve_5.5.2.0_source.tar.gz
+ /bin/tar -xf -
+ cd lp_solve_5.5
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (lpsolve-5.5.0.11-fedora-cflags.patch):'
Patch #1 (lpsolve-5.5.0.11-fedora-cflags.patch):
+ /usr/bin/patch -p1
patching file lp_solve/ccc
patching file lpsolve55/ccc
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.64216
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd lp_solve_5.5
+ cd lpsolve55
+ sh -x ccc
+ :
+ src='../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c'
+ c=cc
+ echo '#include <stdlib.h>'
+ echo '#include <stdio.h>'
+ echo 'main(){printf("ux%d", (int) (sizeof(void *)*8));}'
+ cc /tmp/platform.c -o /tmp/platform
/tmp/platform.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(){printf("ux%d", (int) (sizeof(void *)*8));}
 ^
++ /tmp/platform
+ PLATFORM=ux64
+ rm /tmp/platform /tmp/platform.c
+ mkdir bin bin/ux64
+ echo '#include <stdio.h>'
+ echo '#include <stdlib.h>'
+ echo '#include <math.h>'
+ echo 'main(){isnan(0);}'
+ cc /tmp/isnan.c -o /tmp/isnan
+ '[' 1 = 0 ']'
+ NOISNAN=-DNOISNAN
+ rm /tmp/isnan.c /tmp/isnan
+ def=
+ so=
+ '[' ux64 = SCO_UNIX ']'
+ dl=-ldl
+ so=y
+ opts='-pipe -Wall -g -O2'
+ cc -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -pipe -Wall -g -O2 -DNOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine ../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c
In file included from ../lp_MDO.c:22:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../shared/mmio.c: In function 'mm_read_unsymmetric_sparse':
../shared/mmio.c:26:9: warning: variable 'x' set but not used [-Wunused-but-set-variable]
     int x;
         ^
In file included from ../lp_rlp.c:205:0:
../lp_rlp.h:1653:16: warning: 'input' defined but not used [-Wunused-function]
     static int input  (lp_yyscan_t lp_yyscanner)
                ^
In file included from ../lp_crash.c:21:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../bfp/bfp_LUSOL/lp_LUSOL.c: In function 'bfp_LUSOLsetcolumn':
../bfp/bfp_LUSOL/lp_LUSOL.c:209:7: warning: variable 'nz' set but not used [-Wunused-but-set-variable]
   int nz, inform;
       ^
../bfp/bfp_LUSOL/lp_LUSOL.c: In function 'bfp_finishupdate':
../bfp/bfp_LUSOL/lp_LUSOL.c:477:18: warning: variable 'kcol' set but not used [-Wunused-but-set-variable]
   int      i, k, kcol, deltarows = bfp_rowoffset(lp);
                  ^
In file included from ../bfp/bfp_LUSOL/LUSOL/lusol.c:746:0:
../bfp/bfp_LUSOL/LUSOL/lusol1.c: In function 'LU1FAC':
../bfp/bfp_LUSOL/LUSOL/lusol1.c:3359:34: warning: variable 'TSP' set but not used [-Wunused-but-set-variable]
   MYBOOL  KEEPLU, TCP, TPP, TRP, TSP;
                                  ^
../bfp/bfp_LUSOL/LUSOL/lusol1.c:3359:29: warning: variable 'TRP' set but not used [-Wunused-but-set-variable]
   MYBOOL  KEEPLU, TCP, TPP, TRP, TSP;
                             ^
../bfp/bfp_LUSOL/LUSOL/lusol1.c:3359:19: warning: variable 'TCP' set but not used [-Wunused-but-set-variable]
   MYBOOL  KEEPLU, TCP, TPP, TRP, TSP;
                   ^
In file included from ../lp_lib.c:41:0:
../lp_lib.h:63:0: warning: "isnan" redefined
 # define isnan(x) FALSE
 ^
In file included from ../lp_lib.c:27:0:
/usr/include/math.h:292:0: note: this is the location of the previous definition
 #  define isnan(x) __builtin_isnan (x)
 ^
../lp_lib.c: In function 'verify_basis':
../lp_lib.c:7043:17: warning: variable 'k' set but not used [-Wunused-but-set-variable]
   int    i, ii, k = 0;
                 ^
In file included from ../lp_lib.c:49:0:
../lp_lib.c: At top level:
../lp_presolve.h:90:12: warning: 'presolve_nextrow' declared 'static' but never defined [-Wunused-function]
 INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem);
            ^
../lp_presolve.h:91:12: warning: 'presolve_nextcol' declared 'static' but never defined [-Wunused-function]
 INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem);
            ^
../lp_presolve.h:101:12: warning: 'presolve_rowlength' defined but not used [-Wunused-function]
 INLINE int presolve_rowlength(presolverec *psdata, int rownr)
            ^
../lp_presolve.h:110:12: warning: 'presolve_collength' defined but not used [-Wunused-function]
 INLINE int presolve_collength(presolverec *psdata, int colnr)
            ^
In file included from ../lp_lib.c:55:0:
../lp_bit.h:14:15: warning: 'set_bitoff' defined but not used [-Wunused-function]
 MYINLINE void set_bitoff(MYBOOL *bitarray, int item)
               ^
In file included from ../lp_lib.c:82:0:
../lp_price.h:39:13: warning: 'normalizeEdge' declared 'static' but never defined [-Wunused-function]
 INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual);
             ^
In file included from ../lp_lib.c:83:0:
../lp_pricePSE.h:14:15: warning: 'applyPricer' declared 'static' but never defined [-Wunused-function]
 INLINE MYBOOL applyPricer(lprec *lp);
               ^
In file included from ../lp_wlp.c:6:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_matrix.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_matrix.c: In function 'inc_matrow_space':
../lp_matrix.c:197:18: warning: variable 'oldrowsalloc' set but not used [-Wunused-but-set-variable]
   int    rowsum, oldrowsalloc;
                  ^
../lp_matrix.c: In function 'prod_Ax':
../lp_matrix.c:3325:34: warning: variable 've' set but not used [-Wunused-but-set-variable]
   int      j, colnr, ib, ie, vb, ve;
                                  ^
In file included from ../lp_matrix.c:7:0:
../lp_matrix.c: At top level:
../lp_price.h:39:13: warning: 'normalizeEdge' declared 'static' but never defined [-Wunused-function]
 INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual);
             ^
In file included from ../lp_matrix.c:8:0:
../lp_pricePSE.h:14:15: warning: 'applyPricer' declared 'static' but never defined [-Wunused-function]
 INLINE MYBOOL applyPricer(lprec *lp);
               ^
In file included from ../lp_mipbb.c:30:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_MPS.c:5:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_params.c:6:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_presolve.c:36:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_presolve.c: In function 'presolve_debugmap':
../lp_presolve.c:462:51: warning: variable 'n' set but not used [-Wunused-but-set-variable]
   int    colnr, ix, ie, nx, jx, je, *cols, *rows, n;
                                                   ^
../lp_presolve.c: In function 'presolve_colfixdual':
../lp_presolve.c:1993:18: warning: variable 'isMI' set but not used [-Wunused-but-set-variable]
   MYBOOL  hasOF, isMI, isDualFREE = TRUE;
                  ^
../lp_presolve.c: In function 'presolve_columns':
../lp_presolve.c:4873:46: warning: variable 'item' set but not used [-Wunused-but-set-variable]
            status = RUNNING, ix, j, countNZ, item;
                                              ^
../lp_presolve.c:4866:31: warning: variable 'unbounded' set but not used [-Wunused-but-set-variable]
   MYBOOL   candelete, isOFNZ, unbounded,
                               ^
../lp_presolve.c: At top level:
../lp_presolve.c:377:15: warning: 'presolve_mustupdate' defined but not used [-Wunused-function]
 INLINE MYBOOL presolve_mustupdate(lprec *lp, int colnr)
               ^
In file included from ../lp_price.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_price.c: In function 'compareImprovementVar':
../lp_price.c:48:7: warning: variable 'candidatecolno' set but not used [-Wunused-but-set-variable]
       candidatecolno, candidatevarno = candidate->varno;
       ^
../lp_price.c:47:7: warning: variable 'currentcolno' set but not used [-Wunused-but-set-variable]
   int currentcolno, currentvarno = current->varno,
       ^
../lp_price.c: In function 'compareSubstitutionVar':
../lp_price.c:161:10: warning: variable 'candidatecolno' set but not used [-Wunused-but-set-variable]
          candidatecolno, candidatevarno = candidate->varno;
          ^
../lp_price.c:160:10: warning: variable 'currentcolno' set but not used [-Wunused-but-set-variable]
   int    currentcolno, currentvarno = current->varno,
          ^
../lp_price.c: In function 'partial_findBlocks':
../lp_price.c:1561:15: warning: variable 'blockdata' set but not used [-Wunused-but-set-variable]
   partialrec *blockdata;
               ^
In file included from ../lp_price.c:6:0:
../lp_price.c: At top level:
../lp_pricePSE.h:14:15: warning: 'applyPricer' declared 'static' but never defined [-Wunused-function]
 INLINE MYBOOL applyPricer(lprec *lp);
               ^
In file included from ../lp_pricePSE.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_scale.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_scale.c: In function 'CurtisReidScales':
../lp_scale.c:150:24: warning: variable 'ekm2' set but not used [-Wunused-but-set-variable]
          qkm2, qkqkm1, ekm2, ekekm1,
                        ^
../lp_scale.c:150:10: warning: variable 'qkm2' set but not used [-Wunused-but-set-variable]
          qkm2, qkqkm1, ekm2, ekekm1,
          ^
../lp_scale.c: In function 'scale_columns':
../lp_scale.c:632:16: warning: variable 'colMax' set but not used [-Wunused-but-set-variable]
   int     i,j, colMax, nz;
                ^
In file included from ../lp_simplex.c:27:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_simplex.c: In function 'dualloop':
../lp_simplex.c:997:10: warning: variable 'epsvalue' set but not used [-Wunused-but-set-variable]
   REAL   epsvalue, xviolated, cviolated,
          ^
In file included from ../lp_simplex.c:32:0:
../lp_simplex.c: At top level:
../lp_presolve.h:90:12: warning: 'presolve_nextrow' declared 'static' but never defined [-Wunused-function]
 INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem);
            ^
../lp_presolve.h:91:12: warning: 'presolve_nextcol' declared 'static' but never defined [-Wunused-function]
 INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem);
            ^
../lp_presolve.h:101:12: warning: 'presolve_rowlength' defined but not used [-Wunused-function]
 INLINE int presolve_rowlength(presolverec *psdata, int rownr)
            ^
../lp_presolve.h:110:12: warning: 'presolve_collength' defined but not used [-Wunused-function]
 INLINE int presolve_collength(presolverec *psdata, int colnr)
            ^
In file included from ../lp_simplex.c:33:0:
../lp_price.h:39:13: warning: 'normalizeEdge' declared 'static' but never defined [-Wunused-function]
 INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual);
             ^
In file included from ../lp_simplex.c:34:0:
../lp_pricePSE.h:14:15: warning: 'applyPricer' declared 'static' but never defined [-Wunused-function]
 INLINE MYBOOL applyPricer(lprec *lp);
               ^
In file included from ../lp_SOS.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_utils.c:4:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_utils.c:9:0:
../lp_bit.h:9:15: warning: 'set_biton' defined but not used [-Wunused-function]
 MYINLINE void set_biton(MYBOOL *bitarray, int item)
               ^
../lp_bit.h:14:15: warning: 'set_bitoff' defined but not used [-Wunused-function]
 MYINLINE void set_bitoff(MYBOOL *bitarray, int item)
               ^
../lp_bit.h:19:17: warning: 'is_biton' defined but not used [-Wunused-function]
 MYINLINE MYBOOL is_biton(MYBOOL *bitarray, int item)
                 ^
In file included from ../yacc_read.c:36:0:
../yacc_read.c: In function 'yacc_read':
../lpkit.h:32:99: warning: right-hand operand of comma expression has no effect [-Wunused-value]
   (MALLOC(nptr, nr, type), (nptr != NULL) ? memcpy(nptr, optr, (size_t)((nr) * sizeof(*optr))) : 0, nptr)
                                                                                                   ^
../yacc_read.c:1266:11: note: in expansion of macro 'MALLOCCPY'
           MALLOCCPY(orig_upbo, lp->orig_upbo, 1 + pp->Rows, REAL);
           ^
++ echo ../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c
++ sed 's/[.]c/.o/g'
++ sed 's/[^ ]*\///g'
+ ar rv bin/ux64/liblpsolve55.a lp_MDO.o commonlib.o mmio.o myblas.o ini.o fortify.o colamd.o lp_rlp.o lp_crash.o lp_LUSOL.o lusol.o lp_Hash.o lp_lib.o lp_wlp.o lp_matrix.o lp_mipbb.o lp_MPS.o lp_params.o lp_presolve.o lp_price.o lp_pricePSE.o lp_report.o lp_scale.o lp_simplex.o lp_SOS.o lp_utils.o yacc_read.o
ar: creating bin/ux64/liblpsolve55.a
ar: lp_MDO.o: No such file or directory
+ ranlib bin/ux64/liblpsolve55.a
ranlib: 'bin/ux64/liblpsolve55.a': No such file
+ '[' y '!=' '' ']'
+ cc -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. -pipe -Wall -g -O2 -DNOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine ../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c
In file included from ../lp_MDO.c:22:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../shared/mmio.c: In function 'mm_read_unsymmetric_sparse':
../shared/mmio.c:26:9: warning: variable 'x' set but not used [-Wunused-but-set-variable]
     int x;
         ^
In file included from ../lp_rlp.c:205:0:
../lp_rlp.h:1653:16: warning: 'input' defined but not used [-Wunused-function]
     static int input  (lp_yyscan_t lp_yyscanner)
                ^
In file included from ../lp_crash.c:21:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../bfp/bfp_LUSOL/lp_LUSOL.c: In function 'bfp_LUSOLsetcolumn':
../bfp/bfp_LUSOL/lp_LUSOL.c:209:7: warning: variable 'nz' set but not used [-Wunused-but-set-variable]
   int nz, inform;
       ^
../bfp/bfp_LUSOL/lp_LUSOL.c: In function 'bfp_finishupdate':
../bfp/bfp_LUSOL/lp_LUSOL.c:477:18: warning: variable 'kcol' set but not used [-Wunused-but-set-variable]
   int      i, k, kcol, deltarows = bfp_rowoffset(lp);
                  ^
In file included from ../bfp/bfp_LUSOL/LUSOL/lusol.c:746:0:
../bfp/bfp_LUSOL/LUSOL/lusol1.c: In function 'LU1FAC':
../bfp/bfp_LUSOL/LUSOL/lusol1.c:3359:34: warning: variable 'TSP' set but not used [-Wunused-but-set-variable]
   MYBOOL  KEEPLU, TCP, TPP, TRP, TSP;
                                  ^
../bfp/bfp_LUSOL/LUSOL/lusol1.c:3359:29: warning: variable 'TRP' set but not used [-Wunused-but-set-variable]
   MYBOOL  KEEPLU, TCP, TPP, TRP, TSP;
                             ^
../bfp/bfp_LUSOL/LUSOL/lusol1.c:3359:19: warning: variable 'TCP' set but not used [-Wunused-but-set-variable]
   MYBOOL  KEEPLU, TCP, TPP, TRP, TSP;
                   ^
In file included from ../lp_lib.c:41:0:
../lp_lib.h:63:0: warning: "isnan" redefined
 # define isnan(x) FALSE
 ^
In file included from ../lp_lib.c:27:0:
/usr/include/math.h:292:0: note: this is the location of the previous definition
 #  define isnan(x) __builtin_isnan (x)
 ^
../lp_lib.c: In function 'verify_basis':
../lp_lib.c:7043:17: warning: variable 'k' set but not used [-Wunused-but-set-variable]
   int    i, ii, k = 0;
                 ^
In file included from ../lp_lib.c:49:0:
../lp_lib.c: At top level:
../lp_presolve.h:90:12: warning: 'presolve_nextrow' declared 'static' but never defined [-Wunused-function]
 INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem);
            ^
../lp_presolve.h:91:12: warning: 'presolve_nextcol' declared 'static' but never defined [-Wunused-function]
 INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem);
            ^
../lp_presolve.h:101:12: warning: 'presolve_rowlength' defined but not used [-Wunused-function]
 INLINE int presolve_rowlength(presolverec *psdata, int rownr)
            ^
../lp_presolve.h:110:12: warning: 'presolve_collength' defined but not used [-Wunused-function]
 INLINE int presolve_collength(presolverec *psdata, int colnr)
            ^
In file included from ../lp_lib.c:55:0:
../lp_bit.h:14:15: warning: 'set_bitoff' defined but not used [-Wunused-function]
 MYINLINE void set_bitoff(MYBOOL *bitarray, int item)
               ^
In file included from ../lp_lib.c:82:0:
../lp_price.h:39:13: warning: 'normalizeEdge' declared 'static' but never defined [-Wunused-function]
 INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual);
             ^
In file included from ../lp_lib.c:83:0:
../lp_pricePSE.h:14:15: warning: 'applyPricer' declared 'static' but never defined [-Wunused-function]
 INLINE MYBOOL applyPricer(lprec *lp);
               ^
In file included from ../lp_wlp.c:6:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_matrix.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_matrix.c: In function 'inc_matrow_space':
../lp_matrix.c:197:18: warning: variable 'oldrowsalloc' set but not used [-Wunused-but-set-variable]
   int    rowsum, oldrowsalloc;
                  ^
../lp_matrix.c: In function 'prod_Ax':
../lp_matrix.c:3325:34: warning: variable 've' set but not used [-Wunused-but-set-variable]
   int      j, colnr, ib, ie, vb, ve;
                                  ^
In file included from ../lp_matrix.c:7:0:
../lp_matrix.c: At top level:
../lp_price.h:39:13: warning: 'normalizeEdge' declared 'static' but never defined [-Wunused-function]
 INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual);
             ^
In file included from ../lp_matrix.c:8:0:
../lp_pricePSE.h:14:15: warning: 'applyPricer' declared 'static' but never defined [-Wunused-function]
 INLINE MYBOOL applyPricer(lprec *lp);
               ^
In file included from ../lp_mipbb.c:30:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_MPS.c:5:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_params.c:6:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_presolve.c:36:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_presolve.c: In function 'presolve_debugmap':
../lp_presolve.c:462:51: warning: variable 'n' set but not used [-Wunused-but-set-variable]
   int    colnr, ix, ie, nx, jx, je, *cols, *rows, n;
                                                   ^
../lp_presolve.c: In function 'presolve_colfixdual':
../lp_presolve.c:1993:18: warning: variable 'isMI' set but not used [-Wunused-but-set-variable]
   MYBOOL  hasOF, isMI, isDualFREE = TRUE;
                  ^
../lp_presolve.c: In function 'presolve_columns':
../lp_presolve.c:4873:46: warning: variable 'item' set but not used [-Wunused-but-set-variable]
            status = RUNNING, ix, j, countNZ, item;
                                              ^
../lp_presolve.c:4866:31: warning: variable 'unbounded' set but not used [-Wunused-but-set-variable]
   MYBOOL   candelete, isOFNZ, unbounded,
                               ^
../lp_presolve.c: At top level:
../lp_presolve.c:377:15: warning: 'presolve_mustupdate' defined but not used [-Wunused-function]
 INLINE MYBOOL presolve_mustupdate(lprec *lp, int colnr)
               ^
In file included from ../lp_price.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_price.c: In function 'compareImprovementVar':
../lp_price.c:48:7: warning: variable 'candidatecolno' set but not used [-Wunused-but-set-variable]
       candidatecolno, candidatevarno = candidate->varno;
       ^
../lp_price.c:47:7: warning: variable 'currentcolno' set but not used [-Wunused-but-set-variable]
   int currentcolno, currentvarno = current->varno,
       ^
../lp_price.c: In function 'compareSubstitutionVar':
../lp_price.c:161:10: warning: variable 'candidatecolno' set but not used [-Wunused-but-set-variable]
          candidatecolno, candidatevarno = candidate->varno;
          ^
../lp_price.c:160:10: warning: variable 'currentcolno' set but not used [-Wunused-but-set-variable]
   int    currentcolno, currentvarno = current->varno,
          ^
../lp_price.c: In function 'partial_findBlocks':
../lp_price.c:1561:15: warning: variable 'blockdata' set but not used [-Wunused-but-set-variable]
   partialrec *blockdata;
               ^
In file included from ../lp_price.c:6:0:
../lp_price.c: At top level:
../lp_pricePSE.h:14:15: warning: 'applyPricer' declared 'static' but never defined [-Wunused-function]
 INLINE MYBOOL applyPricer(lprec *lp);
               ^
In file included from ../lp_pricePSE.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_scale.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_scale.c: In function 'CurtisReidScales':
../lp_scale.c:150:24: warning: variable 'ekm2' set but not used [-Wunused-but-set-variable]
          qkm2, qkqkm1, ekm2, ekekm1,
                        ^
../lp_scale.c:150:10: warning: variable 'qkm2' set but not used [-Wunused-but-set-variable]
          qkm2, qkqkm1, ekm2, ekekm1,
          ^
../lp_scale.c: In function 'scale_columns':
../lp_scale.c:632:16: warning: variable 'colMax' set but not used [-Wunused-but-set-variable]
   int     i,j, colMax, nz;
                ^
In file included from ../lp_simplex.c:27:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
../lp_simplex.c: In function 'dualloop':
../lp_simplex.c:997:10: warning: variable 'epsvalue' set but not used [-Wunused-but-set-variable]
   REAL   epsvalue, xviolated, cviolated,
          ^
In file included from ../lp_simplex.c:32:0:
../lp_simplex.c: At top level:
../lp_presolve.h:90:12: warning: 'presolve_nextrow' declared 'static' but never defined [-Wunused-function]
 INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem);
            ^
../lp_presolve.h:91:12: warning: 'presolve_nextcol' declared 'static' but never defined [-Wunused-function]
 INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem);
            ^
../lp_presolve.h:101:12: warning: 'presolve_rowlength' defined but not used [-Wunused-function]
 INLINE int presolve_rowlength(presolverec *psdata, int rownr)
            ^
../lp_presolve.h:110:12: warning: 'presolve_collength' defined but not used [-Wunused-function]
 INLINE int presolve_collength(presolverec *psdata, int colnr)
            ^
In file included from ../lp_simplex.c:33:0:
../lp_price.h:39:13: warning: 'normalizeEdge' declared 'static' but never defined [-Wunused-function]
 INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual);
             ^
In file included from ../lp_simplex.c:34:0:
../lp_pricePSE.h:14:15: warning: 'applyPricer' declared 'static' but never defined [-Wunused-function]
 INLINE MYBOOL applyPricer(lprec *lp);
               ^
In file included from ../lp_SOS.c:3:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_utils.c:4:0:
../shared/commonlib.h:88:24: error: expected identifier or '(' before numeric constant
   #define FALSE        0
                        ^
In file included from ../lp_utils.c:9:0:
../lp_bit.h:9:15: warning: 'set_biton' defined but not used [-Wunused-function]
 MYINLINE void set_biton(MYBOOL *bitarray, int item)
               ^
../lp_bit.h:14:15: warning: 'set_bitoff' defined but not used [-Wunused-function]
 MYINLINE void set_bitoff(MYBOOL *bitarray, int item)
               ^
../lp_bit.h:19:17: warning: 'is_biton' defined but not used [-Wunused-function]
 MYINLINE MYBOOL is_biton(MYBOOL *bitarray, int item)
                 ^
In file included from ../yacc_read.c:36:0:
../yacc_read.c: In function 'yacc_read':
../lpkit.h:32:99: warning: right-hand operand of comma expression has no effect [-Wunused-value]
   (MALLOC(nptr, nr, type), (nptr != NULL) ? memcpy(nptr, optr, (size_t)((nr) * sizeof(*optr))) : 0, nptr)
                                                                                                   ^
../yacc_read.c:1266:11: note: in expansion of macro 'MALLOCCPY'
           MALLOCCPY(orig_upbo, lp->orig_upbo, 1 + pp->Rows, REAL);
           ^
++ sed 's/[.]c/.o/g'
++ echo ../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c
++ sed 's/[^ ]*\///g'
+ cc -shared -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so -o bin/ux64/liblpsolve55.so lp_MDO.o commonlib.o mmio.o myblas.o ini.o fortify.o colamd.o lp_rlp.o lp_crash.o lp_LUSOL.o lusol.o lp_Hash.o lp_lib.o lp_wlp.o lp_matrix.o lp_mipbb.o lp_MPS.o lp_params.o lp_presolve.o lp_price.o lp_pricePSE.o lp_report.o lp_scale.o lp_simplex.o lp_SOS.o lp_utils.o yacc_read.o -lc -lm -ldl
x86_64-alt-linux-gcc: error: lp_MDO.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_crash.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_wlp.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_matrix.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_mipbb.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_MPS.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_params.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_presolve.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_price.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_pricePSE.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_scale.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_simplex.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_SOS.o: No such file or directory
x86_64-alt-linux-gcc: error: lp_utils.o: No such file or directory
+ rm colamd.o commonlib.o fortify.o ini.o lp_Hash.o lp_LUSOL.o lp_lib.o lp_report.o lp_rlp.o lusol.o mmio.o myblas.o yacc_read.o
+ rm 'bin/ux*/liblpsolve55.a'
rm: cannot remove 'bin/ux*/liblpsolve55.a': No such file or directory
error: Bad exit status from /usr/src/tmp/rpm-tmp.64216 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.64216 (%build)
Command exited with non-zero status 1
17.64user 0.89system 0:20.50elapsed 90%CPU (0avgtext+0avgdata 93360maxresident)k
0inputs+0outputs (0major+351124minor)pagefaults 0swaps
hsh-rebuild: rebuild of `lp_solve-5.5.2.0-alt1.src.rpm' failed.
Command exited with non-zero status 1
25.44user 3.70system 0:31.30elapsed 93%CPU (0avgtext+0avgdata 125308maxresident)k
0inputs+0outputs (0major+577526minor)pagefaults 0swaps