Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1560 closed defect (fixed)

ruby should require openssl

Reported by: ward@… Owned by: rshaw@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

It won't build without it. ;)

Attachments (1)

build_output (183.9 KB) - added by ward@… 20 years ago.
build output

Download all attachments as: .zip

Change History (11)

comment:1 Changed 20 years ago by rshaw@…

Status: newassigned

comment:2 Changed 20 years ago by rshaw@…

Odd. It built fine on Panther for me (which has SSL by default).

What platform needs this dependency?

-rshaw

comment:3 Changed 20 years ago by rshaw@…

Owner: changed from darwinports-bugs@… to rshaw@…
Status: assignednew

comment:4 Changed 20 years ago by rshaw@…

Status: newassigned

comment:5 Changed 20 years ago by rshaw@…

I just checked by Ruby installation. There are no SSL libraries linked into Ruby. Are you sure your DP tree is up-to-date? The latest Ruby port builds fine on Panther for me.

Can you provide more details on what error messages or compile problems you are seeing?

Thanks. -rshaw

comment:6 Changed 20 years ago by rshaw@…

I just checked by Ruby installation. There are no SSL libraries linked into Ruby. Are you sure your DP tree is up-to-date? The latest Ruby port builds fine on Panther for me.

Can you provide more details on what error messages or compile problems you are seeing?

Thanks. -rshaw

Changed 20 years ago by ward@…

Attachment: build_output added

build output

comment:7 Changed 20 years ago by ward@…

argh, i hate this bugzilla stuff....

I just checked by Ruby installation. There are no SSL libraries linked into Ruby.

[ward@log ruby-1.8.1]$ pwd /Users/ward/darwinports/dports/lang/ruby/work/ruby-1.8.1 [ward@log ruby-1.8.1]$ find . -type f -name openssl.\* ./ext/openssl/lib/openssl.rb ./ext/openssl/openssl.bundle That and the messages about ossl before the build died and that after installing openssl everything worked.

Are you sure your DP tree is up-to-date?

I did a cvs up -Pd yesterday.

The latest Ruby port builds fine on Panther for me.

That's strange.

Can you provide more details on what error messages or compile problems you are

+seeing? I've attached the build output. Ward

comment:8 Changed 20 years ago by ward@…

oh, and I'm using Panther...

Ward

comment:9 Changed 20 years ago by rshaw@…

After some email exchange with Ward, it was determined that the actual problem was a bad openssl install in /usr/local that Ward had. However, during the course of investigating this, I found that some dependencies were missing, and I have added them to the Portfile.

comment:10 Changed 20 years ago by rshaw@…

Resolution: fixed
Status: assignedclosed

Above mentioned changes have been committed. Thanks! -rshaw

Note: See TracTickets for help on using tickets.