Hi:

I've encountered a problem with the install of the gsl-1.13  include files,
that I'd like
to report. The failing step is:

./install-sh -c -m 644 gsl_math.h gsl_pow_int.h gsl_nan.h gsl_machine.h \
  gsl_mode.h gsl_precision.h gsl_types.h gsl_version.h gsl_minmax.h \
  gsl_inline.h '/home/proghome/wgay/local32/include/gsl'

What happens is that only gsl_math.h installs. The script exits before
installing the remaining files.

Attached is file instout.txt, which is a set -x output of the script.

*Platform:  *

$ uname -a
HP-UX mfduxdb2 B.11.11 U 9000/800 750764683 unlimited-user license

Thanks, Warren
+ [ x-c != x ]
+ instcmd=cp
+ shift
+ continue
+ [ x-m != x ]
+ chmodcmd=chmod 644
+ shift
+ shift
+ continue
+ [ xgsl_math.h != x ]
+ [ x = x ]
+ src=gsl_math.h
+ shift
+ continue
+ [ xgsl_pow_int.h != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=gsl_pow_int.h
+ shift
+ continue
+ [ xgsl_nan.h != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=gsl_nan.h
+ shift
+ continue
+ [ xgsl_machine.h != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=gsl_machine.h
+ shift
+ continue
+ [ xgsl_mode.h != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=gsl_mode.h
+ shift
+ continue
+ [ xgsl_precision.h != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=gsl_precision.h
+ shift
+ continue
+ [ xgsl_types.h != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=gsl_types.h
+ shift
+ continue
+ [ xgsl_version.h != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=gsl_version.h
+ shift
+ continue
+ [ xgsl_minmax.h != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=gsl_minmax.h
+ shift
+ continue
+ [ xgsl_inline.h != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=gsl_inline.h
+ shift
+ continue
+ [ x/home/proghome/wgay/local32/include/gsl != x ]
+ [ xgsl_math.h = x ]
+ :
+ dst=/home/proghome/wgay/local32/include/gsl
+ shift
+ continue
+ [ x != x ]
+ [ xgsl_math.h = x ]
+ true
+ [ x != x ]
+ [ -f gsl_math.h -o -d gsl_math.h ]
+ true
+ [ x/home/proghome/wgay/local32/include/gsl = x ]
+ true
+ [ -d /home/proghome/wgay/local32/include/gsl ]
+ + basename gsl_math.h
dst=/home/proghome/wgay/local32/include/gsl/gsl_math.h
+ + sed -e s,[^/]*$,,;s,/$,,;s,^$,.,
+ echo /home/proghome/wgay/local32/include/gsl/gsl_math.h
dstdir=/home/proghome/wgay/local32/include/gsl
+ [ ! -d /home/proghome/wgay/local32/include/gsl ]
+ [ x != x ]
+ [ x = x ]
+ + basename /home/proghome/wgay/local32/include/gsl/gsl_math.h
dstfile=gsl_math.h
+ [ xgsl_math.h = x ]
+ true
+ dsttmp=/home/proghome/wgay/local32/include/gsl/#inst.28412#
+ cp gsl_math.h /home/proghome/wgay/local32/include/gsl/#inst.28412#
+ trap rm -f /home/proghome/wgay/local32/include/gsl/#inst.28412# 0
+ [ x != x ]
+ true
+ [ x != x ]
+ true
+ [ x != x ]
+ true
+ [ xchmod 644 != x ]
+ chmod 644 /home/proghome/wgay/local32/include/gsl/#inst.28412#
+ rm -f -f /home/proghome/wgay/local32/include/gsl/gsl_math.h
+ mv /home/proghome/wgay/local32/include/gsl/#inst.28412# 
/home/proghome/wgay/local32/include/gsl/gsl_math.h
+ exit 0
+ rm -f /home/proghome/wgay/local32/include/gsl/#inst.28412#
_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to