#21609 closed defect (fixed)
readline installs x86_64 libraries when i386 was requested via build_arch
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
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 $
Note: See
TracTickets for help on using
tickets.
Should be fixed with r58345.