Opened 13 years ago
Closed 13 years ago
#33462 closed defect (worksforme)
Mongrel2 needs libranlib
Reported by: | robbyt@… | Owned by: | anddam (Andrea D'Amore) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | mongrel2 |
Description (last modified by anddam (Andrea D'Amore))
Attachments (2)
Change History (8)
comment:1 Changed 13 years ago by robbyt@…
comment:2 Changed 13 years ago by raimue (Rainer Müller)
Owner: | changed from macports-tickets@… to and.damore@… |
---|
Assigning to maintainer.
comment:3 Changed 13 years ago by raimue (Rainer Müller)
Port: | mongrel2 added |
---|
Changed 13 years ago by anddam (Andrea D'Amore)
Attachment: | output_1_failed.txt added |
---|
Changed 13 years ago by anddam (Andrea D'Amore)
Attachment: | output_2_success.txt added |
---|
comment:4 follow-up: 5 Changed 13 years ago by anddam (Andrea D'Amore)
Description: | modified (diff) |
---|---|
Status: | new → assigned |
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.
comment:5 Changed 13 years ago by robbyt@…
Replying to and.damore@…:
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.
There is a good chance that I could be wrong about libranlib.
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.
However, yes I had to install mongrel2 twice (yes, no cleaning between runs)
comment:6 Changed 13 years ago by anddam (Andrea D'Amore)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
I cannot reproduce, closing as worksforme.
Clarification, I needed to install libranlib via
sudo port install libranlib