reopen 1045112
reopen 1132069
thanks
Hello Alastair.
On Sun, Mar 29, 2026 at 07:18:47AM +0000, Debian FTP Masters wrote:
> * Now builds src after build. Closes: #1045112
I tried to verify that but it does not seem to be fixed yet.
This is what happens now when trying to build source after build:
Package: gramadoir
Version: 0.7-7
[...]
make semiclean
make[3]: Entering directory '/<<PKGBUILDDIR>>'
rm -f y.tab.* .* aonchiall.y rialacha.y
rm: cannot remove '.pc': Is a directory
make[3]: *** [Makefile:82: semiclean] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:74: topclean] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:70: distclean] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_clean: error: make -j2 distclean returned exit code 2
make: *** [debian/rules:10: clean] Error 25
dpkg-buildpackage: error: debian/rules clean subprocess failed with exit status
2
This probably happens because Makefile.in says this:
semiclean :
rm -f y.tab.* $(LEX_OUTPUT_ROOT).* aonchiall.y rialacha.y
and LEX_OUTPUT_ROOT seems to be empty. Then ".*" matches the .pc directory
used for the quilt stuff.
While we are at it, I'm also reopening the bug regarding Vcs
fields because they do not work yet:
https://qa.debian.org/cgi-bin/vcswatch?package=gramadoir
This may be a bug in the package or a bug in the salsa configuration,
but I don't have access to the salsa configuration and I can't tell,
so feel free to close the bug by hand if you manage to make the repo
visible from the outside in a way that does not require more uploads.
Thanks.