|
|
RPM build errors:
user tv does not exist - using root
user tv does not exist - using root
File must begin with "/": %{perl_vendorlib}/MDK
File must begin with "/": %{perl_vendorlib}/perl_checker_fake_packages
[root@localhost /]# rpm --rebuild /root/perl-MDK-Common-1.1.11-2mdk.src.rpm
--rebuild: unknown option
[root@localhost /]# rpm -rebuild /root/perl-MDK-Common-1.1.11-2mdk.src.rpm
rpm: arguments to --root (-r) must begin with a /
[root@localhost /]# rpm -rebuild /root/perl-MDK-Common-1.1.11-2mdk.src.rpm
rpm: arguments to --root (-r) must begin with a /
[root@localhost /]# cd ~
[root@localhost root]# rpm -rebuild /root/perl-MDK-Common-1.1.11-2mdk.src.rpm
rpm: arguments to --root (-r) must begin with a /
[root@localhost root]# rpm -rebuild perl-MDK-Common-1.1.11-2mdk.src.rpm
rpm: arguments to --root (-r) must begin with a /
[root@localhost root]# rpm -rebuild -r perl-MDK-Common-1.1.11-2mdk.src.rpm
rpm: arguments to --root (-r) must begin with a /
这是我在编一个*.src.rpm时遇到的
不知作何解释 ? |
|