whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 14 years ago by Juergen Reuter

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?

comment:2 Changed 14 years ago by Juergen Reuter

Status: newassigned

comment:3 Changed 14 years ago by Juergen Reuter

Resolution: fixed
Status: assignedclosed

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.

comment:4 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.0final

Milestone v2.0.0final deleted

Note: See TracTickets for help on using tickets.