• Re: apt-get source saying I must have a deb-src... I have one

    From Jessica Clarke@21:1/5 to Paul Dufresne on Thu Apr 28 23:30:01 2022
    On 28 Apr 2022, at 22:09, Paul Dufresne <dufresnep@zoho.com> wrote:

    root@debian:~# cat /etc/apt/sources.list
    # deb cdrom:[Debian GNU/Hurd sid _Sid_ - Unofficial hurd-i386 DVD Binary-1 20220226-09:55]/ sid local main

    deb cdrom:[Debian GNU/Hurd sid _Sid_ - Unofficial hurd-i386 DVD Binary-1 20220226-09:55]/ sid local main

    deb http://deb.debian.org/debian-ports/ sid main
    deb http://deb.debian.org/debian-ports/ unreleased main
    deb-src http://deb.debian.org/debian-ports/ sid main
    # 'unreleased' does not support sources yet
    # deb-src http://deb.debian.org/debian-ports/ unreleased main
    root@debian:~# apt-get source git
    Reading package lists... Done
    E: You must put some 'deb-src' URIs in your sources.list
    root@debian:~# apt-get source hello
    Reading package lists... Done
    E: You must put some 'deb-src' URIs in your sources.list
    root@debian:~# apt-get source kasjfjklsdfj
    Reading package lists... Done
    E: You must put some 'deb-src' URIs in your sources.list
    root@debian:~#

    At first I encounter this with daily image, but this one is 20220226... but then if I upgrade, I get... daily version?
    I kind would expect a different repos for released version... but I am still a bit confused.

    The goal was to get xserver-xorg source code to investigate the problem with int 10 making it to not start.

    Debian Ports doesn’t host any sources, you’ll need to use the normal
    Debian archive URL instead (i.e. deb.debian.org/debian).

    Jess

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul Dufresne@21:1/5 to All on Thu Apr 28 23:20:02 2022
    root@debian:~# cat /etc/apt/sources.list
    # deb cdrom:[Debian GNU/Hurd sid _Sid_ - Unofficial hurd-i386 DVD Binary-1 20220226-09:55]/ sid local main

    deb cdrom:[Debian GNU/Hurd sid _Sid_ - Unofficial hurd-i386 DVD Binary-1 20220226-09:55]/ sid local main

    deb http://deb.debian.org/debian-ports/ sid main
    deb http://deb.debian.org/debian-ports/ unreleased main
    deb-src http://deb.debian.org/debian-ports/ sid main
    # 'unreleased' does not support sources yet
    # deb-src http://deb.debian.org/debian-ports/ unreleased main
    root@debian:~# apt-get source git
    Reading package lists... Done
    E: You must put some 'deb-src' URIs in your sources.list
    root@debian:~# apt-get source hello
    Reading package lists... Done
    E: You must put some 'deb-src' URIs in your sources.list
    root@debian:~# apt-get source kasjfjklsdfj
    Reading package lists... Done
    E: You must put some 'deb-src' URIs in your sources.list
    root@debian:~#

    At first I encounter this with daily image, but this one is 20220226... but then if I upgrade, I get... daily version?
    I kind would expect a different repos for released version... but I am still a bit confused.

    The goal was to get xserver-xorg source code to investigate the problem with int 10 making it to not start.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Samuel Thibault@21:1/5 to All on Fri Apr 29 01:00:01 2022
    Paul Dufresne, le jeu. 28 avril 2022 17:09:48 -0400, a ecrit:
    deb-src http://deb.debian.org/debian-ports/ sid main
    # 'unreleased' does not support sources yet
    # deb-src http://deb.debian.org/debian-ports/ unreleased main
    root@debian:~# apt-get source git

    Run

    apt update

    first

    Samuel

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)