pwnagotchi icon indicating copy to clipboard operation
pwnagotchi copied to clipboard

[BUG] Unable to build master into new image

Open matglas opened this issue 3 years ago • 1 comments

Describe the bug Checking out the latest master I'm not able to build an new rpi image on a clean VM.

To Reproduce I used a clean Ubuntu box and installed basic tools like zip and golang for building.

  • Running make install got stuck on the packer plugin for arm images.
  • After fixing the plugin running make image got stuck on installing all the packages.
  • I also wanted to build with the latest raspbian-image-lite

Expected behavior Expected to be able to run make install without any issue. Expected to be able to run make image and build the image.

Environment (please complete the following information):

  • Pwnagotchi version (master)
  • OS version - building on Ubuntu 20.04 LTS
  • Type of hardware - VirtualBox

Additional I know my pull request with this contains basically 3 different changes. If needed I could split it. Hope it is of any help.

matglas avatar Feb 04 '22 16:02 matglas

Does anyone have a docker container script that I can use to do a make image

wavesailor avatar Sep 20 '22 22:09 wavesailor