Victor Seva

Results 105 comments of Victor Seva

> If you scroll down to [Special Cases](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html), you can see that it describes what you want. I may have an error on how it's evaluating the path, I'll look...

Is not just me... just grep ``cfg_target`` in ``pkg/``. It's a must for packaging. ![image](https://github.com/user-attachments/assets/da798d63-c590-4ea7-b5ed-a2231e595dc4)

> > Is not just me... just grep `cfg_target` in `pkg/`. It's a must for packaging. > > OK, can you try with this [a08da7b](https://github.com/kamailio/kamailio/commit/a08da7b34b01f4b0a579fbfdc141bf2944613736) changes or did you already...

> See 1 about the rest of the options. I am not sure what is the correct usage of the quotes here, but I believe the same applies. Anyhow, I...

``` Setting up xsltproc (1.1.35-1.1+b1) ... ``` but still I get this error: ``` CMake Warning at cmake/modules-docs.cmake:9 (message): xsltproc or lynx not found but required for doc generation. ```...

> the cmake error noted here is the missing Berkeley db libraries. are those installed? ``` (unstable-amd64-sbuild)root@debrock:/build/kamailio-YmzKKQ# dpkg -L libdb5.3-dev /. /usr /usr/include /usr/include/db.h /usr/include/db_185.h /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libdb-5.3.a /usr/share /usr/share/doc...

``` Setting up libphonenumber8:amd64 (8.13.51+ds-4) ... ``` ``` CMake Error at /usr/lib/x86_64-linux-gnu/cmake/libphonenumber/libphonenumber-targets.cmake:118 (message): The imported target "libphonenumber::phonenumber" references the file "/usr/lib/x86_64-linux-gnu/libphonenumber.a" but this file does not exist. Possible reasons include:...

just in case you're wandering, the dev package is installed too ``` (unstable-amd64-sbuild)root@debrock:/build/kamailio-oOi7Im# dpkg -L libphonenumber-dev /. /usr /usr/include /usr/include/phonenumbers /usr/include/phonenumbers/asyoutypeformatter.h /usr/include/phonenumbers/base /usr/include/phonenumbers/base/basictypes.h /usr/include/phonenumbers/base/logging.h /usr/include/phonenumbers/base/memory /usr/include/phonenumbers/base/memory/scoped_ptr.h /usr/include/phonenumbers/base/memory/singleton.h /usr/include/phonenumbers/base/memory/singleton_boost.h /usr/include/phonenumbers/base/memory/singleton_posix.h /usr/include/phonenumbers/base/memory/singleton_stdmutex.h...

here is where the debian maintainer removed static files https://salsa.debian.org/debian/libphonenumber/-/commit/ae644645da0fc5f6958430aae734df4c8c7f3e70

how can ``ip6f`` be NULL and ``ip_frag != 0 && ip_ver == 6`` if we have at https://github.com/irontec/sngrep/blob/master/src/capture.c#L590-L606 ``` #ifdef USE_IPV6 case 6: ip_hl = sizeof(struct ip6_hdr); ip_proto = ip6->ip6_nxt;...