Chris Mayo
Chris Mayo
My latest guess is that it is the Arch patch that although it fixes compilation (FreeCAD needs something here for 6.7), is causing the problems, or at least not fixing...
Neither FreeCAD main or releases/FreeCAD-0-21 compile with Pyside6 6.7.0 because of this commit: https://code.qt.io/cgit/pyside/pyside-setup.git/commit/?id=5d05065b57f5e37c2229ff6a2d98d936c5c7f2bb which included changing Shiboken::Module: ```diff -PyTypeObject **getTypes(PyObject *module) +TypeInitStruct *getTypes(PyObject *module) ``` with the new struct;...
I think we established that a URL has to be specified, then `internlinks`, as well as `--ignore-url` is available.
#750 makes redirection a warning and includes the status code and reason in the message.
LinkChecker 10.2.0 copes with a %5C fine for me. Worth rechecking with the latest version, and if it still fails looking at `-Dall` output.
Looking into the code: https://github.com/linkchecker/linkchecker/blob/4a75a116d685c29b43392c0244a133faf3842f87/linkcheck/url.py#L333-L340
Default Apache config returns 404 for "URLs which contain encoded path separators (%2F for / and additionally %5C for \ on accordant systems)" https://httpd.apache.org/docs/current/mod/core.html#allowencodedslashes
Even on my all local setup systemd complains at start-up with Type=forking: ``` systemd[1]: dbmail-imapd.service: PID file /run/dbmail/dbmail-imapd.pid not readable (yet?) after start: No such file or directory ``` but...
Because the change was first released in shiboken6 6.7.0 https://code.qt.io/cgit/pyside/pyside-setup.git/commit/?id=5d05065b57f5e37c2229ff6a2d98d936c5c7f2bb OK for me personally and I guess it is the only opensource version supported by the Qt Company but maybe...
Thanks, even from the app-crypt/libsecret directory it still tries to check all packages. Seems to be something up with my normal working copy - I'll keep investigating. I've made another...