[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #SAG-660023]: Error compiling NETCDF



Hello Travis,



> To whom this may concern,
> 
> I am coming up with an error compiling NETCDF3.1.1 below.
> 
> ===============================================
> netCDF 4.3.1.1: ncdap_test/test-suite.log
> ===============================================
> 
> # TOTAL: 12
> # PASS:  11
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: t_auth
> ============
> 
> syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or 
> SCAN_ERROR
> context: <html^><head><title>Apache Tomcat/7.0.53 - Error 
> report</title><style><!--H1 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
>  H2 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
>  H3 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
>  BODY 
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P 
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A
>  {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> 
> </head><body><h1>HTTP Status 401 - </h1><HR size="1" 
> noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> 
> <u></u></p><p><b>description</b> <u>This request requires HTTP 
> authentication.</u></p><HR size="1" noshade="noshade"><h3>Apache 
> Tomcat/7.0.53</h3></body></html>
> Testing: Http Basic Authorization
> *** Fail: Http Basic Authorization: NetCDF: Malformed or inaccessible DAP DDS
> 
> 
> Travis Washington
> Adjunct Professor of Physics and Earth Space Science
> Seminole State College of Florida School of Academic Foundations
> | B-205A | address@hidden
> 
> 
> Please Note:
> 
> Due to Florida's very broad public records law,
> most written communications to or from College
> employees regarding College business are public
> records, available to the public and media upon
> request. Therefore, this e-mail communication may
> be subject to public disclosure.
> 
> 
This is a known issue related to a change in our test server
configuration. We are still working on redirects to fix this for
existing releases, and current 4.3.2 release also fixes it by
pointing directly to our new test servers. So, the failure is on our
end, not yours.

Until this gets fixed, you can complete testing and installation of
the netCDF C library and utilities by following these steps:

  1. Run "make clean" in the top level directory of your source netCDF
     source (or unpack the source again in a new source directory)

  2. Run the "configure" script again, but this time add the following
     option to whatever options you previously specified:

       --disable-dap-remote-tests 

  3. Run "make check" and verify that it now completes successfully.

  4. Run "make install", or "sudo make install" if needed.

That should get you past the problem with our test server and allow
the installation to complete successfully.  Please let us know if you
encounter additional errors.

I hope this helps,

-Ward

Ticket Details
===================
Ticket ID: SAG-660023
Department: Support netCDF
Priority: Normal
Status: Closed