Skip to content

Commit

Permalink
Disable pkgsrc due to broken INDEX
Browse files Browse the repository at this point in the history
Last parsing log:

```
2024-10-02 04:13:57 parsing started
2024-10-02 04:13:57 parsing source INDEX started
2024-10-02 04:13:59   item #2688: ERROR: skipping, unexpected number of fields 14
2024-10-02 04:13:59   go-dnstap (net/go-dnstap): ERROR: homepage: "https://" does not look like an URL
2024-10-02 04:13:59   item #2978: ERROR: skipping, unexpected number of fields 14
2024-10-02 04:14:06   item #14402: ERROR: skipping, unexpected number of fields 9
2024-10-02 04:14:06 parsing source INDEX complete
2024-10-02 04:14:06 ERROR: TooLittlePackages: Unexpectedly small number of packages: 14394 when expected no less than 15000
```

- Format is broken as number of fields is not constant
- INDEX is truncated
  • Loading branch information
AMDmi3 committed Oct 2, 2024
1 parent a7f8e5f commit 6abda7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos.d/bsd/pkgsrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
url: 'http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/{srcname}/'
- type: PACKAGE_RECIPE_RAW
url: 'http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/{srcname}/Makefile?content-type=text/plain'
groups: [ all, production, pkgsrc ]
groups: [ all, pkgsrc ] # broken INDDEX

2 comments on commit 6abda7b

@0323pin
Copy link

@0323pin 0323pin commented on 6abda7b Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AMDmi3 Please revert. This is now fixed, thanks!

@AMDmi3
Copy link
Member Author

@AMDmi3 AMDmi3 commented on 6abda7b Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(discussion/status in #1443)

Please sign in to comment.