Quoting Hans-Jakob Holtz (hans-jakob.ho...@gmxpro.net):
> Package: geneweb
> Version: 5.02~cvs20091031-7
> Severity: normal
> 
> *** Please type your report below this line ***
> On armel, the binaries (gwd, gwu, gwc, gwsetup, gwb2ged) are all identical 
> and non-working. They only contain the OCaml VM, but no bytecode.
> 
> The problem is not present on i386, due to native executables being generated 
> there, which are safe to strip.
> Building with DEB_BUILD_OPTIONS=nostrip makes it work on armel.
> 
> Probably, other architectures without a native OCaml compiler are concerned 
> as well.

Hello, 

Sorry for leaving this unanswered for too long....

Would the (untested) patch be the right solution? I have few
experience with this so I may be entirely wrong.

To Ocaml specialists : besides your advice on the above, is it, in
your opinion, normal that dh_strip makes bytecode executable useless?



--- rules       2011-01-10 18:49:37.950907929 +0100
+++ rules.new   2011-01-10 18:49:18.525876303 +0100
@@ -14,6 +14,9 @@
         else echo "out";                                                \
         fi)
 endif
+ifeq ($(DEB_HOST_ARCH),armel)
+       DEB_BUILD_OPTIONS=nostrip
+endif
 
 configure:
        dh_testdir

Attachment: signature.asc
Description: Digital signature

Reply via email to