After commit 66c339d4216cc834014c38617c664647cf34d4b8 Perl modules are installed into /usr/local/local/libdata/perl5/site-perl/... instead of: /usr/local/libdata/perl5/site-perl/... Old value was detected correctly in 4.10.4. Please, revert the mentioned commit. Reproducible: Always Perl-related values in CMakeCache.txt are same in both cases. Here they are: $ egrep '^([^/].*)?PERL' ../build-i386/CMakeCache.txt CUSTOM_PERL_SITE_ARCH_DIR:STRING=/usr/local/libdata/perl5/site_perl/i386-openbsd PERL_EXECUTABLE:FILEPATH=/usr/bin/perl PERL_INCLUDE_PATH:PATH=/usr/libdata/perl5/i386-openbsd/5.16.3/CORE PERL_LIBRARY:FILEPATH=/usr/lib/libperl.so.13.0 PERL_EXECUTABLE-ADVANCED:INTERNAL=1 PERL_INCLUDE_PATH-ADVANCED:INTERNAL=1 PERL_LIBRARY-ADVANCED:INTERNAL=1 CMake prefix is /usr/local.
Sorry, they are not same, I misdiffied output. Here are relevant parts of CMakeCache.txt of the new behaviour: $ egrep '^([^/].*)?PERL' ../build-i386/CMakeCache.txt CUSTOM_PERL_SITE_ARCH_DIR:STRING=/usr/local/local/libdata/perl5/site_perl/i386-openbsd PERL_EXECUTABLE:FILEPATH=/usr/bin/perl PERL_INCLUDE_PATH:PATH=/usr/libdata/perl5/i386-openbsd/5.16.3/CORE PERL_LIBRARY:FILEPATH=/usr/lib/libperl.so.13.0 PERL_EXECUTABLE-ADVANCED:INTERNAL=1 PERL_INCLUDE_PATH-ADVANCED:INTERNAL=1 PERL_LIBRARY-ADVANCED:INTERNAL=1
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
I can't replicate this in the current development version.