Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #64446 > unrolled thread
| Started by | David Hansmann <david.hansmann@smartsteuer.de> |
|---|---|
| First post | 2019-07-16 10:20 +0200 |
| Last post | 2019-09-09 06:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.debian.kernel
Bug#932168: Correct verion of libc-dev not found on security.debian.org David Hansmann <david.hansmann@smartsteuer.de> - 2019-07-16 10:20 +0200
Bug#932168: Correct version of libc-dev not found on security.debian.org Mobile Computing <csis0247@gmail.com> - 2019-09-09 06:40 +0200
| From | David Hansmann <david.hansmann@smartsteuer.de> |
|---|---|
| Date | 2019-07-16 10:20 +0200 |
| Subject | Bug#932168: Correct verion of libc-dev not found on security.debian.org |
| Message-ID | <ykqQO-61w-7@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Package: linux-libc-dev
Version: latest
Hi all,
when running a docker build using
FROM tomcat:8.5-jre8
RUN apt-get update && apt-get -y install locales
RUN locale-gen de_DE.UTF-8
RUN dpkg-reconfigure locales
ENV LANG de_DE.UTF-8
ENV LANGUAGE de_DE:en
ENV LC_ALL de_DE.UTF-8
RUN apt-get -y install gcc g++ libc6-dev-i386 g++-multilib
the dependencies fail since the weekend. Reason:
Fetched 53.0 MB in 8s (6156 kB/s)
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_4.9.168-1+deb9u2_amd64.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command '/bin/sh -c apt-get -y install gcc g++ libc6-dev-i386 g++-multilib' returned a non-zero code: 100
The issue is the deb9u2, which is missing (but present on mirrors) - only deb9u3 is there.
It would be nice if you could provide a workaround if this takes longer to fix.
Best regards and keep up the great work,
David
--
David Hansmann
Core Architect
Smartsteuer GmbH * Lister Meile 27 * 30161 Hannover
Fon +49 (0) 511 / 790 90 316
E-Mail david.hansmann@smartsteuer.de<mailto:david.hansmann@smartsteuer.de>
Web www.smartsteuer.de<http://www.smartsteuer.de>
Facebook https://www.facebook.com/smartsteuer
Handelsregister HRB 200898 * Amtsgericht Hannover
Gesch?ftsf?hrer Dr. Carsten Thies, Bj?rn Waide
[toc] | [next] | [standalone]
| From | Mobile Computing <csis0247@gmail.com> |
|---|---|
| Date | 2019-09-09 06:40 +0200 |
| Subject | Bug#932168: Correct version of libc-dev not found on security.debian.org |
| Message-ID | <yEjD3-5ZM-3@gated-at.bofh.it> |
| In reply to | #64446 |
[Multipart message — attachments visible in raw view] — view raw
The error I encountered was only slightly different, instead of deb9u2, I got it on deb9u3: Unable to correct missing packages. E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_4.9.168-1+deb9u3_amd64.deb 404 Not Found The solution I found was to simply change " http://security.debian.org/debian-security" in sources.list to " http://deb.debian.org/debian-security". I do not understand why the URL alias failed on only this package. RUN sed -i "s#deb http://security.debian.org/debian-security stretch/updates main#deb http://deb.debian.org/debian-security stretch/updates main#g" /etc/apt/sources.list Thereafter I can build normally.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web