[Pkg-roundcube-maintainers] Bug#948501: Bug#948501: roundcube-core: Elastic theme deps not accessible

Guilhem Moulin guilhem at debian.org
Fri Jan 10 02:38:06 GMT 2020


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-roundcube-maintainers/attachments/20200110/ed2d5a3a/attachment-0001.sig>


More information about the Pkg-roundcube-maintainers mailing list