#18435 closed enhancement (fixed)
RFE: Include OS platform and version in debug output
Reported by: | raimue (Rainer Müller) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.8.0 |
Component: | base | Version: | 1.7.0 |
Keywords: | debug platform version | Cc: | cooljeanius (Eric Gallager) |
Port: | MacPorts |
Description
The OS platform and version should be included in the debug output for reference.
Especially when we ask someone to upload their debug log to a Trac ticket it would help to have the OS platform and version included.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
Changed 16 years ago by raimue (Rainer Müller)
Attachment: | patch-macports-debug-platform.diff added |
---|
Revision 2
comment:2 Changed 16 years ago by raimue (Rainer Müller)
I was using the wrong variable names. The file already failed the pkg_mkIndex run during 'make', but our build system did not yield any error. So it was not in the pkgIndex.tcl file and therefore was not accessible using package require.
comment:3 Changed 16 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed similar in r46669.
Note: See
TracTickets for help on using
tickets.
This is a non-working patch.
After applying, port fails to require portmain:
Any idea why I can't use ui_debug there?