summaryrefslogtreecommitdiffstats
path: root/package/cpanminus
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-16 04:01:14 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-16 22:24:31 +0100
commit30d99041ce5f32c30c470c3b114d612ba26e49ef (patch)
tree3b86f2583e1372030053a4e8de78f438deb2721c /package/cpanminus
parent3116742e8f0c45e5ca06b32f91e481763356e03e (diff)
downloadbuildroot-novena-30d99041ce5f32c30c470c3b114d612ba26e49ef.tar.gz
buildroot-novena-30d99041ce5f32c30c470c3b114d612ba26e49ef.zip
cpanminus: mark as broken
cpanminus is currently responsible for about half of the autobuilder failures, due to the missing dependency on host-qemu. However, even with the host-qemu proposed by Arnout, cpanminus will still not work properly: it will try to execute on the build machine executables built for the target. While qemu is here to emulate the instruction set, there is still the unsolved problem of kernel headers version mismatch between the target and the build environments. So the whole approach that consists in using host-qemu for building simply cannot work properly, and until it is solved, the package should be marked as broken. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/cpanminus')
-rw-r--r--package/cpanminus/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/cpanminus/Config.in b/package/cpanminus/Config.in
index b8b39dc01..b10d211cc 100644
--- a/package/cpanminus/Config.in
+++ b/package/cpanminus/Config.in
@@ -1,5 +1,9 @@
config BR2_PACKAGE_CPANMINUS
bool "cpanminus"
+ # Requires host-qemu, which cannot work properly due to kernel
+ # headers mismatch between the build environment and the
+ # target.
+ depends on BR2_BROKEN
help
cpanminus is a script to get, unpack, build and install Perl modules
from CPAN.