widgetlords / libwlmio

https://wlmio.com
MIT License
1 stars 2 forks source link

dpkg error when installing v1.2.0 on RPi4/Raspbian Lite #1

Closed RasmusAPedersen closed 1 year ago

RasmusAPedersen commented 1 year ago

Hello

When I install v1.2.0 on a Raspberry 4 running a fresh install of Raspbian Lite, I get a DPKG error. These are the steps to reproduce.

wget https://github.com/widgetlords/libwlmio/releases/download/v1.2.0/libwlmio-1.2.0-1-arm64.deb
sudo dpkg -i libwlmio-1.2.0-1-arm64.deb

This returns the following.

dpkg: error processing archive libwlmio-1.2.0-1-arm64.deb (--install):
 package architecture (any) does not match system (arm64)
Errors were encountered while processing:
 libwlmio-1.2.0-1-arm64.deb

It seems pretty weird that an architecture of "any" does not match with "arm64". I'm by no means a Linux expert, so I wouldn't know what this means anyway. I hope you can help me out!

Here's a neofetch output of my system:

       _,met$$$$$gg.          root@rasppi148 
    ,g$$$$$$$$$$$$$$$P.       -------------- 
  ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 11 (bullseye) aarch64 
 ,$$P'              `$$$.     Host: Raspberry Pi 4 Model B Rev 1.5 
',$$P       ,ggs.     `$$b:   Kernel: 5.15.61-v8+ 
`d$$'     ,$P"'   .    $$$    Uptime: 1 hour, 19 mins 
 $$P      d$'     ,    $$P    Packages: 625 (dpkg) 
 $$:      $$.   -    ,d$$'    Shell: bash 5.1.4 
 $$;      Y$b._   _,d$P'      CPU: BCM2835 (4) @ 1.800GHz 
 Y$$.    `.`"Y$$$$P"'         Memory: 90MiB / 7812MiB 
 `$$b      "-.__
  `Y$$                                                
   `Y$$.                                              
     `$$b.
       `Y$$b.
          `"Y$b._
              `"""

Let me know if I can provide more information.

RasmusAPedersen commented 1 year ago

I will add that even when building locally on the RPi4, I get the same error.

widgetlords commented 1 year ago

This was a packaging issue on our side. The v1.2.0 packages have been updated.

widgetlords commented 1 year ago

Closing as fixed.