tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/www/py-autobahn



> Hi!
> 
> This fixes the build on NetBSD (in the bulk builds, and for me), but
> breaks it on SmartOS and Darwin:
> 
> https://reports.pkgci.org/SmartOS/upstream/trunk/20251214.2248/py311-autobahn-25.12.1nb1/install.log
> https://reports.pkgci.org/Darwin/14.5/arm64/20251215.0224/py311-autobahn-25.12.1nb1/install.log
> 
> => Checking file-check results for py311-autobahn-25.12.1nb1
> ERROR: ************************************************************
> ERROR: The following files are in /home/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg but not in the PLIST:
> ERROR:         /home/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/_nvx_utf8validator.c
> ERROR:         /home/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/_nvx_utf8validator.o
> ERROR:         /home/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/_nvx_xormasker.c
> ERROR:         /home/pbulk/build/www/py-autobahn/work/.destdir/opt/pkg/lib/python3.11/site-packages/autobahn/nvx/_nvx_xormasker.o
> *** Error code 1
> 
> I looked a bit but I don't see why those files are installed - only
> the *.so files are needed, this is the source code and an unused
> object file. So I think they should not be installed.
> 
> We could, as a workaround, '${RM} -f' them in post-install, but
> perhaps someone has an idea where they come from?
> 
> Cheers,
> Thomas

My guess is, it comes from Hatchling, but I've added "${RM} -f".

Adam


Home | Main Index | Thread Index | Old Index