Opened 13 years ago
Closed 13 years ago
#440 closed defect (fixed)
installcheck fails with: "svndigest does not support --version"
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | minor | Milestone: | svndigest 0.8 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
check is called from distcheck
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Seems like the problem is in this block in OptionVersion?:
cs << "using libplplot "; plstream pls; char* plplot_version; pls.gver(plplot_version); cs << plplot_version << "\n";
Note: See
TracTickets for help on using
tickets.
svndigest --version
gives an bus error on an installed binary but not when running in builddir.