m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.5k stars 257 forks source link

libxml2 503 #2515

Closed Selur closed 9 months ago

Selur commented 10 months ago
        Starting 32bit compilation of all tools
Imported default FFmpeg options from .bat
License: gplv3
Imported default mpv options from .bat
15:33:57
        Starting 32bit compilation of global tools
15:33:57 ├ Running rustup_update...
15:33:58 ├ Running set_default_toolchain...
Likely error (tail of the failed operation logfile):
CXXFLAGS: -fstack-protector-strong -mtune=generic -O2 -pipe -mthreads
LDFLAGS: -pipe -static-libgcc -fstack-protector-strong -static-libstdc++
vcs_fetch
++ git rev-parse --git-dir
+ [[ -f .git/shallow ]]
+ unshallow=
+ git fetch --all -Ppft
fatal: unable to access 'https://gitlab.gnome.org/GNOME/libxml2.git/': The requested URL returned error: 503
+ git remote set-head -a origin
fatal: unable to access 'https://gitlab.gnome.org/GNOME/libxml2.git/': The requested URL returned error: 503
git.fetch failed. Check F:/media-autobuild_suite/build/libxml2-git/ab-suite.git.fetch.log
This is required for other packages, so this script will exit.
15:34:00   Creating diagnostics file...

logs.zip

Biswa96 commented 10 months ago

https://gitlab.gnome.org/ is down.

geppi commented 10 months ago

You could edit the file 'media-suite_deps.sh' and change the repo for libxml2 from SOURCE_REPO_LIBXML2=https://gitlab.gnome.org/GNOME/libxml2.git to SOURCE_REPO_LIBXML2=https://github.com/GNOME/libxml2.git The latter is a read only mirror of the first.

Then rerun the 'media-autobuild_suite.bat'.

Biswa96 commented 9 months ago

gitlab.gnome.org is back online. This issue should be fixed.

Selur commented 9 months ago

Yup, works fine now.