Bug#975220: Bug#975214: Bug#975210: libowl-directsemantics-perl: FTBFS: test failed
gregor herrmann
gregoa at debian.org
Thu Nov 19 17:40:21 GMT 2020
On Thu, 19 Nov 2020 12:28:53 +0100, gregor herrmann wrote:
> So this might be more of a problem in the recently updated
> libtype-tiny-perl (with or without involvement of perl 5.32, as
> Scalar::Util is dual-lifed).
As noted by Niko on IRC, the actual problem seems to be an ancient
Scalar::Util in inc/.
Now a proper fix would probably be to (convert to package from cdbs
to debhelper and) move inc/ away and back in d/rules (like we do for
other packages) and build-depend on the vendored modules; a
quick&dirty fix, tested with librdf-closure-perl, seems to work:
#v+
--- a/debian/rules
+++ b/debian/rules
@@ -47,3 +47,6 @@ CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
CDBS_DEPENDS_$(pkg) = $(deps)
DEB_INSTALL_EXAMPLES_$(pkg) = examples/*
+
+clean::
+ $(RM) -rv $(CURDIR)/inc/Scalar
#v-
Cheers,
gregor
--
.''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
: :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
`. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
`- NP: Beatles: Glass Onion
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: Digital Signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-perl-maintainers/attachments/20201119/8f8b42c1/attachment-0006.sig>
More information about the pkg-perl-maintainers
mailing list