Arm 安装deb文件时,Yocto包具有未满足的依赖项

Arm 安装deb文件时,Yocto包具有未满足的依赖项,arm,yocto,apt,libssl,libgcc,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 w

我想在我的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.

但是
libgcc
libssl1
已经存在,您可以看到:

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 

联阿援助团

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
我怎样才能解决这个问题

编辑 我从该站点-->下载ws-rtsp-proxy_1.8-4_armhf.deb,并尝试将其安装到我的armhf板中。我下载的deb是Raspbian9.3(.deb)


或者libgcc和libssl已经出现在我的rootfs中了

我认为您需要在关于您的设置的问题中添加更多的细节。ws-rtsp-proxy_1.8-4_armhf.deb是您使用Yocto构建的包吗?您试图安装它的rootfs也是从该构建中生成的吗?我们不能混合使用debian发行版生成的debs@Khem请检查编辑我拍的raspbian 9.3(.deb)@rahul Khem的评论仍然有效,在使用Yocto构建的系统中,不能使用来自Debian/Raspbian/其他非Yocto源的包。您使用的发行版需要deb。@rahul,您必须构建自己的软件包,您应该查看这些软件包