Opened 10 years ago

Last modified 10 years ago

#43215 new defect

Compilation error: volta-0.2.0

Reported by: charles.tolle@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: volta

Description (last modified by mf2k (Frank Schima))

Error from log file:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_volta/volta/main.log
:info:build /usr/bin/clang -arch x86_64 -O2 -I/opt/local/include -L/opt/local/lib    -c -o process.o process.c
:info:build lua.c:84:21: error: use of undeclared identifier 'LUA_GLOBALSINDEX'
:info:build         lua_settable( lua, LUA_GLOBALSINDEX );
:info:build                            ^
:info:build lua.c:89:21: error: use of undeclared identifier 'LUA_GLOBALSINDEX'
:info:build         lua_settable( lua, LUA_GLOBALSINDEX );
:info:build                            ^
:info:build lua.c:100:28: error: use of undeclared identifier 'LUA_GLOBALSINDEX'
:info:build     lua_setmetatable( lua, LUA_GLOBALSINDEX );
:info:build                            ^
:info:build /usr/bin/clang -arch x86_64 -O2 -I/opt/local/include -L/opt/local/lib    -c -o util.o util.c
:info:build lua.c:114:23: error: use of undeclared identifier 'LUA_GLOBALSINDEX'
:info:build         lua_getfield( v.lua, LUA_GLOBALSINDEX, "request" );
:info:build                              ^
:info:build 4 errors generated.
:info:build make: *** [lua.o] Error 1
:info:build make: *** Waiting for unfinished jobs....
:info:build clang: warning: argument unused during compilation: '-L/opt/local/lib'clang
:info:build : warning: argument unused during compilation: '-L/opt/local/lib'
:info:build clang: warning: argument unused during compilation: '-L/opt/local/lib'
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_volta/volta/work/volta-0.2.0'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_volta/volta/work/volta-0.2.0" && /usr/bin/make -j16 -w volta CC="/usr/bin/clang -arch x86_64" 
:info:build Exit code: 2
:error:build org.macports.build for port volta returned: command execution failed
:debug:build Error code: CHILDSTATUS 94932 2
:debug:build Backtrace: command execution failed
    while executing

Attachments (1)

main.log (15.6 KB) - added by charles.tolle@… 10 years ago.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by charles.tolle@…

Attachment: main.log added

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Description: modified (diff)

In the future, please use WikiFormatting.

Note: See TracTickets for help on using tickets.