- Package:
- src:service-wrapper-java
- Source:
- service-wrapper-java
- Submitter:
- tony mancill
- Date:
- 2014-08-30 00:27:12 UTC
- Severity:
- wishlist
Filing a wishlist bug to get service-wrapper-java working on mips. The severity is wishlist because the previous service-wrapper-java was only available on amd64, i386, ia64, and powerpc. Cheers, tony
FWIW I was able to copy Makefile-linux-armel-32.make to Makefile-linux-mips-32.make to build for mips within a qemu session. Maybe that trick would also be done for mipsel (e.g. Makefile-linux-mipsel-32.make). The mips packages built this way worked in my testing. Attached is an example patch for mips but copying or symlinking the makefile in debian/rules would perhaps be better (if this method is deemed to be acceptable).
Great! I started down the qemu path as well, but you beat me to it. I'll work on an updated package soon. Cheers, tony
Actually, I think the patch is preferable, and has the advantage of being easily edited if we determine we need to modify compilation flags for mipsel as compared to armel, etc. I have successfully built mipsel in a qemu image, so 2 of the 5 are down. I'll take a stab at s390x next, but probably using a porter box. Cheers, tony