Bug 15484

Summary: 'make test' crashes in math/netcdf
Product: Ports & Packages Reporter: Kotchourko <Kotchourko>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Kotchourko 1999-12-14 19:10:00 UTC
After installation of port 'math/netcdf' the attempt to 'make test'
(how it is recomended in 'INSTALL') crashes

How-To-Repeat: cd math/netcdf
make install
cd work/netcdf-3.5/src
make test
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-12-25 01:29:13 UTC
State Changed
From-To: open->closed

This appears to a problem with the software and not the port.  You might 
have better luck contacting the author of this software about a fix. 

Comment 2 Thomas Gellekum 1999-12-28 10:07:53 UTC
Sorry for the late reply.

Kotchourko@iket.fzk.de writes:

> >Description:
> After installation of port 'math/netcdf' the attempt to 'make test'
> (how it is recomended in 'INSTALL') crashes
> >How-To-Repeat:
> cd math/netcdf
> make install
> cd work/netcdf-3.5/src
> make test

The test in one of the subdirectories fails because it expects a
different representation of the data, like 0.200000 vs
0.2000000. Apart from that the tests are ok.

tg