Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#2339 closed defect (fixed)

openssl 0.9.7d_0 install fails on Mac OS X 10.3.5

Reported by: mzipay@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: openssl

Description (last modified by ryandesign (Ryan Carsten Schmidt))

"port destroot openssl" fails with the following message:

--->  Staging openssl into destroot
Error: Target com.apple.destroot returned: shell command "ln -s des_modes.7.gz /opt/src/darwinports/dports/devel/openssl/work/destroot/opt/local/share/man/man7/Modes of DES.7.gz" returned error 1
Command output: ln: DES.7.gz: No such file or directory

I have verified that the stock OS X /usr/bin/pod2man is being used to convert the .pod files into man pages.

I am able to reproduce this problem consistently (multiple clean/retry attempts).

I fixed the problem by editing the file [sources]/darwinports/dports/devel/openssl/work/openssl-0.9.7d/doc/crypto/des_modes.pod, changing "Modes of DES" (under "=head1 NAME") to "Modes_of_DES".

Here is the patch for my fix:

--- des_modes.pod       Sun Oct 24 02:27:34 2004
+++ des_modes.pod.new   Sun Oct 24 02:28:23 2004
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Modes of DES - the variants of DES and other crypto algorithms of OpenSSL
+Modes_of_DES - the variants of DES and other crypto algorithms of OpenSSL
 
 =head1 DESCRIPTION

Attachments (1)

des_modes.pod.diff (297 bytes) - added by mzipay@… 20 years ago.
patch for des_modes.pod

Download all attachments as: .zip

Change History (3)

Changed 20 years ago by mzipay@…

Attachment: des_modes.pod.diff added

patch for des_modes.pod

comment:1 Changed 20 years ago by olegb@…

Resolution: fixed
Status: newclosed

this was fixed by rshaw@

rshaw       04/10/23 13:55:10

  Modified:    darwinports/base/src/port1.0 portdestroot.tcl
  Log:
  Fixed link code for man page compression when filename has spaces.
  

update your base/ and rebuild!

Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

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

Description: modified (diff)
Port: openssl added
Note: See TracTickets for help on using tickets.