openmptcprouter
openmptcprouter copied to clipboard
Cannot install package base-files
Expected Behavior
I'm compiling Openmtcprouter on my Debian 10 Buster virtual machine. (i have clone the project on this github repository). I expected the compilation of the image done.
Current Behavior
When i execute the compilation for OMR project on my Debian VM, i have this error: Cannot find dependency netifd for packages base-files. package base-files found but incompatible with the architectures configured
I used this command for the compilation:
OMR_RELEASE="v1.1" CUSTOM_FEED_URL="https://domain.com/user/igateip.git" ./build.sh -j$(nproc)
I have installed package base-files on my system using deb file. But still has this issue. Please, can someone help me solve this issue.
Specifications
- OpenMPTCProuter version: 5.4
- OpenMPTCProuter platform: Debian 10 buster 64 bits.