On Fri, Jul 11, 2003 at 07:03:41AM -0500, Rick Sivernell wrote:
> 
> 
>    I am having a big problem. I am developing a new software program and now
> transferring the development from other boxen that compile and run the progam. On
> my new gentoo system I get the following:

What are you doing when you get this? Installing, compiling, running?

The error message suggests that whatever process is running (installer?)
is trying to create a hard link across disk drives. For example, maybe
it's trying to do a:

  ln /foo/libregistryD.so /usr/local/sliverware/lib/debug/libregistryD.so

and your /foo and /usr are on different drives. This is a fault in
whatever process is trying to do it - the usual "right" way is to make
a symbolic link instead of a hard link.

Nathan Meyers
[EMAIL PROTECTED]

> 
> 
>  [EMAIL PROTECTED] silverwareIDE # scons. scons: 
> Reading SConscript files ...
> scons: done reading SConscript files.
> scons: Building targets ...
> Unable to install "registry/libregistryD.so" as
> "/usr/local/silverware/lib/debug/libregistryD.so"[Errno 18] Invalid cross-device
> link scons: *** [/usr/local/silverware/lib/debug/libregistryD.so] Error -1
> scons: done building targets.
> [EMAIL PROTECTED] silverwareIDE # 
> 
>   I have tried to run fsck from within grub but no go, & tried to get into run
> level 3 to run in single mode. Obviously I am misguided here, can anyone tell me
> how to fix this. I am using resiserfs on all partitions except /boot -> ext3.
> 
> cheers
> -- 
> Rick Sivernell
> Dallas, Texas  75287
> 972 306-2296
> [EMAIL PROTECTED]
> Gentoo Linux 
> Registered Linux User
> 
>    .~.
>   / v \
>  /( _ )\
>    ^ ^
> In Linux we trust!

--
[EMAIL PROTECTED] mailing list

Reply via email to