Gene Heskett wrote: > And I've had it totally destroy several systems. So I consider it > dangerous, a tool of absolute last resort. And another 23 packages > pulled in to install it. > > It would take me at least 4 days to recreate this pr4 install running > this kernel, just to get ready to build linuxcnc. > > Aptitude has yet to warn me that installing *this* package will damned > near format the drive. Until it does, and gives me a way to back out, I > don't trust it. > > And not even aptitude cannot find gtk-2-devel. Next?
But Gene, no one does it this way. You should run an emulator like qemu and prepare a build environment. Then build your packages with debuild and then install the packages on your RPi4. The way you need installing dev packages only in the emulator ;-) and not on each target device. regards