[Bug 2075318] [NEW] debootstrap: 178: arithmetic expression: expecting EOF: "baseprog 1"
Public bug reported: Latest debootstrap from git fails to install oracular. This is needed by mkosi@v14 creating bootabel image. debootstrap --variant=minbase --include=ca-certificates --merged-usr --components=main,universe --arch=amd64 oracular /var/tmp/mkosi-g57jkd8g/root http://archive.ubuntu.com/ubuntu Exits with `2`, debootstrap.log: /usr/local/bin/debootstrap: 178: arithmetic expression: expecting EOF: "baseprog 1" Looks like this commit created the problem https://git.launchpad.net/ubuntu/+source/debootstrap/commit/?id=21725220e63d98107104a122b4fba868f7f1d802 ``` @@ -174,7 +175,7 @@ Status: install ok installed" >> "$TARGET/var/lib/dpkg/status" } p () { - baseprog="$(($baseprog + ${1:-1}))" + baseprog="$((baseprog 1))" } if ! doing_variant fakechroot; then ``` Where `baseprog 1` is not an arithmetic expression. ** Affects: debootstrap (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2075318 Title: debootstrap: 178: arithmetic expression: expecting EOF: "baseprog 1" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/2075318/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1956164] Re: old-releases.ubuntu.com is missing groovy or unsynchronized
Just to confirm that this is still not fixed after almost two weeks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1956164 Title: old-releases.ubuntu.com is missing groovy or unsynchronized To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1956164/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1956164] [NEW] old-releases.ubuntu.com is missing groovy or unsynchronized
Public bug reported: For several days I try to install groovy from http://old- releases.ubuntu.com/ubuntu/dists/groovy/ but sometimes it's there, sometimes it's 404 (thus installation process fails because there are many requests for packages and at at least some fails). It seems that old-releases mirror on 91.189.91.123 isn't synchronized. ``` root@ubuntu-impish:~# curl -v -I http://old-releases.ubuntu.com/ubuntu/dists/groovy/ * Trying 91.189.91.124:80... * Connected to old-releases.ubuntu.com (91.189.91.124) port 80 (#0) > HEAD /ubuntu/dists/groovy/ HTTP/1.1 > Host: old-releases.ubuntu.com > User-Agent: curl/7.74.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 200 OK HTTP/1.1 200 OK < Date: Sat, 01 Jan 2022 19:35:48 GMT Date: Sat, 01 Jan 2022 19:35:48 GMT < Server: Apache/2.4.29 (Ubuntu) Server: Apache/2.4.29 (Ubuntu) < Content-Type: text/html;charset=UTF-8 Content-Type: text/html;charset=UTF-8 < * Connection #0 to host old-releases.ubuntu.com left intact root@ubuntu-impish:~# curl -v -I http://old-releases.ubuntu.com/ubuntu/dists/groovy/ * Trying 91.189.91.123:80... * Connected to old-releases.ubuntu.com (91.189.91.123) port 80 (#0) > HEAD /ubuntu/dists/groovy/ HTTP/1.1 > Host: old-releases.ubuntu.com > User-Agent: curl/7.74.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 404 Not Found HTTP/1.1 404 Not Found < Date: Sat, 01 Jan 2022 19:35:56 GMT Date: Sat, 01 Jan 2022 19:35:56 GMT < Server: Apache/2.4.29 (Ubuntu) Server: Apache/2.4.29 (Ubuntu) < Content-Type: text/html; charset=iso-8859-1 Content-Type: text/html; charset=iso-8859-1 < * Connection #0 to host old-releases.ubuntu.com left intact ``` ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1956164 Title: old-releases.ubuntu.com is missing groovy or unsynchronized To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1956164/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1956164] Re: old-releases.ubuntu.com is missing groovy or unsynchronized
Still not fixed. Maybe I should report it elsewhere, please help!? ``` root@ubuntu-impish:~# curl -v -I http://old-releases.ubuntu.com/ubuntu/dists/groovy/ * Trying 91.189.91.123:80... * Connected to old-releases.ubuntu.com (91.189.91.123) port 80 (#0) > HEAD /ubuntu/dists/groovy/ HTTP/1.1 > Host: old-releases.ubuntu.com > User-Agent: curl/7.74.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 404 Not Found HTTP/1.1 404 Not Found ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1956164 Title: old-releases.ubuntu.com is missing groovy or unsynchronized To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1956164/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs