dlang-community / harbored-mod

A documentation generator for D with support for both DDoc and Markdown.
Boost Software License 1.0
18 stars 14 forks source link

upgrade dependencies #66

Closed wilzbach closed 7 years ago

wilzbach commented 8 years ago
Package dmarkdown can be upgraded from 0.2.1 to 0.2.2.
Use "dub upgrade" to perform those changes.
WARNING: A deprecated branch based version specification is used for the dependency libddoc. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency to use a branch instead.
WARNING: A deprecated branch based version specification is used for the dependency libdparse. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency to use a branch instead.
Performing "debug" build using dmd for x86_64.
dmarkdown 0.2.1: target for configuration "library" is up to date.
experimental_allocator 2.70.0-b1: target for configuration "library" is up to date.
libdparse ~master: target for configuration "library" is up to date.
libddoc ~master: target for configuration "lib" is up to date.
harbored-mod 0.2.0+commit.58.gcb693a7: building configuration "application"...
src/symboldatabase.d(567,9): Error: module rollback_allocator is in file 'dparse/rollback_allocator.d' which cannot be read
import path[0] = src/
import path[1] = ../../../../.dub/packages/dmarkdown-0.2.1/source
import path[2] = ../../../../.dub/packages/libddoc-master/src/
import path[3] = ../../../../.dub/packages/libdparse-master/src/
import path[4] = ../../../../.dub/packages/experimental_allocator-2.70.0-b1/src
import path[5] = /usr/include/dlang/dmd
dmd failed with exit code 1.

upgrading with dub upgrade worked.