Opened 12 years ago

Closed 12 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)

main.log.bz2 (30.0 KB) - added by ryandesign (Ryan Carsten Schmidt) 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

comment:1 Changed 12 years ago by ci42

Resolution: fixed
Status: newclosed

Fixed in r89134.

Note: See TracTickets for help on using tickets.