Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Should ConsoleKit2 be removed?
@ 2020-04-02 16:08 ericonr
  2020-04-02 16:15 ` xtraeme
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: ericonr @ 2020-04-02 16:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 657 bytes --]

New issue by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/20577

Description:
[ConsoleKit2](https://github.com/ConsoleKit2/ConsoleKit2) hasn't received any updates since 2017, which is quite worrying for a piece of software with that big of a scope. Its functionality has been superseded by elogind, and the only docs page that still refers to it is the one for session management under Xorg (which can be updated).

Running `xbps-query -RX ConsoleKit2` on armv6l-musl returned only `ConsoleKit2-devel` and `ulatencyd` (which hasn't been updated in a while either), so it shouldn't be a dependency for anything.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
@ 2020-04-02 16:15 ` xtraeme
  2020-04-02 16:22 ` xtraeme
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 652 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607944505

Comment:
I mentioned this like 200 times in 3 months already...

The official voidlinux xbps repositories are full of obsolete/removed pkgs that aren't anymore in void-packages.

If any of  the admins in the @void-linux/void-ops group would run:

```
$ xbps-rindex -a repo
$ xbps-rindex -c repo
$ xbps-rindex -r repo
```

for any arch/repo, required size will be greatly reduced and there won't be broken packages.

I'm not an admin so the only thing I can do is mentioning this fact for the 200th time. 

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
  2020-04-02 16:15 ` xtraeme
@ 2020-04-02 16:22 ` xtraeme
  2020-04-02 16:24 ` ericonr
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607948700

Comment:
Just to be safe, the script should do:

```
for f in ${archs}; do
    XBPS_ARCH=$f xbps-rindex -a repo/*.xbps
done

for f in ${archs}; do
    export XBPS_ARCH=$f
    xbps-rindex -c repo
    xbps-rindex -r repo
done
```


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
  2020-04-02 16:15 ` xtraeme
  2020-04-02 16:22 ` xtraeme
@ 2020-04-02 16:24 ` ericonr
  2020-04-02 16:27 ` Duncaen
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ericonr @ 2020-04-02 16:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607949383

Comment:
Just found c2b89d6bff8 and its parent commit, sorry. Should I keep the issue open till it's removed?

Thanks for the quick response, though. I will try to update the docs accordingly.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (2 preceding siblings ...)
  2020-04-02 16:24 ` ericonr
@ 2020-04-02 16:27 ` Duncaen
  2020-04-02 16:29 ` xtraeme
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Duncaen @ 2020-04-02 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607951303

Comment:
I clean the repositories regularly, but its also required to remove the package files that need to be purged.
Without a list I can run the cleanup script daily and nothing will change.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (3 preceding siblings ...)
  2020-04-02 16:27 ` Duncaen
@ 2020-04-02 16:29 ` xtraeme
  2020-04-02 16:30 ` xtraeme
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607952324

Comment:
https://github.com/void-linux/void-infrastructure/blob/master/ansible/roles/buildmaster/templates/xbps-clean-repos.sh.j2

is this file used anywhere?

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (4 preceding siblings ...)
  2020-04-02 16:29 ` xtraeme
@ 2020-04-02 16:30 ` xtraeme
  2020-04-02 16:31 ` xtraeme
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607952755

Comment:
I don't know how the infra works really, the only thing I could do is trying to cleanup/update this script.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (5 preceding siblings ...)
  2020-04-02 16:30 ` xtraeme
@ 2020-04-02 16:31 ` xtraeme
  2020-04-02 16:32 ` xtraeme
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607953393

Comment:
@Duncaen what list are you talking about?

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (6 preceding siblings ...)
  2020-04-02 16:31 ` xtraeme
@ 2020-04-02 16:32 ` xtraeme
  2020-04-02 16:32 ` Duncaen
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607953799

Comment:
@Duncaen are you saying that maybe `xbps-rindex` might need `-n/--dry-run` ?

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (7 preceding siblings ...)
  2020-04-02 16:32 ` xtraeme
@ 2020-04-02 16:32 ` Duncaen
  2020-04-02 16:32 ` xtraeme
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Duncaen @ 2020-04-02 16:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607953883

Comment:
Yes variations of it with the right architectures for each build server.

