egnor / pivid

Experimental video code for Linux / Raspberry Pi
MIT License
28 stars 4 forks source link

32bit build #16

Open eins78 opened 5 months ago

eins78 commented 5 months ago

I tried building this on a 32bit Raspberry Pi OS bookworm-lite. If failed already in prepare-dev.py with the following error.

can not install openssl/3.2.1:
ERROR: Package '469765602cb39c441c3f8afb43977bb72b8b9a93' build failed

I did not find any references to 32/64 bit builds in this repo, so I am not sure if 32 bit build is supposed to work at all, or is only 64 bit supported?

(Background: I am trying to build a videoplayer-image that works on old and new versions of the Raspberry Pi)

egnor commented 5 months ago

I originally used 32-bit builds, but most recently have moved to 64-bit. I'll take a look at this but probably not for a couple weeks (I'm traveling) unless it's blocking you a lot? If you post the whole log file I can see if there's any clues.

Certainly in principle there's no reason it shouldn't be able to work at either bitness.

eins78 commented 5 months ago

No worries, it's not urgent. I have a working setup using buster and the hello_video player, and tried out this project as part of some explorative work on what to do "after buster". So far it's the only truly gapless looping player on the modern video stack 👍

egnor commented 4 months ago

I'm back!

But I realized I don't actually have a 32bit Pi handy. Do you happen to have one that I can log into remotely?