Opened 16 years ago

Closed 15 years ago

Last modified 14 years ago

#15814 closed defect (wontfix)

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

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.7.0
Keywords: panther Cc: blb@…, kballard (Lily Ballard)
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 (7)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: Verbose output not printed on Mac OS X 10.3.9 PantherVerbose 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 15 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: blb@… added

Has duplicate #17133.

comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

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 15 years ago by tobypeterson

Milestone: MacPorts base bugsMacPorts Future

Milestone MacPorts base bugs deleted

comment:5 Changed 15 years ago by tobypeterson

Keywords: panther added

comment:6 Changed 15 years ago by jmroot (Joshua Root)

Resolution: wontfix
Status: newclosed

1.8 doesn't work on Panther anyway.

comment:7 Changed 14 years ago by jmroot (Joshua Root)

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