From: Steven B. <sb...@st...> - 2005-07-15 12:26:57
|
Did you try doing this: cd /usr/src/udiref/env/linux udisetup -v I think I recall a problem with specifying the absolute path to the .udi package file. --Steve On Fri, Jul 15, 2005 at 05:50:17AM -0000, prasad roy r wrote: > hi burk, > Udisetup in verbos mod give the following information.In tem directory /tmp/udiszB3Ny8 > folder is getting created but why udisetup is looking for /tmp/upropBdpLaz! folder in tem > directory. > > udisetup -v /usr/src/udiref/env/linux/udi.udi > udisetup: INFO: Package file : udi_brdg.udi > ++cp udi_brdg.udi /tmp/udiszB3Ny8/udi_brdg/udi_brdg.udi > ++cd /tmp/udiszB3Ny8/udi_brdg > ++tar xf udi_brdg.udi > udisetup: INFO: ..Driver : udi_brdg > udisetup: INFO: ....Alternative : 3 > udisetup: INFO: ......Component : udi_bridge > udisetup: ERROR: Cannot open /tmp/upropBdpLaz! > > Exiting. > > regards > prasad > ? > > > On Wed, 13 Jul 2005 Burkhard Daniel wrote : > >Ok, it looks like the kernel you're using has undergone some significant changes since we last touched the udi ref env. I'm not sure there is much I can do to help you right now, because we're not actively maintaining the ref env at this time. > > > >Try using an older kernel from the 2.4 series :-) > > > >As to your problem with the /tmp file system, you might want to check which symbols from env_test it doesn't like. But that may not be the cause for your problem at all. If it isn't, your best bet is to step through udisetup and see where exactly it fails. Once you've found that, either the solution is obvious, or you can send your debugging results here and we can see if we can help you. > > > >Burk. > > > >prasad roy r wrote: > >>hi burk, > >> Sorry if i mailed it earlier.In file udi_osdep.c (/udiref/env/linux) i have done the following modification. > >>spinlock_t sigmask_lock = SPIN_LOCK_UNLOCKED; /* added by prasad */ > >> > >>void EnterUDIContext() { > >> long flags; > >> /* Modify signal mask so we don"t freeze up if they send a signal. */ > >> spin_lock_irqsave(sigmask_lock, flags);/*modified by prasad */ > >> siginitsetinv(?t->blocked, 0); /* disable all signals */ > >>/*sigmask(SIGINT) | sigmask(SIGKILL) | sigmask(SIGSTOP));*/ > >> recalc_sigpending();/*Modified by prasad */ > >> spin_unlock_irqrestore(sigmask_lock, flags);/* MODIFIED BY PRASAD */ > >> _OSDEP_SEM_P(&_udi_MA_init_complete); > >>} > >> > >>Earlier i was getting "sigmask_lock" was not a member of "current".So i modified the > >>code.I have a write permission in /tmp. > >> > >>regards > >>prasad > >> > >> > >>On Wed, 13 Jul 2005 Burkhard Daniel wrote : > >> >prasad roy r wrote: > >> >>Hi all, > >> >> I am using redhat 9 enterprise to build UDI env with version udiref-ss-2001-09-30.tar.gz.With little modification i was able to build > >> > > >> >What kind of modifications? > >> > > >> >>the UDI.While i was trying to install the UDI env i am getting the following erros. > >> >> > >> >>289 blocks > >> >>depmod: *** Unresolved symbols in /lib/modules/2.4.21-4.EL/misc/env_test.o > >> >>udisetup: ERROR: Cannot open /tmp/upropfN8uMY! > >> > > >> >Can you check that you have write permission in /tmp? > >> > > >> >Burk. > >> >-- Burkhard Daniel > >> >Software Technologies Group, Inc. > >> >bu...@st... * http://www.stg.com > >> >fon: +49-179-5319489 fax: +49-30-55153591 > >> > >> > >> > >><http://clients.rediff.com/signature/track_sig.asp> > > > > > >-- Burkhard Daniel > >Software Technologies Group, Inc. > >bu...@st... * http://www.stg.com > >fon: +49-179-5319489 fax: +49-30-55153591 |