diff options
| author | spwhitton <spwhitton@web> | 2017-12-08 17:47:24 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-12-08 17:47:24 +0000 |
| commit | ee6e8b43176471c3389bde38be7226c63906becf (patch) | |
| tree | 6371f96d549a27a4c003a3c235e3f72b4e4784d4 | |
| parent | 7dea252a721db66754cfe4b6a6328f9da3a03511 (diff) | |
Added a comment: diagnosis
| -rw-r--r-- | doc/forum/Sbuild_and_jessie/comment_1_31dc85774c182a583aeb1935e9fef2d6._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Sbuild_and_jessie/comment_1_31dc85774c182a583aeb1935e9fef2d6._comment b/doc/forum/Sbuild_and_jessie/comment_1_31dc85774c182a583aeb1935e9fef2d6._comment new file mode 100644 index 00000000..87508843 --- /dev/null +++ b/doc/forum/Sbuild_and_jessie/comment_1_31dc85774c182a583aeb1935e9fef2d6._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="spwhitton" + avatar="http://cdn.libravatar.org/avatar/9c3f08f80e67733fd506c353239569eb" + subject="diagnosis" + date="2017-12-08T17:47:24Z" + content=""" +I think that the issue is that under jessie the binary is named `adt-run` not `autopkgtest`. In which case, the problem is in `Sbuild.userConfig` which refers to `autopkgtest`. Maybe `Sbuild.useConfig`'s haddock should say that it is for stretch and newer. + +`Sbuild.built` already installs `autopkgtest` (by means of `Sbuild.preReqsInstalled`). So I don't see how installing that package could have fixed the problem. Possibly you installed from jessie-backports, and maybe that version provides `/usr/bin/autopkgtest`? +"""]] |
