./configure || true will do the trick. But I just wonder why the configure will fail. Maybe a talk to the devs is needed..... ;(
On Sat, Feb 13, 2010 at 4:00 PM, vvoody <[email protected]> wrote: > I'm building the slackbuild for fbterm-1.6. > With build script a little modified from fbterm-1.5(just version > infomation), I found that > the building process exited after 'configure'. It didn't do the make. Then > I checked the 'config.log', > there is one unsual line in it: > > """ > r...@slackware:/tmp/SBo/fbterm-1.6# tail -3 config.log > #define HAVE_SIGNALFD 1 > > configure: exit 1 > r...@slackware:/tmp/SBo/fbterm-1.6# > """ > > So, I built fbterm-1.6 manually. After './configure', the command 'echo $?' > returned 1. > The 'config.log' file was same as above. The configure process didn't show > any errors. > > Finally, I commented the 'set -e' line the fbterm.SlackBuild and finished > building the package. > And the fbterm program works well. > > I wonder if there is another way to work around this, not commenting the > 'set -e' line. > > Best regards! > -- Cheers, Grissiom
_______________________________________________ SlackBuilds-users mailing list [email protected] http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - http://slackbuilds.org/faq/