I did run those scripts [8 days ago](https://github.com/void-linux/void-packages/issues/20357#issuecomment-603858079) to clean the libllvm3.9 stuff.

But I need to rm the xbps archives to actually get those things out of the repo.


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (8 preceding siblings ...)
  2020-04-02 16:32 ` Duncaen
@ 2020-04-02 16:32 ` xtraeme
  2020-04-02 16:33 ` Duncaen
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607954228

Comment:
this script is missing some archs and repos, afaik.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (9 preceding siblings ...)
  2020-04-02 16:32 ` xtraeme
@ 2020-04-02 16:33 ` Duncaen
  2020-04-02 16:34 ` xtraeme
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Duncaen @ 2020-04-02 16:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607954406

Comment:
removing the template from the xbps-src repository will leave the package archives behind, `xbps-rindex` doesn't know if the template still exists or not.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (10 preceding siblings ...)
  2020-04-02 16:33 ` Duncaen
@ 2020-04-02 16:34 ` xtraeme
  2020-04-02 16:35 ` xtraeme
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607955273

Comment:
but we do have `xbps-checkvers -e` now:

```
     -e, --removed
         List packages present in repos, but not in distdir.  Srcver is a
         question mark for them.
```


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (11 preceding siblings ...)
  2020-04-02 16:34 ` xtraeme
@ 2020-04-02 16:35 ` xtraeme
  2020-04-02 16:40 ` xtraeme
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607955890

Comment:
@Duncaen I see what you are saying, we just need to improve the clean script to use `xbps-checkvers -e` as well.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (12 preceding siblings ...)
  2020-04-02 16:35 ` xtraeme
@ 2020-04-02 16:40 ` xtraeme
  2020-04-02 16:42 ` xtraeme
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607958662

Comment:
```
[juan@leysa void-packages]$ xbps-checkvers -D $PWD -e --format="%n"|wc -l
320
[juan@leysa void-packages]$
```
on x86_64-musl

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (13 preceding siblings ...)
  2020-04-02 16:40 ` xtraeme
@ 2020-04-02 16:42 ` xtraeme
  2020-04-02 16:42 ` Duncaen
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607959291

Comment:
```
[masterdir-x86_64 /]$ xbps-checkvers -D /void-packages -e --format="%n"|wc -l
558
```
on x86_64 glibc

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (14 preceding siblings ...)
  2020-04-02 16:42 ` xtraeme
@ 2020-04-02 16:42 ` Duncaen
  2020-04-02 16:42 ` xtraeme
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Duncaen @ 2020-04-02 16:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607959424

Comment:
this includes debug and 32bit packages...

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (15 preceding siblings ...)
  2020-04-02 16:42 ` Duncaen
@ 2020-04-02 16:42 ` xtraeme
  2020-04-02 16:54 ` xtraeme
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607959620

Comment:
right, all them should be removed

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (16 preceding siblings ...)
  2020-04-02 16:42 ` xtraeme
@ 2020-04-02 16:54 ` xtraeme
  2020-04-02 17:00 ` the-maldridge
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 16:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607966261

Comment:
@Duncaen I'm updating the clean script

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (17 preceding siblings ...)
  2020-04-02 16:54 ` xtraeme
@ 2020-04-02 17:00 ` the-maldridge
  2020-04-02 17:02 ` xtraeme
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: the-maldridge @ 2020-04-02 17:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607969916

Comment:
The file you linked above is in use.  void-linux/void-infrastructure#58 is to update it.  It needs to be templated for specific archs to clean since it has to run in 3 different places.  If you send a PR for an updated clean script, I can make sure the rest of the things around it are updated and it gets installed in the right places.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (18 preceding siblings ...)
  2020-04-02 17:00 ` the-maldridge
@ 2020-04-02 17:02 ` xtraeme
  2020-04-02 17:06 ` xtraeme
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 17:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607970856

Comment:
@the-maldridge ok, working on it.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (19 preceding siblings ...)
  2020-04-02 17:02 ` xtraeme
@ 2020-04-02 17:06 ` xtraeme
  2020-04-02 17:12 ` the-maldridge
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 17:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607972904

Comment:
@the-maldridge what do you mean by "It needs to be templated for specific archs to clean" ?

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (20 preceding siblings ...)
  2020-04-02 17:06 ` xtraeme
@ 2020-04-02 17:12 ` the-maldridge
  2020-04-02 17:16 ` xtraeme
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: the-maldridge @ 2020-04-02 17:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607976401

Comment:
Since the clean has to be run from an authoritative location, it can only clean things that that location is authoratative for.  In the current version there's an ARCHS variable up at the top, which needs to be set to "armv6l armv7l x86_64 i686" in one place "aarch64 aarch64-musl" in another, and "armv7l-musl armv6l-musl x86_64-musl" in a third.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (21 preceding siblings ...)
  2020-04-02 17:12 ` the-maldridge
@ 2020-04-02 17:16 ` xtraeme
  2020-04-02 17:25 ` xtraeme
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 17:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607978440

Comment:
ok

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (22 preceding siblings ...)
  2020-04-02 17:16 ` xtraeme
@ 2020-04-02 17:25 ` xtraeme
  2020-04-12  0:00 ` ericonr
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: xtraeme @ 2020-04-02 17:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-607983547

Comment:
done, https://github.com/void-linux/void-infrastructure/pull/62

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (23 preceding siblings ...)
  2020-04-02 17:25 ` xtraeme
@ 2020-04-12  0:00 ` ericonr
  2020-07-14 18:40 ` Chocimier
  2020-07-14 18:40 ` [ISSUE] [CLOSED] " Chocimier
  26 siblings, 0 replies; 28+ messages in thread
From: ericonr @ 2020-04-12  0:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-612538970

Comment:
Can I leave the missing archs here? Using ConsoleKit2 as the diagnosis for their status, the archs that haven't been updated:

* aarch64: glibc and musl
* armv6l and armv7l: musl
* x86_64: musl

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (24 preceding siblings ...)
  2020-04-12  0:00 ` ericonr
@ 2020-07-14 18:40 ` Chocimier
  2020-07-14 18:40 ` [ISSUE] [CLOSED] " Chocimier
  26 siblings, 0 replies; 28+ messages in thread
From: Chocimier @ 2020-07-14 18:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/20577#issuecomment-658346480

Comment:
Moved to aggregate issue.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ISSUE] [CLOSED] Should ConsoleKit2 be removed?
  2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
                   ` (25 preceding siblings ...)
  2020-07-14 18:40 ` Chocimier
