* Build for any architecture. This includes arm64, ppc64el and s390x.
     Closes: #752891.

I understand that this bugs is still not fixed in ppc64el, due to systemtap-runtime not being built for ppc64el.

The problem could be seen as:

  $ sudo apt-get install systemtap
  ....

  The following packages have unmet dependencies:
   systemtap : Depends: systemtap-runtime (= 3.0-3) but it is not installable


Looking at systemtap package, I still see:

   Package: systemtap-runtime
   ...
   Architecture: i386 amd64 ia64 s390 powerpc powerpcspe arm armel armeb armhf

That said, I still think you should enable systemtap-runtime for ppc64el. I attached a patch that do so.

I am reopening this bug.

--- debian/control.old	2016-05-18 15:53:08.401334286 -0400
+++ debian/control	2016-05-18 15:53:17.861518710 -0400
@@ -61,7 +61,7 @@ Package: systemtap-runtime
 Replaces: systemtap (<< 0.0.20081220-1)
 Breaks: systemtap (<< 0.0.20081220-1)
 Suggests: systemtap
-Architecture: i386 amd64 ia64 s390 powerpc powerpcspe arm armel armeb armhf
+Architecture: i386 amd64 ia64 s390 powerpc ppc64el powerpcspe arm armel armeb armhf
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
 Description: instrumentation system for Linux (runtime component)
  This package contains staprun program that can be used to run

Reply via email to