-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg-clean: cache dir as a symlink #1424
Comments
|
I should add that the cache works properly when used via e.g. pkg-install. |
|
I do not see the point of using symlinks for /var/cache/pkg given it is overwritable by config, but anyway this is still a bug :) |
|
Backwards-compatibility reasons... ok, I will send a patch for review till next week. :) |
|
can you try 1.7.99.6? |
|
It works, although it gives a segfault at the end. FreeBSD 10.2 build from the git repo, not the ports tree: How can I produce more information? This is reproducible. It shows 0 byte, that seems off but not important. Just for reference: |
|
moreover, percents are crazy here. |
|
This seems to be intended? 90.4 + 9.6 is 100, one package yields this: |
|
clean segfault and size 0 has been fixed (related to capsicumizing, sorry |
|
For the fetch, this behaviour is new to me, but yes, it seems ok explaining how bytes will have to be fetched (I find the output mis leading but hey :)) |
|
does something like look more understandable |
|
@bapt actual size in the first part of the annotation looks sane. and thanks for fixing, will retest till monday |
|
all good now on 1.7.99.8-0fb053c, thank you very much :) |
Hi all,
I'm trying to side-step a scenario where cache dir is set via the config so /var/cache/pkg is a symlink instead. pkg-clean seems to be unable to cope even though the underlying directory has several packages cached. Is this intended?
The text was updated successfully, but these errors were encountered: