guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.89k stars 240 forks source link

Building 0.12.0 #454

Open szymongamza opened 1 year ago

szymongamza commented 1 year ago

What were you doing?

I was trying to rebuild 0.12.0, as it is latest stable release

  1. Checkout repo FullPageOS to tag 0.12.0
  2. Checkout repo CustomPiOS to tag 1.4.0
  3. Download RPi OS this one: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-03-25/2021-03-04-raspios-buster-armhf-lite.zip assume it is right one by description of release "RpiOS 2021-03-04"
  4. Build

What did you expect to happen?

Build it ;)

What happened instead?

Build failed

Was there an error message displayed? What did it say?

If you are building FullPageOS - provide a build.log that is created for the build

build.log

guysoft commented 1 year ago

The debian repos changed. There was a fix here: https://github.com/guysoft/CustomPiOS/pull/171

apt-get update --allow-releaseinfo-change 
guysoft commented 1 year ago

Did you manage to test this? Can I close the issue?