Opened 6 years ago

Closed 6 years ago

#57015 closed defect (fixed)

hdfeos @2.20_0+szip: port upgrade failed

Reported by: pgf Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.5.3
Keywords: Cc:
Port: hdfeos

Description

port upgrade hdfeos from @2.19_1 to @2.20_0 fails and returns Error: Failed to build hdfeos: command execution failed.
The log file (attached) reports some compilation error:

SWapi.c:218:1: error: conflicting types for 'SWopen'                                                                                             
SWopen(const char *filename, intn l_access)
^
/opt/local/include/HdfEosDef.h:128:7: note: previous declaration is here
int32 SWopen(char *, intn);

and similar.

Attachments (1)

port_upgrade_hdfeos.log (209.8 KB) - added by pgf 6 years ago.
Output of the "port upgrade -d hdfeos" command.

Download all attachments as: .zip

Change History (3)

Changed 6 years ago by pgf

Attachment: port_upgrade_hdfeos.log added

Output of the "port upgrade -d hdfeos" command.

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Cc: tenomoto removed
Owner: set to tenomoto
Status: newassigned

comment:2 Changed 6 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: assignedclosed

In 175e3058a55a5fbe11869f3fa9036eb7ff408422/macports-ports (master):

hdfeos: avoid using old HdfEosDef.h in ${prefix}/inclue by declaring conflicts_build

Closes: #57015

Note: See TracTickets for help on using tickets.