Opened 11 years ago

Last modified 11 years ago

#39302 closed defect

compiling error when port install wxlua — at Version 2

Reported by: sunny_98_98@… Owned by: afb@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: wxLua

Description (last modified by mf2k (Frank Schima))

ld: warning: ignoring file app_wxlua_lconsole.o, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: ignoring file app_wxlua_wxlua.o, file was built for unsupported file format which is not the architecture being linked (i386)

Change History (3)

Changed 11 years ago by sunny_98_98@…

Attachment: main.log added

log file for wxlua install

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

The ld warnings you copied into the OP are just the beginning of the actual error message; they aren't the error itself:

:info:build ld: warning: ignoring file app_wxlua_lconsole.o, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build ld: warning: ignoring file app_wxlua_wxlua.o, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build Undefined symbols for architecture i386:
:info:build   "_main", referenced from:
:info:build       start in crt1.10.6.o
:info:build ld: symbol(s) not found for architecture i386
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[1]: *** [../bin/lua] Error 1
:info:build make[1]: *** Waiting for unfinished jobs....
:info:build ld: warning: ignoring file app_wxluaedit_wxledit.o, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build ld: warning: ignoring file app_wxluaedit_wxluaedit.o, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build Undefined symbols for architecture i386:
:info:build   "_main", referenced from:
:info:build       start in crt1.10.6.o
:info:build ld: symbol(s) not found for architecture i386
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[1]: *** [../bin/wxlua] Error 1
:info:build Undefined symbols for architecture i386:
:info:build   "_main", referenced from:
:info:build       start in crt1.10.6.o
:info:build ld: symbol(s) not found for architecture i386
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[1]: *** [../bin/wxluaedit] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_wxLua/wxLua/work/wxLua/apps'
:info:build make: *** [apps] Error 2
:info:build make: *** Waiting for unfinished jobs....
:info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_wxLua/wxLua/work/wxLua/modules'
:info:build make[1]: Nothing to be done for `all'.
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_wxLua/wxLua/work/wxLua/modules'
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_wxLua/wxLua/work/wxLua'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_wxLua/wxLua/work/wxLua" && /usr/bin/make -j4 -w all 
:info:build Exit code: 2

comment:2 Changed 11 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: install wxlua removed
Owner: changed from macports-tickets@… to afb@…
Port: wxLua added

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainer(s).

Note: See TracTickets for help on using tickets.