RPM 编译错误信息备忘

参见下面 RPM 编译信息

warning: Installed (but unpackaged) file(s) found:
   /.channels/.alias/pear.txt
   /.channels/.alias/pecl.txt
   /.channels/.alias/phpdocs.txt
   /.channels/__uri.reg
   /.channels/doc.php.net.reg
   /.channels/pear.php.net.reg
   /.channels/pecl.php.net.reg
   /.depdb
   /.depdblock
   /.filemap
   /.lock

解决方法 在 spec 中添加下面定义

%define _unpackaged_files_terminate_build 0

另外注意:

php 编译过程中,  无法使用 make install $DESTDIR=%{buildroot} 参数

#make install DESTDIR=%{buildroot}
make  install  INSTALL_ROOT=$RPM_BUILD_ROOT



时间: 2025-01-28 07:16:08

RPM 编译错误信息备忘的相关文章

内存控制器错误信息[备忘]

参考日志错误信息: [root@hh-yun-compute-130125 ~]# cat /var/log/messages | grep -i error Mar 1 04:58:05 hh-yun-compute-130125 kernel: sbridge: HANDLING MCE MEMORY ERROR Mar 1 04:58:06 hh-yun-compute-130125 kernel: EDAC MC1: CE row 2, channel 0, label "CPU_Src

基于Turbo C(V2.0)编译错误信息的详细介绍_C 语言

说明:Turbo C 的源程序错误分为三种类型:致命错误.一般错误和警告.其中,致命错误通常是内部编译出错:一般错误指程序的语法错误.磁盘或内存存取错误或命令行错误等:警告则只是指出一些得怀疑的情况,它并不防止编译的进行. 下面按字母顺序A-Z分别列出致命错误及一般错误信息,英汉对照及处理方法: (一).致命错误英汉对照及处理方法: A-B致命错误 Bad call of in-line function (内部函数非法调用)分析与处理:在使用一个宏定义的内部函数时,没能正确调用.一个内部函数以

pdns 错误解决[备忘]

参见日志: pdns (master) server  /var/log/messages 错误信息提示: Jan 30 10:08:08 kylezhuang-hh-qa-dns-crguy pdns[6363]: AXFR of domain '199.10.in-addr.arpa' initiated by 10.199.132.168 Jan 30 10:08:08 kylezhuang-hh-qa-dns-crguy pdns[6363]: AXFR of domain '199.1

最常见的20种VC++编译错误信息集合

1.fatal error C1010: unexpected end of file while looking for precompiled header directive. 寻找预编译头文件路径时遇到了不该遇到的文件尾.(一般是没有#include "stdafx.h") 2.fatal error C1083: Cannot open include file: 'R--.h': No such file or directory 不能打开包含文件"R--.h&q

最常见的20种VC++编译错误信息

1.fatal error C1010: unexpected end of file while looking for precompiled header directive.寻找预编译头文件路径时遇到了不该遇到的文件尾.(一般是没有#include "stdafx.h") 2.fatal error C1083: Cannot open include file: 'R--.h': No such file or directory不能打开包含文件"R--.h&quo

nginx 编译错误解决方法 [备忘]

参见编译错误信息 can not detect int size 增加参数可以跳过 --with-ld-opt="-lstdc++" --with-cpp_test_module   参考编译错误信息 make[3]: Leaving directory `/apps/lib/openssl-1.0.0k/crypto' make[2]: Leaving directory `/apps/lib/openssl-1.0.0k' make[1]: *** [/apps/lib/opens

常见 PHP (5.4.24) 编译错误解决方法[备忘]

参见编译错误信息 configure: error: GD build test failed. Please check the config.log for details. 解决方法:  把编译包全部安装 export LANG=en_US yum grouplist | grep Deve yum groupinstall -y "返回的包组名称" 返回的包组名称" 返回的包组名称"     参见编译错误信息 /root/rpmbuild/BUILD/php

技术备忘3

   shell单引号与变量 [root@test] a=55 [root@test] echo $a 55 [root@test] echo '$a' $a [root@test] echo ''$a'' #注意此处是两个单引不是一个双引 55 总结: 在单引号中引用变量,需要这样来写(单引号括起来双引号内的变量.) :   '"${a}"' 原文地址 date星期求取 <span style="font-family:Microsoft YaHei">

备忘:maven 错误信息: Plugin execution not covered by lifecycle configuration

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  <modelVers