Chris Hofstaedtler <[email protected]> writes: > Source: vcsh > Version: 2.0.10-0.1 > Severity: serious > X-Debbugs-CC: [email protected] > > vcsh 2.0.10-0.1 fails its autopkgtests on all architectures, > preventing migration to testing. Example on amd64: > https://ci.debian.net/packages/v/vcsh/testing/amd64/60170831/ > > 39s autopkgtest [01:06:39]: test command1: make test > 39s autopkgtest [01:06:39]: test command1: [----------------------- > 39s make: *** No rule to make target 'test'. Stop. > 40s autopkgtest [01:06:40]: test command1: -----------------------] > 40s autopkgtest [01:06:40]: test command1: - - - - - - - - - - results - - - > - - - - - - - > 40s command1 FAIL non-zero exit status 2 > 40s autopkgtest [01:06:40]: @@@@@@@@@@@@@@@@@@@@ summary > 40s command1 FAIL non-zero exit status 2
I have a quick look at this and "make test" doesn't work in an unpacked source package either (via dgit clone in my case). It seems there is a Makefile.am but no Makefile, so I guess some autotools hoops need to be jumped through. Perhaps running "prove" directly would be easier? That would require some efforts to run the installed vcsh though. That seems to apply to running via make as well, so I'm not sure how this worked before.

