This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Next update killed HP-Printer

Tags: None
(comma "," separated)
jonnycache
Registered Member
Posts
47
Karma
0

Next update killed HP-Printer

Sat Mar 18, 2023 7:09 am
Hi Folks,

in the moment i'm getting serious annoyed!!!
After the last update today it killed my HP-Printer.

The "libharfbuzz0b" (2.7.4-1ubuntu3.1) Update does this job. Before i had "libharfbuzz0b" (6.0.0+dfsg-3+22.04+jammy+release+build1). I reinstalled the old one and i can install my printer again.
After the Update i wanted to install hplip again but:
Code: Select all
sudo apt install hplip
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) libraqm0:amd64 < none -> 0.10.0-0xneon+22.04+jammy+release+build13 @un puN Ib >
Broken libraqm0:amd64 Hängt ab von on libharfbuzz0b:amd64 < 2.7.4-1ubuntu3.1 @ii K > (>= 6.0.0+dfsg)
Done
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 libraqm0 : Hängt ab von: libharfbuzz0b (>= 6.0.0+dfsg) aber 2.7.4-1ubuntu3.1 soll installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.


The Gui for the printer cant be installed too obviously!

If i want to install the printer with the driver from the HP-Page, it wasnt possible because of missing dependencies, which i cant install, because they not found in the repositories and an automatic installation of the packet failed.

So whats wrong guys?

Greetings Hondo

Last edited by jonnycache on Sat Mar 18, 2023 8:12 am, edited 1 time in total.
User avatar
Mace68
Registered Member
Posts
23
Karma
0
OS

Re: Next update killed HP-Printer

Sat Mar 18, 2023 7:39 am
It removed deluge client on me and made it not re-installable :-\
$ sudo apt install deluge
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) libraqm0:amd64 < none -> 0.10.0-0xneon+22.04+jammy+release+build13 @un puN Ib >
Broken libraqm0:amd64 Depends on libharfbuzz0b:amd64 < 2.7.4-1ubuntu3.1 @ii pK > (>= 6.0.0+dfsg)
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libraqm0 : Depends: libharfbuzz0b (>= 6.0.0+dfsg) but 2.7.4-1ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
bogkuz
Registered Member
Posts
10
Karma
0

Re: Next update killed HP-Printer

Sat Mar 18, 2023 10:13 am
Depends: libharfbuzz0b (>= 6.0.0+dfsg) but 2.7.4-1ubuntu3.1 is to be installed
...
With attends to me with other packages
exe-thumbnailer
glue-sprite
icoextract-thumbnailer
img2pdf
pitivi
playonlinux
User avatar
mrbumpy409
Registered Member
Posts
34
Karma
0
OS

Re: Next update killed HP-Printer

Sat Mar 18, 2023 12:38 pm
When downgrading the harfbuzz packages, the neon devs forgot that libraqm0 needs to be downgraded as well. You can do this manually from the terminal, and then you will be able to reinstall hplip and deluge:

Code: Select all
sudo apt install libraqm0=0.8.0-0xneon+22.04+jammy+release+build11


I wrote a bit more about this issue in my post here.
User avatar
Mace68
Registered Member
Posts
23
Karma
0
OS

Re: Next update killed HP-Printer

Sat Mar 18, 2023 12:54 pm
mrbumpy409 wrote:When downgrading the harfbuzz packages, the neon devs forgot that libraqm0 needs to be downgraded as well. You can do this manually from the terminal, and then you will be able to reinstall hplip and deluge:

Code: Select all
sudo apt install libraqm0=0.8.0-0xneon+22.04+jammy+release+build11


I wrote a bit more about this issue in my post here.

Thanks very much, that worked!
jonnycache
Registered Member
Posts
47
Karma
0

Re: Next update killed HP-Printer

Sat Mar 18, 2023 2:02 pm
hey mrbumpy409,

thx for advise!

I installed
Code: Select all
libraqm0=0.8.0-0xneon+22.04+jammy+release+build11

but i didnt tried this

Code: Select all
sudo apt install gir1.2-harfbuzz-0.0=2.7.4-1ubuntu3.1 libharfbuzz0b=2.7.4-1ubuntu3.1


If i install the last (gir1.2-harfbuzz-0.0=2.7.4-1ubuntu3.1 libharfbuzz0b=2.7.4-1ubuntu3.1) wouldnt it destroy my printer again ?
Now i have installed these packages
Code: Select all
libharfbuzz-gobject0_6.0.0+dfsg-3+22.04+jammy+release+build1_amd64.deb
libharfbuzz-icu0_6.0.0+dfsg-3+22.04+jammy+release+build1_amd64.deb
libharfbuzz0b_6.0.0+dfsg-3+22.04+jammy+release+build1_amd64.deb

manually from
Code: Select all
/var/cache/apt/archives/


Greetings Hondo
User avatar
mrbumpy409
Registered Member
Posts
34
Karma
0
OS

Re: Next update killed HP-Printer

Sat Mar 18, 2023 3:23 pm
jonnycache wrote:hey mrbumpy409,

thx for advise!

I installed
Code: Select all
libraqm0=0.8.0-0xneon+22.04+jammy+release+build11

but i didnt tried this

Code: Select all
sudo apt install gir1.2-harfbuzz-0.0=2.7.4-1ubuntu3.1 libharfbuzz0b=2.7.4-1ubuntu3.1


If i install the last (gir1.2-harfbuzz-0.0=2.7.4-1ubuntu3.1 libharfbuzz0b=2.7.4-1ubuntu3.1) wouldnt it destroy my printer again ?


No, because the downgraded harfbuzz and libraqm0 packages are compatible with one another and also with hplip. Assuming you have the latest neon-settings-2 package, once downgraded, the harfbuzz packages should stay at the earlier version. It's just that the devs forgot to pin the downgrade to libraqm0 as well. I'm guessing this pin will be coming in a future neon-settings-2 update.

Even without the pin, though, the libraqm0 package should stay at the older version once downgraded.
jonnycache
Registered Member
Posts
47
Karma
0

Re: Next update killed HP-Printer

Sun Mar 19, 2023 12:18 pm
ok then i leave the old packages installed and i hope that this will be fixed in the future

Greetings
Hondo
jonnycache
Registered Member
Posts
47
Karma
0

Re: Next update killed HP-Printer

Mon Mar 20, 2023 1:12 pm
After the next Update (with libharbuzz), nothing was killed... so at the moment i am fine.
I hope the next packages and upgrades dont make something unuseable.
Thx to everyone, who helps and maintain packages to solve problems !

Greetings
Hondo


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]