Skip to content

fails to download libmspack package #766

Description

@mcrha

Checklist

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for a bug that matches the one I want to file, without success.

flatpak-builder version

1.4.10

Flatpak version

1.18.0

How to reproduce

This is when building https://gitlab.gnome.org/GNOME/evolution/-/blob/master/flatpak/org.gnome.Evolution-master.json?ref_type=heads , but to make it simpler, the file contains a module reference:

		{
			"name": "libmspack",
			"cleanup": [ "/bin" ],
			"sources": [
				{
					"type": "archive",
					"url": "https://www.cabextract.org.uk/libmspack/libmspack-0.10.1alpha.tar.gz",
					"sha256": "bac862dee6e0fc10d92c70212441d9f8ad9b0222edc9a708c3ead4adb1b24a8e"
				}
			]
		},

and when I run:

flatpak-builder --disable-updates --force-clean org.gnome.Evolution-master org.gnome.Evolution-master.json --verbose

it prints at the end:

FB: Running: git cat-file -e main
Downloading https://www.cabextract.org.uk/libmspack/libmspack-0.10.1alpha.tar.gz
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
Failed to download sources: module libmspack: The requested URL returned error: 403

Expected Behavior

Well, the file is downloaded. I can use wget URL, curl URL --output /tmp/FILE and also a web browser can download it, only the download made by the flatpak-builder fails with the 403. It used to work in the past, no idea when it begun to fail.

Actual Behavior

File not downloaded

Additional Information

flatpak-builder-1.4.10-1.fc44.x86_64
flatpak-1.18.0-1.fc44.x86_64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions