#1215 make install for dune-localfunctions

Metadata

Property Value
Reported by Martin Rueckl (mrueckl@physik.hu-berlin.de)
Reported at Dec 4, 2012 16:32
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Linux
Last edited by Martin Rueckl (mrueckl@physik.hu-berlin.de)
Last edited at Dec 4, 2012 17:20
Closed by Martin Rueckl (mrueckl@physik.hu-berlin.de)
Closed at Dec 4, 2012 17:20
Closed in version Unknown
Resolution Fixed
Comment Thx :D

Description

Hi dune-team, after building my dune models, i ran into some issue calling:

./dune-common/bin/dunecontrol make install It seems there is a smal glitch in dune/localfunctions/lagrange/qk/Makefile.am. I dont know if this is some autogenerated file, if yes, it might be more complicated. If its not, i solved it by removing the duplicate entry "qklocalcoefficients.hh" : qk_HEADERS = qklocalbasis.hh qklocalcoefficients.hh qklocalinterpolation.hh

my error was something like: /usr/bin/install -c -m 644 qklocalbasis.hh qklocalcoefficients.hh qklocalcoefficients.hh qklocalinterpolation.hh '/home/mrueckl/include/dune/localfunctions/lagrange/qk' /usr/bin/install: will not overwrite just-created /home/mrueckl/include/dune/localfunctions/lagrange/qk/qklocalcoefficients.hh' with qklocalcoefficients.h

hth, Martin