Opened 15 years ago

Closed 15 years ago

#21972 closed defect (fixed)

liblrdf universal variant

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: liblrdf

Description

On Snow Leopard with universal_archs set to x86_64 i386, liblrdf doesn't build with the universal variant set:

ld: warning: in ../src/.libs/liblrdf.dylib, file is not of required architecture
Undefined symbols for architecture i386:
  "_lrdf_free_setting_values", referenced from:
      _main in showdefaults.o
  "_lrdf_get_default_uri", referenced from:
      _main in showdefaults.o
  "_lrdf_cleanup", referenced from:
      _main in showdefaults.o
  "_lrdf_get_setting_values", referenced from:
      _main in showdefaults.o
  "_lrdf_init", referenced from:
      _main in showdefaults.o
  "_lrdf_read_files", referenced from:
      _main in showdefaults.o
  "_lrdf_get_setting_metadata", referenced from:
      _main in showdefaults.o
ld: symbol(s) not found for architecture i386

There hasn't been a new version of this software since 2004, well before we had Intel Macs and universal builds.

Attachments (1)

liblrdf.txt (37.5 KB) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: liblrdf.txt added

comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Running autoreconf seems to fix it. Fixed in r59149.

Note: See TracTickets for help on using tickets.