machine `x86_64-redhat' not recognized

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Title: Message
Hello,
 
I've been trying to install the package xmlrpc-c-0.9.1-1 from src.rpm in a Centos 64 bits. I am getting "machine `x86_64-redhat' not recognized"
 
 
Can anybody provide me some directions about hot to fix this. Output below
 
 
thanks
 
Santos
 
 rpmbuild -ba xmlrpc-c.spec >>error.txt
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd /usr/src/redhat/BUILD
+ rm -rf xmlrpc-c-0.9.1
+ /bin/gzip -dc /usr/src/redhat/SOURCES/xmlrpc-c-0.9.1.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd xmlrpc-c-0.9.1
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd xmlrpc-c-0.9.1
+ CFLAGS='-O2 -g'
+ export CFLAGS
+ CXXFLAGS='-O2 -g'
+ export CXXFLAGS
+ FFLAGS='-O2 -g'
+ export FFLAGS
+ ./configure --host=x86_64-redhat-linux-gnu --build=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info
Invalid configuration `x86_64-redhat-linux-gnu': machine `x86_64-redhat' not recognized
Invalid configuration `x86_64-redhat-linux-gnu': machine `x86_64-redhat' not recognized
+ make
data.c:493:2: warning: no newline at end of file
trace.c:67:2: warning: no newline at end of file
file.c: In function 'FileFindFirst':
file.c:140: warning: incompatible implicit declaration of built-in function 'strncpy'
file.c: In function 'FileFindNext':
file.c:162: warning: incompatible implicit declaration of built-in function 'strcpy'
file.c:164: warning: incompatible implicit declaration of built-in function 'strncat'
thread.c: In function 'ThreadCreate':
thread.c:62: warning: incompatible implicit declaration of built-in function 'exit'
XmlRpcCpp.h:73: error: expected â,â or â...â before âfaultStringâ
XmlRpcCpp.h:73: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.h:78: error: âstringâ does not name a type
XmlRpcCpp.h:165: error: expected â,â or â...â before â&â token
XmlRpcCpp.h:165: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.h:166: error: expected â,â or â...â before â&â token
XmlRpcCpp.h:166: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.h:183: error: âstringâ does not name a type
XmlRpcCpp.h:184: error: âstringâ does not name a type
XmlRpcCpp.h:207: error: expected â,â or â...â before â&â token
XmlRpcCpp.h:207: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.h:208: error: expected â,â or â...â before â&â token
XmlRpcCpp.h:208: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.h:209: error: expected â,â or â...â before â&â token
XmlRpcCpp.h:209: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.h:211: error: âstringâ has not been declared
XmlRpcCpp.h:258: error: âstringâ does not name a type
XmlRpcCpp.h:266: error: âstringâ has not been declared
XmlRpcCpp.h:266: error: âstringâ has not been declared
XmlRpcCpp.h:269: error: expected `)' before âserver_urlâ
XmlRpcCpp.h:272: error: âstringâ has not been declared
XmlRpcCpp.h:282: error: variable or field âInitializeâ declared void
XmlRpcCpp.h:282: error: âXmlRpcClient::Initializeâ declared as an âinlineâ variable
XmlRpcCpp.h:282: error: âint XmlRpcClient::Initializeâ is not a static member of âclass XmlRpcClientâ
XmlRpcCpp.h:282: error: âstringâ was not declared in this scope
XmlRpcCpp.h:282: error: âstringâ was not declared in this scope
XmlRpcCpp.h:282: error: initializer _expression_ list treated as compound _expression_
XmlRpcCpp.h:282: error: expected â,â or â;â before â{â token
XmlRpcCpp.h:292: error: âXmlRpcClient::callâ declared as an âinlineâ variable
XmlRpcCpp.h:292: error: âXmlRpcValue XmlRpcClient::callâ is not a static member of âclass XmlRpcClientâ
XmlRpcCpp.h:292: error: âstringâ was not declared in this scope
XmlRpcCpp.h:293: error: expected primary-_expression_ before âparam_arrayâ
XmlRpcCpp.h:294: error: expected â,â or â;â before â{â token
XmlRpcCpp.cc:41: error: expected â,â or â...â before âfaultStringâ
XmlRpcCpp.cc:41: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.cc: In constructor âXmlRpcFault::XmlRpcFault(int, int)â:
XmlRpcCpp.cc:44: error: âfaultStringâ was not declared in this scope
XmlRpcCpp.cc: In constructor âXmlRpcFault::XmlRpcFault(const xmlrpc_env*)â:
XmlRpcCpp.cc:50: error: invalid conversion from âconst char*â to âintâ
XmlRpcCpp.cc:50: error:   initializing argument 2 of âXmlRpcFault::XmlRpcFault(int, int)â
XmlRpcCpp.cc: At global scope:
XmlRpcCpp.cc:60: error: âstringâ does not name a type
XmlRpcCpp.cc:120: error: expected â,â or â...â before â&â token
XmlRpcCpp.cc:120: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.cc: In static member function âstatic XmlRpcValue XmlRpcValue::makeDateTime(int)â:
XmlRpcCpp.cc:123: error: âdateTimeâ was not declared in this scope
XmlRpcCpp.cc: At global scope:
XmlRpcCpp.cc:130: error: expected â,â or â...â before â&â token
XmlRpcCpp.cc:130: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.cc: In static member function âstatic XmlRpcValue XmlRpcValue::makeString(int)â:
XmlRpcCpp.cc:132: error: âstrâ was not declared in this scope
XmlRpcCpp.cc: At global scope:
XmlRpcCpp.cc:200: error: âstringâ does not name a type
XmlRpcCpp.cc:208: error: âstringâ does not name a type
XmlRpcCpp.cc:270: error: expected â,â or â...â before â&â token
XmlRpcCpp.cc:270: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.cc: In member function âbool XmlRpcValue::structHasKey(int)â:
XmlRpcCpp.cc:272: error: âkeyâ was not declared in this scope
XmlRpcCpp.cc: At global scope:
XmlRpcCpp.cc:280: error: expected â,â or â...â before â&â token
XmlRpcCpp.cc:280: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.cc: In member function âXmlRpcValue XmlRpcValue::structGetValue(int)â:
XmlRpcCpp.cc:282: error: âkeyâ was not declared in this scope
XmlRpcCpp.cc: At global scope:
XmlRpcCpp.cc:291: error: expected â,â or â...â before â&â token
XmlRpcCpp.cc:291: error: ISO C++ forbids declaration of âstringâ with no type
XmlRpcCpp.cc: In member function âvoid XmlRpcValue::structSetValue(int)â:
XmlRpcCpp.cc:294: error: âkeyâ was not declared in this scope
XmlRpcCpp.cc:297: error: âvalueâ was not declared in this scope
XmlRpcCpp.cc: At global scope:
XmlRpcCpp.cc:302: error: âstringâ has not been declared
XmlRpcCpp.cc: In member function âvoid XmlRpcValue::structGetKeyAndValue(int, int&, XmlRpcValue&)â:
XmlRpcCpp.cc:311: error: âclass XmlRpcValueâ has no member named âgetStringâ
make[2]: *** [XmlRpcCpp.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.40581 (%build)
    Bad exit status from /var/tmp/rpm-tmp.40581 (%build)

 

 
_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxxxxx
http://lists.rpm.org/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux