Opened 10 years ago
Closed 10 years ago
#45889 closed defect (invalid)
cdo has no pthread support
Reported by: | zwaardmeester@… | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.2 |
Keywords: | Cc: | ||
Port: | cdo |
Description
$ sudo port activate cdo @1.6.5.1_1 ---> Computing dependencies for cdo ---> Deactivating cdo @1.6.3_1 ---> Cleaning cdo ---> Activating cdo @1.6.5.1_1 ---> Cleaning cdo $ cdo fldmean -selname,TS 1920-2005/TS//b.e11.B20TRC5CNBDRD.f09_g16.019.cam.h0.TS.192001-200512.nc out.nc cdo fldmean (Abort): Cannot use pipes, pthread support not compiled in! [bt] Execution path: [bt] 0 cdo 0x000000010518984d show_stackframe + 54 [bt] 1 cdo 0x00000001051889db reshGetElem + 285 [bt] 2 cdo 0x00000001051888b8 reshGetValue + 9 [bt] 3 cdo 0x00000001051bfa6a streamClose + 46 [bt] 4 cdo 0x000000010513cd3d pstreamCloseAll + 147 [bt] 5 cdo 0x0000000105106474 cdoAbort + 256 [bt] 6 cdo 0x000000010513afa3 pstreamOpenRead + 117 [bt] 7 cdo 0x0000000105087707 Fldstat + 403 [bt] 8 cdo 0x0000000105060232 main + 6471 [bt] 9 libdyld.dylib 0x00007fff94dbe5fd start + 1 [bt] 10 ??? 0x0000000000000005 0x0 + 5 ERROR, reshGetElem, resource_handle.c, line 406, called from stream_to_pointer errorString: "Error while trying to resolve the ID "idx" in `stream_to_pointer()`: the value is CDI_UNDEFID (= -1). This is most likely the result of a failed earlier call. Please check the IDs returned by CDI."
Change History (3)
comment:2 Changed 10 years ago by mf2k (Frank Schima)
Keywords: | pthreads parallel removed |
---|---|
Owner: | changed from macports-tickets@… to takeshi@… |
In the future, please Cc the port maintainers (port info --maintainers cdo
).
Note that you should first try updating to the latest version in Macports.
$ port info --version cdo version: 1.6.5.2
comment:3 Changed 10 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Already fixed in r128126.
Note: See
TracTickets for help on using
tickets.