[mico-devel] Re: crossing fingers

KAYVEN RIESE kayve at sfsu.edu
Mon Sep 18 21:04:05 PDT 2006


i need that freebsd patch, right?

how do i make those dingies werk agin?  {:}

On Mon, 18 Sep 2006, KAYVEN  RIESE wrote:

> oh deear
>
>
> FIG_H -I. -I../include -O2  -Wall    -c -o config.o config.c
> gcc -DHAVE_CONFIG_H -I. -I../include -O2  -Wall  -L.   cexp.o cccp.o config.o 
> al
> loca.o  -o mico-cpp
> true mico-cpp
> gmake[1]: Leaving directory `/usr/local/mico/cpp'
> gmake[1]: Entering directory `/usr/local/mico/idl'
> c++  -I. -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE     -c main.cc 
> -o
> main.o
> c++  -I. -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE   -L. -L../orb 
> -L.
> ./ir   main.o  -lidl -lmicoir2.3.12 -lmico2.3.12 -lcompat -lssl -lcrypto -lm 
> -l
> pthread  -o idl
> true idl
> gmake[1]: Leaving directory `/usr/local/mico/idl'
> gmake[1]: Entering directory `/usr/local/mico/daemon'
> echo '# Module dependencies' > .depend
> /usr/local/mico/./admin/mkdepend  -I. -I../include  -O2  -Wall -D_REENTRANT 
> -D_T
> HREAD_SAFE  *.cc >> .depend
> c++  -I. -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE    -c 
> poamediator.
> cc -o poamediator.o
> c++  -I. -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE    -c main.cc 
> -o m
> ain.o
> c++  -I. -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE    -c 
> imr_impl.cc
> -o imr_impl.o
> c++  -I. -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE  -L../orb 
> poamed
> iator.o main.o imr_impl.o -lmico2.3.12 -lcompat -lssl -lcrypto -lm -lpthread 
> -
> o micod
> true micod
> c++  -I. -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE    -c 
> imr_client.c
> c -o imr_client.o
> c++  -I. -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE  -L../orb 
> imr_cl
> ient.o -lmico2.3.12 -lcompat -lssl -lcrypto -lm  -lpthread  -o imr
> true imr
> gmake[1]: Leaving directory `/usr/local/mico/daemon'
> gmake[1]: Entering directory `/usr/local/mico/auxdir'
> gmake[1]: Nothing to be done for `prg'.
> gmake[1]: Leaving directory `/usr/local/mico/auxdir'
> gmake[1]: Entering directory `/usr/local/mico/coss'
> for i in  naming events property time; do gmake -C $i idlcompile || exit 1; 
> done
> gmake[2]: Entering directory `/usr/local/mico/coss/naming'
> /usr/local/mico/./idl/idl -B../.. --c++-skel --name CosNaming \
>        ../../include/coss/CosNaming.idl
> Assertion failed: (r), function ipaddr, file address.cc, line 555.
> gmake[2]: *** [CosNaming.cc] Abort trap: 6 (core dumped)
> gmake[2]: Leaving directory `/usr/local/mico/coss/naming'
> gmake[1]: *** [idlcompile] Error 1
> gmake[1]: Leaving directory `/usr/local/mico/coss'
> gmake: *** [system] Error 1
> kayve#
>
> On Mon, 18 Sep 2006, KAYVEN  RIESE wrote:
>
>> c >> .depend
>> /usr/local/mico/./admin/mkdepend -I../include  -O2  -Wall -D_REENTRANT 
>> -D_THREAD_SAFE   transport/*.cc >> .depend
>> /usr/local/mico/./admin/mkdepend -I../include  -O2  -Wall -D_REENTRANT 
>> -D_THREAD_SAFE   os-thread/*.cc >> .depend
>> /usr/local/mico/./admin/mkdepend -I../include  -O2  -Wall -D_REENTRANT 
>> -D_THREAD_SAFE   security/*.cc >> .depend
>> c++  -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE   -DPIC -fPIC -c 
>> os-unix.cc -o os-unix.pic.o
>> In file included from ../include/mico/os-math.h:348,
>>                 from os-unix.cc:53:
>> ../include/mico/lmath.h:100:1: warning: "asinl" redefined
>> In file included from os-unix.cc:53:
>> ../include/mico/os-math.h:302:1: warning: this is the location of the 
>> previous definition
>> c++  -I../include  -O2  -Wall -D_REENTRANT -D_THREAD_SAFE   -DPIC -fPIC -c 
>> dii.cc -o dii.pic.o
>> 
>> 
>> good, right?
>> 
>> On Mon, 18 Sep 2006, Karel Gardas wrote:
>> 
>>> 
>>> First of all you need to meet the requirements. i.e. install GNU make. No, 
>>> `make' on FreeBSD is not GNU make, but BSD make...
>>> 
>>> Cheers,
>>> Karel
>>> 
>>> On Sun, 17 Sep 2006, KAYVEN RIESE wrote:
>>> 
>>>> 
>>>> i am trying to install mico on my freeBSD machine..
>>>> 
>>>> here is what is happening so far..
>>>> 
>>>> kayve# ./configure --with-qt=/usr/local/qt > mico_config.log
>>>> configure: warning: you have not installed JDK 1.1 and JavaCUP. java 
>>>> parts disabled.
>>>> configure: warning: cannot find moc. QT parts disabled.
>>>> configure: warning: cannot find multi-threaded version of QT library. QT 
>>>> parts disabled.
>>>> kayve# uname -a
>>>> FreeBSD kayve.domain_not_set.invalid 6.1-RELEASE FreeBSD 6.1-RELEASE #0: 
>>>> Sun May  7 04:32:43 UTC 2006 
>>>> root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>>>> kayve#
>>>> kayve#
>>>> kayve#
>>>> 
>>>> 
>>>> oh dear
>>>> 
>>>> 2006     root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>>>> kayve#
>>>> kayve#
>>>> kayve# which java
>>>> /usr/local/bin/java
>>>> kayve# gmake
>>>> gmake: Command not found.
>>>> kayve# which gmake
>>>> gmake: Command not found.
>>>> kayve# make
>>>> "MakeVars", line 142: Missing dependency operator
>>>> "MakeVars", line 150: Need an operator
>>>> "MakeVars", line 153: Need an operator
>>>> "MakeVars", line 155: Missing dependency operator
>>>> "MakeVars", line 158: Need an operator
>>>> "MakeVars", line 161: Need an operator
>>>> "MakeVars", line 169: Missing dependency operator
>>>> "MakeVars", line 170: Missing dependency operator
>>>> "MakeVars", line 178: Need an operator
>>>> "MakeVars", line 179: Need an operator
>>>> "MakeVars", line 207: warning: duplicate script for target "%.cc" ignored
>>>> "MakeVars", line 208: warning: duplicate script for target "%.cc" ignored
>>>> "MakeVars", line 238: warning: duplicate script for target "%.ps" ignored
>>>> "MakeVars", line 244: warning: duplicate script for target "%.moc" 
>>>> ignored
>>>> "Makefile", line 37: warning: Special and mundane targets don't mix. 
>>>> Mundane ones ignored
>>>> "Makefile", line 40: Missing dependency operator
>>>> "Makefile", line 42: Need an operator
>>>> "Makefile", line 55: Missing dependency operator
>>>> "Makefile", line 56: warning: duplicate script for target "ifeq" ignored
>>>> "Makefile", line 56: warning: duplicate script for target "(no,)" ignored
>>>> "Makefile", line 56: warning: duplicate script for target "(yes)" ignored
>>>> "Makefile", line 57: Need an operator
>>>> "Makefile", line 111: Missing dependency operator
>>>> "Makefile", line 112: Missing dependency operator
>>>> "Makefile", line 113: warning: duplicate script for target "ifeq" ignored
>>>> "Makefile", line 113: warning: duplicate script for target "(yes)" 
>>>> ignored
>>>> "Makefile", line 114: warning: duplicate script for target "ifeq" ignored
>>>> "Makefile", line 114: warning: duplicate script for target "(yes)" 
>>>> ignored
>>>> "Makefile", line 115: warning: duplicate script for target "ifeq" ignored
>>>> "Makefile", line 115: warning: duplicate script for target "(yes)" 
>>>> ignored
>>>> "Makefile", line 116: Missing dependency operator
>>>> "Makefile", line 117: warning: duplicate script for target "ifeq" ignored
>>>> "Makefile", line 117: warning: duplicate script for target "(no,)" 
>>>> ignored
>>>> "Makefile", line 117: warning: duplicate script for target "(yes)" 
>>>> ignored
>>>> "Makefile", line 118: Need an operator
>>>> "Makefile", line 129: Need an operator
>>>> "Makefile", line 133: Need an operator
>>>> "Makefile", line 134: Need an operator
>>>> "Makefile", line 138: Need an operator
>>>> make: fatal errors encountered -- cannot continue
>>>> kayve#
>>>> 
>>> 
>>> --
>>> Karel Gardas                  kgardas at objectsecurity.com
>>> ObjectSecurity Ltd.           http://www.objectsecurity.com
>>> 
>> _______________________________________________
>> Mico-devel mailing list
>> Mico-devel at mico.org
>> http://www.mico.org/mailman/listinfo/mico-devel
>> 
> _______________________________________________
> Mico-devel mailing list
> Mico-devel at mico.org
> http://www.mico.org/mailman/listinfo/mico-devel
>


More information about the Mico-devel mailing list