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)
Change History (4)
Changed 7 years ago by BrentSqAR
Changed 7 years ago by BrentSqAR
comment:1 Changed 7 years ago by mf2k (Frank Schima)
Owner: | set to ryandesign |
---|---|
Port: | libnetpbm added |
Status: | new → assigned |
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Duplicate of #54309.
Note: See
TracTickets for help on using
tickets.
In the future, please fill in the Port field and Cc the port maintainers (
port info --maintainers libnetpbm
), if any.