首页 > 编程语言 >libvirt9源码编译rpm

libvirt9源码编译rpm

时间:2023-03-30 20:11:38浏览次数:40  
标签:7.10 x86 libvirt9 libvirt el8 源码 64 rpm

注1:libvirt8及以上需要meson版本不小于 5.6 ,目前没发现合适的升级方法(libvirt编译时不识别pip安装的meson,尽管pip3安装的meson已经达到要求了)

rpm -ivh rpm -ivh https://download.libvirt.org/libvirt-7.10.0-1.src.rpm

启用powertools源

yum install dnf-plugins-core epel-release -y
dnf config-manager --set-enabled powertools -y

缺啥包下载啥包

 rpmbuild -bb rpmbuild/SPECS/libvirt.spec 2> tmp.txt;awk '{print $1}' tmp.txt |grep -v ':'|xargs -i yum -y install {}

 

最后生成了一堆rpm包

[root@santiagod ~]# ls rpmbuild/RPMS/x86_64/
libvirt-7.10.0-1.el8.x86_64.rpm
libvirt-client-7.10.0-1.el8.x86_64.rpm
libvirt-client-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-config-network-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-config-nwfilter-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-interface-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-interface-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-network-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-network-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-nodedev-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-nodedev-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-nwfilter-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-nwfilter-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-qemu-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-qemu-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-secret-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-secret-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-core-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-core-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-disk-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-disk-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-gluster-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-gluster-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-iscsi-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-iscsi-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-iscsi-direct-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-iscsi-direct-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-logical-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-logical-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-mpath-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-mpath-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-rbd-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-rbd-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-scsi-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-driver-storage-scsi-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-daemon-kvm-7.10.0-1.el8.x86_64.rpm
libvirt-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-debugsource-7.10.0-1.el8.x86_64.rpm
libvirt-devel-7.10.0-1.el8.x86_64.rpm
libvirt-docs-7.10.0-1.el8.x86_64.rpm
libvirt-libs-7.10.0-1.el8.x86_64.rpm
libvirt-libs-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-lock-sanlock-7.10.0-1.el8.x86_64.rpm
libvirt-lock-sanlock-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-nss-7.10.0-1.el8.x86_64.rpm
libvirt-nss-debuginfo-7.10.0-1.el8.x86_64.rpm
libvirt-wireshark-7.10.0-1.el8.x86_64.rpm
libvirt-wireshark-debuginfo-7.10.0-1.el8.x86_64.rpm

 

标签:7.10,x86,libvirt9,libvirt,el8,源码,64,rpm
From: https://www.cnblogs.com/santia-god/p/17274158.html

相关文章

  • ORB_SLAM3源码阅读笔记(一)
    本文参考赵旭辉博士的ORB_SLAM3源码阅读记录以及自己的源码阅读进行随笔记录,详细内容可参考链接一、结构  算法整体上需要关注的是三个线程,阅读源码的过程中也始终以这......
  • 直播平台源码,qt绘画事件-设置背景图片
    直播平台源码,qt绘画事件-设置背景图片头文件 voidpaintEvent(QPaintEvent*);​cpp文件: voidMainWindow::paintEvent(QPaintEvent*){    //创建画家,指......
  • broker启动过程源码分析
    1broker源码入口2创建broker控制器2.1设置netty发送和接收buf大小,默认为128k2.2加载命令行的参数信息2.3生成broker配置对象......
  • 机器视觉框架源码 视觉检测、AOI视觉检测、机械手定位、点胶机
    机器视觉框架源码到手vs2019可以直接编译、视觉检测、AOI视觉检测、机械手定位、点胶机、插件机、激光切割机、视觉螺丝机、视觉贴合机、激光焊接机、视觉裁板机……,C#......
  • ASP.NET Core - 选项系统之源码介绍
    .NETCore选项系统的主要实现在Microsoft.Extensions.Options和Microsoft.Extensions.Options.ConfigurationExtensions两个Nuget包。对于一个框架的源码进行解读,我......
  • 多线程源码_三菱plc+卡+串口上位机
    多线程源码_三菱plc+卡+串口上位机1,采用C#编程。2,上位机采用RS232串口通信链接plc。3,PLC为三菱。4,研华采集卡,采集压装电压。5,曲线判据自定义。6,每天作业......
  • Qt源码阅读(三) 对象树管理
    对象树管理个人经验总结,如有错误或遗漏,欢迎各位大佬指正......
  • Zookeep Leader选举源码
    Leader选举的核心底层原理可以很简单地概述为:核心参数是logicClock逻辑时钟、epoch、事务次数、myid,核心流程为:先对比logicClock,再对比epoch,其次对比事务次数,最后对......
  • ubuntu 18 源码安装nginx
    linux搭建nginx正向代理,添加  第三方模块ngx_http_proxy_connect_moduleapt-getinstallbuild-essentialapt-getinstalllibtoolsudoapt-getupdatesudoapt......
  • 源码分析CHANGE REPLICATION SOURCE TO
    从MySQL8.0.23版本开始,CHANGEMASTERTO开始被替换为CHANGEREPLICATIONSOURCETO,下面使用MySQL8.0.32的代码分析语句的具体执行流程。从语句的入口函数mysql_execute_......