fwen 发表于 2004-5-22 10:17:15

rpmbuild错误

# rpmbuild --rebuild d4x-2.5.0rc3-1.src.rpm
。。。。。。。。。。。。。

then mv -f ".deps/about.Tpo" ".deps/about.Po"; \
else rm -f ".deps/about.Tpo"; exit 1; \
fi
about.cc: In function `void init_about_window(...)':
about.cc:222: error: `gtk_timeout_add' undeclared (first use this function)
about.cc:222: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
make: *** 错误 1
make: Leaving directory `/usr/src/redhat/BUILD/d4x-2.5.0rc3/main/face'
make: *** 错误 1
make: Leaving directory `/usr/src/redhat/BUILD/d4x-2.5.0rc3/main'
make: *** 错误 1
make: Leaving directory `/usr/src/redhat/BUILD/d4x-2.5.0rc3'
make: *** 错误 2
error: Bad exit status from /var/tmp/rpm-tmp.78109 (%build)


RPM build errors:
    user max does not exist - using root
    group max does not exist - using root
    Bad exit status from /var/tmp/rpm-tmp.78109 (%build)
# rpm -q make
make-3.80-3
#

noregister 发表于 2004-5-25 09:44:09

老兄看看d4x-2.5.0rc3-1.src.rpm安装是否有什么准备工作,是否有安装帮助,如
RPM build errors:
user max does not exist - using root
group max does not exist - using root
应该要先建max用户,
页: [1]
查看完整版本: rpmbuild错误