Opened 14 years ago

Closed 14 years ago

#23473 closed defect (fixed)

emos install failure

Reported by: andfried@… Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: emos

Description (last modified by jmroot (Joshua Root))

Hi,

I am unable to install emos on Mac OS 10.5.8 PPC, xcode 3.1.

The error message is below. I have attached the full error message as a text file. Any suggestions?

Thanks,

Andrew

Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_emos/work/emos_000371" && /usr/bin/make all " returned error 2
Command output: Error: Real constant overflows its kind at (1)
make[1]: *** [buens4.o] Error 1
*************************
*** Make in crexdc 
*************************
make[1]: Nothing to be done for `all'.
*************************
*** Make in pbio 
*************************
make[1]: Nothing to be done for `all'.
*************************
*** Make in fft 
*************************
make[1]: Nothing to be done for `all'.
*************************
*** Make in bufrtables 
*************************
./links.sh
/opt/local/bin/gfortran-mp-4.3 -O2 -fdefault-real-8 -fcray-pointer -fno-second-underscore -DPOINTER_64 -DINTEGER_IS_INT -Dlinux -Dgfortran  -o bufr2txt_tables bufr2txt_tables.f ../libemosR64.a
Undefined symbols:
  "_busel_", referenced from:
      _MAIN__ in ccGheBhQ.o
  "_bufrex_", referenced from:
      _MAIN__ in ccGheBhQ.o
  "_bus012_", referenced from:
      _MAIN__ in ccGheBhQ.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [bufr2txt_tables] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.

Attachments (1)

Emos_error.txt (11.5 KB) - added by andfried@… 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by andfried@…

Attachment: Emos_error.txt added

comment:1 Changed 14 years ago by andfried@…

Cc: andfried@… added

Cc Me!

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Cc: andfried@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to takeshi@…

Please remember to preview and use WikiFormatting, and to cc the maintainer. Also note that you do not need to be in cc when you are the reporter.

comment:3 Changed 14 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

Fixed in r63327. A real constant R8 in bufrdc/buens4.F seems to have been promoted to 16 bytes by -fdefault-real-8, which is not expected behaviour according to the manual.

Note: See TracTickets for help on using tickets.