xkaraman left a comment (kamailio/kamailio#4241)
> Also, for some reason on Alpine Linux does not work
>
> ```
> # cmake --build build --verbose --target dbschema
> Change Dir:
> '/home/build/kamailio/pkg/kamailio/alpine/src/kamailio-6.0.1/build'
>
> Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f
> Makefile dbschema
> gmake: *** No rule to make target 'dbschema'. Stop.
> ```
>
> But the next commands was successful.
>
> ```
> cmake --build build --verbose
> cmake --build build --verbose --target man
> ```
>
> Some build deps are probably missing. It will be fine to generate an error
> message if not all deps are present for `dbschema` target. Like
>
> > error: missing "xmltool", cannot generate dbschema
Yep, `libxslt` package must be missing. The error here is that there is no
`dbschema` define at all since it's only available if the xsml tool are
avalaible on configure.
There should have been a `status` line on configuring that says this `xsltproc
is not found. Skip dbschema target.` Maybe i can promote it to warning for
better visibility.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4241#issuecomment-3196345107
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4241/3196345...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!