As part of my work on the Emacsmirror, I try to ensure that all dependencies of mirrored packages are satisfied by other mirrored (or built-in) packages.
While looking at malabar-mode's unsatisfied dependencies, I noticed that many of those features are only required by files inside src.old/. I recommend that you remove that directory and instead keep those files only on a git branch. Alternatively you could add the file src.old/.nosearch. That would keep some tools, including mine, from looking in that directory.
But there also are some features that are required by files in src/ which aren't provided by any mirrored or built-in packages: semantic/db-javap and ede/maven2. Maybe these libraries have disappeared from the packages that used to provide them? Else please point me to the packages that are (still) providing them.
As part of my work on the Emacsmirror, I try to ensure that all dependencies of mirrored packages are satisfied by other mirrored (or built-in) packages.
While looking at
malabar-mode
's unsatisfied dependencies, I noticed that many of those features are only required by files insidesrc.old/
. I recommend that you remove that directory and instead keep those files only on a git branch. Alternatively you could add the filesrc.old/.nosearch
. That would keep some tools, including mine, from looking in that directory.But there also are some features that are required by files in
src/
which aren't provided by any mirrored or built-in packages:semantic/db-javap
andede/maven2
. Maybe these libraries have disappeared from the packages that used to provide them? Else please point me to the packages that are (still) providing them.Thanks!