Scott Kostyshak
2014-Jun-22 15:07 UTC
[Rd] r65998 build error. share/Rd/macros/*: No such file or directory
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
Duncan Murdoch
2014-Jun-22 15:16 UTC
[Rd] r65998 build error. share/Rd/macros/*: No such file or directory
On 22/06/2014, 5:07 PM, Scott Kostyshak wrote:> 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.logJust a missed commit, now fixed. Duncan Murdoch