File: windows_FTBFS__58___Could_not_find_module_System.Posix.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (51 lines) | stat: -rw-r--r-- 2,602 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
### Please describe the problem.

Started to happen recently:

```
❯ git grep 'ould not find module .System.Posix.IO'
cron-20241016/build-windows.yaml-1613-1929a4fc-failed/0_build-package.txt:2024-10-16T03:47:07.6376436Z ##[error]    Could not find module `System.Posix.IO'.
cron-20241016/build-windows.yaml-1613-1929a4fc-failed/build-package/18_Build git-annex.txt:2024-10-16T03:47:07.6376375Z ##[error]    Could not find module `System.Posix.IO'.
cron-20241017/build-windows.yaml-1614-1929a4fc-failed/0_build-package.txt:2024-10-17T03:45:41.3251590Z ##[error]    Could not find module `System.Posix.IO'.
cron-20241017/build-windows.yaml-1614-1929a4fc-failed/build-package/18_Build git-annex.txt:2024-10-17T03:45:41.3251517Z ##[error]    Could not find module `System.Posix.IO'.
cron-20241018/build-windows.yaml-1615-844a1bc5-failed/0_build-package.txt:2024-10-18T03:46:27.8014646Z ##[error]    Could not find module `System.Posix.IO'.
cron-20241018/build-windows.yaml-1615-844a1bc5-failed/build-package/18_Build git-annex.txt:2024-10-18T03:46:27.8014601Z ##[error]    Could not find module `System.Posix.IO'.
```

```
2024-10-16T03:47:07.6264270Z [ 91 of 739] Compiling Utility.OpenFile
2024-10-16T03:47:07.6264781Z 
2024-10-16T03:47:07.6314519Z D:\a\git-annex\git-annex\Utility\OpenFile.hs:11:1: error: [GHC-87110]
2024-10-16T03:47:07.6376436Z ##[error]    Could not find module `System.Posix.IO'.
2024-10-16T03:47:07.6378352Z [ 92 of 739] Compiling Utility.FileSize
2024-10-16T03:47:07.6379064Z     Use -v to see a list of the files searched for.
2024-10-16T03:47:07.6379741Z [ 93 of 739] Compiling Utility.FileMode
2024-10-16T03:47:07.6380363Z    |
2024-10-16T03:47:07.6380751Z [ 94 of 739] Compiling Git.FileMode
2024-10-16T03:47:07.6381306Z 11 | import System.Posix.IO
2024-10-16T03:47:07.6381845Z [ 95 of 739] Compiling Types.Transitions
2024-10-16T03:47:07.6382417Z    | ^^^^^^^^^^^^^^^^^^^^^^
```

full logs are on smaug or for a while on [github actions](https://github.com/datalad/git-annex/actions/workflows/build-windows.yaml)

### What steps will reproduce the problem?


### What version of git-annex are you using? On what operating system?


### Please provide any additional information below.

[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log


# End of transcript or log.
"""]]

### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)


> [[fixed|done]] --[[Joey]]