Bug#405991: lua-expat: FTBFS: app.c: tests/test.lua:10: attempt to index global 'lxp' (a nil value)

2007-01-07 Thread Julien Danjou
Package: lua-expat
Version: 1.0.2-2
Severity: serious

Hello,

There was a problem while autobuilding your package:
> Automatic build of lua-expat_1.0.2-2 on nasya by sbuild/sparc 0.50
> Build started at 20070107-1956
...
>   -lexpat src/lxplib.lo
> mkdir -p .
> ln -sf ./.libs/liblua5.1-expat.so.0.0.0 lxp.so
> cat pkg-config.pc.in | \
>   sed 's|@@PKG_VERSION@@|1.0.2|' | \
>   sed 's|@@PKG_NAME@@|expat|' | \
>   sed 's|@@PKG_LUA@@|lua5.1|' | \
>   sed 's|@@PKG_LIBS_PRIVATE@@||' | \
>   sed 's|@@PKG_URL@@|http://luaforge.net/projects/luaexpat/|' | \
>   sed 's|@@PKG_REQUIRES@@||' | \
>   sed 's|@@PKG_CONFLICTS@@||' \
>   > lua5.1-expat.pc
> if [ -e debian/liblua5.1-expat0.install.in ]; then\
>   cat debian/liblua5.1-expat0.install.in | sed 
> 's|@@LUA_VERSION@@|5.1|' > debian/liblua5.1-expat0.install;\
>   else\
>   touch debian/liblua5.1-expat0.install;\
>   fi
> if [ -e debian/liblua5.1-expat-dev.install.in ]; then\
>   cat debian/liblua5.1-expat-dev.install.in | sed 
> 's|@@LUA_VERSION@@|5.1|' > debian/liblua5.1-expat-dev.install;\
>   else\
>   touch debian/liblua5.1-expat-dev.install;\
>   fi
> post-all-hook
> make[2]: Leaving directory `/build/buildd/lua-expat-1.0.2'
> make[1]: Leaving directory `/build/buildd/lua-expat-1.0.2'
> touch debian/stamp-makefile-build
> /usr/bin/make  -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" 
> LDFLAGS=""  test -f Makefile.Debian
> make[1]: Entering directory `/build/buildd/lua-expat-1.0.2'
> for X in debian/Makefile.Debian.conf; do\
>   make -f Makefile.Debian.single test CONFIGURATION_FILE=$X || 
> exit 1;\
>   done
> make[2]: Entering directory `/build/buildd/lua-expat-1.0.2'
> pre-test-hook
> pre-lua-dynamic-test-hook
> ** lua dynamic **
> lua5.1 -l lxp tests/test.lua
> testing start/end tags
> testing CharacterData/Cdata
> testing ProcessingInstruction
> testing Comment
> testing ExternalEntity
> testing default handles
> testing notation declarations and unparsed entities
> testing namespace declarations
> testing errors
> 
> testing garbage collection
> OK
> *
> cp app.c.conf.in app.c.conf
> sed -i 's?@@LUA_HEADER@@?src/lxplib.h?' app.c.conf
> sed -i \
>'s?@@LUA_MODNAME_CPART_UNDERSCORE@@?lxp?' app.c.conf
> sed -i 's?@@LUA_MODNAME_CPART@@?lxp?' app.c.conf
> pre-dynamic-link-hook
> rm -f static-stamp
> libtool --silent --tag=CC --mode=link cc -Wall -O2 -g -Wall -O2 
> -I/usr//include/lua5.1   -I src/  \
>   /usr//lib/liblua5.1.la -o app app.c liblua5.1-expat.la
> touch dynamic-stamp
> pre-app-dynamic-test-hook
> ** app dynamic **
> libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-expat.la ldd 
> ./.libs/app
>   liblua5.1.so.0 => /usr/lib/liblua5.1.so.0 (0x700f8000)
>   liblua5.1-expat.so.0 => 
> /build/buildd/lua-expat-1.0.2/.libs/liblua5.1-expat.so.0 (0x7000)
>   libc.so.6 => /lib/libc.so.6 (0x7012c000)
>   libm.so.6 => /lib/libm.so.6 (0x70018000)
>   libdl.so.2 => /lib/libdl.so.2 (0x700ac000)
>   libexpat.so.1 => /usr/lib/libexpat.so.1 (0x7026)
>   /lib/ld-linux.so.2 (0x700cc000)
>   libpthread.so.0 => /lib/libpthread.so.0 (0x70284000)
> libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-expat.la ./app 
> tests/test.lua
> app.c: tests/test.lua:10: attempt to index global 'lxp' (a nil value)
> make[2]: *** [test-app-dynamic] Error 1
> make[2]: Leaving directory `/build/buildd/lua-expat-1.0.2'
> make[1]: *** [test] Error 1
> make[1]: Leaving directory `/build/buildd/lua-expat-1.0.2'
> make: *** [debian/stamp-makefile-check] Error 2
> **
> Build finished at 20070107-1957
> FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#405991: lua-expat: FTBFS: app.c: tests/test.lua:10: attempt to index global 'lxp' (a nil value)

2007-01-07 Thread Steve Langasek
severity 405991 important
thanks

On Sun, Jan 07, 2007 at 08:04:19PM +0100, Julien Danjou wrote:
> There was a problem while autobuilding your package:
> > Automatic build of lua-expat_1.0.2-2 on nasya by sbuild/sparc 0.50
> > Build started at 20070107-1956
> ...
> > pre-app-dynamic-test-hook
> > ** app dynamic **
> > libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-expat.la ldd 
> > ./.libs/app
> > liblua5.1.so.0 => /usr/lib/liblua5.1.so.0 (0x700f8000)
> > liblua5.1-expat.so.0 => 
> > /build/buildd/lua-expat-1.0.2/.libs/liblua5.1-expat.so.0 (0x7000)
> > libc.so.6 => /lib/libc.so.6 (0x7012c000)
> > libm.so.6 => /lib/libm.so.6 (0x70018000)
> > libdl.so.2 => /lib/libdl.so.2 (0x700ac000)
> > libexpat.so.1 => /usr/lib/libexpat.so.1 (0x7026)
> > /lib/ld-linux.so.2 (0x700cc000)
> > libpthread.so.0 => /lib/libpthread.so.0 (0x70284000)
> > libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-expat.la ./app 
> > tests/test.lua
> > app.c: tests/test.lua:10: attempt to index global 'lxp' (a nil value)
> > make[2]: *** [test-app-dynamic] Error 1
> > make[2]: Leaving directory `/build/buildd/lua-expat-1.0.2'
> > make[1]: *** [test] Error 1
> > make[1]: Leaving directory `/build/buildd/lua-expat-1.0.2'
> > make: *** [debian/stamp-makefile-check] Error 2
> > **
> > Build finished at 20070107-1957
> > FAILED [dpkg-buildpackage died]

I can't reproduce this failure on i386 or amd64 in etch or sid, so I don't
think there is an RC bug in lua-expat.  However, if lua doesn't work right
on sparc, that could point to an RC bug in lua itself, so this warrants
further investigation.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#405991: lua-expat: FTBFS: app.c: tests/test.lua:10: attempt to index global 'lxp' (a nil value)

2007-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 405991 important
Bug#405991: lua-expat: FTBFS: app.c: tests/test.lua:10: attempt to index global 
'lxp' (a nil value)
Severity set to `important' from `serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]