Skip to content

r65998 build error. share/Rd/macros/*: No such file or directory

3 messages · Duncan Murdoch, Scott Kostyshak

#
As of r65998 I'm getting
/usr/bin/install: cannot stat
?/home/scott/rbuilds/r-devel/repo/share/Rd/macros/*?: No such file or
directory

Commenting out the newly added

        @for f in $(srcdir)/Rd/macros/*; do \
          $(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/Rd/macros"; \
        done

in share/Makefile.in
fixes compilation for me.

I'm on Ubuntu 13.10. My configure output is here:
https://www.dropbox.com/s/srwa1mbzesvvq5v/configure
my make output is here:
https://www.dropbox.com/s/q7ylkw00re7riaf/make
and my config.log is here:
https://www.dropbox.com/s/0w09zhds9q6253n/config.log

Scott


--
Scott Kostyshak
Economics PhD Candidate
Princeton University
#
On 22/06/2014, 5:07 PM, Scott Kostyshak wrote:
Just a missed commit, now fixed.

Duncan Murdoch
#
On Sun, Jun 22, 2014 at 11:16 AM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
Thanks Duncan,

Scott


--
Scott Kostyshak
Economics PhD Candidate
Princeton University