Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#13507 closed defect (worksforme)

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: Cc:
Port: openssl

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 (3)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to mww@…

Assigning to maintainer.

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

Keywords: openssl removed
Milestone: Port Bugs
Port: openssl added
Resolution: worksforme
Status: newclosed

The code that was failing here was removed in r31959. Openssl seems to build OK in interactive mode now, so I'm closing this.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.