Hi,
> I needed to run
> ---
> sudo chmod -R o+r /opt/local/libexec/macports/lib/tcllib1.15
> ---
> to make stats submission work.
>
>
> Is the non-readability of /opt/local/libexec/macports/lib/tcllib1.15
> intentional, or is it a bug?
That certainly is a bug. The question is, how did it happen
Turns out that I ran into this as a normal user:
On 13 May 2014, at 00:14 , mk-macpo...@techno.ms wrote:
> At least these two were needed here on my end:
> —
> $ sudo chmod o+r /opt/local/libexec/macports/lib/tcl8.5/.
> $ sudo chmod o+r /opt/local/libexec/macports
> —
> but it looks like /opt/loca
At least these two were needed here on my end:
—
$ sudo chmod o+r /opt/local/libexec/macports/lib/tcl8.5/.
$ sudo chmod o+r /opt/local/libexec/macports
—
but it looks like /opt/local/libexec/macports/lib/tcllib1.15
—
drwxr-x--x 111 root admin3774 May 11 16:22 tcllib1.15
—
is another candidate.
Hi Joshua,
when trying to run mpstats submit I met a problem which is caused by the
current RC1.
On 11 May 2014, at 23:44 , Clemens Lang wrote:
> It seems your tcl8.5 directory isn't readable by your user. Which user did
> you use
> to install it? Which umask was set while you installed it? Wh