Changes between Initial Version and Version 4 of Ticket #33462


Ignore:
Timestamp:
Mar 4, 2012, 10:01:32 AM (12 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33462

    • Property Owner changed from macports-tickets@… to and.damore@…
    • Property Status changed from new to assigned
    • Property Port mongrel2 added
  • Ticket #33462 – Description

    initial v4  
    33Before 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.
    44
    5 Output from build1 (fails):
    6 http://pastebin.com/b8yFvbkY
    7 
    8 Output from build2: (works):
    9 http://pastebin.com/pUEnyqKr
     5Attached [http://pastebin.com/b8yFvbkY first] and [http://pastebin.com/pUEnyqKr second] builds' output, respectively failing and successful.