Page MenuHomeFreeBSD

`make fetchindex' may leave a corrupt INDEX file
AbandonedPublic

Authored by bapt on Jan 28 2018, 12:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 12:38 PM
Unknown Object (File)
Sat, Dec 14, 12:38 PM
Unknown Object (File)
Nov 22 2024, 3:09 AM
Unknown Object (File)
Nov 18 2024, 10:46 AM
Unknown Object (File)
Oct 1 2024, 10:06 PM
Unknown Object (File)
Sep 28 2024, 1:53 AM
Unknown Object (File)
Sep 21 2024, 5:19 AM
Unknown Object (File)
Sep 13 2024, 3:28 PM
Subscribers

Details

Reviewers
lme
mat
wosch
Group Reviewers
portmgr
Summary

As described in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224871

the `make fetchindex' may leave a corrupt INDEX file

Another issue is: the fetch command runs in mirror mode (-am), but the INDEX.bz2 file will be deleted after extracted. That does not make sense.

Last but not least I think we should display a message where we download the INDEX file.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

I'm leaving this to mat...

bapt added inline comments.
Makefile
81

why not just saying fetch ${MASTER_SITE_INDEX}/... instead of nameing the file and repeating again?

bapt added a reviewer: wosch.

the issue has been fixed differently