[Slackbuilds-users] Recoll slackbuild problem

Jeffrey Dick j3ffdick at gmail.com
Mon Jul 28 14:54:39 UTC 2014


Hi,

I've found what looks like a bug in the SlackBuild for Recoll. Even if
ENABLE_CAMELCASE is set to NO (the default), the test in the script returns
true, and --enable-camelcase is passed to the configure command. The
following partial diff shows a corrected version, with whitespace around
the == operator:

-if test $ENABLE_CAMELCASE=="YES"
+if test $ENABLE_CAMELCASE == "YES"
    then CAMEL_CASE_CONFIG="--enable-camelcase"
    else CAMEL_CASE_CONFIG=""
fi

This was discovered while chasing down a Recoll indexing crash:
https://bitbucket.org/medoc/recoll/issue/210/indexing-error-std-out_of_range-with-some

Cheers,
Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20140728/24e0d539/attachment.html>


More information about the SlackBuilds-users mailing list