[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#989724: marked as done (debootstrap: `--extra-suites=A,B` not showing up in `/etc/apt/sources.list`)



Your message dated Fri, 30 Jul 2021 10:07:57 +0200
with message-id <bb2f8a99-6b92-ae33-b4a2-dbad6f7fcdb8@molgen.mpg.de>
and subject line Re: debootstrap: `--extra-suites=A,B` not showing up in `/etc/apt/sources.list`
has caused the Debian Bug report #989724,
regarding debootstrap: `--extra-suites=A,B` not showing up in `/etc/apt/sources.list`
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
989724: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989724
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.123
Severity: normal


Dear Debian folks,


Ubuntu uses several suites for installations, but adding these with `--extra-suites=`

sudo /usr/sbin/debootstrap --arch=amd64 --keyring /scratch/tmp/ubuntu-archive-keyring.gpg --extra-suites=focal-updates,focal-security focal ./focal-chroot

does not work.

    $ grep -R focal focal-chroot/etc/apt/
focal-chroot/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu focal main


Kind regards,

Paul

--- End Message ---
--- Begin Message ---
Version: 1.0.124


Dear Debian folks,


As commented in bug #991625, this exact issue is fixed in version 1.0.124 currently in Debian experimental. Unfortunately, it still does not work as expected, as the components are added several times.

$ sudo debootstrap --verbose --keyring /scratch/tmp/debian-archive-keyring.gpg --arch=amd64 --extra-suites=experimental sid ./sid-chroot

results in

    $ more sid-chroot/etc/apt/sources.list
    deb http://deb.debian.org/debian sid main main
    deb http://deb.debian.org/debian experimental main main main main

and (more problematic)

    I: Unpacking the base system...
W: Failure trying to run: chroot "/scratch/local2/sid-chroot" dpkg --force-overwrite --force-confold --skip-same-version --install W: See /scratch/local2/sid-chroot/debootstrap/debootstrap.log for details

Unfortunately, `set -x` is not working as expected for me, as the output is not printed to the terminal for all statements.

Anyway, I am going to submit separate reports for these.


Kind regards,

Paul

--- End Message ---

Reply to: