Added a comment

This commit is contained in:
yarikoptic 2024-10-17 21:44:04 +00:00 committed by admin
parent b642800d8c
commit 2b42622727

View file

@ -0,0 +1,22 @@
[[!comment format=mdwn
username="yarikoptic"
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
subject="comment 5"
date="2024-10-17T21:44:04Z"
content="""
tried, FTBFS
```
2024-10-17T20:15:49.1836077Z
2024-10-17T20:15:49.1836378Z P2P/Http/State.hs:476:49: error:
2024-10-17T20:15:49.1847864Z * Variable not in scope: writeTMVar :: TMVar Bool -> Bool -> STM a0
2024-10-17T20:15:49.1848889Z * Perhaps you meant one of these:
2024-10-17T20:15:49.1849789Z `writeTVar' (imported from Control.Concurrent.STM),
2024-10-17T20:15:49.1850800Z `writeTChan' (imported from Control.Concurrent.STM)
2024-10-17T20:15:49.1851624Z |
2024-10-17T20:15:49.1852313Z 476 | writeTMVar lv False
2024-10-17T20:15:49.1853246Z | ^^^^^^^^^^
```
it is building within `docker://datalad/buildenv-git-annex` which is built using bookworm frozen to 20230829T151102Z via snapshots repo.
"""]]