• Bug#265763: reiser4progs: FTBFS: configure stops at libaal version chec

    From Andreas Jochens@1:229/2 to All on Sat Aug 14 22:30:10 2004
    From: [email protected]

    Package: reiser4progs
    Severity: normal
    Tags: patch

    When building 'reiser4progs' I get the following error:

    checking for aal_device_open in -laal... yes
    checking aal/libaal.h usability... yes
    checking aal/libaal.h presence... yes
    checking for aal/libaal.h... yes
    checking for libaal version = 0.5.3...
    An old version of libaal (1.0.0) was found.
    You need a version of libaal newer than 0.5.3.
    You can get it at http://www.namesys.com/snapshots
    no
    dh_testdir
    /usr/bin/make
    make[1]: Entering directory `/reiser4progs-0.5.6'
    make[1]: *** No targets specified and no makefile found. Stop.
    make[1]: Leaving directory `/reiser4progs-0.5.6'
    make: *** [build-stamp] Error 2

    With the attached patch 'reiser4progs' can be compiled.

    Regards
    Andreas Jochens

    diff -urN ../tmp-orig/reiser4progs-0.5.6/configure.in ./configure.in
    --- ../tmp-orig/reiser4progs-0.5.6/configure.in 2004-07-13 11:33:14.000000000 +0200
    +++ ./configure.in 2004-08-14 21:56:50.386937273 +0200
    @@ -486,7 +486,7 @@
    ])

    OLD_LIBS="$LIBS"
    -AC_CHECK_LIBAAL(aal, 0.5.3, ,exit)
    +AC_CHECK_LIBAAL(aal, 1.0.0, ,exit)
    AAL_LIBS="$LIBS"
    LIBS="$OLD_LIBS"

    @@ -494,7 +494,7 @@

    if test x$enable_stand_alone = xyes; then
    OLD_LIBS="$LIBS"
    - AC_CHECK_LIBAAL(aal-alone, 0.5.3, ,exit)
    + AC_CHECK_LIBAAL(aal-alone, 1.0.0, ,exit)
    AAL_ALONE_LIBS="$LIBS"
    LIBS="$OLD_LIBS"

    diff -urN ../tmp-orig/reiser4progs-0.5.6/configure ./configure
    --- ../tmp-orig/reiser4progs-0.5.6/configure 2004-08-14 22:00:10.822466441 +0200
    +++ ./configure 2004-08-14 21:57:19.393527601 +0200
    @@ -24091,8 +24091,8 @@



    -echo "$as_me:$LINENO: checking for libaal version = 0.5.3" >&5
    -echo $ECHO_N "checking for libaal version = 0.5.3... $ECHO_C" >&6
    +echo "$as_me:$LINENO: checking for libaal version = 1.0.0" >&5
    +echo $ECHO_N "checking for libaal version = 1.0.0.