Opened 12 years ago

Last modified 12 years ago

#33462 closed defect

Mongrel2 needs libranlib — at Version 4

Reported by: robbyt@… Owned by: and.damore@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: mongrel2

Description (last modified by anddam (Andrea D'Amore))

I'm using xcode 4.3, Lion.

Before I can build mongrel2, I need to manually install libranlib. Additionally, I need to run port install mongrel2 twice before the build passes all tests.

Attached first and second builds' output, respectively failing and successful.

Change History (6)

comment:1 in reply to:  description Changed 12 years ago by robbyt@…

Clarification, I needed to install libranlib via sudo port install libranlib

comment:2 Changed 12 years ago by raimue (Rainer Müller)

Owner: changed from macports-tickets@… to and.damore@…

Assigning to maintainer.

comment:3 Changed 12 years ago by raimue (Rainer Müller)

Port: mongrel2 added

Changed 12 years ago by anddam (Andrea D'Amore)

Attachment: output_1_failed.txt added

Changed 12 years ago by anddam (Andrea D'Amore)

Attachment: output_2_success.txt added

comment:4 in reply to:  description Changed 12 years ago by anddam (Andrea D'Amore)

Description: modified (diff)
Status: newassigned

Replying to robbyt@…:

Before I can build mongrel2, I need to manually install libranlib.

That seems odd to me, libranlib is not ranlib(1), i.e. a libtool alias, it's a library from netlib project to generate random numbers. Also I cannot see any -lranlib reference in build output, nor mine or yours.

Additionally, I need to run port install mongrel2 twice before the build passes all tests.

So you actually can build mongrel2 but have to run install action twice. I assume you are not cleaning between the two runs.

I'll check the issue.

I've attached the content of two pastebins to the ticket to keep all info in one place.

Note: See TracTickets for help on using tickets.