diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2024-07-25 16:05:25 +0530 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-07-25 14:57:27 -0400 |
| commit | 8a202de6ec763284cbb7160b9d43d5e7e0703f19 (patch) | |
| tree | df31d277918af7ab4f65c32a3461500aea9de867 /docs | |
| parent | a544c750b1d6d6d6cd3e617da6a060f3e5662a6a (diff) | |
| download | meson-8a202de6ec763284cbb7160b9d43d5e7e0703f19.tar.gz | |
wrap: Use OSError instead of URLError for exception handling
URLError is a subclass of OSError and intermittent server errors can
manifest as OSError while reading instead of a URLError while
establishing a connection, which will cause the fallback url to be
ignored:
```
Looking for a fallback subproject for the dependency gudev-1.0
Downloading libgudev source from https://gitlab.gnome.org/GNOME/libgudev/-/archive/238/libgudev-238.tar.bz2
HTTP Error 404: Not Found
WARNING: failed to download with error: could not get https://gitlab.gnome.org/GNOME/libgudev/-/archive/238/libgudev-238.tar.bz2 is the internet available?. Trying after a delay...
HTTP Error 404: Not Found
WARNING: failed to download with error: could not get https://gitlab.gnome.org/GNOME/libgudev/-/archive/238/libgudev-238.tar.bz2 is the internet available?. Trying after a delay...
HTTP Error 404: Not Found
WARNING: failed to download with error: could not get https://gitlab.gnome.org/GNOME/libgudev/-/archive/238/libgudev-238.tar.bz2 is the internet available?. Trying after a delay...
WARNING: failed to download with error: The read operation timed out. Trying after a delay...
WARNING: failed to download with error: The read operation timed out. Trying after a delay...
ERROR: Unhandled python OSError. This is probably not a Meson bug, but an issue with your build environment.
```
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
