LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   help building src rpms (https://www.linuxquestions.org/questions/linux-general-1/help-building-src-rpms-431872/)

nkoplm 04-05-2006 02:49 AM

help building src rpms
 
im trying to build a src rpm,

this command:

[root@localhost rmmeroot]# rpmbuild --rebuild --target `uname -m` xorg-x11-drv-fglrx-8.23.7-4.lvn5.src.rpm

gives:

Building for target i686
error: Architecture is not included: i686

so would this be acceptable to run on my machine instead?

[root@localhost rmmeroot]# rpmbuild --rebuild --target i386 xorg-x11-drv-fglrx-8.23.7-4.lvn5.src.rpm


(the difference is i386 on an i686 machine)

unSpawn 04-05-2006 03:13 PM

so would this be acceptable to run on my machine instead?
If there's no i686 target specified: why not just *try* it?
It won't break things if you build rpm's as unprivileged user, like you should if you build rpm's a lot.


All times are GMT -5. The time now is 07:54 PM.