Sun Zongjun-E5739C
2006-Oct-10 20:45 UTC
How to connects to Linux machine via null-modem cable and cu command?
HI, all I am a newbie to FreeBSD. I want to connect one my pc running FreeBSD 6.1 to another PC running Fedora core 5 via a null modem cable. I can login the PC running the Fedora Core 5 from PC running Windows via one NULL modem cable. When I connect the two serial ports of two pc, one running FreeBSD6.1 and the other is FC5 which acts a server. I run the command on device running FreeBSD 6.1 Test# cu -l /dev/cuad0 Connected There is no response on the FreeBSD except the "Connected" string. Such string can occur even there is no cable available. What happens to cu command on FreeBSD? Thanks for your kind support. Thanks Regards Zongjun
-o client c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c server .cc -o server.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -L../../../ libs tree.o tree_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto -lm -lp thread -o server gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tree' gmake[2]: Entering directory `/usr/local/mico/demo/obv/tricky' echo '# Module dependencies' > .depend /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE *.c *.cc >> .depend /usr/local/mico/./idl/idl tricky.idl c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c tricky .cc -o tricky.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c tricky _impl.cc -o tricky_impl.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c client .cc -o client.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -L../../../ libs tricky.o tricky_impl.o client.o -lmico2.3.12 -lcompat -lssl -lcrypto -lm -lpthread -o client c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c server .cc -o server.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -L../../../ libs tricky.o tricky_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto -lm -lpthread -o server gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tricky' gmake[1]: Leaving directory `/usr/local/mico/demo/obv' gmake[1]: Entering directory `/usr/local/mico/demo/services' Makefile:52: warning: overriding commands for target `install' ../MakeVars:76: warning: ignoring old commands for target `install' for i in naming naming-lb naming-mt events property-daemon; do gmake -C $i || e xit 1; done gmake[2]: Entering directory `/usr/local/mico/demo/services/naming' echo '# Module dependencies' > .depend /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE *.c *.cc >> .depend /usr/local/mico/./idl/idl account.idl c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c accou nt.cc -o account.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c clien t.cc -o client.o client.cc:2:28: coss/CosNaming.h: No such file or directory client.cc: In function `int main(int, char**)': client.cc:27: error: `CosNaming' has not been declared client.cc:27: error: `NamingContext_var' undeclared (first use this function) client.cc:27: error: (Each undeclared identifier is reported only once for each function it appears in.) client.cc:27: error: expected `;' before "nc" client.cc:30: error: `nc' undeclared (first use this function) client.cc:39: error: `CosNaming' has not been declared client.cc:39: error: `Name' undeclared (first use this function) client.cc:39: error: expected `;' before "name" client.cc:40: error: `name' undeclared (first use this function) client.cc:56: error: `CosNaming' has not been declared client.cc:56: error: `NotFound' has not been declared client.cc:56: error: invalid catch parameter client.cc:60: error: `CosNaming' has not been declared client.cc:60: error: `CannotProceed' has not been declared client.cc:60: error: invalid catch parameter client.cc:64: error: `CosNaming' has not been declared client.cc:64: error: `InvalidName' has not been declared client.cc:64: error: invalid catch parameter client.cc:56: error: `...' handler must be the last handler for its try block client.cc:60: error: `...' handler must be the last handler for its try block gmake[2]: *** [client.o] Error 1 gmake[2]: Leaving directory `/usr/local/mico/demo/services/naming' gmake[1]: *** [subs] Error 1 gmake[1]: Leaving directory `/usr/local/mico/demo/services' gmake: *** [prg] Error 1 bsd# pwd /usr/local/mico/demo bsd#
Sun Zongjun-E5739C
2006-Oct-10 22:10 UTC
How to connects to Linux machine via null-modem cable and cu command?
Hi, Koshy Thanks for your timely reply. It is my fault configuration on the linux machine. I use linux instead of vt100 (vt102). S1:23:respawn: /sbin/agetty -L ttyS0 115200, 9600 linux Windows can work with this configuration, but cu and FreeBSD can't. I replaced it with vt100 S1:23:respawn:/sbin/agetty -L ttyS0 115200, 9600 vt100 That is OK. Thanks a lot Best Regards Sun Zongjun -----Original Message----- From: Joseph Koshy [mailto:joseph.koshy@gmail.com] Sent: 2006$BG/(J10$B7n(J11$BF|(J 12:02 To: Sun Zongjun-E5739C Subject: Re: How to connects to Linux machine via null-modem cable and cu command? On 10/11/06, Sun Zongjun-E5739C <E5739C@motorola.com> wrote:> HI, all > > I am a newbie to FreeBSD. I want to connect one my pc running FreeBSD > 6.1 to another PC running Fedora core 5 via a null modem cable. > > I can login the PC running the Fedora Core 5 from PC running Windows > via one NULL modem cable. > > When I connect the two serial ports of two pc, one running FreeBSD6.1 > and the other is FC5 which acts a server. > > I run the command on device running FreeBSD 6.1 > > Test# cu -l /dev/cuad0 > Connected > > There is no response on the FreeBSD except the "Connected" string. > Such string can occur even there is no cable available.What happens when you hit 'Enter' a few times?> What happens to cu command on FreeBSD?One thing you could check is the expected baud-rate/parity/stop-bit settings at the server. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy
Daniel O'Connor
2006-Oct-11 00:37 UTC
How to connects to Linux machine via null-modem cable and cu command?
On Wednesday 11 October 2006 13:15, Sun Zongjun-E5739C wrote:> I run the command on device running FreeBSD 6.1 > > Test# cu -l /dev/cuad0 > Connected > > There is no response on the FreeBSD except the "Connected" string. Such > string can occur even there is no cable available. > > What happens to cu command on FreeBSD?Two questions 1) Is cuad0 the correct port? Have you tried cuad1? 2) What baud rate are you using? (the -s flag) -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20061011/f89ca51a/attachment.pgp
On Thu, 12 Oct 2006, KAYVEN RIESE wrote:> > is this a bad thing? > >> cat Makefile > # Makefile for a little mico client that reads random numbers from a > # Corba-server. See client.cc for details. > > all: .depend client > > include /usr/local/mico/MakeVars > INSTALL_DIR = random > INSTALL_SRCS = Makefile client.cc random.idl > > > client: random.h random.o client.o $(DEPS) > $(LD) $(CXXFLAGS) $(LDFLAGS) random.o client.o $(LDLIBS) -o $@ > > random.h random.cc : random.idl $(IDLGEN) > $(IDL) random.idl > > clean: > rm -f random.cc random.h *.o core client *~ .depend >> cat README > > This demo retrieves true random numbers from a CORBA server on the internet, > so running the client requires a live internet connection. > > See http://www.random.org/ > and http://www.random.org/corba.html > > The file "random.ior" contains the current IOR of the server. If the client > fails to connect to the server, please check the above URL to see if the > reference has changed. > > This demo was kindly contributed by > *--------------------------------------------------------------------------* > | Frank Schneider Department of Computer Science III | > | Phone: ++49 241 80 21312 RWTH Aachen, Ahornstr. 55 | > | Fax: ++49 241 8888 218 52074 Aachen, Germany | > | mailto:frank@i3.informatik.rwth-aachen.de | > *--------------------------------------------------------------------------* >> gmake client > gmake: `client' is up to date. >> client > client: Command not found. >> ./client > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "client" >> ls > Makefile README client.cc random.cc random.idl > random.o > Makefile.win32 client client.o random.h random.ior >> pwd > /home/kayve/demo/random >> > > On Thu, 12 Oct 2006, Karel Gardas wrote: > >> >> Hi, >> >> how exactly have you configured MICO before building? I'm especially >> curious if your build failed before completion or if you manually disabled >> either name service (--disable-naming) or all coss (--disable-coss) to save >> some building time... >> >> Anyway, you do have -I../../../include in your CXXFLAGS and it is used so >> it should work well... >> >> Cheers, >> Karel >> -- >> Karel Gardas kgardas@objectsecurity.com >> ObjectSecurity Ltd. http://www.objectsecurity.com >> --- >> Need experienced, fast, reliable technical MICO support? >> ---> http://www.objectsecurity.com/mico_commsup_referral.html <--- >> --- >> >> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >> >>> >>> >>> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >>> >>>> >>>> -o client >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> server >>>> .cc -o server.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tree.o tree_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto >>>> -lm -lp >>>> thread -o server >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tree' >>>> gmake[2]: Entering directory `/usr/local/mico/demo/obv/tricky' >>>> echo '# Module dependencies' > .depend >>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>> -D_REENTRANT >>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>> /usr/local/mico/./idl/idl tricky.idl >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> tricky >>>> .cc -o tricky.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> tricky >>>> _impl.cc -o tricky_impl.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> client >>>> .cc -o client.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tricky.o tricky_impl.o client.o -lmico2.3.12 -lcompat -lssl >>>> -lcrypto -lm >>>> -lpthread -o client >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> server >>>> .cc -o server.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tricky.o tricky_impl.o server.o -lmico2.3.12 -lcompat -lssl >>>> -lcrypto -lm >>>> -lpthread -o server >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tricky' >>>> gmake[1]: Leaving directory `/usr/local/mico/demo/obv' >>>> gmake[1]: Entering directory `/usr/local/mico/demo/services' >>>> Makefile:52: warning: overriding commands for target `install' >>>> ../MakeVars:76: warning: ignoring old commands for target `install' >>>> for i in naming naming-lb naming-mt events property-daemon; do gmake -C >>>> $i || e >>>> xit 1; done >>>> gmake[2]: Entering directory `/usr/local/mico/demo/services/naming' >>>> echo '# Module dependencies' > .depend >>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>> -D_REENTRANT >>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>> /usr/local/mico/./idl/idl account.idl >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -c accou >>>> nt.cc -o account.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -c clien >>>> t.cc -o client.o >>>> client.cc:2:28: coss/CosNaming.h: No such file or directory >>>> client.cc: In function `int main(int, char**)': >>>> client.cc:27: error: `CosNaming' has not been declared >>>> client.cc:27: error: `NamingContext_var' undeclared (first use this >>>> function) >>>> client.cc:27: error: (Each undeclared identifier is reported only once >>>> for each >>>> function it appears in.) >>>> client.cc:27: error: expected `;' before "nc" >>>> client.cc:30: error: `nc' undeclared (first use this function) >>>> client.cc:39: error: `CosNaming' has not been declared >>>> client.cc:39: error: `Name' undeclared (first use this function) >>>> client.cc:39: error: expected `;' before "name" >>>> client.cc:40: error: `name' undeclared (first use this function) >>>> client.cc:56: error: `CosNaming' has not been declared >>>> client.cc:56: error: `NotFound' has not been declared >>>> client.cc:56: error: invalid catch parameter >>>> client.cc:60: error: `CosNaming' has not been declared >>>> client.cc:60: error: `CannotProceed' has not been declared >>>> client.cc:60: error: invalid catch parameter >>>> client.cc:64: error: `CosNaming' has not been declared >>>> client.cc:64: error: `InvalidName' has not been declared >>>> client.cc:64: error: invalid catch parameter >>>> client.cc:56: error: `...' handler must be the last handler for its try >>>> block >>>> client.cc:60: error: `...' handler must be the last handler for its try >>>> block >>>> gmake[2]: *** [client.o] Error 1 >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/services/naming' >>>> gmake[1]: *** [subs] Error 1 >>>> gmake[1]: Leaving directory `/usr/local/mico/demo/services' >>>> gmake: *** [prg] Error 1 >>>> bsd# pwd >>>> /usr/local/mico/demo >>>> bsd# >>>> >>>> >>> _______________________________________________ >>> Mico-devel mailing list >>> Mico-devel@mico.org >>> http://www.mico.org/mailman/listinfo/mico-devel >>> >> > _______________________________________________ > Mico-devel mailing list > Mico-devel@mico.org > http://www.mico.org/mailman/listinfo/mico-devel >
On Thu, 12 Oct 2006, KAYVEN RIESE wrote:> > is this a bad thing? > >> cat Makefile > # Makefile for a little mico client that reads random numbers from a > # Corba-server. See client.cc for details. > > all: .depend client > > include /usr/local/mico/MakeVars > INSTALL_DIR = random > INSTALL_SRCS = Makefile client.cc random.idl > > > client: random.h random.o client.o $(DEPS) > $(LD) $(CXXFLAGS) $(LDFLAGS) random.o client.o $(LDLIBS) -o $@ > > random.h random.cc : random.idl $(IDLGEN) > $(IDL) random.idl > > clean: > rm -f random.cc random.h *.o core client *~ .depend >> cat README > > This demo retrieves true random numbers from a CORBA server on the internet, > so running the client requires a live internet connection. > > See http://www.random.org/ > and http://www.random.org/corba.html > > The file "random.ior" contains the current IOR of the server. If the client > fails to connect to the server, please check the above URL to see if the > reference has changed. > > This demo was kindly contributed by > *--------------------------------------------------------------------------* > | Frank Schneider Department of Computer Science III | > | Phone: ++49 241 80 21312 RWTH Aachen, Ahornstr. 55 | > | Fax: ++49 241 8888 218 52074 Aachen, Germany | > | mailto:frank@i3.informatik.rwth-aachen.de | > *--------------------------------------------------------------------------* >> gmake client > gmake: `client' is up to date. >> client > client: Command not found. >> ./client > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "client" >> ls > Makefile README client.cc random.cc random.idl > random.o > Makefile.win32 client client.o random.h random.ior >> pwd > /home/kayve/demo/random >> > > On Thu, 12 Oct 2006, Karel Gardas wrote: > >> >> Hi, >> >> how exactly have you configured MICO before building? I'm especially >> curious if your build failed before completion or if you manually disabled >> either name service (--disable-naming) or all coss (--disable-coss) to save >> some building time... >> >> Anyway, you do have -I../../../include in your CXXFLAGS and it is used so >> it should work well... >> >> Cheers, >> Karel >> -- >> Karel Gardas kgardas@objectsecurity.com >> ObjectSecurity Ltd. http://www.objectsecurity.com >> --- >> Need experienced, fast, reliable technical MICO support? >> ---> http://www.objectsecurity.com/mico_commsup_referral.html <--- >> --- >> >> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >> >>> >>> >>> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >>> >>>> >>>> -o client >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> server >>>> .cc -o server.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tree.o tree_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto >>>> -lm -lp >>>> thread -o server >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tree' >>>> gmake[2]: Entering directory `/usr/local/mico/demo/obv/tricky' >>>> echo '# Module dependencies' > .depend >>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>> -D_REENTRANT >>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>> /usr/local/mico/./idl/idl tricky.idl >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> tricky >>>> .cc -o tricky.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> tricky >>>> _impl.cc -o tricky_impl.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> client >>>> .cc -o client.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tricky.o tricky_impl.o client.o -lmico2.3.12 -lcompat -lssl >>>> -lcrypto -lm >>>> -lpthread -o client >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> server >>>> .cc -o server.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tricky.o tricky_impl.o server.o -lmico2.3.12 -lcompat -lssl >>>> -lcrypto -lm >>>> -lpthread -o server >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tricky' >>>> gmake[1]: Leaving directory `/usr/local/mico/demo/obv' >>>> gmake[1]: Entering directory `/usr/local/mico/demo/services' >>>> Makefile:52: warning: overriding commands for target `install' >>>> ../MakeVars:76: warning: ignoring old commands for target `install' >>>> for i in naming naming-lb naming-mt events property-daemon; do gmake -C >>>> $i || e >>>> xit 1; done >>>> gmake[2]: Entering directory `/usr/local/mico/demo/services/naming' >>>> echo '# Module dependencies' > .depend >>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>> -D_REENTRANT >>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>> /usr/local/mico/./idl/idl account.idl >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -c accou >>>> nt.cc -o account.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -c clien >>>> t.cc -o client.o >>>> client.cc:2:28: coss/CosNaming.h: No such file or directory >>>> client.cc: In function `int main(int, char**)': >>>> client.cc:27: error: `CosNaming' has not been declared >>>> client.cc:27: error: `NamingContext_var' undeclared (first use this >>>> function) >>>> client.cc:27: error: (Each undeclared identifier is reported only once >>>> for each >>>> function it appears in.) >>>> client.cc:27: error: expected `;' before "nc" >>>> client.cc:30: error: `nc' undeclared (first use this function) >>>> client.cc:39: error: `CosNaming' has not been declared >>>> client.cc:39: error: `Name' undeclared (first use this function) >>>> client.cc:39: error: expected `;' before "name" >>>> client.cc:40: error: `name' undeclared (first use this function) >>>> client.cc:56: error: `CosNaming' has not been declared >>>> client.cc:56: error: `NotFound' has not been declared >>>> client.cc:56: error: invalid catch parameter >>>> client.cc:60: error: `CosNaming' has not been declared >>>> client.cc:60: error: `CannotProceed' has not been declared >>>> client.cc:60: error: invalid catch parameter >>>> client.cc:64: error: `CosNaming' has not been declared >>>> client.cc:64: error: `InvalidName' has not been declared >>>> client.cc:64: error: invalid catch parameter >>>> client.cc:56: error: `...' handler must be the last handler for its try >>>> block >>>> client.cc:60: error: `...' handler must be the last handler for its try >>>> block >>>> gmake[2]: *** [client.o] Error 1 >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/services/naming' >>>> gmake[1]: *** [subs] Error 1 >>>> gmake[1]: Leaving directory `/usr/local/mico/demo/services' >>>> gmake: *** [prg] Error 1 >>>> bsd# pwd >>>> /usr/local/mico/demo >>>> bsd# >>>> >>>> >>> _______________________________________________ >>> Mico-devel mailing list >>> Mico-devel@mico.org >>> http://www.mico.org/mailman/listinfo/mico-devel >>> >> > _______________________________________________ > Mico-devel mailing list > Mico-devel@mico.org > http://www.mico.org/mailman/listinfo/mico-devel >
KAYVEN RIESE
2006-Oct-12 19:26 UTC
[mico-devel] Re: oh dear.. should mico/demo werk? is mico broke?
On Thu, 12 Oct 2006, KAYVEN RIESE wrote:> ooooh.. i needed to configure right, huh? > > i don't think i did anything {:} heh > > is it README in /usr/local/mico ? > > oh wait.. > > u know what i did was > > pkg_add -r mico > > that's all. freeBSD is real kewl that way. maybe i should > build all my demos in /usr/local/mico/demo/(etc?) > > dr. puder was always like cautionary about that, but it > seems safe to me since it is all like subdirectories. > > On Thu, 12 Oct 2006, Karel Gardas wrote: > >> >> Hi, >> >> how exactly have you configured MICO before building? I'm especially >> curious if your build failed before completion or if you manually disabled >> either name service (--disable-naming) or all coss (--disable-coss) to save >> some building time... >> >> Anyway, you do have -I../../../include in your CXXFLAGS and it is used so >> it should work well... >> >> Cheers, >> Karel >> -- >> Karel Gardas kgardas@objectsecurity.com >> ObjectSecurity Ltd. http://www.objectsecurity.com >> --- >> Need experienced, fast, reliable technical MICO support? >> ---> http://www.objectsecurity.com/mico_commsup_referral.html <--- >> --- >> >> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >> >>> >>> >>> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >>> >>>> >>>> -o client >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> server >>>> .cc -o server.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tree.o tree_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto >>>> -lm -lp >>>> thread -o server >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tree' >>>> gmake[2]: Entering directory `/usr/local/mico/demo/obv/tricky' >>>> echo '# Module dependencies' > .depend >>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>> -D_REENTRANT >>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>> /usr/local/mico/./idl/idl tricky.idl >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> tricky >>>> .cc -o tricky.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> tricky >>>> _impl.cc -o tricky_impl.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> client >>>> .cc -o client.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tricky.o tricky_impl.o client.o -lmico2.3.12 -lcompat -lssl >>>> -lcrypto -lm >>>> -lpthread -o client >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> server >>>> .cc -o server.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tricky.o tricky_impl.o server.o -lmico2.3.12 -lcompat -lssl >>>> -lcrypto -lm >>>> -lpthread -o server >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tricky' >>>> gmake[1]: Leaving directory `/usr/local/mico/demo/obv' >>>> gmake[1]: Entering directory `/usr/local/mico/demo/services' >>>> Makefile:52: warning: overriding commands for target `install' >>>> ../MakeVars:76: warning: ignoring old commands for target `install' >>>> for i in naming naming-lb naming-mt events property-daemon; do gmake -C >>>> $i || e >>>> xit 1; done >>>> gmake[2]: Entering directory `/usr/local/mico/demo/services/naming' >>>> echo '# Module dependencies' > .depend >>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>> -D_REENTRANT >>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>> /usr/local/mico/./idl/idl account.idl >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -c accou >>>> nt.cc -o account.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -c clien >>>> t.cc -o client.o >>>> client.cc:2:28: coss/CosNaming.h: No such file or directory >>>> client.cc: In function `int main(int, char**)': >>>> client.cc:27: error: `CosNaming' has not been declared >>>> client.cc:27: error: `NamingContext_var' undeclared (first use this >>>> function) >>>> client.cc:27: error: (Each undeclared identifier is reported only once >>>> for each >>>> function it appears in.) >>>> client.cc:27: error: expected `;' before "nc" >>>> client.cc:30: error: `nc' undeclared (first use this function) >>>> client.cc:39: error: `CosNaming' has not been declared >>>> client.cc:39: error: `Name' undeclared (first use this function) >>>> client.cc:39: error: expected `;' before "name" >>>> client.cc:40: error: `name' undeclared (first use this function) >>>> client.cc:56: error: `CosNaming' has not been declared >>>> client.cc:56: error: `NotFound' has not been declared >>>> client.cc:56: error: invalid catch parameter >>>> client.cc:60: error: `CosNaming' has not been declared >>>> client.cc:60: error: `CannotProceed' has not been declared >>>> client.cc:60: error: invalid catch parameter >>>> client.cc:64: error: `CosNaming' has not been declared >>>> client.cc:64: error: `InvalidName' has not been declared >>>> client.cc:64: error: invalid catch parameter >>>> client.cc:56: error: `...' handler must be the last handler for its try >>>> block >>>> client.cc:60: error: `...' handler must be the last handler for its try >>>> block >>>> gmake[2]: *** [client.o] Error 1 >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/services/naming' >>>> gmake[1]: *** [subs] Error 1 >>>> gmake[1]: Leaving directory `/usr/local/mico/demo/services' >>>> gmake: *** [prg] Error 1 >>>> bsd# pwd >>>> /usr/local/mico/demo >>>> bsd# >>>> >>>> >>> _______________________________________________ >>> Mico-devel mailing list >>> Mico-devel@mico.org >>> http://www.mico.org/mailman/listinfo/mico-devel >>> >> > _______________________________________________ > Mico-devel mailing list > Mico-devel@mico.org > http://www.mico.org/mailman/listinfo/mico-devel >
a little info for the past slew of mee doing mico on freeBSD> gcc --versiongcc (GCC) 3.4.4 [FreeBSD] 20050518 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.> uname -aFreeBSD bsd 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386>On Thu, 12 Oct 2006, KAYVEN RIESE wrote:> >> cd bench >> ls > Makefile bench.bat bench.idl client micod.core > server.core > Makefile.win32 bench.cc bench.o client.cc server > server.o > bench bench.h bench_impl.h client.o server.cc >> bench > bench: Command not found. >> ./bench > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "server" > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "server" > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "server" > ### same process: > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "client" > ### same machine (pipe): > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "client" > ### same machine (TCP): > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "client" > ### same machine (UDP): > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "client" > ### same machine with micod (TCP): > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "client" > kill: 805: No such process > kill: 806: No such process > kill: 807: No such process >> run > run: Command not found. >> gmake run > Makefile:44: warning: overriding commands for target `run' > Makefile:41: warning: ignoring old commands for target `run' > bench > ### same process: > 0.00203333 ms per call > ### same machine (pipe): > 0.7367 ms per call > ### same machine (TCP): > 0.7955 ms per call > ### same machine (UDP): > Assertion failed: (0), function accept, file transport/udp.cc, line 429. > cannot bind to inet-dgram:bsd:12123 > Abort trap (core dumped) > ### same machine with micod (TCP): > 0.793033 ms per call > kill: 825: No such process >> > > On Thu, 12 Oct 2006, Karel Gardas wrote: > >> >> Hi, >> >> how exactly have you configured MICO before building? I'm especially >> curious if your build failed before completion or if you manually disabled >> either name service (--disable-naming) or all coss (--disable-coss) to save >> some building time... >> >> Anyway, you do have -I../../../include in your CXXFLAGS and it is used so >> it should work well... >> >> Cheers, >> Karel >> -- >> Karel Gardas kgardas@objectsecurity.com >> ObjectSecurity Ltd. http://www.objectsecurity.com >> --- >> Need experienced, fast, reliable technical MICO support? >> ---> http://www.objectsecurity.com/mico_commsup_referral.html <--- >> --- >> >> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >> >>> >>> >>> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >>> >>>> >>>> -o client >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> server >>>> .cc -o server.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tree.o tree_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto >>>> -lm -lp >>>> thread -o server >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tree' >>>> gmake[2]: Entering directory `/usr/local/mico/demo/obv/tricky' >>>> echo '# Module dependencies' > .depend >>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>> -D_REENTRANT >>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>> /usr/local/mico/./idl/idl tricky.idl >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> tricky >>>> .cc -o tricky.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> tricky >>>> _impl.cc -o tricky_impl.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> client >>>> .cc -o client.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tricky.o tricky_impl.o client.o -lmico2.3.12 -lcompat -lssl >>>> -lcrypto -lm >>>> -lpthread -o client >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>> server >>>> .cc -o server.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -L../../../ >>>> libs tricky.o tricky_impl.o server.o -lmico2.3.12 -lcompat -lssl >>>> -lcrypto -lm >>>> -lpthread -o server >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tricky' >>>> gmake[1]: Leaving directory `/usr/local/mico/demo/obv' >>>> gmake[1]: Entering directory `/usr/local/mico/demo/services' >>>> Makefile:52: warning: overriding commands for target `install' >>>> ../MakeVars:76: warning: ignoring old commands for target `install' >>>> for i in naming naming-lb naming-mt events property-daemon; do gmake -C >>>> $i || e >>>> xit 1; done >>>> gmake[2]: Entering directory `/usr/local/mico/demo/services/naming' >>>> echo '# Module dependencies' > .depend >>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>> -D_REENTRANT >>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>> /usr/local/mico/./idl/idl account.idl >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -c accou >>>> nt.cc -o account.o >>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>> -c clien >>>> t.cc -o client.o >>>> client.cc:2:28: coss/CosNaming.h: No such file or directory >>>> client.cc: In function `int main(int, char**)': >>>> client.cc:27: error: `CosNaming' has not been declared >>>> client.cc:27: error: `NamingContext_var' undeclared (first use this >>>> function) >>>> client.cc:27: error: (Each undeclared identifier is reported only once >>>> for each >>>> function it appears in.) >>>> client.cc:27: error: expected `;' before "nc" >>>> client.cc:30: error: `nc' undeclared (first use this function) >>>> client.cc:39: error: `CosNaming' has not been declared >>>> client.cc:39: error: `Name' undeclared (first use this function) >>>> client.cc:39: error: expected `;' before "name" >>>> client.cc:40: error: `name' undeclared (first use this function) >>>> client.cc:56: error: `CosNaming' has not been declared >>>> client.cc:56: error: `NotFound' has not been declared >>>> client.cc:56: error: invalid catch parameter >>>> client.cc:60: error: `CosNaming' has not been declared >>>> client.cc:60: error: `CannotProceed' has not been declared >>>> client.cc:60: error: invalid catch parameter >>>> client.cc:64: error: `CosNaming' has not been declared >>>> client.cc:64: error: `InvalidName' has not been declared >>>> client.cc:64: error: invalid catch parameter >>>> client.cc:56: error: `...' handler must be the last handler for its try >>>> block >>>> client.cc:60: error: `...' handler must be the last handler for its try >>>> block >>>> gmake[2]: *** [client.o] Error 1 >>>> gmake[2]: Leaving directory `/usr/local/mico/demo/services/naming' >>>> gmake[1]: *** [subs] Error 1 >>>> gmake[1]: Leaving directory `/usr/local/mico/demo/services' >>>> gmake: *** [prg] Error 1 >>>> bsd# pwd >>>> /usr/local/mico/demo >>>> bsd# >>>> >>>> >>> _______________________________________________ >>> Mico-devel mailing list >>> Mico-devel@mico.org >>> http://www.mico.org/mailman/listinfo/mico-devel >>> >> > _______________________________________________ > Mico-devel mailing list > Mico-devel@mico.org > http://www.mico.org/mailman/listinfo/mico-devel >
KAYVEN RIESE
2006-Oct-12 19:56 UTC
[mico-devel] Re: oh dear.. should mico/demo werk? is mico broke?
On Thu, 12 Oct 2006, KAYVEN RIESE wrote:> i'm running freeBSD. umm.. > > On Thu, 12 Oct 2006, Kris Kennaway wrote: > >> What relevance does this have to FreeBSD-stable? >> >> kris > > > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "server" > bsd# ./client > /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by > "client" > [1] + Exit 1 ./server > bsd# > > is this anything to do with freeBSD u can help me with? > i know the elf thing seemed related to bsd to me, but i am not sure > >> >> On Thu, Oct 12, 2006 at 07:22:28PM -0700, KAYVEN RIESE wrote: >>> >>> >>> On Thu, 12 Oct 2006, KAYVEN RIESE wrote: > > >>> _______________________________________________ >>> freebsd-stable@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >>> >> >
KAYVEN RIESE
2006-Oct-13 12:01 UTC
[mico-devel] Re: oh dear.. should mico/demo werk? is mico broke?
On Fri, 13 Oct 2006, Karel Gardas wrote:> in the case you installed MICO from the OS packages, then you need to > configure MICO runtime by running either > > . <mico installation prefix>/lib/mico-setup.sh > > or > > source <mico installation prefix>/lib/mico-setup.csh >this is relevant to freeBSD because the mico guys don't necessarily run on freeBSD and i KNOW there are guys out there who are running freeBSD and mico. i am cofused now by my attempt to reinstall mico:> suPassword: bsd# pkg_add -r mico Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/mico.tbz... Done. pkg_add: package 'mico-2.3.11_3' or its older version already installed bsd# pkg_add -rf mico Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/mico.tbz... Done. bsd# oh wait. maybe i'm not, but now i'm aafraid to run pkg_delete
i feel this is relevant to freeBSD because it could be something unique to freeBSD interaction with mico causing the bug. i know there are those here who run both On Fri, 13 Oct 2006, KAYVEN RIESE wrote:> well it doesn't! something is wrong with mico! do u have any > advice on diagnostics? > > On Fri, 13 Oct 2006, Karel Gardas wrote: > >> >> Hi, >> >> sorry, I don't understand. Could you be so kind and be more verbose? IMHO >> demo/random should just work. >> >> Cheers, >> Karel >> >> On Thu, 12 Oct 2006, KAYVEN RIESE wrote: >> >>> >>> is this a bad thing? >>> >>>> cat Makefile >>> # Makefile for a little mico client that reads random numbers from a >>> # Corba-server. See client.cc for details. >>> >>> all: .depend client >>> >>> include /usr/local/mico/MakeVars >>> INSTALL_DIR = random >>> INSTALL_SRCS = Makefile client.cc random.idl >>> >>> >>> client: random.h random.o client.o $(DEPS) >>> $(LD) $(CXXFLAGS) $(LDFLAGS) random.o client.o $(LDLIBS) -o $@ >>> >>> random.h random.cc : random.idl $(IDLGEN) >>> $(IDL) random.idl >>> >>> clean: >>> rm -f random.cc random.h *.o core client *~ .depend >>>> cat README >>> >>> This demo retrieves true random numbers from a CORBA server on the >>> internet, >>> so running the client requires a live internet connection. >>> >>> See http://www.random.org/ >>> and http://www.random.org/corba.html >>> >>> The file "random.ior" contains the current IOR of the server. If the >>> client >>> fails to connect to the server, please check the above URL to see if the >>> reference has changed. >>> >>> This demo was kindly contributed by >>> *--------------------------------------------------------------------------* >>> | Frank Schneider Department of Computer Science III >>> | >>> | Phone: ++49 241 80 21312 RWTH Aachen, Ahornstr. 55 | >>> | Fax: ++49 241 8888 218 52074 Aachen, Germany | >>> | mailto:frank@i3.informatik.rwth-aachen.de | >>> *--------------------------------------------------------------------------* >>>> gmake client >>> gmake: `client' is up to date. >>>> client >>> client: Command not found. >>>> ./client >>> /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required >>> by "client" >>>> ls >>> Makefile README client.cc random.cc random.idl >>> random.o >>> Makefile.win32 client client.o random.h random.ior >>>> pwd >>> /home/kayve/demo/random >>>> >>> >>> On Thu, 12 Oct 2006, Karel Gardas wrote: >>> >>>> >>>> Hi, >>>> >>>> how exactly have you configured MICO before building? I'm especially >>>> curious if your build failed before completion or if you manually >>>> disabled either name service (--disable-naming) or all coss >>>> (--disable-coss) to save some building time... >>>> >>>> Anyway, you do have -I../../../include in your CXXFLAGS and it is used so >>>> it should work well... >>>> >>>> Cheers, >>>> Karel >>>> -- >>>> Karel Gardas kgardas@objectsecurity.com >>>> ObjectSecurity Ltd. http://www.objectsecurity.com >>>> --- >>>> Need experienced, fast, reliable technical MICO support? >>>> ---> http://www.objectsecurity.com/mico_commsup_referral.html <--- >>>> --- >>>> >>>> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >>>> >>>>> >>>>> >>>>> On Tue, 10 Oct 2006, KAYVEN RIESE wrote: >>>>> >>>>>> >>>>>> -o client >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>>>> server >>>>>> .cc -o server.o >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>>>> -L../../../ >>>>>> libs tree.o tree_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto >>>>>> -lm -lp >>>>>> thread -o server >>>>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tree' >>>>>> gmake[2]: Entering directory `/usr/local/mico/demo/obv/tricky' >>>>>> echo '# Module dependencies' > .depend >>>>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>>>> -D_REENTRANT >>>>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>>>> /usr/local/mico/./idl/idl tricky.idl >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>>>> tricky >>>>>> .cc -o tricky.o >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>>>> tricky >>>>>> _impl.cc -o tricky_impl.o >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>>>> client >>>>>> .cc -o client.o >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>>>> -L../../../ >>>>>> libs tricky.o tricky_impl.o client.o -lmico2.3.12 -lcompat -lssl >>>>>> -lcrypto -lm >>>>>> -lpthread -o client >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>>>> server >>>>>> .cc -o server.o >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE >>>>>> -L../../../ >>>>>> libs tricky.o tricky_impl.o server.o -lmico2.3.12 -lcompat -lssl >>>>>> -lcrypto -lm >>>>>> -lpthread -o server >>>>>> gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tricky' >>>>>> gmake[1]: Leaving directory `/usr/local/mico/demo/obv' >>>>>> gmake[1]: Entering directory `/usr/local/mico/demo/services' >>>>>> Makefile:52: warning: overriding commands for target `install' >>>>>> ../MakeVars:76: warning: ignoring old commands for target `install' >>>>>> for i in naming naming-lb naming-mt events property-daemon; do gmake >>>>>> -C $i || e >>>>>> xit 1; done >>>>>> gmake[2]: Entering directory `/usr/local/mico/demo/services/naming' >>>>>> echo '# Module dependencies' > .depend >>>>>> /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall >>>>>> -D_REENTRANT >>>>>> -D_THREAD_SAFE *.c *.cc >> .depend >>>>>> /usr/local/mico/./idl/idl account.idl >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>>>> accou >>>>>> nt.cc -o account.o >>>>>> c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c >>>>>> clien >>>>>> t.cc -o client.o >>>>>> client.cc:2:28: coss/CosNaming.h: No such file or directory >>>>>> client.cc: In function `int main(int, char**)': >>>>>> client.cc:27: error: `CosNaming' has not been declared >>>>>> client.cc:27: error: `NamingContext_var' undeclared (first use this >>>>>> function) >>>>>> client.cc:27: error: (Each undeclared identifier is reported only once >>>>>> for each >>>>>> function it appears in.) >>>>>> client.cc:27: error: expected `;' before "nc" >>>>>> client.cc:30: error: `nc' undeclared (first use this function) >>>>>> client.cc:39: error: `CosNaming' has not been declared >>>>>> client.cc:39: error: `Name' undeclared (first use this function) >>>>>> client.cc:39: error: expected `;' before "name" >>>>>> client.cc:40: error: `name' undeclared (first use this function) >>>>>> client.cc:56: error: `CosNaming' has not been declared >>>>>> client.cc:56: error: `NotFound' has not been declared >>>>>> client.cc:56: error: invalid catch parameter >>>>>> client.cc:60: error: `CosNaming' has not been declared >>>>>> client.cc:60: error: `CannotProceed' has not been declared >>>>>> client.cc:60: error: invalid catch parameter >>>>>> client.cc:64: error: `CosNaming' has not been declared >>>>>> client.cc:64: error: `InvalidName' has not been declared >>>>>> client.cc:64: error: invalid catch parameter >>>>>> client.cc:56: error: `...' handler must be the last handler for its try >>>>>> block >>>>>> client.cc:60: error: `...' handler must be the last handler for its try >>>>>> block >>>>>> gmake[2]: *** [client.o] Error 1 >>>>>> gmake[2]: Leaving directory `/usr/local/mico/demo/services/naming' >>>>>> gmake[1]: *** [subs] Error 1 >>>>>> gmake[1]: Leaving directory `/usr/local/mico/demo/services' >>>>>> gmake: *** [prg] Error 1 >>>>>> bsd# pwd >>>>>> /usr/local/mico/demo >>>>>> bsd# >>>>>> >>>>>> >>>>> _______________________________________________ >>>>> Mico-devel mailing list >>>>> Mico-devel@mico.org >>>>> http://www.mico.org/mailman/listinfo/mico-devel >>>>> >>>> >>> >> >> -- >> Karel Gardas kgardas@objectsecurity.com >> ObjectSecurity Ltd. http://www.objectsecurity.com >> >
On 10/13/06, KAYVEN RIESE <kayve@sfsu.edu> wrote:> i feel this is relevant to freeBSD because it could be > something unique to freeBSD interaction with mico causing > the bug. i know there are those here who run both >But it is not relevant to the list you are sending these messages to. You should be using the FreeBSD-Ports mailing list, instead of the FreeBSD-Stable mailling list, as it is more relevant to that list. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.