Control: tag -1 unreproducible moreinfo

On Thu, 09 Jan 2020 at 23:39:57 +0900, Marc Dequènes wrote:
> The new Elastic theme dependencies cannot be loaded.

Works just fine for me with the supplied apache2 and lighttpd config
files, and also on nginx.  Please use reportbug(1) next time, or at
least tell which HTTPd you're using.  Did you perhaps disable symlinks?

> they stop pointing to the right place when accessed via the vhost
> document_root (/var/lib/roundcube/).

They do?

    $ readlink /var/lib/roundcube/skins/elastic
    /usr/share/roundcube/skins/elastic
    $ readlink /var/lib/roundcube/skins/elastic/deps/*
    ../../../../nodejs/bootstrap/dist/js/bootstrap.bundle.min.js
    ../../../../nodejs/bootstrap/dist/css/bootstrap.min.css
    ../../../../javascript/less/less.min.js
    $ readlink -e /var/lib/roundcube/skins/elastic/deps/*
    /usr/share/nodejs/bootstrap/dist/js/bootstrap.bundle.min.js
    /usr/share/nodejs/bootstrap/dist/css/bootstrap.min.css
    /usr/share/javascript/less/less.min.js
    $ strace -estat stat -L --printf="" /var/lib/roundcube/skins/elastic/deps/*
    stat("/var/lib/roundcube/skins/elastic/deps/bootstrap.bundle.min.js", 
{st_mode=S_IFREG|0644, st_size=133657, ...}) = 0
    stat("/var/lib/roundcube/skins/elastic/deps/bootstrap.min.css", 
{st_mode=S_IFREG|0644, st_size=146226, ...}) = 0
    stat("/var/lib/roundcube/skins/elastic/deps/less.min.js", 
{st_mode=S_IFREG|0644, st_size=97984, ...}) = 0

FWIW ‘foo/bar/baz/../..’ isn't necessarily the same as directory ‘foo’;
that depends if there are any symlinks on the way.

-- 
Guilhem.

Attachment: signature.asc
Description: PGP signature

Reply via email to