Carlos Eduardo

Results 10 comments of Carlos Eduardo

@bzgec This is the cat of my temperature file: ``` cat /sys/class/hwmon/hwmon1/temp1_input -------------------------------------------------------------------- 40000 ``` I tried your find command and filtered files that value equals to my /sys/class/hwmon/hwmon1/temp1_input. I...

@ahesford > * Are all of these shared libs really necessary for linking by other packages? If not, leave them out of `common/shlibs`. Done. > * One commit per package,...

> > I need to get the python version from the upstream repo and pass it to configure_args > > see https://github.com/void-linux/void-packages/blob/master/Manual.md#python-packages thx, now I'm using the py3_ver var.

Should I specify python3 on depends of Orthanc-Python? It don't explicity depends, but if it's compiled with python 3.10, as example, you cannot use it with python 3.11, as you...

> No, just depend on `python3`. We only support one version of py3 in the repository and I bump _every_ Python package when we do a minor version jump. Of...

Now all the packages are building successfully on my local. I'll try to cross build to the others archs now.

> > version hold by user > > This is already covered by dynamic linking tracking, look for `SONAME: libpython3.10.so.1.0 python3>=3.10.0_1` in build log. Ahh okay, so don't I need...

I marked all packages (except civetweb) since dcmtk, a dependency of Orthanc, need running some code on target arch to generate a header for crossbuild. It can be done running...

I just updated Orthanc and Orthanc-DicomWeb to upstream version and made a change o Orthanc template accordingly Orthanc documentation. Also I tested the build on native aarch64 and everything seems...

I also have been using lockbox on wireshark dissectors and I have made a patch to workaround with this problem. I have only tested it with DES + CBC, but...