Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

11 views
Skip to first unread message

Paul Dufresne

unread,
Apr 28, 2022, 5:20:03 PM4/28/22
to
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.

Jessica Clarke

unread,
Apr 28, 2022, 5:30:02 PM4/28/22
to
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

Samuel Thibault

unread,
Apr 28, 2022, 7:00:03 PM4/28/22
to
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
0 new messages