Opened 13 years ago
Closed 13 years ago
#32918 closed defect (fixed)
nodejs: build for i386 fails on my x86_64 Mac
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ci42 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | nodejs, nodejs-devel |
Description
On my x86_64 Mac running Snow Leopard, installing nodejs normally works fine, but if I set build_arch to i386 in macports.conf, the build fails. Although MacPorts only passes -arch i386
, somehow the nodejs build system decides to add -arch x86_64
part of the way through, and then of course can't link these bits with the bits built earlier for only i386.
Attachments (1)
Change History (2)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 13 years ago by ci42
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r89134.