@ 2020-07-14 18:40 ` Chocimier
  26 siblings, 0 replies; 28+ messages in thread
From: Chocimier @ 2020-07-14 18:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

Closed issue by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/20577

Description:
[ConsoleKit2](https://github.com/ConsoleKit2/ConsoleKit2) hasn't received any updates since 2017, which is quite worrying for a piece of software with that big of a scope. Its functionality has been superseded by elogind, and the only docs page that still refers to it is the one for session management under Xorg (which can be updated).

Running `xbps-query -RX ConsoleKit2` on armv6l-musl returned only `ConsoleKit2-devel` and `ulatencyd` (which hasn't been updated in a while either), so it shouldn't be a dependency for anything.

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2020-07-14 18:40 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 16:08 [ISSUE] Should ConsoleKit2 be removed? ericonr
2020-04-02 16:15 ` xtraeme
2020-04-02 16:22 ` xtraeme
2020-04-02 16:24 ` ericonr
2020-04-02 16:27 ` Duncaen
2020-04-02 16:29 ` xtraeme
2020-04-02 16:30 ` xtraeme
2020-04-02 16:31 ` xtraeme
2020-04-02 16:32 ` xtraeme
2020-04-02 16:32 ` Duncaen
2020-04-02 16:32 ` xtraeme
2020-04-02 16:33 ` Duncaen
2020-04-02 16:34 ` xtraeme
2020-04-02 16:35 ` xtraeme
2020-04-02 16:40 ` xtraeme
2020-04-02 16:42 ` xtraeme
2020-04-02 16:42 ` Duncaen
2020-04-02 16:42 ` xtraeme
2020-04-02 16:54 ` xtraeme
2020-04-02 17:00 ` the-maldridge
2020-04-02 17:02 ` xtraeme
2020-04-02 17:06 ` xtraeme
2020-04-02 17:12 ` the-maldridge
2020-04-02 17:16 ` xtraeme
2020-04-02 17:25 ` xtraeme
2020-04-12  0:00 ` ericonr
2020-07-14 18:40 ` Chocimier
2020-07-14 18:40 ` [ISSUE] [CLOSED] " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).