在安装deb文件时,Yocto软件包具有未满足的依赖性

时间:2020-02-14 06:22:00

标签: arm yocto apt libssl libgcc

我想在 armhf7板上安装 ws-rtsp-proxy_1.8-4_armhf.deb 这样做时我得到了错误。但是我拥有下面列出的所有依赖项。

root@rt-work:~# apt-get install ./ws-rtsp-proxy_1.8-4_armhf.deb 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 ws-rtsp-proxy : Depends: libgcc1 (>= 1:3.5) but linaro-7.2-r2017.11 is installed
                 Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
                 Depends: systemd but it is not installable
E: Unmet dependencies. Try using -f.

但是您可以看到libgcclibssl1已经存在:

root@rt-work:~# dpkg --list | grep -i "libgcc1"
ii  libgcc1                                                       linaro-7.2-r2017.11                                  armhf        GNU cc ands
root@rt-work:~# dpkg --list | grep -i "libssl*"
ii  libss2                                                        1.43.5-r0                                            armhf        Ext2 Filess
ii  libssl1.0.2                                                   1.0.2n-r0                                            armhf        Secure Socr
ii  libssp-dev                                                    linaro-7.2-r2017.11                                  armhf        GNU stack s
ii  libssp0                                                       linaro-7.2-r2017.11                                  armhf 

uname -a

Linux rt-work 4.4.138-cip25-yocto-standard #3 SMP PREEMPT Fri Feb 7 12:29:37 IST 2020 armv7l armv7l armv7l GNU/Linux
Version: 2.1.0
Poky (Yocto Project Reference Distro) 2.4.2

我该如何解决这个问题?

修改 我从此站点-> https://streamedian.com/下载了ws-rtsp-proxy_1.8-4_armhf.deb,并尝试将其安装在我的armhf板上。我下载的Deb是Raspbian 9.3(.deb)

或者libgcc和libssl已经存在于我的rootfs中

0 个答案:

没有答案