Opened 12 years ago

Closed 5 years ago

#32842 closed defect (fixed)

swig-python build fails for non-default build_arch

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: jyrkiwahlstedt, cooljeanius (Eric Gallager)
Port: swig-python

Description

ld: warning: in /i386-10.6-mp/lib/libpcre.dylib, file was built for i386 which is not the architecture being linked (x86_64)
Undefined symbols:
  "_pcre_version", referenced from:
      _Swig_pcre_version in misc.o
     (maybe you meant: _Swig_pcre_version)
  "_pcre_compile", referenced from:
      _Swig_string_regex in misc.o
      _Swig_name_regexmatch_value in naming.o
  "_pcre_free", referenced from:
      _Swig_string_regex in misc.o
      _Swig_string_regex in misc.o
      _Swig_name_regexmatch_value in naming.o
  "_pcre_exec", referenced from:
      _Swig_string_regex in misc.o
      _Swig_name_regexmatch_value in naming.o
ld: symbol(s) not found

Attachments (1)

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

Download all attachments as: .zip

Change History (6)

Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)

This is probably another example of #34891

comment:2 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:3 Changed 10 years ago by michaelld (Michael Dickens)

Owner: changed from kevin@… to michaelld@…

comment:4 Changed 6 years ago by jmroot (Joshua Root)

Is this still a problem with the current version?

comment:5 Changed 5 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed

I'm guessing this issue has been resolved with some update to swig. Hence I'm closing.

Note: See TracTickets for help on using tickets.