Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  libcwidget3v5 zurückgehalten  (Read 2054 times)

Offline postkutscher

  • User
  • Posts: 54
libcwidget3v5 zurückgehalten
« on: 2018/04/27, 08:31:00 »
Hallo, habe gerade ein distupgrade gemacht und libcwidget3v5 ist zurückgehalten worden.
Code: [Select]
Die folgenden Pakete sind zurückgehalten worden:
  libcwidget3v5
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.
root@laptop-64:/home/detlef# apt policy libcwidget3v5
libcwidget3v5:
  Installiert:           0.5.17-7
  Installationskandidat: 0.5.17-10
  Versionstabelle:
     0.5.17-10 500
        500 http://deb.debian.org/debian unstable/main amd64 Packages
 *** 0.5.17-7 500
        500 http://deb.debian.org/debian testing/main amd64 Packages
        100 /var/lib/dpkg/status
     0.5.17-4+b1 500
        500 http://deb.debian.org/debian stable/main amd64 Packages
root@laptop-64:/home/detlef#

Ist das Paket defekt? Ich habe es nicht auf "hold" gesetzt.

Nachtrag:
Code: [Select]
detlef@laptop-64:~$ inxi -v3
System:    Host: laptop-64 Kernel: 4.16.5-towo.1-siduction-amd64 x86_64 bits: 64 compiler: gcc v: 7.3.0
           Desktop: Xfce 4.12.4 tk: Gtk 2.24.31 Distro: siduction 18.1.0 Patience - xfce - (201712310104)
Machine:   Type: Laptop System: LENOVO product: 42333EG v: Lenovo 3000 N500 serial: N/A
           Mobo: LENOVO model: KIWDX v: REFERENCE serial: N/A BIOS: LENOVO v: 6GET19WW(for NON-HDMI)
           date: 01/28/2010
CPU:       Topology: Dual Core model: Intel Core2 Duo T5800 bits: 64 type: MCP arch: Conroe rev: 13
           L2 cache: 2048 KiB
           flags: lm nx pae sse sse2 sse3 ssse3 bogomips: 7980
           Speed: 908 MHz min/max: 800/2000 MHz Core speeds (MHz): 1: 1197 2: 1197
Graphics:  Card-1: NVIDIA G98M [GeForce 9300M GS] driver: nouveau v: kernel bus ID: 01:00.0
           Display: x11 server: X.Org 1.19.6 driver: nouveau unloaded: fbdev,modesetting,nv,vesa
           resolution: 1280x800~60Hz
           OpenGL: renderer: NV98 v: 3.3 Mesa 17.3.9 direct render: Yes
Network:   Card-1: Intel PRO/Wireless 5100 AGN [Shiloh] Network Connection driver: iwlwifi v: kernel
           bus ID: 04:00.0
           IF: wlp4s0 state: up mac: 00:21:5d:cc:53:d0
           Card-2: Broadcom Limited NetLink BCM5906M Fast Ethernet PCI Express driver: tg3 v: 3.137 port: N/A
           bus ID: 07:00.0
           IF: enp7s0 state: down mac: 00:1e:ec:9a:39:25
Drives:    HDD Total Size: 232.89 GiB used: 36.67 GiB (15.7%)
Info:      Processes: 167 Uptime: 25m Memory: 2.92 GiB used: 1007.2 MiB (33.6%) Init: systemd runlevel: 5
           Compilers: gcc: 7.3.0 Shell: bash v: 4.4.19 inxi: 3.0.07
detlef@laptop-64:~$


MfG Detlef

Offline jure

  • User
  • Posts: 635
Re: libcwidget3v5 zurückgehalten
« Reply #1 on: 2018/04/27, 08:49:48 »
moin

so wie ich das sehe, wartet libcwidget3v5 auf aptitude >0.8.10-6
Gruss Juergen

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: libcwidget3v5 zurückgehalten
« Reply #2 on: 2018/04/27, 19:49:22 »
Code: [Select]
apt -f install
Code: [Select]
01:47:1001:47 PM [piper@x1 ~]$ apt policy libcwidget3v5
libcwidget3v5:
  Installed: 0.5.17-10
  Candidate: 0.5.17-10
  Version table:
 *** 0.5.17-10 500
        500 http://10.10.10.3:3142/incoming.debian.org/debian-buildd buildd-unstable/main amd64 Packages
        500 http://10.10.10.3:3142/mirror.math.princeton.edu/pub/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: libcwidget3v5 zurückgehalten
« Reply #3 on: 2018/04/27, 20:45:38 »
Code: [Select]
root@hp-350g:/# apt policy libcwidget3v5
libcwidget3v5:
  Installed: (none)
  Candidate: 0.5.17-10
  Version table:
     0.5.17-10 500
        500 http://http.debian.net/debian unstable/main amd64 Packages
root@hp-350g:/# apt -s install libcwidget3v5
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libncursesw6
Suggested packages:
  libcwidget-dev
The following NEW packages will be installed:
  libcwidget3v5 libncursesw6
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Inst libncursesw6 (6.1+20180210-2 Debian:unstable [amd64])
Inst libcwidget3v5 (0.5.17-10 Debian:unstable [amd64])
Conf libncursesw6 (6.1+20180210-2 Debian:unstable [amd64])
Conf libcwidget3v5 (0.5.17-10 Debian:unstable [amd64])
root@hp-350g:/#
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline postkutscher

  • User
  • Posts: 54
Re: libcwidget3v5 zurückgehalten
« Reply #4 on: 2018/04/28, 07:54:17 »
Hallo,

habe gerade weder ein dist-upgrade gemacht und es ist wieder alles in bester Ordnung.

Code: [Select]
root@laptop-64:/home/detlef# apt install -f
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
root@laptop-64:/home/detlef# apt policy libcwidget3v5
libcwidget3v5:
  Installiert:           0.5.17-10
  Installationskandidat: 0.5.17-10
  Versionstabelle:
 *** 0.5.17-10 500
        500 http://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     0.5.17-7 500
        500 http://deb.debian.org/debian testing/main amd64 Packages
     0.5.17-4+b1 500
        500 http://deb.debian.org/debian stable/main amd64 Packages
root@laptop-64:/home/detlef#

MfG Detlef