#98 closed defect (fixed)
make dist fails on MAC OS X
Reported by: | Juergen Reuter | Owned by: | Juergen Reuter |
---|---|---|---|
Priority: | P2 | Milestone: | |
Component: | configure | Version: | 2.0.0beta |
Severity: | critical | Keywords: | |
Cc: |
Description
make dist is not working on MAC OS X with the following error message:
cp: /Users/reuter/Physik/progs/omwhiz/svn/hepforge_trunk/whizard-2.0.0/share/models/GravTest.mdl: No such file or directory make[1]: *** [distdir] Error 1 make: *** [distdir] Error 1
This already has been reported by myself as part of Ticket #87, connected with make distcheck.
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replacing the install-sh file inside the WHIZARD distribution to one with a scriptversion newer than 2004-01-08.23 (the one I now use has actually scriptversion 2006-12-25.00) resolved the problem on the MAC. make dist and make distcheck now also work on MAC OS X. Closing the ticket.
Note: See
TracTickets for help on using
tickets.
The copying over of files into the dist_build directory seems to be done (at least for the MAC) with the command "install-sh -c -d". Somehow it seems that (again at least for the share subdirectory (why specifically this one???)) only one of the subdirectories seem to be able to be handled. Why is this?