git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Hard link problem during build
@ 2008-04-02  7:52 PICCA Frédéric-Emmanuel
  2008-04-02 12:12 ` Peter Eriksen
  0 siblings, 1 reply; 2+ messages in thread
From: PICCA Frédéric-Emmanuel @ 2008-04-02  7:52 UTC (permalink / raw)
  To: git

Hello

I am working with a filesystem mounted via nfs.
this system is
http://www.active-circle.com/contenu-29-gb.htm

It seems that it do not allow hard linkage. Nevertheless soft linkage is allow.

So the build process failed during the link of built-in commands.
git-merge-subtree$X: target and
$(BUILT_INS): target.

Is it necessary to do hard link instead of soft link ?

Thanks

Frédéric

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Hard link problem during build
  2008-04-02  7:52 Hard link problem during build PICCA Frédéric-Emmanuel
@ 2008-04-02 12:12 ` Peter Eriksen
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Eriksen @ 2008-04-02 12:12 UTC (permalink / raw)
  To: git

...
> I am working with a filesystem mounted via nfs.
...

> It seems that it do not allow hard linkage. Nevertheless soft linkage
> is allow.

Beware that git depends on that stat() gives the correct (Posix) size of
symlinks. This can give problems, if a Windows filesystem is mounted
over NFS.

> So the build process failed during the link of built-in commands.
> git-merge-subtree$X: target and
> $(BUILT_INS): target.
> 
> Is it necessary to do hard link instead of soft link ?

You can change the Makefile (look for calls to 'ln') to copy the build-in
commands instead of linking them, and that should work (but waste some
space).

Peter

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-02 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02  7:52 Hard link problem during build PICCA Frédéric-Emmanuel
2008-04-02 12:12 ` Peter Eriksen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).