[collectd] Disabling perl creates a `NONE' dir on root of DESTDIR

Daniel Hilst Selli danielhilst at gmail.com
Thu Mar 6 13:39:55 CET 2014


I'm disabling perl with --disable-perl switch but when I run make 
install I got this tree on my DESTDIR (xroot in this example) directory:

[geckos at arch xroot]$ ls
total 0
drwxrwxrwx 1 root root   0 Mar  6 09:35 opt
drwxrwxrwx 1 root root 232 Mar  6 09:35 NONE
[geckos at arch xroot]$ tree NONE
NONE
|-- lib
|   `-- perl5
|       |-- core_perl
|       |   `-- perllocal.pod
|       `-- site_perl
|           `-- auto
|               `-- Collectd
`-- share
     |-- man
     |   `-- man3
     |       `-- Collectd::Unixsock.3pm
     `-- perl5
         `-- site_perl
             |-- Collectd
             |   |-- Plugins
             |   |   `-- OpenVZ.pm
             |   `-- Unixsock.pm
             `-- Collectd.pm

13 directories, 5 files
[geckos at arch xroot]$


Here is my configure line, 
JAVA_HOME=/home/geckos/Downloads/Downloads/CSI/packages/jdk1.6.0_29 
./configure --host arm-poky-linux-gnueabi --with-fp-layout=nothing 
--enable-java --enable-debug --disable-python 
--disable-notify_desktop --disable-perl



More information about the collectd mailing list