我在构建时遇到问题,失败并出现错误:
D: 5月免费计分板((nil))
这是什么意思 ?在此之前,我没有看到构建中出现任何其他错误,因此我对缺乏信息感到相当困惑。
操作系统:FC 8
编辑:仅供参考,它在 FC10,13 上构建得很好。
Edit2:抱歉缺少信息。我正在尝试从 apache - Axis2c 构建一个肥皂引擎。我正在为此创建一个 RPM。以下是规范文件的详细信息。
define _axis_name axis2-c
%define _axis_version 1.0
%define _axis_release 1
%define _axis_prefix "/usr/local/Axis2C"
Name: %{_axis_name}
Version: %{_axis_version}
Release: %{_axis_release}
Summary: Axis2C C++ Webservices Framework
Group: Apache
License: GPL
URL: http://axis.apache.org/axis2/c/core/
Source0: %{_axis_name}-%{_axis_version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: expat expat-devel xerces-c xerces-c-devel httpd httpd-devel
Requires: expat expat-devel xerces-c xerces-c-devel httpd httpd-devel
%description
* Fri Jan 21 2011 RM<xx@xxx>
- First Attempt to build Axis2C RPM's
%prep
%setup -q
%build
#%configure
#make %{?_smp_mflags}
%define AXISHOME %(echo ${AXIS2C_HOME})
./build.sh
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p ${RPM_BUILD_ROOT}/etc/ld.so.conf.d
cp ${RPM_BUILD_DIR}/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/axis2c.conf ${RPM_BUILD_ROOT}/etc/ld.so.conf.d/axis2c.conf
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc
/etc/ld.so.conf.d/axis2c.conf
%{AXISHOME}/AUTHORS
%{AXISHOME}/COPYING
%{AXISHOME}/CREDITS
%{AXISHOME}/INSTALL
%{AXISHOME}/LICENSE
%{AXISHOME}/NEWS
%{AXISHOME}/NOTICE
%{AXISHOME}/axis2.xml
%{AXISHOME}/bin/axis2_http_server
.......
建造 :
rpmbuild -bs --nodeps /root/rpmbuild/SPECS/axis2c.spec
rpmbuild -vv --rebuild --target "i686" /root/rpmbuild/SRPMS/axis2-c-1.0-1.src.rpm
答案1
错误“D: May free Score board((nil))”很可能不是有用的诊断错误,它只是详细输出中的最后一行。