lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GUB test-lily/dist-check.py looking at src/ instead of build/ ?


From: Graham Percival
Subject: GUB test-lily/dist-check.py looking at src/ instead of build/ ?
Date: Sun, 14 Jun 2009 15:31:13 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

Following up the latest build error, I noticed that
test-lily/dist-check.py does:
  ...
  make --no-builtin-rules local-dist 
/home/lilypond/gub/target/linux-x86/build/lilypond-git.sv.gnu.org--lilypond.git-master/./out/lilypond-2.13.2
  ...

which therefore triggers:
  ...
  make ChangeLog RELEASE-COMMIT
  make[6]: Entering directory 
`/home/lilypond/gub/target/linux-x86/build/lilypond-git.sv.gnu.org--lilypond.git-master'
  ...

(this all makes sense)


HOWEVER, later on in the build, it attempts:
   ln 
/home/lilypond/gub/target/linux-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/ChangeLog
 
/home/lilypond/gub/target/linux-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/RELEASE-COMMIT
 
/home/lilypond/gub/target/linux-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/VERSION
  ...

which fails:
  ln: accessing 
`/home/lilypond/gub/target/linux-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/ChangeLog':
  No such file or directory
  ln: accessing 
`/home/lilypond/gub/target/linux-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/RELEASE-COMMIT':
  No such file or directory


Why is it attempting to link from the ../src/.. dir, instead of
the ../build/.. dir?  I mean, we shouldn't expect to see any
generated files like ChangeLog or RELEASE-COMMIT in that dir,
should we?

Cheers,
- Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]