ラベル heasoft の投稿を表示しています。 すべての投稿を表示
ラベル heasoft の投稿を表示しています。 すべての投稿を表示

2014年8月15日金曜日

libc++abi.dylib: error from xspec

I could not solve this problem.

I install new heasoft 6.16 and OK.

type xspec
xspec is .../heasoft/heasoft-6.15.1/i386-apple-darwin12.5.0/bin/xspec
$xspec

                XSPEC version: 12.8.1g
                Build Date/Time: Thu Apr  3 12:33:54 2014

XSPEC12>xset APECROOT  apecNoLine/apec_v2.0.2_noline/apec_v2.0.2_noline
XSPEC12>model apec

Input parameter value, delta, min, bot, top, and max values for ...
              1       0.01(      0.01)      0.008      0.008         64         64
1:apec:kT>
              1     -0.001(      0.01)          0          0          5          5
2:apec:Abundanc>
              0      -0.01(      0.01)     -0.999     -0.999         10         10
3:apec:Redshift>
              1       0.01(      0.01)          0          0      1e+20      1e+24
4:apec:norm>
Reading APEC data from
apecNoLine/apec_v2.0.2_noline/apec_v2.0.2_noline
libc++abi.dylib: terminate called throwing an exception

2014年4月3日木曜日

HEASOFT 6.15

(2014-04-03)
** Env.
- heasoft 6.15.1 source build
- Mac OS X 10.8
Darwin Kernel Version 12.5.0
- Xcode 5.1
- Homebrew 0.9.5

** (1)
configure: error: ar not found in your $PATH. See your sysdamin.
->
check Xcode
You need Command Line Tools installed in Xcode by
「Xcode->Preferences->Downloads」->「Command Line Tools」

** (2) x86_64 Fortran compiler detected...
checking whether gfortran accepts -m32... no
configure: error: This Fortran compiler is not supported for a 32-bit/i386 build.
I used gfortran from brew
GNU Fortran (GCC) 4.8.2

see
http://heasarc.nasa.gov/docs/software/lheasoft/support.html#Mac10.8

->
brew install gfortran --enable-multilib
(thanks to Sakai-kun)
and build heasoft again.
This solves the error.

2012年4月25日水曜日

aepipeline


2012-04-25
some errors from aepipeline
* aepipeline_1.1.0: Error: No input files found with 'ae806156010' stem
-> aepipeline did not work with symbolic link data directory


* working and output directories should be on the same disk
Otherwise,
FAILED: Cross-device link

* did work with ftp/mount disk like
ftp://ftp.darts.isas.jaxa.jp    /Volumes/ftp.darts.isas.jaxa.jp

2012年4月17日火曜日

heasoft install an error


2012-04-16
6.12, source install to MacPro (OS 10.6)
The following error was found.
This could be solved by removing the following from my setup.

PATH=/Applications/itt/idl/bin/:$PATH

error:
cd /Users/ttamura/A/software/heasoft/heasoft-6.12/tcltk/itcl; make install
 /Applications/itt/idl/bin//install -c libitcl3.3.dylib /Users/ttamura/A/software/heasoft/heasoft-6.1\
2/tcltk/BLD/x86_64-apple-darwin10.8.0/lib/itcl3.3/libitcl3.3.dylib

    The current directory must be set to the ITT directory.
    Change the default to the ITT directory and re-run
    this script.

 ranlib /Users/ttamura/A/software/heasoft/heasoft-6.12/tcltk/BLD/x86_64-apple-darwin10.8.0/lib/itcl3.\
3/libitclstub3.3.a
ranlib: can't open file: /Users/ttamura/A/software/heasoft/heasoft-6.12/tcltk/BLD/x86_64-apple-darwin\
10.8.0/lib/itcl3.3/libitclstub3.3.a (No such file or directory)
 Install itcl.tcl /Users/ttamura/A/software/heasoft/heasoft-6.12/tcltk/BLD/x86_64-apple-darwin10.8.0/\
lib/itcl3.3/itcl.tcl

make[9]: *** [install-lib-binaries] Error 1
make[8]: *** [subdir-itcl] Error 2
make[7]: *** [install-itcl] Error 2
make[6]: *** [publish-itcl] Error 2
make[5]: *** [hd-std-all-subdirs] Error 2
make[4]: *** [all-subdirs] Error 2
make[3]: *** [hd-std-all] Error 2
make[2]: *** [all] Error 2
make[1]: *** [tcltk] Error 2
make: *** [all] Error 2

2010年4月1日木曜日

xselect error ?

heasoft 6.5 is OK
heasoft 6.9 gave the following

xsel:SUZAKU > read events ae801038010xi0_1_3x3n066z_uf.evt.gz
remove =    0
datdir = /home/cc/i02111/work/suzaku_data/801038010/xis/event_uf/!
filenm = /home/cc/i02111/work/suzaku_data/801038010/xis/event_uf/ae801038010xi0
_1_3x3n066z_uf.evt.gz!
Could not find keyword for Datamode for SUZAKU NONE XIS0
Your data files have empty INSTRUME keywords in them.
Use FPARKEY to set the value.
Use SET INSTRUMENT to set the instrument, and then try the read again.

->
http://heasarc.gsfc.nasa.gov/docs/software/lheasoft/bugs.html
may give the answer.