[Bug 1956769] Re: Add full test-suite run to autopkgtests

2022-01-10 Thread Launchpad Bug Tracker
This bug was fixed in the package raqm - 0.7.0-4ubuntu1

---
raqm (0.7.0-4ubuntu1) jammy; urgency=medium

  * debian/tests/run-suite: Added to run the full test under autopkgtest
(LP: #1956769)

 -- Dave Jones   Fri, 07 Jan 2022 14:50:52
+

** Changed in: raqm (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956769

Title:
  Add full test-suite run to autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/raqm/+bug/1956769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956769] Re: Add full test-suite run to autopkgtests

2022-01-10 Thread Lukas Märdian
Thank you for the update, it now works for me (in LXD & Qemu) if I build
the package before:

$ autopkgtest ../raqm_0.7.0-4ubuntu1_amd64.changes -U -- lxd
autopkgtest/ubuntu/jammy/amd64

Sponsored.

** Changed in: raqm (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956769

Title:
  Add full test-suite run to autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/raqm/+bug/1956769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956769] Re: Add full test-suite run to autopkgtests

2022-01-07 Thread Dave Jones
Aha, autopkgtest was building the source package before running the
tests, hence why automake was "leaking" into the env. However, the tests
require a configured source tree, and it seems the simplest way to
achieve that "properly" is to add the build-needed restriction (and
duplicate much of Build-Depends to the test Depends as this isn't
guaranteed).

Attaching a revised patch.

** Patch added: "2-1956769.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/raqm/+bug/1956769/+attachment/5552655/+files/2-1956769.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956769

Title:
  Add full test-suite run to autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/raqm/+bug/1956769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956769] Re: Add full test-suite run to autopkgtests

2022-01-07 Thread Dave Jones
Argh, there's always something I forget ... update-maintainer in this
case. I'll give the autopkgtest a whirl under lxd, it worked for me
locally under a jammy schroot though so I'm a bit confused that it's
failing for you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956769

Title:
  Add full test-suite run to autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/raqm/+bug/1956769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956769] Re: Add full test-suite run to autopkgtests

2022-01-07 Thread Lukas Märdian
Thank you for providing this patch! Could you please run the `update-
maintainer` script on this package?

Also, I think you might be missing some build-depends inside the
autopkgtest, as it fails for me locally:

$ autopkgtest . -U -- lxd autopkgtest/ubuntu/jammy/amd64
[...]
autopkgtest [17:31:13]: test run-suite: [---
make: Entering directory '/tmp/autopkgtest.6jQsyQ/build.Zi0/real-tree/tests'
 cd .. && /bin/bash /tmp/autopkgtest.6jQsyQ/build.Zi0/real-tree/missing 
automake-1.16 --foreign tests/Makefile
/tmp/autopkgtest.6jQsyQ/build.Zi0/real-tree/missing: line 81: automake-1.16: 
command not found
WARNING: 'automake-1.16' is missing on your system.
 You should only need it if you modified 'Makefile.am' or
 'configure.ac' or m4 files included by 'configure.ac'.
 The 'automake' program is part of the GNU Automake package:
 
 It also requires GNU Autoconf, GNU m4 and Perl in order to run:
 
 
 
make: *** [Makefile:629: Makefile.in] Error 127
make: Leaving directory '/tmp/autopkgtest.6jQsyQ/build.Zi0/real-tree/tests'
autopkgtest [17:31:14]: test run-suite: ---]
autopkgtest [17:31:14]: test run-suite:  - - - - - - - - - - results - - - - - 
- - - - -
run-suiteFAIL non-zero exit status 2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956769

Title:
  Add full test-suite run to autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/raqm/+bug/1956769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956769] Re: Add full test-suite run to autopkgtests

2022-01-07 Thread Dave Jones
Attaching debdiff with patch to add a run of the test-suite

** Patch added: "1-1956769.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/raqm/+bug/1956769/+attachment/5552621/+files/1-1956769.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956769

Title:
  Add full test-suite run to autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/raqm/+bug/1956769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs