New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16864 (closed defect: duplicate)

Opened 5 years ago

Last modified 3 years ago

Python2.5 (Revision 40770) +universal (i386, x86_64) +darwin9

Reported by: m@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: python universal Cc:
Port: python25

Description

I'm not being able to configure the port for the Universal variant. First configure complains of not being able to call getaddrinfo() and suggests disabling IPv6 support. If IPv6 support is disable (changing the Portfile), then configure fails with: "cannot compute sizeof (wchar_t)"

Attachments

config.log (576.4 KB) - added by m@… 5 years ago.
configure log for +universal and --disable-ipv6

Change History

Changed 5 years ago by m@…

configure log for +universal and --disable-ipv6

comment:1 Changed 5 years ago by macsforever2000@…

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

Assigning to maintainer.

comment:2 Changed 5 years ago by blb@…

This might be fixable by using the universal part of patch 6 from ticket #16765.

comment:3 in reply to: ↑ description Changed 4 years ago by david@…

Replying to m@…:

I'm not being able to configure the port for the Universal variant. First configure complains of not being able to call getaddrinfo() and suggests disabling IPv6 support. If IPv6 support is disable (changing the Portfile), then configure fails with: "cannot compute sizeof (wchar_t)"

I ran into this problem with +universal also. r44363 fixed it for me though. The problem was configure being called with MACOSX_DEPLOYMENT_TARGET=10.5. configure tried to link with -lcrt1.10.5.o, causing a bunch of tests to fail.

comment:4 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

comment:5 Changed 3 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to duplicate

We'll track this in #21248.

Note: See TracTickets for help on using tickets.