On Thu, Mar 29, 2012 at 03:12:21PM +0000, Aaron Fineman wrote: > I can confirm this breakage. (pango build output: > https://gist.github.com/1865920) Let me know if any other > information/testing would be usefull. I think the same again, but "make V=1" rather than "make" so we can see the flags in the CCLD line which fails. (The other clues are probably in your build of cairo...) Cheers, Patrick > -- > > On Wed, Mar 28, 2012 at 1:07 PM, Greg Troxel <gdt%ir.bbn.com@localhost> wrote: > > > > I am building pkgsrc head on a year-old 10.7 mac (running in x86_64 > > mode). pkgsrc defaults to ABI=32 for macs, and this has been working > > almost entirely ok. But, building cairo results in x86_64 .o files in > > $WRKDIR, and those don't get added to the .dylib because they are the > > wrong arch. cairo installs, but the build of pango fails because lots > > of symbols are missing (all of them, really). > > > > glib2, on the other hand, builds for i386 with no issues. > > > > This has been happening for most of a year, but I hadn't managed to > > track it down until recently. > > > > I wonder if the build of cairo is leaking around the wrappers? > > Or is the clang-gcc installed as gcc funky? or ?