New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21609 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

readline installs x86_64 libraries when i386 was requested via build_arch

Reported by: ryandesign@… Owned by: mcalhoun@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: readline

Description

MacPorts from release_1_8 branch @58126
Mac OS X 10.6.1

build_arch is set to i386 in macports.conf but readline still makes x86_64 libraries:

$ /i386-10.6-mp/bin/port installed readline
The following ports are currently installed:
  readline @6.0.000_1+darwin (active)
$ grep build_arch /i386-10.6-mp/etc/macports/macports.conf
build_arch			i386
$ file /i386-10.6-mp/lib/lib{readline,history}.dylib
/i386-10.6-mp/lib/libreadline.dylib: Mach-O 64-bit dynamically linked shared library x86_64
/i386-10.6-mp/lib/libhistory.dylib:  Mach-O 64-bit dynamically linked shared library x86_64
$ 

Change History

comment:1 Changed 4 years ago by blb@…

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

Should be fixed with r58345.

comment:2 Changed 4 years ago by ryandesign@…

Revision increased in r58352.

Note: See TracTickets for help on using tickets.