Opened 7 years ago

Closed 7 years ago

#54437 closed defect (duplicate)

libnetpbm @10.78.05_1 - failed to build - exc_type

Reported by: BrentSqAR Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: libnetpbm

Description

(osx 10.6.8) - main.log attached, makeman attached

main.log, line 3998:

raise exc_type, exc_value, exc_traceback

invalid syntax: exc_type

makeman, line 334

os.remove(tempfile)

# Pass the exception upwards

(exc_type, exc_value, exc_traceback) = sys.exc_info()

raise exc_type, exc_value, exc_traceback

Attachments (2)

main.log (347.6 KB) - added by BrentSqAR 7 years ago.
makeman (15.4 KB) - added by BrentSqAR 7 years ago.

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by BrentSqAR

Attachment: main.log added

Changed 7 years ago by BrentSqAR

Attachment: makeman added

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

Owner: set to ryandesign
Port: libnetpbm added
Status: newassigned

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers libnetpbm), if any.

comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: assignedclosed

Duplicate of #54309.

Note: See TracTickets for help on using tickets.