Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384415 - dev-lang/lua: emake failed with sys-devel/libtool-2.4-r3
Summary: dev-lang/lua: emake failed with sys-devel/libtool-2.4-r3
Status: RESOLVED DUPLICATE of bug 384203
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Matti Bickel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 09:51 UTC by vesna
Modified: 2011-09-25 15:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,13.78 KB, text/plain)
2011-09-25 09:54 UTC, vesna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vesna 2011-09-25 09:51:56 UTC
After updating sys-devel/libtool from 2.4-r1 to 2.4-r3 emerging dev-lang/lua failed on compile phase. With sys-devel/libtool-2.4-r1 it compiles normally.

Reproducible: Always

Steps to Reproduce:
1.emerge =sys-devel/libtool-2.4-r3
2.emerge lua
Actual Results:  
libtool --quiet --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -static -Wl,-O1 -Wl,--as-needed -o luac luac.lo print.lo liblua.la
.libs/luac.o: In function `pmain':
luac.c:(.text+0x1c4): undefined reference to `luaF_newproto'
luac.c:(.text+0x20b): undefined reference to `luaS_newlstr'
luac.c:(.text+0x230): undefined reference to `luaM_realloc_'
luac.c:(.text+0x255): undefined reference to `luaM_realloc_'
luac.c:(.text+0x320): undefined reference to `luaU_dump'
luac.c:(.text+0x3b1): undefined reference to `luaD_growstack'
luac.c:(.text+0x3c4): undefined reference to `luaM_toobig'
luac.c:(.text+0x3de): undefined reference to `luaM_toobig'
.libs/print.o: In function `luaU_print':
print.c:(.text+0x534): undefined reference to `luaP_opnames'
print.c:(.text+0x552): undefined reference to `luaP_opmodes'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: luac: hidden symbol `luaM_realloc_' isn't defined
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make: *** [luac] Ошибка 1
make: *** Ожидание завершения заданий...
emake failed
 * ERROR: dev-lang/lua-5.1.4-r4 failed (compile phase):
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 2530:  Called die
 * The specific snippet of code:
 *       emake CC="${CC}" CFLAGS="-DLUA_USE_LINUX ${CFLAGS}" RPATH="${ROOT}/usr/$(get_libdir)/" LUA_LIBS="${mylibs}" LIB_LIBS="${liblibs}" V=${PV} gentoo_all || die "emake failed";
 * 
 * If you need support, post the output of 'emerge --info =dev-lang/lua-5.1.4-r4',
 * the complete build log and the output of 'emerge -pqv =dev-lang/lua-5.1.4-r4'.
 * The complete build log is located at '/var/tmp/portage/dev-lang/lua-5.1.4-r4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/lua-5.1.4-r4/temp/environment'.
 * S: '/var/tmp/portage/dev-lang/lua-5.1.4-r4/work/lua-5.1.4'
Comment 1 vesna 2011-09-25 09:54:15 UTC
Created attachment 287679 [details]
emerge --info
Comment 2 Rafael Martins (RETIRED) gentoo-dev 2011-09-25 15:41:47 UTC

*** This bug has been marked as a duplicate of bug 384203 ***