Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #13507 (new defect)

Opened 9 months ago

Last modified 6 months ago

openssl @0.9.8g_0, port install fails in interactive mode

Reported by: mail@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: openssl Cc:
Port:

Description

When using the interactive mode (sudo port <Enter>), the installation of openssl fails with the error message:

----------------------------------------------
[Users/kbeyer] > install openssl
--->  Fetching openssl
--->  Attempting to fetch openssl-0.9.8g.tar.gz from http://www.openssl.org/source/
--->  Verifying checksum(s) for openssl
--->  Extracting openssl
--->  Applying patches to openssl
--->  Configuring openssl
Error: Target org.macports.configure returned: shell command "./Configure darwin-i386-cc --prefix=/opt/local -L/opt/local/lib --openssldir=/opt/local/etc/openssl zlib no-asm no-krb5 shared &&  patch < /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl/files/patch-Makefiles-universal-i386" returned error 1
Command output: store.h => ../../include/openssl/store.h
making links in crypto/pqueue...
pqueue.h => ../../include/openssl/pqueue.h
pq_compat.h => ../../include/openssl/pq_compat.h
making links in ssl...
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
dtls1.h => ../include/openssl/dtls1.h
kssl.h => ../include/openssl/kssl.h
ssltest.c => ../test/ssltest.c
making links in engines...
make[1]: Nothing to be done for `links'.
making links in apps...
make[1]: Nothing to be done for `links'.
making links in test...
make[1]: Nothing to be done for `links'.
making links in tools...
make[1]: Nothing to be done for `links'.
generating dummy tests (if needed)...
make[1]: Nothing to be done for `generate'.

Configured for darwin-i386-cc.
patching file Makefile
Hunk #1 FAILED at 60.
Hunk #2 FAILED at 142.
2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej
patching file Makefile.shared

Error: Status 1 encountered during processing.
[Users/kbeyer] > install openssl
--->  Configuring openssl
Error: Target org.macports.configure returned: shell command "./Configure darwin-i386-cc --prefix=/opt/local -L/opt/local/lib --openssldir=/opt/local/etc/openssl zlib no-asm no-krb5 shared &&  patch < /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl/files/patch-Makefiles-universal-i386" returned error 127
Command output: sh: ./Configure: No such file or directory

Error: Status 1 encountered during processing.
--------------------------------------------------

Doing a clean openssl and then trying from the command line (sudo port install openssl) works fine. Configuration: MacBook3,1; Intel Core 2 Duo;2.2 GHz

Change History

Changed 6 months ago by jmr@…

  • owner changed from macports-tickets@… to mww@…

Assigning to maintainer.

Note: See TracTickets for help on using tickets.