Fog wont install
-
You will need to start the rpcbind service manually for all of this to work appropriately. It’ll succeed install, but nfs won’t actually be running.
-
my fog is now running, yay!
-
Give me a little bit to post the file. I’m posting this especially for fedora19
-
Link is now slightly adjusted for Fedora 19:
[url]https://mastacontrola.com/fog_0.33b.FEDORA19.tar.bz2[/url] -
If UDPCast still fails to make: run:
yum -y install perl-podlators
Then retry the install, you should be good to go after this.
-
how to start rpcbind service manually
-
service rpcbind restart
But I’ve added this to the installation script as well.
Is it working for you now?
-
no
-
What is the error it’s giving you?
-
the same thing
- Setting up and building UDPCast…Failed!
make failed!
i installed perl-podlators -
okay
Run these commands and tell me the output:cd /tmp/udpcast-20120424; make
-
gcc -s udp-receiver.o socklib.o udpcast.o receiver-diskio.o receivedata.o udpr-negotiate.o produconsum.o fifo.o log.o statistics.o fec.o udpc_version.o console.o process.o -ldl -lpthread -ldl -lpthread -o udp-receiver
/usr/bin/ld: i386 architecture of input fileudp-receiver.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
socklib.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input fileudpcast.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
receiver-diskio.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filereceivedata.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpr-negotiate.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input fileproduconsum.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
fifo.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filelog.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
statistics.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filefec.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpc_version.o’ is incompatible with i386:x86-64 output
log.o: In functionudpc_printLongNum': /tmp/udpcast-20120424/log.c:121: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__umoddi3' /tmp/udpcast-20120424/log.c:135: undefined reference to
__divdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__udivdi3' /tmp/udpcast-20120424/log.c:121: undefined reference to
__umoddi3’
statistics.o: In functionudpc_displayReceiverStats': /tmp/udpcast-20120424/statistics.c:172: undefined reference to
__divdi3’
statistics.o: In functionudpc_displaySenderStats': /tmp/udpcast-20120424/statistics.c:252: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/statistics.c:256: undefined reference to `__udivdi3’
collect2: error: ld returned 1 exit status
make: *** [udp-receiver] Error 1 -
okay Try running these commands:
yum -y groupinstall ‘Development Tools’; make
And show me the output. This will take a couple minutes.
-
Then you may need:
yum -y install glibc-devel.i686
as well.
-
No packages in any requested group available to install or update
gcc -s udp-receiver.o socklib.o udpcast.o receiver-diskio.o receivedata.o udpr-negotiate.o produconsum.o fifo.o log.o statistics.o fec.o udpc_version.o console.o process.o -ldl -lpthread -ldl -lpthread -o udp-receiver
/usr/bin/ld: i386 architecture of input fileudp-receiver.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
socklib.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input fileudpcast.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
receiver-diskio.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filereceivedata.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpr-negotiate.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input fileproduconsum.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
fifo.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filelog.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
statistics.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filefec.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpc_version.o’ is incompatible with i386:x86-64 output
log.o: In functionudpc_printLongNum': /tmp/udpcast-20120424/log.c:121: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__umoddi3' /tmp/udpcast-20120424/log.c:135: undefined reference to
__divdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__udivdi3' /tmp/udpcast-20120424/log.c:121: undefined reference to
__umoddi3’
statistics.o: In functionudpc_displayReceiverStats': /tmp/udpcast-20120424/statistics.c:172: undefined reference to
__divdi3’
statistics.o: In functionudpc_displaySenderStats': /tmp/udpcast-20120424/statistics.c:252: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/statistics.c:256: undefined reference to `__udivdi3’
collect2: error: ld returned 1 exit status
make: *** [udp-receiver] Error 1 -
try running:
yum -y install glibc-devel.i686; make
And post again.
-
Package glibc-devel-2.17-14.fc19.i686 already installed and latest version
Nothing to do
gcc -s udp-receiver.o socklib.o udpcast.o receiver-diskio.o receivedata.o udpr-negotiate.o produconsum.o fifo.o log.o statistics.o fec.o udpc_version.o console.o process.o -ldl -lpthread -ldl -lpthread -o udp-receiver
/usr/bin/ld: i386 architecture of input fileudp-receiver.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
socklib.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input fileudpcast.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
receiver-diskio.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filereceivedata.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpr-negotiate.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input fileproduconsum.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
fifo.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filelog.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
statistics.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filefec.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpc_version.o’ is incompatible with i386:x86-64 output
log.o: In functionudpc_printLongNum': /tmp/udpcast-20120424/log.c:121: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__umoddi3' /tmp/udpcast-20120424/log.c:135: undefined reference to
__divdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__udivdi3' /tmp/udpcast-20120424/log.c:121: undefined reference to
__umoddi3’
statistics.o: In functionudpc_displayReceiverStats': /tmp/udpcast-20120424/statistics.c:172: undefined reference to
__divdi3’
statistics.o: In functionudpc_displaySenderStats': /tmp/udpcast-20120424/statistics.c:252: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/statistics.c:256: undefined reference to `__udivdi3’
collect2: error: ld returned 1 exit status
make: *** [udp-receiver] Error 1 -
Try
make install
And show output.
-
gcc -s udp-sender.o socklib.o udpcast.o rateGovernor.o rate-limit.o auto-rate.o sender-diskio.o senddata.o udps-negotiate.o fifo.o produconsum.o participants.o log.o statistics.o fec.o udpc_version.o console.o process.o -ldl -lpthread -ldl -lpthread -o udp-sender
/usr/bin/ld: i386 architecture of input filesocklib.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpcast.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filefifo.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
produconsum.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filelog.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
statistics.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filefec.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpc_version.o’ is incompatible with i386:x86-64 output
log.o: In functionudpc_printLongNum': /tmp/udpcast-20120424/log.c:121: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__umoddi3' /tmp/udpcast-20120424/log.c:135: undefined reference to
__divdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__udivdi3' /tmp/udpcast-20120424/log.c:121: undefined reference to
__umoddi3’
statistics.o: In functionudpc_displayReceiverStats': /tmp/udpcast-20120424/statistics.c:172: undefined reference to
__divdi3’
statistics.o: In functionudpc_displaySenderStats': /tmp/udpcast-20120424/statistics.c:252: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/statistics.c:256: undefined reference to `__udivdi3’
collect2: error: ld returned 1 exit status
make: *** [udp-sender] Error 1 -
Try this:
make clean; ./configure; make; make install
And show output again, sorry.