03-03-2020, 05:17 PM
(03-02-2020, 10:12 PM)buffer Wrote: @a-wai would you like to add details about your customized debian image in this wiki section? https://wiki.pine64.org/index.php/PinePh..._.2B_PhoshDone, thanks for the suggestion!
(03-03-2020, 05:32 AM)harvey186 Wrote: Since the last both images the calendar app won't start on my PP. Does anyone has the same issue ?
(03-03-2020, 11:29 AM)parkerwb Wrote: Rats... can't get 2/29 to boot. Hits the splash screen and just reboots itself. Will try to track it down. On a slow ass 8GB card.Everything works fine here, but I'll check once more tomorrow, in case I missed something.
(03-03-2020, 11:29 AM)parkerwb Wrote: Tried building image from scratch using ./build.sh and got:Unfortunately that can happen: this system is based on Debian unstable, meaning dependencies break quite often (and at the moment, we need packages that haven't made their way into "testing" yet, so we can't avoid that).
(03-03-2020, 01:14 PM)nas Wrote: I eventually built phoc and wlroots but I get the attached error when running it. I guess randomly stumbling around can only get you so far!
You should build these the debian way, which is, from the package's source dir:
Code:
sudo apt build-dep .
dpkg-buildpackage -uc -us -b
(by the way, the UI is running inside phoc, so to speak, which means you can't just launch phoc from the terminal app, as there is already an instance of phoc running, installing a new package and rebooting is the only way to test)