[MacPorts] #2339: openssl 0.9.7d_0 install fails on Mac OS X 10.3.5
MacPorts
noreply at macports.org
Thu Mar 24 07:52:25 PDT 2016
#2339: openssl 0.9.7d_0 install fails on Mac OS X 10.3.5
-----------------------+--------------------------------
Reporter: mzipay@… | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: openssl |
-----------------------+--------------------------------
Changes (by ryandesign@…):
* port: => openssl
Old 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
New 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
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/2339#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list