fedora14安装命令的源代码为什么出现下面的警告warning: group mockbuild does not exist - using root
想查看uname这个命令的源代码。安装源码包为什么出现下面的警告。安装好后在哪里可以看到uname的源代码呢?
[root@localhost usr]# whereis uname
uname: /bin/uname /usr/share/man/man1/uname.1.gz /usr/share/man/man2/uname.2.gz /usr/share/man/man1p/uname.1p.gz /usr/share/man/man3p/uname.3p.gz
[root@localhost usr]# rpm -qf /bin/uname
coreutils-8.5-7.fc14.i686
[workhard@localhost Downloads]$ yumdownloader --source coreutils-8.5-7.fc14.i686
[workhard@localhost Downloads]$ rpm -i coreutils-8.5-7.fc14.src.rpm
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root