steelewool / iraf-v216

IRAF v2.16 / PCIX release
Other
0 stars 0 forks source link

xx_votools failure #16

Closed RobSteele49 closed 7 years ago

RobSteele49 commented 7 years ago

In my branch oleboleUpdates, which is intended to include all of @olebole (s) pull requests, when I run make sysgen is terminating with:

xc -Nz -/g -/m64 -p vo -p noao x_votools.o libpkg.a -lasttools -lxtools -lstg -lds -ltbtables -lslalib -o xx_votools.e /home/steele/git/iraf-v216//bin.linux64/libVO.a(votget.o): In function votableHandler': /home/steele/git/iraf-v216/vendor/voclient/voapps/votget.c:343: warning: the use ofmktemp' is dangerous, better use mkstemp' ormkdtemp' move xx_votools.e' tovobin$x_votools.e'

Start: Mon May 8 12:43:53 PDT 2017 End: Mon May 8 12:59:42 PDT 2017

Mon May 8 12:59:42 PDT 2017

Any thoughts as to what might be wrong? Of course I misread that last line which is moving xx*.e to x.e. I was looking for the xx_.e file, which doesn't exists so I'm assuming this is the correct way the build should end.

olebole commented 7 years ago

fixed by iraf/iraf-v216#46

olebole commented 7 years ago

BTW, please take into account that I update the PRs from time to time until they get merged, so just merging them once may cause problems.

zcsteele commented 7 years ago

I won't be in a position to test the fix until late this evening; @RobSteele49 can you try rebuilding with the latest merge?

olebole commented 7 years ago

Just enable travis-CI and it will do the testing for you :-)

RobSteele49 commented 7 years ago

I'll enable travis-Cl later tonight.

RobSteele49 commented 7 years ago

I've been updating my oleboleUpdate branch with you latest PRs and things have been looking pretty good.