LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cannot complie freetype (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-complie-freetype-498033/)

NAC 11-02-2006 04:51 PM

cannot complie freetype
 
I downloaded freetype-2.2.1-10.fc6.src.rpm


I install like:
rpm -ivh freetype-2.2.1-10.fc6.src.rpm


but met some errors:
Quote:

warning: freetype-2.2.1-10.fc6.src.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
1:freetype warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
whats wrong with it? how can i solve it?
thanks a lot

Lenard 11-03-2006 12:48 PM

Nothing is wrong with it, you simply do not have the user brewbuilder so root is used instead. FYI: this is perfectly normal and is nothing to fret about, this is how the fine folks at fedora build all of these packages, from an automatic build system.

You will find that the source rpm file did in fact install, have a look in /usr/src/redhat/SOURCES and ../SPECS unless you have the rpmdevtools package installed and configured then look in /home/username/rpmbuild/SOURCES and ../SPECS

To build the binary packages type something like from the SPECS directory location;
rpmbuild -bb --define 'dist .fc5' freetype.spec

You can also try;
rpmbuild --rebuild --recompile --define 'dist .fc5' freetype-2.2.1-10.fc6.src.rpm

NAC 11-05-2006 03:48 PM

thanks a lot Lenard


All times are GMT -5. The time now is 01:43 AM.