Package: libdb2-ruby
Version: 0.5.3-1
Severity: serious
Hi,
building the package libdb2-ruby in a clean build environment
(with pbuilder) on i386 results in:
=========================================================================
[...]
dh_testdir
rm -rf build-tree-1.6 build-tree-1.8
tar -zcf debian/src.tgz Changes README.en bdb.html bdb.rd bdbxml docs examples
extconf.rb src tests tmp util
mkdir build-tree-1.6 build-tree-1.8
tar -C build-tree-1.6 -zxf debian/src.tgz
tar -C build-tree-1.8 -zxf debian/src.tgz
ruby1.6 -C build-tree-1.6 extconf.rb --with-db-version=2
extconf.rb: Entering directory `src'
checking for db_version() in -ldb2... yes
creating Makefile
extconf.rb: Leaving directory `src'
ruby1.8 -C build-tree-1.8 extconf.rb --with-db-version=2
extconf.rb: Entering directory `src'
checking for db_version() in -ldb2... yes
creating Makefile
extconf.rb: Leaving directory `src'
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--with-opt-include=${opt-dir}/include
--with-opt-lib=${opt-dir}/lib
--with-make-prog=make
--srcdir=.
--curdir=/tmp/buildd/libdb2-ruby-0.5.3/build-tree-1.8
--ruby=/usr/bin/ruby1.8
make: *** [configure-stamp] Error 1
=========================================================================
build-tree-1.8/src/mkmf.log looks like this:
=========================================================================
have_library: checking for db_version() in -ldb2... -------------------- yes
"gcc -o conftest -I/home/ernie/temp/debian/libdb2-ruby-0.5.3/build-tree-1.8/src
-I/usr/lib/ruby/1.8/i386-linux -I/usr/include -Wall -g -O2 -fPIC conftest.c
-L"/usr/lib" -L"/usr/lib" -lruby1.8-static -ldb2 -lpthread -ldl -lcrypt
-lm -lc"
conftest.c: In function `t':
conftest.c:4: warning: implicit declaration of function `db_version'
checked program was:
/* begin */
/*top*/
int main() { return 0; }
int t() { db_version(); return 0; }
/* end */
--------------------
=========================================================================
Thanks for considering.
--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/
Please note that this report has not been generated fully automatically.
DARTS just helped finding the problem.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]