On Wed, Jan 30, 2019 at 05:27:48AM +0800, Alex Vong wrote:
> Hello Adrian Bunk,
>
> The test log is not useful at all. I want to add a patch to enable
> verbose test log and let it build again to identify the issues.
>
> Is it possible for me to get access to porter machine or should I upload
> to experimental and let buildd to build it?
>
> Thanks for your great work in Debian!
>
> Cheers,
> Alex
>
> Adrian Bunk <[email protected]> writes:
>
> > Source: mlucas
> > Version: 17.1-1
> > Severity: serious
> > Tags: ftbfs
> >
> > https://buildd.debian.org/status/package.php?p=mlucas&suite=sid
> >
> > ...
> > FAIL: tests/spot-check
> > ======================
> >
> > ./tests/..//mlucas: 149: exec: ./tests/../: Permission denied
>...
The code in question is:
*)
if test -x "$DIRNAME/mlucas-generic-c"
then
exec "$DIRNAME" "$@" <----- line 149
elif test -x "$PKGLIBEXECDIR/mlucas-generic-c"
then
exec "$PKGLIBEXECDIR/mlucas-generic-c" "$@"
fi
;;
esac
Executing the directory cannot work, this should likely by
exec "$DIRNAME/mlucas-generic-c" "$@"
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed