[Debian-med-packaging] Bug#847339: pirs: (still) FTBFS when built with dpkg-buildpackage -A
Santiago Vila
sanvila at unex.es
Mon Dec 19 14:40:55 UTC 2016
found 847339 2.0.2+dfsg-3
retitle 847339 pirs: FTBFS when built with dpkg-buildpackage -A (ln: failed to create symbolic link)
thanks
Hello Andreas.
Sorry for the reopening but the package still does not build with
"dpkg-buildpackage -A". The error is now different but the bug is
essentially the same: "does not build with dpkg-buildpackage -A",
[ So I'm going to reuse the same bug as before ]
This is what happens now:
for pl in debian/pirs/usr/lib/pirs/*.pl ; do \
plname=`basename ${pl}` ; \
ln -s ../lib/pirs/${plname} debian/pirs/usr/bin/`basename ${plname} .pl` ; \
done
ln: failed to create symbolic link 'debian/pirs/usr/bin/alignment_stator': No such file or directory
ln: failed to create symbolic link 'debian/pirs/usr/bin/baseCalling_Matrix_analyzer': No such file or directory
ln: failed to create symbolic link 'debian/pirs/usr/bin/baseCalling_Matrix_calculator.0': No such file or directory
ln: failed to create symbolic link 'debian/pirs/usr/bin/baseCalling_Matrix_calculator': No such file or directory
Note 1: You should also add "set -e" before the for loop
(see Policy 4.6, Error trapping in Makefiles).
Note 2: I still recommend source-only uploads: Just let the Arch:all
autobuilder to care about the Arch:all packages.
Thanks.
More information about the Debian-med-packaging
mailing list