#73 closed defect (fixed)
User feedback - dependency build problem
Reported by: | Dave Offiler | Owned by: | Dave Offiler |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ROPP (all) | Version: | 0.8 |
Keywords: | Beta Feedback IEEC | Cc: |
Description
From IEEC, wishing to use ROPP netCDF file interface:
Dave,1. I am trying to instal ROPP. Because the syste,m administrator is notavailable,I am trying to install in my laptop, where I could enter as root.2. When tried to install udunits I got the following as answer to themake command:============================================making `all' in directory /home/ropp/udunits-1.12.4/src/portmake[1]: Entering directory `/home/ropp/udunits-1.12.4/src/port'making `all' in directory /home/ropp/udunits-1.12.4/src/port/miscmake[2]: Entering directory `/home/ropp/udunits-1.12.4/src/port/misc'ar rcuv libudport.a uddummy.ocase "" in \'') ;; \*) ar rucv libudport.a ;; \esacranlib libudport.amake[2]: Leaving directory `/home/ropp/udunits-1.12.4/src/port/misc'returning to directory /home/ropp/udunits-1.12.4/src/portmaking `all' in directory /home/ropp/udunits-1.12.4/src/port/cfortranmake[2]: Entering directory `/home/ropp/udunits-1.12.4/src/port/cfortran'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/home/ropp/udunits-1.12.4/src/port/cfortran'returning to directory /home/ropp/udunits-1.12.4/src/portmake[1]: Leaving directory `/home/ropp/udunits-1.12.4/src/port'returning to directory /home/ropp/udunits-1.12.4/srcmaking `all' in directory /home/ropp/udunits-1.12.4/src/libmake[1]: Entering directory `/home/ropp/udunits-1.12.4/src/lib'c89 -c -g -O2 -I../port/misc -I../port/cfortran-DUT_DEFAULT_PATH='"/home/ropp/udunits-1.12.4/etc/udunits.dat"' utlib.cIn file included from utlib.c:29:../port/cfortran/cfortran.h:181:3: error: #error "cfortran.h: Can'tfind your environment among: - GNU gcc (g77) onLinux. - MIPS cc and f772.0. (e.g. Silicon Graphics, DECstations, ...) - IBM AIX XL Cand FORTRAN Compiler/6000 Version 01.01.0000.0000 - VAX VMS CC3.1 and FORTRAN 5.4. - Alpha VMSDEC C 1.3 and DEC FORTRAN 6.0. - Alpha OSFDEC C and DEC Fortran for OSF/1 AXP Version 1.2 - ApolloDomainOS 10.2 (sys5.3) with f77 10.7 and cc 6.7. -CRAY -NEC SX-4 SUPER-UX -CONVEX -Sun -PowerStation Fortran with Visual C++ -HP9000s300/s700/s800 Latest test with: HP-UX A.08.07 A 9000/730 -LynxOS: cc or gcc with f2c. -VAXUltrix: vcc,cc or gcc with f2c. gcc or cc with f77. - f77 with vcc works; but missing link magic for f77 I/O. - NO fort. None of gcc, cc or vcc generate required names. - f2c : Use #define f2cFortran, or cc -Df2cFortran - NAG f90: Use #define NAGf90Fortran, or cc -DNAGf90Fortran - Absoft UNIX F77: Use #define AbsoftUNIXFortran or cc-DAbsoftUNIXFortran - Absoft Pro Fortran: Use #defineAbsoftProFortran - Portland Group Fortran: Use #definepgiFortran - Intel Fortran: Use #define INTEL_COMPILER"make[1]: *** [utlib.o] Error 1make[1]: Leaving directory `/home/ropp/udunits-1.12.4/src/lib'make: *** [lib/all] Error 1======================================================-- ___________________________________________________________________Antonio Rius | -Phone: 34-93-581 4358/34-93-280 2088 | IEEC/CSIC | -Fax : 34-93-581 4363 |__________________________ |_-http : /www.ice.csic.es______________|Campus UAB/Fac Ciencias (1)| Edif. Nexus, 201(2) |Torre C-5-parell-2ª planta | Gran Capità,2-4 |08193 Bellaterra, Spain | 08034 Barcelona, Spain | ___________________________|_______________________________________|(1) http://europa.ieec.fcr.es/english/situacio/bellaterra.html(2) http://europa.ieec.fcr.es/english/situacio/bcn.html
Change history (4)
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
IEEC report that the provided support files solved the problem, and the ROPP code (and dpedency libraries) they need have been successfull built.
Hi Dave, Toni and me have succesfully installed ROPP software using the instruccions and software sent in your last email. Thanks for all, regards,Santi, Toni -- ---------------------------------------------------------- Santi OliverasInstitut d'Estudis Espacials de Catalunya (IEEC-CSIC) Earth Science & Technology Department (ESTD)Campus UAB - Facultat de Ciencies Torre C5 - parell - planta 208193 BELLATERRA (BARCELONA) Phone: 34-93 581 47 78 Fax: 34-93 581 43 63e-mail: oliveras@ieec.fcr.es Web: http://www.ieec.fcr.es ----------------------------------------------------------
comment:3 by , 18 years ago
Version: | → 0.8 |
---|
Note:
See TracTickets
for help on using tickets.
Problem is user not familiar with the build system used by dependency and ROPP and has not properly set the configure options for udunits. Sent sample build & configure scripts from ROPP_ROOT/archive (user has Intel v9 'ifort') Awating feedback that this resolves the user's problem.
This highlights that support should be provided to users; the User Guide assumes that users are fully capable of independently building and installing the dependency libraries. The configure scripts we use ourselves should be made available as samples (as-is and not necessarily formally supported) via the ROPP website (beta or central).