New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15814 (closed defect: wontfix)

Opened 5 years ago

Last modified 4 years ago

Verbose and debug output not printed correctly on Mac OS X 10.3.9 Panther

Reported by: ryandesign@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.7.0
Keywords: panther Cc: blb@…, eridius@…
Port:

Description

MacPorts is not printing verbose output when requested on Mac OS X 10.3.9 Panther (on PowerPC of course).

"port -v install freetype" proceeds as if "-v" had not been given.

"port -d install freetype" prints the debug information, but still not the verbose information.

It works fine on Mac OS X 10.4.11 and 10.5.3 (both on Intel).

I am using trunk @37986.

Change History

comment:1 Changed 5 years ago by ryandesign@…

  • Summary changed from Verbose output not printed on Mac OS X 10.3.9 Panther to Verbose and debug output not printed correctly on Mac OS X 10.3.9 Panther

I take it back... not all debug information is printed either:

$ port clean --work freetype && port -v install freetype
--->  Cleaning freetype
--->  Fetching freetype
--->  Verifying checksum(s) for freetype
--->  Extracting freetype
--->  Applying patches to freetype
--->  Configuring freetype
^C
$ port clean --work freetype && port -d install freetype
--->  Cleaning freetype
DEBUG: Found port in file:///Volumes/data/macports/ports/print/freetype
DEBUG: Changing to port directory: /Volumes/data/macports/ports/print/freetype
DEBUG: Found port in file:///Volumes/data/macports/ports/archivers/zlib
DEBUG: Changing to port directory: /Volumes/data/macports/ports/archivers/zlib
DEBUG: Searching for dependency: zlib
DEBUG: Found Dependency: receipt exists for zlib
--->  Fetching freetype
--->  Verifying checksum(s) for freetype
--->  Extracting freetype
--->  Applying patches to freetype
--->  Configuring freetype
^C
$

I also tried the release_1_6_0 branch and it doesn't work right there either.

comment:2 Changed 5 years ago by ryandesign@…

  • Cc blb@… added

Has duplicate #17133.

comment:3 Changed 5 years ago by ryandesign@…

  • Cc eridius@… added

It broke in r29498. Kevin, that was yours. :) Any ideas?

It was a bit hard to track down, since trunk around that time doesn't work on Panther. To test, you have to merge in r32105, r32212, r32514 and r32525 to fix various bugs. But trunk @29497 with those four revisions merged in shows all verbose and debug information, while trunk @29498 with those four revisions merged in does not.

comment:4 Changed 5 years ago by toby@…

  • Milestone changed from MacPorts base bugs to MacPorts Future

Milestone MacPorts base bugs deleted

comment:5 Changed 4 years ago by toby@…

  • Keywords panther added

comment:6 Changed 4 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to wontfix

1.8 doesn't work on Panther anyway.

comment:7 Changed 4 years ago by jmr@…

  • Milestone MacPorts Future deleted
Note: See TracTickets for help on using tickets.