Pi4, Pixel Desktop, 4K TV -- no go
-
@mitu Yes, I did that. All packages updaated.
Note, when installing the Pixel desktop, there are a number of
dpkg-deb: subprocess paste was killed by signal (Broken pipe)
errors - all stating that a file was used by another module.
-
@aaciii Looks like the installation did not complete correctly. Can you post the installation log - it should be in
$HOME/RetroPie-Setup/logs
- on pastebin.com ? -
Here it is. Seems like it wants to install a lot of libraries that are already installed (by what, I have no idea)
-
You didn't seem to have updated the OS or the kernel, the error log shows some dependencies are not available/not-installable, either an out-of-date
apt
repository cache or pinned packages (?).Make sure you're fully updated when trying the installation
sudo apt -y update sudo apt -y full-upgrade sudo reboot
-
I did do so -- there was this one module blocking installs. "xkb-data"
See this log I took of trying to fix dependencies with the command "apt --fix-broken install":
you'll see there is a conflict over and over with xkb-data 2.26-2
I forced dpkg overwrites on, and all is well now -- but I'd like to understand what that xkb-data module is and why it's in the way
-
@aaciii said in Pi4, Pixel Desktop, 4K TV -- no go:
I did do so -- there was this one module blocking installs. "xkb-data"
Your kernel version shows you didn't update fully.
you'll see there is a conflict over and over with xkb-data 2.26-2..
I don't see why that happens, I get no conflicts using the latest version from
apt
:sudo apt install --reinstall libatk1.0-data Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 145 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://mirrors.pidginhost.com/raspbian/raspbian buster/main armhf libatk1.0-data all 2.30.0-2 [145 kB] Fetched 145 kB in 0s (508 kB/s) (Reading database ... 191009 files and directories currently installed.) Preparing to unpack .../libatk1.0-data_2.30.0-2_all.deb ... Unpacking libatk1.0-data (2.30.0-2) over (2.30.0-2) ... Setting up libatk1.0-data (2.30.0-2) ... pi@pie4:~ $ dpkg -l | grep xkb-data ii xkb-data 2.26-2 all X Keyboard Extension (XKB) configuration data
EDIT: can you run
apt-cache policy xkb-data
and post the output
-
The same module blocks the apt full-upgrade process:
https://pastebin.com/t0hrqXvEHere's the policy for that xkb-data module:
https://pastebin.com/4ESBTSBP -
apt-cache
output is ok, but the upgrade status it's wierd. Are you sure you've used the RetroPie image from retropie.org.uk/download and didn't modify any of thedpkg
/apt
settings (extra repositories ?) ? -
Totally sure, the only place I’ve ever gotten an image from is the RetroPie site. I have never messed with any command line update settings, and until this issue I have only updated using the RetroPie menu script.
-
The only other package I ever installed is the rpie-art script package which is installed via command line (via git)
This is the process I followed for that. I don’t see how this could be related but just in case.
-
@aaciii said in Pi4, Pixel Desktop, 4K TV -- no go:
This is the process I followed for that. I don’t see how this could be related but just in case.
No, it's not related. Alas, I don't have any ideas - try using
aptitude
instead ofapt
, it's worth a shot.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.