LaTex package “float” broke after texlive 20190830

After updating texlive to the 20190830 version, the “float” package started working, giving ! LaTeX Error: Unknown float option 'H'. even if the same file was compiling correctly before and \usepackage{float} is used.

You need to downgrade at least to the 20190227 version. I did apt purge texlive* then tried to install texlive from the stable distribution (buster is shipping 20190227) but even after having purged everything related to texlive the system could not install that version for broken dependencies/wrong versions. Basically, texlive depends on A that depends on B which is tracked/installed from sid/testing but it wasn’t shown by apt when describing the broken situation.

Any recent version of aptitude should handle this situation well: just run aptitude install texlive -t stable (or just aptitude install texlive with the apt policy pointing to the version shipped by stable) and accept the second solution, downgrading also the libraries causing the broken situation.

Possible missing firmware after updating to Linux 5

update-initramfs: Generating /boot/initrd.img-5.2.0-2-amd64
W: Possible missing firmware /lib/firmware/i915/icl_dmc_ver1_07.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_huc_ver01_8_2893.bin for module i915

Solution:

git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
sudo cp linux-firmware/i915/bxt_ /lib/firmware/i915/
sudo cp linux-firmware/i915/bxt_huc_ver01_8_2893.bin /lib/firmware/i915/

systemd 240-1 broke Plasma

December 23, 2018

  • apt full-upgrade? No

  • apt warned about breaking things or removing packages? No

  • what happened

Plasma stopped booting, kdeinit5 stuck at 100% CPU

  • bug report

#917167 240 breaks kde (rakes ages to launch)

  • how did I flagged the problem

[email protected]

  • how did I found the solution

[email protected]

  • fix
# Downgrade systemd to 239-15
$ apt install libsystemd0=239-15 systemd=239-15

# And put it on hold
$ apt-mark hold systemd 

# Wait some weeks for a fix upstream :)

SSL broke

September 20, 2018