Ubuntor
Anmeldungsdatum: 3. September 2016
Beiträge: 49
|
Ich möchte gerne an einer Ubuntu-Bilbliothek etwas ändern. Der erste Schritt ist das Herunterladen des Quellcodes. Ich orientiere mich an http://packaging.ubuntu.com/de/html/fixing-a-bug.html Abschnitt 3.7.
| pull-lp-source libgtk2.0-0 xenial
pull-lp-source: Error: Unable to retrieve package information from DDE: http://dde.debian.net/dde/q/udd/dist/d:ubuntu/r:xenial/p:libgtk2.0-0/?t=json (<urlopen error [Errno -2] Name or service not known>)
pull-lp-source: Error: The source package 'libgtk2.0-0' does not exist in the Ubuntu primary archive in xenial, xenial-security, xenial-updates or xenial-proposed
apt-get source libgtk2.0-0
Reading package lists... Done
E: You must put some 'source' URIs in your sources.list
|
|
dirkolus
Anmeldungsdatum: 17. Mai 2011
Beiträge: 1887
|
Ubuntor schrieb: | E: You must put some 'source' URIs in your sources.list
|
Mein Tipp: In der /etc/apt/sources.list (oder im Paketmanager Deiner Wahl unter Sources) die einschlägigen Zeilen aktivieren, die mit deb-src beginnen (also: Kommentarzeichen weg) Dirk
|
Ubuntor
(Themenstarter)
Anmeldungsdatum: 3. September 2016
Beiträge: 49
|
dirkolus schrieb: Mein Tipp: In der /etc/apt/sources.list (oder im Paketmanager Deiner Wahl unter Sources) die einschlägigen Zeilen aktivieren, die mit deb-src beginnen (also: Kommentarzeichen weg)
Habe ich gemacht, aber das Problem ist noch da: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60 | cat /etc/apt/sources.list
#deb cdrom:[Ubuntu 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://de.archive.ubuntu.com/ubuntu/ xenial main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://de.archive.ubuntu.com/ubuntu/ xenial universe
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial universe
deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates universe
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://de.archive.ubuntu.com/ubuntu/ xenial multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu xenial partner
deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
gtk@lenovo-b50-45:~$ pull-lp-source libgtk2.0-0 xenial
pull-lp-source: Error: Unable to retrieve package information from DDE: http://dde.debian.net/dde/q/udd/dist/d:ubuntu/r:xenial/p:libgtk2.0-0/?t=json (<urlopen error [Errno -2] Name or service not known>)
pull-lp-source: Error: The source package 'libgtk2.0-0' does not exist in the Ubuntu primary archive in xenial, xenial-security, xenial-updates or xenial-proposed
gtk@lenovo-b50-45:~$ apt-get source libgtk2.0-0
Reading package lists... Done
E: You must put some 'source' URIs in your sources.list
|
|
seahawk1986
Anmeldungsdatum: 27. Oktober 2006
Beiträge: 10978
|
Hast du nach den Änderungen an der sources.list die Paketlisten neu einlesen lassen?
|
Ubuntor
(Themenstarter)
Anmeldungsdatum: 3. September 2016
Beiträge: 49
|
Nun hat sich was getan:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57 | pull-lp-source libgtk2.0-0 xenial
pull-lp-source: Error: Unable to retrieve package information from DDE: http://dde.debian.net/dde/q/udd/dist/d:ubuntu/r:xenial/p:libgtk2.0-0/?t=json (<urlopen error [Errno -2] Name or service not known>)
pull-lp-source: Error: The source package 'libgtk2.0-0' does not exist in the Ubuntu primary archive in xenial, xenial-security, xenial-updates or xenial-proposed
gtk@lenovo-b50-45:~$ apt-get source libgtk2.0-0
Reading package lists... Done
Picking 'gtk+2.0' as source package instead of 'libgtk2.0-0'
NOTICE: 'gtk+2.0' packaging is maintained in the 'Bzr' version control system at:
https://code.launchpad.net/~ubuntu-desktop/gtk/ubuntu
Please use:
bzr branch https://code.launchpad.net/~ubuntu-desktop/gtk/ubuntu
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 12,9 MB of source archives.
Get:1 http://de.archive.ubuntu.com/ubuntu xenial-updates/main gtk+2.0 2.24.30-1ubuntu1.16.04.2 (dsc) [3.981 B]
Get:2 http://de.archive.ubuntu.com/ubuntu xenial-updates/main gtk+2.0 2.24.30-1ubuntu1.16.04.2 (tar) [12,8 MB]
Get:3 http://de.archive.ubuntu.com/ubuntu xenial-updates/main gtk+2.0 2.24.30-1ubuntu1.16.04.2 (diff) [107 kB]
Fetched 12,9 MB in 7s (1.761 kB/s)
dpkg-source: info: extracting gtk+2.0 in gtk+2.0-2.24.30
dpkg-source: info: unpacking gtk+2.0_2.24.30.orig.tar.xz
dpkg-source: info: unpacking gtk+2.0_2.24.30-1ubuntu1.16.04.2.debian.tar.xz
dpkg-source: info: applying 001_static-linking-dont-query-immodules.patch
dpkg-source: info: applying 002_static-linking-dont-build-perf.patch
dpkg-source: info: applying 003_gdk.pc_privates.patch
dpkg-source: info: applying 004_gtk+-ximian-gtk2-filesel-navbutton-5.patch
dpkg-source: info: applying 005_support_disabling_x11_extensions.patch
dpkg-source: info: applying 012_ubuntu-set-grab-add.patch
dpkg-source: info: applying 015_default-fallback-icon-theme.patch
dpkg-source: info: applying 022_disable-viqr-im-for-vi-locale.patch
dpkg-source: info: applying 042_treeview_single-focus.patch
dpkg-source: info: applying 044_tracker_fts.patch
dpkg-source: info: applying 060_ignore-random-icons.patch
dpkg-source: info: applying 061_use_pdf_as_default_printing_standard.patch
dpkg-source: info: applying 062_dnd_menubar.patch
dpkg-source: info: applying 063_treeview_almost_fixed.patch
dpkg-source: info: applying 065_gir_set_packages.patch
dpkg-source: info: applying 071_no_offscreen_widgets_grabbing.patch
dpkg-source: info: applying 090_logging_file_saves.patch
dpkg-source: info: applying 092_default_to_xdg_document_dir.patch
dpkg-source: info: applying 093_gtk3_gtkimage_fallbacks_use.patch
dpkg-source: info: applying 096_git_gtkprintsettings.patch
dpkg-source: info: applying 097_statusicon_image_fallback.patch
dpkg-source: info: applying 098_multiarch_module_path.patch
dpkg-source: info: applying 099_printer_filename_fix.patch
dpkg-source: info: applying 100_overlay_scrollbar_loading.patch
dpkg-source: info: applying print-dialog-show-options-of-remote-dnssd-printers.patch
dpkg-source: info: applying gtk-shell-shows-menubar.patch
dpkg-source: info: applying backport_search_printer_location.patch
dpkg-source: info: applying menubar_toolbar_dragging.patch
dpkg-source: info: applying use-secrets-service-for-cups-auth_info.patch
dpkg-source: info: applying printing-initialize-auth_info.patch
dpkg-source: info: applying gdkcairo-Avoid-integer-overflow.patch
dpkg-source: info: applying lp1576424-explicitly-disconnect-keymap-signals.patch
dpkg-source: info: applying lp1641912-add-limit-to-list-size.patch
gtk@lenovo-b50-45:~$ ls
Desktop examples.desktop gtk+2.0_2.24.30-1ubuntu1.16.04.2.dsc pbuilder sources.list
Documents gtk+2.0-2.24.30 gtk+2.0_2.24.30.orig.tar.xz Pictures Templates
Downloads gtk+2.0_2.24.30-1ubuntu1.16.04.2.debian.tar.xz Music Public Videos
gtk@lenovo-b50-45:~$
|
|