[opensuse-buildservice] Build issues with Ubuntu 17.04 and 17.10
Hello, I have setup repositories for Ubuntu 17.04 and 17.10 like this: <repository name="Ubuntu_17.10"> <path project="Ubuntu:17.10" repository="universe"/> <arch>x86_64</arch> <arch>i586</arch> </repository> <repository name="Ubuntu_17.04"> <path project="Ubuntu:17.04" repository="universe"/> <arch>x86_64</arch> <arch>i586</arch> </repository> When I try to build against it locally I get errors like this: 17.04: Server returned an error: HTTP Error 404: remote error http //ftp.heanet.ie/mirrors/ubuntu/pool/main/f/fonts-freefont/fonts-freefont-ttf_20120503-6_all.deb remote error Not Found 17.10: Server returned an error: HTTP Error 404: remote error http //ftp.halifax.rwth-aachen.de/ubuntu/pool/universe/t/texlive-lang/texlive-lang-german_2017.20170818-1_all.deb remote error Not Found I also tried adding "update" or "standard" or only using "standard". The missing files change, but the result is the same. I can't build. I can build fine for all openSUSE as well as for Ubuntu 18.04 and 16.04. Is Ubuntu 17 somehow corrupted in OBS? There usually are files with another version available at the download places. The data to download and the version information in OBS don't seem to match. Ciao -- http://www.dstoecker.eu/ (PGP key available) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Ubuntu 17.04 and 17.10 are not LTS releases and are already out of support so maybe their repos might be broken. You should probably be using one of the LTS versions, which are 16.04 and 18.04, or the current version which is 19.10. It's all described here: https://wiki.ubuntu.com/Releases Best regards Ondrej M. On Wed, 15 Jan 2020 at 02:35, Dirk Stöcker <opensuse@dstoecker.de> wrote:
Hello,
I have setup repositories for Ubuntu 17.04 and 17.10 like this:
<repository name="Ubuntu_17.10"> <path project="Ubuntu:17.10" repository="universe"/> <arch>x86_64</arch> <arch>i586</arch> </repository> <repository name="Ubuntu_17.04"> <path project="Ubuntu:17.04" repository="universe"/> <arch>x86_64</arch> <arch>i586</arch> </repository>
When I try to build against it locally I get errors like this:
17.04: Server returned an error: HTTP Error 404: remote error http //ftp.heanet.ie/mirrors/ubuntu/pool/main/f/fonts-freefont/fonts-freefont-ttf_20120503-6_all.deb remote error Not Found
17.10: Server returned an error: HTTP Error 404: remote error http //ftp.halifax.rwth-aachen.de/ubuntu/pool/universe/t/texlive-lang/texlive-lang-german_2017.20170818-1_all.deb remote error Not Found
I also tried adding "update" or "standard" or only using "standard". The missing files change, but the result is the same. I can't build.
I can build fine for all openSUSE as well as for Ubuntu 18.04 and 16.04.
Is Ubuntu 17 somehow corrupted in OBS? There usually are files with another version available at the download places. The data to download and the version information in OBS don't seem to match.
Ciao -- http://www.dstoecker.eu/ (PGP key available) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wed, 15 Jan 2020, Ondrej Musil wrote:
Ubuntu 17.04 and 17.10 are not LTS releases and are already out of support so maybe their repos might be broken. You should probably be using one of the LTS versions, which are 16.04 and 18.04, or the current version which is 19.10.
Who can fix this? OBS should be able to build properly for the old systems it offers. I can build for SUSE version down to 10. I'm not deciding what target I have to build against. I need to build for the systems used by the customers. Ciao -- http://www.dstoecker.eu/ (PGP key available) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Just to be clear, I'm not an OBS dev, but I took a look at this today. The way that the repos work for Ubuntu for example in OBS is that they are essentially just a link to the official distro repositories. And since Ubuntu 17.04 and 17.10 have reached end of support, their repositories have actually been removed. That's why you get errors when OBS is trying to download the packages. More info here: https://ubuntuforums.org/showthread.php?t=2382832 It's about 17.04, but I have no doubt the situation is the same for 17.10. Best regards On Wed, 15 Jan 2020 at 15:13, Dirk Stöcker <opensuse@dstoecker.de> wrote:
On Wed, 15 Jan 2020, Ondrej Musil wrote:
Ubuntu 17.04 and 17.10 are not LTS releases and are already out of support so maybe their repos might be broken. You should probably be using one of the LTS versions, which are 16.04 and 18.04, or the current version which is 19.10.
Who can fix this? OBS should be able to build properly for the old systems it offers. I can build for SUSE version down to 10.
I'm not deciding what target I have to build against. I need to build for the systems used by the customers.
Ciao -- http://www.dstoecker.eu/ (PGP key available) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wed, 22 Jan 2020, Ondrej Musil wrote:
Just to be clear, I'm not an OBS dev, but I took a look at this today.
The way that the repos work for Ubuntu for example in OBS is that they are essentially just a link to the official distro repositories. And since Ubuntu 17.04 and 17.10 have reached end of support, their repositories have actually been removed. That's why you get errors when OBS is trying to download the packages.
That cannot be the real situation. The download links are correct and the links point to correct Ubuntu repositories, but the repositories don't contain the software versions which are requested, but other versions. But there also should be a two step process where files are downloaded from API when not available in the download directories. That also seems not to work.
More info here: https://ubuntuforums.org/showthread.php?t=2382832 It's about 17.04, but I have no doubt the situation is the same for 17.10.
Is there any OBS operator here reading? Could this please be fixed. To me it seems the requested software versions simply aren't in sync with the reality. Ciao -- http://www.dstoecker.eu/ (PGP key available) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 22. Januar 2020, 11:34:05 CET Dirk Stöcker wrote:
On Wed, 22 Jan 2020, Ondrej Musil wrote:
Just to be clear, I'm not an OBS dev, but I took a look at this today.
The way that the repos work for Ubuntu for example in OBS is that they are essentially just a link to the official distro repositories. And since Ubuntu 17.04 and 17.10 have reached end of support, their repositories have actually been removed. That's why you get errors when OBS is trying to download the packages.
That cannot be the real situation. The download links are correct and the links point to correct Ubuntu repositories, but the repositories don't contain the software versions which are requested, but other versions.
It is ... artful and zesty have been removed on Ubuntu side. Check yourself: http://archive.ubuntu.com/ubuntu/dists/
But there also should be a two step process where files are downloaded from API when not available in the download directories. That also seems not to work.
More info here: https://ubuntuforums.org/showthread.php?t=2382832 It's about 17.04, but I have no doubt the situation is the same for 17.10.
Is there any OBS operator here reading?
Could this please be fixed. To me it seems the requested software versions simply aren't in sync with the reality.
Ciao
-- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany (HRB 247165, AG München), Geschäftsführer: Felix Imendörffer -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wed, 22 Jan 2020, Adrian Schröter wrote:
That cannot be the real situation. The download links are correct and the links point to correct Ubuntu repositories, but the repositories don't contain the software versions which are requested, but other versions.
It is ... artful and zesty have been removed on Ubuntu side. Check yourself:
Could then the links simply be replaced to point to http://old-releases.ubuntu.com/ubuntu/dists/ Ciao -- http://www.dstoecker.eu/ (PGP key available)
On Mittwoch, 22. Januar 2020, 11:54:24 CET Dirk Stöcker wrote:
On Wed, 22 Jan 2020, Adrian Schröter wrote:
That cannot be the real situation. The download links are correct and the links point to correct Ubuntu repositories, but the repositories don't contain the software versions which are requested, but other versions.
It is ... artful and zesty have been removed on Ubuntu side. Check yourself:
Could then the links simply be replaced to point to http://old-releases.ubuntu.com/ubuntu/dists/
yes ... done. -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany (HRB 247165, AG München), Geschäftsführer: Felix Imendörffer -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wed, 22 Jan 2020, Adrian Schröter wrote:
On Mittwoch, 22. Januar 2020, 11:54:24 CET Dirk Stöcker wrote:
On Wed, 22 Jan 2020, Adrian Schröter wrote:
That cannot be the real situation. The download links are correct and the links point to correct Ubuntu repositories, but the repositories don't contain the software versions which are requested, but other versions.
It is ... artful and zesty have been removed on Ubuntu side. Check yourself:
Could then the links simply be replaced to point to http://old-releases.ubuntu.com/ubuntu/dists/
yes ... done.
Thanks a lot. My test builds worked for both. Ciao -- http://www.dstoecker.eu/ (PGP key available)
participants (3)
-
Adrian Schröter
-
Dirk Stöcker
-
Ondrej Musil