whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#170 closed defect (fixed)

make distcheck fails right now for two reasons

Reported by: Juergen Reuter Owned by: ALL
Priority: P1 Milestone:
Component: configure Version: 2.0.0beta
Severity: major Keywords: install AFS
Cc:

Description

This is the output:

/usr/bin/install -c -d -m 755 /afs/physik.uni-freiburg.de/home/reuter/var/cache
/usr/bin/install -c -d -m 755 /localscratch/reuter/whizard2.0/trunk/build/whizard-2.0.0_rc1/_inst/var/cache
if test -w /localscratch/reuter/whizard2.0/trunk/build/whizard-2.0.0_rc1/_inst/var/cache ; then \
          /usr/bin/install -c -m 644 -c omega_QED.cache omega_QCD.cache omega_SM.cache /localscratch/reuter/whizard2.0/trunk/build/whizard-2.0.0_rc1/_inst/var/cache ; \
        elif test -w /afs/physik.uni-freiburg.de/home/reuter/var/cache ; then \
          /usr/bin/install -c -m 644 -c omega_QED.cache omega_QCD.cache omega_SM.cache /afs/physik.uni-freiburg.de/home/reuter/var/cache ; \
        fi
/usr/bin/install: setting permissions for `/afs/physik.uni-freiburg.de/home/reuter/var/cache/omega_SM.cache': No such file or directory
/usr/bin/install: cannot change ownership of `/afs/physik.uni-freiburg.de/home/reuter/var/cache/omega_SM.cache': No such file or directory
make[5]: *** [install-data-local] Error 1
make[5]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/build/whizard-2.0.0_rc1/_build/src/omega/bin'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/build/whizard-2.0.0_rc1/_build/src/omega/bin'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/build/whizard-2.0.0_rc1/_build/src/omega'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/build/whizard-2.0.0_rc1/_build/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/build/whizard-2.0.0_rc1/_build'
make: *** [distcheck] Error 1

So it stumbles in an unsuccessful try to change permissions of a non-existent cache file.

For some strange reason, make -j distcheck (with a different installation goes through. What?

Change History (4)

comment:1 Changed 14 years ago by ohl

Keywords: install AFS added
Milestone: v2.0-rc1
Severity: blockermajor
Version: 2.0beta

That's most likely the source of the permission problems

/afs/physik.uni-freiburg.de/

I had similar issues with setting up a subversion repository for Alex K. in the AFS at Freiburg.

We can not work around local problems that trip up /ur/bin/install. I could use cp and/or leave out the -m 644, but

/usr/bin/install -c -m 644 file writeable-directory

must work.

comment:2 Changed 14 years ago by Juergen Reuter

Right now, I can't reproduce this. We should write a remark into the manual concerning permission problems with AFS directories. Will do that.

There still is the issue when noweb.sty is not installed. Somehow, 'make' doesn't go through.

comment:3 Changed 14 years ago by Juergen Reuter

Resolution: fixed
Status: newclosed

Finally, I think all issued are tackled within r1628. Closing the ticket.

comment:4 Changed 14 years ago by Juergen Reuter

Milestone: v2.0-rc1

Milestone v2.0-rc1 deleted

Note: See TracTickets for help on using tickets.