* [ISSUE] Qt applications crash after update to qt6-wayland
@ 2024-06-23 16:20 hunt3r0one
2024-06-23 17:41 ` hunt3r0one
` (22 more replies)
0 siblings, 23 replies; 24+ messages in thread
From: hunt3r0one @ 2024-06-23 16:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 959 bytes --]
New issue by hunt3r0one on void-packages repository
https://github.com/void-linux/void-packages/issues/50953
Description:
### Is this a new report?
Yes
### System Info
Void 6.1.94_1 x86_64 AuthenticAMD uptodate FFFFFF
### Package(s) Affected
qt6-wayland-6.6.0_1
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
_No response_
### Expected behaviour
Qt applications such as K3b or PCManFM-Qt should start without any error.
### Actual behaviour
Qt applications launched from a window manager do not run, and running them from a terminal gives an error such as `pcmanfm-qt: symbol lookup error: /usr/lib/libQt6WaylandClient.so.6: undefined symbol: _ZTIN16QNativeInterface7Private14QWaylandScreenE, version Qt_6_PRIVATE_API`
It could potentially be linked to several of the qt6 package updates but for now this is what I get.
### Steps to reproduce
1. Update qt6-wayland
2. Launch a Qt application
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after update to qt6-wayland
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
@ 2024-06-23 17:41 ` hunt3r0one
2024-06-23 19:18 ` Qt applications crash after updates to qt6 3hg4hj
` (21 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: hunt3r0one @ 2024-06-23 17:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 492 bytes --]
New comment by hunt3r0one on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2185223953
Comment:
It seems to be more than just `qt6-wayland`. `qt6-wayland`, `qt6-svg`, `qt6-webchannel`, and `qt6-websockets` were updated to 6.7.2_1, and this is the error now:
`pcmanfm-qt: symbol lookup error: /usr/lib/libLayerShellQtInterface.so.6: undefined symbol: _ZN15QtWaylandClient14QWaylandWindow12handleExposeERK7QRegion, version Qt_6_PRIVATE_API`
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
2024-06-23 17:41 ` hunt3r0one
@ 2024-06-23 19:18 ` 3hg4hj
2024-06-23 19:24 ` classabbyamp
` (20 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: 3hg4hj @ 2024-06-23 19:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 410 bytes --]
New comment by 3hg4hj on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2185276049
Comment:
`ImportError: /usr/lib/python3.12/site-packages/PyQt6/QtCore.abi3.so: undefined symbol: _ZN14QReadWriteLock16destroyRecursiveEP21QReadWriteLockPrivate, version Qt_6_PRIVATE_API`
all matching cases online suggest towards rebuilding all qt6 apps against upstream qt6
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
2024-06-23 17:41 ` hunt3r0one
2024-06-23 19:18 ` Qt applications crash after updates to qt6 3hg4hj
@ 2024-06-23 19:24 ` classabbyamp
2024-06-24 3:43 ` foxlet
` (19 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2024-06-23 19:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 209 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2185277525
Comment:
currently in progress: https://build.voidlinux.org/waterfall
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (2 preceding siblings ...)
2024-06-23 19:24 ` classabbyamp
@ 2024-06-24 3:43 ` foxlet
2024-06-24 4:55 ` TheKamboy
` (18 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: foxlet @ 2024-06-24 3:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 388 bytes --]
New comment by foxlet on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2185527080
Comment:
Plasma 6 also fails to start due to the Qt6 update
```bash
plasmashell: symbol lookup error: /usr/lib/libLayerShellQtInterface.so.6: undefined symbol: _ZN15QtWaylandClient14QWaylandWindow12handleExposeERK7QRegion, version Qt_6_PRIVATE_API
```
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (3 preceding siblings ...)
2024-06-24 3:43 ` foxlet
@ 2024-06-24 4:55 ` TheKamboy
2024-06-24 5:01 ` SpidFightFR
` (17 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheKamboy @ 2024-06-24 4:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
New comment by TheKamboy on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2185604337
Comment:
PrismLauncher and Kdenlive don't work
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (4 preceding siblings ...)
2024-06-24 4:55 ` TheKamboy
@ 2024-06-24 5:01 ` SpidFightFR
2024-06-24 5:48 ` basiliscos
` (16 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: SpidFightFR @ 2024-06-24 5:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
New comment by SpidFightFR on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2185608948
Comment:
With the latest updates i can't connect into plasma 6 using sddm, it loops back to sddm after entering the password...
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (5 preceding siblings ...)
2024-06-24 5:01 ` SpidFightFR
@ 2024-06-24 5:48 ` basiliscos
2024-06-24 9:54 ` Norman-Normandy
` (15 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: basiliscos @ 2024-06-24 5:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 182 bytes --]
New comment by basiliscos on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2185661938
Comment:
qtcreator fails because of this :-/
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (6 preceding siblings ...)
2024-06-24 5:48 ` basiliscos
@ 2024-06-24 9:54 ` Norman-Normandy
2024-06-24 12:22 ` sgn
` (14 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Norman-Normandy @ 2024-06-24 9:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 399 bytes --]
New comment by Norman-Normandy on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2186093569
Comment:
> With the latest updates i can't connect into plasma 6 using sddm, it loops back to sddm after entering the password...
Don't know why all comments including this one are saying resolved. Particularly this one. This is still a prominent issue.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (7 preceding siblings ...)
2024-06-24 9:54 ` Norman-Normandy
@ 2024-06-24 12:22 ` sgn
2024-06-24 13:14 ` Setilla
` (13 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: sgn @ 2024-06-24 12:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 488 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2186454176
Comment:
> > With the latest updates i can't connect into plasma 6 using sddm, it loops back to sddm after entering the password...
>
> Don't know why all comments including this one are saying resolved. Particularly this one. This is still a prominent issue.
They're queued to be rebuilt. I need to hide them to keep track of which one was processed.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (8 preceding siblings ...)
2024-06-24 12:22 ` sgn
@ 2024-06-24 13:14 ` Setilla
2024-06-24 13:21 ` Setilla
` (12 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Setilla @ 2024-06-24 13:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
New comment by Setilla on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2186557078
Comment:
Dunno if it's necessary to individually mention apps, but RSS Guard is also affected.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (9 preceding siblings ...)
2024-06-24 13:14 ` Setilla
@ 2024-06-24 13:21 ` Setilla
2024-06-24 19:17 ` INIROBO
` (11 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Setilla @ 2024-06-24 13:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
New comment by Setilla on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2186557078
Comment:
Dunno if it's necessary to individually mention apps, but rssguard is also affected.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (10 preceding siblings ...)
2024-06-24 13:21 ` Setilla
@ 2024-06-24 19:17 ` INIROBO
2024-06-24 19:18 ` INIROBO
` (10 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: INIROBO @ 2024-06-24 19:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
New comment by INIROBO on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2187243377
Comment:
telegram-desktop also affected
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (11 preceding siblings ...)
2024-06-24 19:17 ` INIROBO
@ 2024-06-24 19:18 ` INIROBO
2024-06-24 21:14 ` devlocalhost
` (9 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: INIROBO @ 2024-06-24 19:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
New comment by INIROBO on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2187243377
Comment:
telegram-desktop also affected
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt applications crash after updates to qt6
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (12 preceding siblings ...)
2024-06-24 19:18 ` INIROBO
@ 2024-06-24 21:14 ` devlocalhost
2024-06-25 0:17 ` [ISSUE] [CLOSED] Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API hunt3r0one
` (8 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: devlocalhost @ 2024-06-24 21:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 345 bytes --]
New comment by devlocalhost on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2187414223
Comment:
telegram-desktop affected too, `telegram-desktop: symbol lookup error: telegram-desktop: undefined symbol: _ZN14QReadWriteLock16destroyRecursiveEP21QReadWriteLockPrivate, version Qt_6_PRIVATE_API`
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [ISSUE] [CLOSED] Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (13 preceding siblings ...)
2024-06-24 21:14 ` devlocalhost
@ 2024-06-25 0:17 ` hunt3r0one
2024-06-25 0:17 ` hunt3r0one
` (7 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: hunt3r0one @ 2024-06-25 0:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 992 bytes --]
Closed issue by hunt3r0one on void-packages repository
https://github.com/void-linux/void-packages/issues/50953
Description:
### Is this a new report?
Yes
### System Info
Void 6.1.94_1 x86_64 AuthenticAMD uptodate FFFFFF
### Package(s) Affected
`qt6-*-6.6.0_1`,`qt6-*-6.7.2_1`
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
_No response_
### Expected behaviour
Qt applications such as K3b or PCManFM-Qt should start without any error.
### Actual behaviour
Qt applications launched from a window manager do not run, and running them from a terminal gives an error such as `pcmanfm-qt: symbol lookup error: /usr/lib/libQt6WaylandClient.so.6: undefined symbol: _ZTIN16QNativeInterface7Private14QWaylandScreenE, version Qt_6_PRIVATE_API`
It could potentially be linked to several of the qt6 package updates but for now this is what I get.
### Steps to reproduce
1. Update qt6
2. Launch a Qt application
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (14 preceding siblings ...)
2024-06-25 0:17 ` [ISSUE] [CLOSED] Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API hunt3r0one
@ 2024-06-25 0:17 ` hunt3r0one
2024-06-25 7:37 ` Eloitor
` (6 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: hunt3r0one @ 2024-06-25 0:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
New comment by hunt3r0one on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2187671486
Comment:
PCManFM-Qt and other applications now work with the latest packages that have finished building. Will close.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (15 preceding siblings ...)
2024-06-25 0:17 ` hunt3r0one
@ 2024-06-25 7:37 ` Eloitor
2024-07-01 5:20 ` Luciogi
` (5 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Eloitor @ 2024-06-25 7:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 180 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2188195073
Comment:
I have the same issue with `dooble`.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (16 preceding siblings ...)
2024-06-25 7:37 ` Eloitor
@ 2024-07-01 5:20 ` Luciogi
2024-07-01 11:12 ` sgn
` (4 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Luciogi @ 2024-07-01 5:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
New comment by Luciogi on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2199259011
Comment:
Is this resolved ?
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (17 preceding siblings ...)
2024-07-01 5:20 ` Luciogi
@ 2024-07-01 11:12 ` sgn
2024-07-05 15:52 ` totallyuniquelily
` (3 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: sgn @ 2024-07-01 11:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2199867442
Comment:
> Is this resolved ?
Unless you're going to test all packages that requires Qt6, or rebuild all of them, no!
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (18 preceding siblings ...)
2024-07-01 11:12 ` sgn
@ 2024-07-05 15:52 ` totallyuniquelily
2024-07-05 22:10 ` sgn
` (2 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: totallyuniquelily @ 2024-07-05 15:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
New comment by totallyuniquelily on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2211101844
Comment:
`partitionmanager` is also affected
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (19 preceding siblings ...)
2024-07-05 15:52 ` totallyuniquelily
@ 2024-07-05 22:10 ` sgn
2024-07-05 22:23 ` sgn
2024-12-02 14:01 ` luzpaz
22 siblings, 0 replies; 24+ messages in thread
From: sgn @ 2024-07-05 22:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New comment by totallyuniquelily on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2211101844
Comment:
- [ ] `partitionmanager` is also affected
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (20 preceding siblings ...)
2024-07-05 22:10 ` sgn
@ 2024-07-05 22:23 ` sgn
2024-12-02 14:01 ` luzpaz
22 siblings, 0 replies; 24+ messages in thread
From: sgn @ 2024-07-05 22:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New comment by totallyuniquelily on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2211101844
Comment:
- [x] `partitionmanager` is also affected
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
` (21 preceding siblings ...)
2024-07-05 22:23 ` sgn
@ 2024-12-02 14:01 ` luzpaz
22 siblings, 0 replies; 24+ messages in thread
From: luzpaz @ 2024-12-02 14:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
New comment by luzpaz on void-packages repository
https://github.com/void-linux/void-packages/issues/50953#issuecomment-2511625084
Comment:
Does this also occur in v24.08.03 ?
^ permalink raw reply [flat|nested] 24+ messages in thread
end of thread, other threads:[~2024-12-02 14:01 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-23 16:20 [ISSUE] Qt applications crash after update to qt6-wayland hunt3r0one
2024-06-23 17:41 ` hunt3r0one
2024-06-23 19:18 ` Qt applications crash after updates to qt6 3hg4hj
2024-06-23 19:24 ` classabbyamp
2024-06-24 3:43 ` foxlet
2024-06-24 4:55 ` TheKamboy
2024-06-24 5:01 ` SpidFightFR
2024-06-24 5:48 ` basiliscos
2024-06-24 9:54 ` Norman-Normandy
2024-06-24 12:22 ` sgn
2024-06-24 13:14 ` Setilla
2024-06-24 13:21 ` Setilla
2024-06-24 19:17 ` INIROBO
2024-06-24 19:18 ` INIROBO
2024-06-24 21:14 ` devlocalhost
2024-06-25 0:17 ` [ISSUE] [CLOSED] Qt6 crash: undefined symbol: version Qt_6_PRIVATE_API hunt3r0one
2024-06-25 0:17 ` hunt3r0one
2024-06-25 7:37 ` Eloitor
2024-07-01 5:20 ` Luciogi
2024-07-01 11:12 ` sgn
2024-07-05 15:52 ` totallyuniquelily
2024-07-05 22:10 ` sgn
2024-07-05 22:23 ` sgn
2024-12-02 14:01 ` luzpaz
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).