Synopsis - Issue Tracker

Message502

Author vela
Recipients stefan, vela
Date 2006-02-14.19:42:13
Content
> I have never seen this error before ! What platform are you on ?

Debian unstable.  My guess is that make 3.81beta4
is the culprit -- it seems to detect a number of
problems that were ignored by earlier versions.

> Did you do a clean build or an incremental build ? (I recently upgraded the
> gc sources to version 6.6, and in doing so removed the '.deps' directory
> that used to be in the repository.)

It was a clean build.

> A quick 'grep' shows the only mention of 'README.darwin' in Makefile.direct,
> which isn't used (itself only mentioned as part of the EXTRA_DIST variable).
>
> Can you try to figure out why make picks up the 'README.darwin' target at all ?
> (The file is in the source directory, but we are building in a separate build dir.)

src/Synopsis/gc/doc/Makefile.am lists
README.darwin in $(dist_pkgdata_DATA).  In the
generated Makefile, $(dist_pkgdata_DATA) is
included in $(DATA), which is a requisite for the
all-am target; thus the error.

All in all, the following files appear to be
missing from branches/Synopsis_0_8_0:

  Synopsis/src/Synopsis/gc/darwin_stop_world.c
  Synopsis/src/Synopsis/gc/doc/README.darwin
  Synopsis/src/Synopsis/gc/doc/simple_example.html
  Synopsis/src/Synopsis/gc/include/private/darwin_semaphore.h
  Synopsis/src/Synopsis/gc/include/private/darwin_stop_world.h
  Synopsis/src/Synopsis/gc/include/private/pthread_stop_world.h
  Synopsis/src/Synopsis/gc/include/private/pthread_support.h
  Synopsis/src/Synopsis/gc/pthread_stop_world.c
  Synopsis/src/Synopsis/gc/pthread_support.c

Once they are copied from the trunk, the build
works as expected.
History
Date User Action Args
2006-02-14 19:42:13velasetmessageid: <1139946133.39.0.505851289955.bug82@synopsis.fresco.org>
2006-02-14 19:42:13velasetrecipients: + vela, stefan
2006-02-14 19:42:13velalinkbug82 messages
2006-02-14 19:42:13velacreate