New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23473 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

emos install failure

Reported by: andfried@… Owned by: takeshi@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: emos

Description (last modified by jmr@…) (diff)

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

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

Change History

Changed 2 years ago by andfried@…

Changed 2 years ago by andfried@…

  • cc andfried@… added

Cc Me!

Changed 2 years ago by jmr@…

  • owner changed from macports-tickets@… to takeshi@…
  • cc andfried@… removed
  • description modified (diff)

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.

Changed 2 years ago by takeshi@…

  • status changed from new to closed
  • resolution set to fixed

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.