-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Hi,
the URL changed from:
https://sourceforge.net/projects/libpng/files/libpng16/1.6.37/libpng-1.6.37.tar.xz
to
https://sourceforge.net/projects/libpng/files/libpng16/older-releases/1.6.37/libpng-1.6.37.tar.xz
Package and Environment Details
- Ubuntu 22.04.5 LTS
- gcc 11.4.0
- conan 1.64.0
- Python 3.10.12
Conan profile
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=11
compiler.libcxx=libstdc++11
build_type=Release
[options]
[conf]
tools.system.package_manager:mode=install
tools.system.package_manager:sudo=True
[build_requires]
[env]
Steps to reproduce
conan install -r conancenter libpng/1.6.37@ -pr:b=default -pr:h=default --build
Logs
Click to expand log
ERROR: libpng/1.6.37: Error in source() method, line 102
get(self, **self.conan_data["sources"][self.version], strip_root=True)
NotFoundException: Not found: https://sourceforge.net/projects/libpng/files/libpng16/1.6.37/libpng-1.6.37.tar.xz
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working