ayufan-pine64 / linux-build

Pine64 Linux build scripts, tools and instructions (based on Longsleep work)
MIT License
154 stars 36 forks source link

Broken / missing package when attempting ./install_desktop.sh gnome #71

Open frdlt opened 5 years ago

frdlt commented 5 years ago

I am attempting to install gnome on the minimal stretch pine64 1080p image.

The only changes I have made on boot are to the network interface and apt update / apt upgrade.

When I attempt to run ./install_desktop.sh, I receive an error due to a package that xserver-xorg-video-armsoc-sunxi and xserver-xorg-video-fbturb are dependent on: xorg-video-abi-20.

Here are the errors that I observe: https://pastebin.com/jcgeu09k

Could we get an update to xorg-video-abi and/or xserver-xorg-video-armsoc-sunxi and xserver-xorg-video-fbturb tp avoid this error?

frdlt commented 5 years ago

I should also note that, in running ./install_desktop.sh gnome, I can only run it by commenting out glmark2-es2 and chromium-browser in the .sh file.

Also noteworthy, these errors all occur in stable (.28) and pre-release (.30).

frdlt commented 5 years ago

The error due to the package xserver-xorg-video-armsoc-sunxi can be resolved with #73

frdlt commented 5 years ago

The error due to the package xserver-xorg-video-fbturb can be resolved by FIRST following this guide:

https://github.com/ssvb/xf86-video-fbturbo/wiki/Installation

I'm not sure how to add that code to install_desktop.sh to automate the proper installation of that package.

THEN remove the lines proposed in #74

Finally, the installation will work.