#28923: rancid: universal variant fails -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: rancid -------------------------------------+-------------------------------------- rancid's universal variant fails: {{{ ccache /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../include -I/opt/local/include -g -O0 -c hpuifilter.c ccache /usr/bin/gcc-4.2 -g -O0 -L/opt/local/lib -arch x86_64 -arch i386 -o hpuifilter hpuifilter.o ld: warning: in hpuifilter.o, file was built for unsupported file format which is not the architecture being linked (i386) Undefined symbols for architecture i386: "_main", referenced from: start in crt1.10.6.o ld: symbol(s) not found for architecture i386 collect2: ld returned 1 exit status }}} Note the lack of -arch flags on the first line. I expect this means non- default-build_arch builds would fail too. -- Ticket URL: <https://trac.macports.org/ticket/28923> MacPorts <http://www.macports.org/> Ports system for Mac OS