#730010#5
Date:
2013-11-20 05:21:10 UTC
From:
To:
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

#730010#12
Date:
2013-11-23 00:29:18 UTC
From:
To:
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).

#730010#17
Date:
2013-11-23 16:30:58 UTC
From:
To:
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

#730010#22
Date:
2013-11-25 17:28:31 UTC
From:
To:
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