Opened 20 years ago

Last modified 8 years ago

#2339 closed defect

openssl 0.9.7d_0 install fails on Mac OS X 10.3.5 — at Initial Version

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

Description

"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

Change History (1)

Changed 20 years ago by mzipay@…

Attachment: des_modes.pod.diff added

patch for des_modes.pod

Note: See TracTickets for help on using tickets.