Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.5 Installer Makefile: Fails with dependency on removed file, schema_dv_mdb_copies.xml #7891

Closed
kcondon opened this issue May 20, 2021 · 1 comment · Fixed by #7896
Closed

Comments

@kcondon
Copy link
Contributor

kcondon commented May 20, 2021

The 5.5 make file fails with this error:
copying jhove schema file
/bin/cp ../../conf/jhove/jhoveConfig.xsd dvinstall
make: *** No rule to make target ../../conf/solr/8.8.1/schema_dv_mdb_copies.xml', needed by dvinstall/schema.xml'. Stop.

This is apparently due to a dependency on the recently removed schema_dv_mdb_copies.xml, see #7865 . This was manually fixed by temporarily adding back the file to produce the 5.5 dvinstall.zip but the dependency needs to be fixed/removed.

@pdurbin
Copy link
Member

pdurbin commented May 20, 2021

Less critical but on topic is that schema_dv_mdb_copies.xml also appears in the dev guide and the curl command highlighted in blue below from https://guides.dataverse.org/en/5.5/developers/dev-environment.html#install-solr will fail.

Screen Shot 2021-05-20 at 2 17 09 PM

We might as well fix both in the same pull request, I'm thinking.

@pdurbin pdurbin self-assigned this May 24, 2021
@pdurbin pdurbin removed their assignment May 24, 2021
kcondon added a commit that referenced this issue May 28, 2021
remove refs to schema_dv_mdb_copies.xml #7891
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants