New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21206 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

plotutils fails default universal build

Reported by: snc@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.99
Keywords: Cc:
Port: plotutils

Description

Duplicates of -arch abound … Since libplot is of the wrong architecture, symbols are undefined for i386.

This was on an x86_64 machine.

/bin/sh ../libtool --mode=link ccache /usr/bin/gcc-4.2  -pipe -O2 -arch x86_64 -arch i386 -L/opt/local/lib -arch x86_64 -arch i386 -o plot  plot.o fontlist.o ../lib/libcommon.a ../libplot/libplot.la -lmx
ccache /usr/bin/gcc-4.2 -pipe -O2 -arch x86_64 -arch i386 -arch x86_64 -arch i386 -o .libs/plot plot.o fontlist.o  -L/opt/local/lib ../lib/libcommon.a ../libplot/.libs/libplot.dylib /opt/local/lib/libpng12.dylib -lz -lmx
ld: warning: in ../libplot/.libs/libplot.dylib, file is not of required architecture
Undefined symbols for architecture i386:

Attachments

plotutils.log (135.3 KB) - added by snc@… 4 years ago.

Change History

Changed 4 years ago by snc@…

comment:1 Changed 4 years ago by snc@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in updated from r59346.

Note: See TracTickets for help on using tickets.