Discussion:
%setup
Richard Shade
2008-07-21 22:58:14 UTC
Permalink
I am rebuilding an rpm, half way thru I get :
checking host system type... Invalid configuration
`x86_64-redhat-linux-gnu': machine `x86_64-redhat' not recognized
checking build system type... Invalid configuration
`x86_64-redhat-linux-gnu': machine `x86_64-redhat' not recognized

configure is getting passed this: --host=x86_64-redhat-linux-gnu
--build=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux
I think this may be because of the options for the %setup macro, is there a
place I can find the definition of the options for %setup
--
Thanks,

Richard Shade
RightScale
http://www.rightscale.com/
Jos Vos
2008-07-22 06:12:47 UTC
Permalink
Post by Richard Shade
checking host system type... Invalid configuration
`x86_64-redhat-linux-gnu': machine `x86_64-redhat' not recognized
checking build system type... Invalid configuration
`x86_64-redhat-linux-gnu': machine `x86_64-redhat' not recognized
configure is getting passed this: --host=x86_64-redhat-linux-gnu
--build=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux
I think this may be because of the options for the %setup macro, is there a
place I can find the definition of the options for %setup
%setup does only unpack, but %configure runs ./configure with several
options. Do "rpm --eval '%configure'" to see what command is used.
--
-- Jos Vos <***@xos.nl>
-- X/OS Experts in Open Systems BV | Phone: +31 20 6938364
-- Amsterdam, The Netherlands | Fax: +31 20 6948204
Loading...