Welcome to iraf.net Thursday, May 02 2024 @ 06:49 AM GMT


 Forum Index > Help Desk > Systems New Topic Post Reply
 [Fwd: tables - compilation problem]
   
Anonymous: Guest
 11/17/2005 09:40PM (Read 3387 times)  



Hello,I am forwarding this from a user trying to compile tables
on gentoo. Are you aware of any problems compiling external
iraf packages on gentoo? Judging by the output of'mkpkg strip'(see below) it looks like there's something wrong with 'mkpkg'.
The error messages from 'mkpkg tables' start withWarning, mkpkg line 11: dependency file `<curses.h>' not found
Warning, mkpkg line 12: dependency file `curses.h' not foundextern.pkg and all system and iraf vaiables seem to be OK.
I'd appreciate any help you can give with this.Thank you,
Nadia Dencheva-------- Original Message --------
Subject: CNSHD547350 Re: STSDAS tables - compilation problem
Date: Thu, 17 Nov 2005 21:00:11 +0100
From: Daniele Bianco <danbia@infis.univ.trieste.it>
To: dencheva@stsci.edu>If you need to respond to this message please do so by replying to this message or create a new message with call number CNSHD547350 included in the subject line.
>
>Current Call log entry :
>
> Hi Daniele,
>
> Can you do a test please. Go to your top tables directory
> and try to strip the source. For example, if tables is in
> /usr/local/tables, then
>
> cd /usr/local/tables
> mkpkg strip
>
> Let me kow if this works or not. I am trying to find if this is an iraf problem or a compiler problem.
>
> Also please send me your $iraf/unix/hlib/extern.pkg file.
>
> Our help system keeps trunkating long calls, so please send it directly to me at dencheva@stsci.edu.
>
> Thank,
> NadiaHi, Nadia
I have done the test you asked me...% env |grep iraf
PATH=.:/iraf/iraf/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin
HOME=/iraf/iraf/local
USER=iraf
LOGNAME=iraf
MAIL=/var/mail/iraf
PWD=/iraf/iraf/local
GROUP=iraf
iraf=/iraf/iraf/
host=/iraf/iraf/unix/
hlib=/iraf/iraf/unix/hlib/
hbin=/iraf/iraf/unix/bin.linux/
F77=/iraf/iraf/unix/hlib//f77.sh
F2C=/iraf/iraf/unix/bin.linux//f2c.e
HSI_LIBS=/iraf/iraf/unix/hlib/libboot.a /iraf/iraf/unix/hlib/libos.a% cd /iraf/external/tables/% mkpkg strip
!rmfiles -f lib/strip.tables
cannot open subdirectory `doc'
cannot open subdirectory `pkg'% ls -l
total 294
-rw-r--r-- 1 iraf iraf 501 Jul 30 1997 README
lrwxrwxrwx 1 iraf iraf 9 Nov 11 17:22 bin -> bin.linux
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.alpha
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.freebsd
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.generic
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.hp700
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.irix
drwxr-xr-x 2 iraf iraf 176 Nov 11 17:26 bin.linux
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.macosx
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.redhat
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.rs6000
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.sparc
drwxr-xr-x 2 iraf iraf 80 Nov 2 19:52 bin.ssun
drwxr-xr-x 2 iraf iraf 80 Oct 14 19:08 bin.suse
-rw-r--r-- 1 iraf iraf 447 Sep 17 2003 copyright.tables
drwxr-xr-x 2 iraf iraf 480 Nov 2 17:55 doc
drwxr-xr-x 8 iraf iraf 1216 Nov 11 17:45 lib
-rw-r--r-- 1 iraf iraf 242 Jul 30 1997 load.cl
-rw-r--r-- 1 iraf iraf 158840 Nov 11 17:28 log
-rw-r--r-- 1 iraf iraf 4053 Jun 25 2002 mkpkg
drwxr-xr-x 6 iraf iraf 176 Oct 14 19:09 pkg
-rw-r--r-- 1 iraf iraf 90749 Nov 2 18:16 spool
-rw-r--r-- 1 iraf iraf 429 Oct 13 15:21 tables.cl
-rw-r--r-- 1 iraf iraf 814 Oct 13 15:21 tables.hd
-rw-r--r-- 1 iraf iraf 392 Oct 13 15:21 tables.men
-rw-r--r-- 1 iraf iraf 133 Oct 10 17:12 tables.par
-rw-r--r-- 1 iraf iraf 2250 Nov 11 17:30 tables.summ
-rw-r--r-- 1 iraf iraf 2250 Nov 2 18:21 tables.summ.old
-rw-r--r-- 1 iraf iraf 696 Oct 10 17:12 tables_motd% cat /iraf/iraf/unix/hlib/extern.pkg
# External (non core-system) packages. To install a new package, add the
# two statements to define the package root directory and package task,
# then add the package helpdb to the `helpdb' list.reset noao = iraf$noao/
task noao.pkg = noao$noao.clreset tables = /iraf/external/tables/
task tables.pkg = tables$tables.clreset rvsao = /iraf/external/rvsao-2.4.6/
task rvsao.pkg = rvsao$rvsao.clreset helpdb = "lib$helpdb.mip\
,noao$lib/helpdb.mip\
,tables$lib/helpdb.mip\
,rvsao$lib/helpdb.mip\
"keep

 
 Quote
Anonymous: Guest
 11/17/2005 09:40PM  



Hi Nadia,
"curses.h" is a TABLES include file (tables$lib/curses.h), try
compiling with "mkpkg -p tables ..." to pick it up.Cheers,
-Mike

 
 Quote
   
Content generated in: 0.02 seconds
New Topic Post Reply

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Anonymous users can post 
Filtered HTML Allowed 
Censored Content 
dog allergies remedies cialis 20 mg chilblain remedies


Privacy Policy
Terms of Use

User Functions

Login