[software development] 安装编译依赖,在ubuntu 上没有问题,求解。
Tofloor
poster avatar
186******66
deepin
2023-12-05 19:14
Author

sudo apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \

bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib
git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev
libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz
mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pip libpython3-dev qemu-utils
rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev libfuse-dev python3-setuptools build-essential clang flex bison g++ gawk gcc-multilib gettext
git libncurses5-dev libssl-dev python3-distutils rsync unzip zlib1g-dev
file wget
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
没有可用的软件包 mkisofs,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
然而下列软件包会取代它:
genisoimage:i386 genisoimage

E: 软件包 mkisofs 没有可安装候选

Reply Favorite View the author
All Replies
👀偷偷观察
deepin
2023-12-05 19:26
#1

你要做什么开发?上docker吧,基本都可以一键搞定

Reply View the author
neko
deepin
Ecological co-builder
2023-12-05 20:42
#2

将mkisofs包替换成genisoimage

Reply View the author
186******66
deepin
2023-12-05 21:07
#3

编译openwrt , 安装依赖无法成功 ,编译工作不能进行,在ubuntu 和 debian 没有问题。

Reply View the author
owen_337
deepin testing team
2023-12-05 23:24
#4

sudo apt-get install build-essential libncurses5-dev zlib1g-dev gcc g++ flex bison git subversion python3 python3-pip python3-setuptools

楼主编译openwrt应该是这些依赖吧

image.png

Reply View the author
186******66
deepin
2023-12-06 04:31
#5

要安装这样的。

sudo apt update -y
sudo apt full-upgrade -y
sudo apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential
bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib
git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev
libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz
mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pyelftools
libpython3-dev qemu-utils rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip
vim wget xmlto xxd zlib1g-dev python3-setuptools

Reply View the author