Search Criteria
Package Details: searxng-git r8494.5986629-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/searxng-git.git (read-only, click to copy) |
---|---|
Package Base: | searxng-git |
Description: | A privacy-respecting, hackable metasearch engine |
Upstream URL: | https://searxng.github.io/searxng/ |
Licenses: | AGPL-3.0-or-later |
Conflicts: | searx, searx-git |
Provides: | searxng |
Submitter: | HLFH |
Maintainer: | HLFH |
Last Packager: | HLFH |
Votes: | 13 |
Popularity: | 0.85 |
First Submitted: | 2021-09-29 10:43 (UTC) |
Last Updated: | 2025-03-24 13:41 (UTC) |
Dependencies (5)
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, redictAUR, valkey)
- uwsgi
- uwsgi-plugin-python
- git (git-gitAUR, git-glAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »
flylightning commented on 2024-11-26 01:17 (UTC)
Now also need
python-isodate
package dependency, see this commit: https://github.com/searxng/searxng/commit/0253c10b522fe2e8206db78e37066771ce90cf92#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552morsmortium commented on 2024-11-05 06:04 (UTC)
Oops, commented under wrong package
morsmortium commented on 2024-11-04 11:17 (UTC) (edited on 2024-11-04 11:17 (UTC) by morsmortium)
Does not build, full log: https://0x0.st/XG60.txt
backd00r commented on 2024-10-30 15:09 (UTC)
Fresh build broken as of today - Internal Server Error Found this error: ModuleNotFoundError: No module named 'msgspec'
Tried to workaround by installing the missing component to get this error: ==> ERROR: A failure occurred in check(). Aborting... error: failed to build 'python-msgspec-0.18.6-3': error: packages failed to build: python-msgspec-0.18.6-3
AlexBocken commented on 2024-10-19 14:37 (UTC)
I can confirm @flylightning's issue. Installing the two dependencies fixed the issue for me
flylightning commented on 2024-10-06 22:33 (UTC) (edited on 2024-10-06 22:48 (UTC) by flylightning)
I got searxng error today
Internal Server Error
with log errorModuleNotFoundError: No module named 'pydantic'
andModuleNotFoundError: No module named 'typer'
. It seems searxng added new package dependenciespython-typer
andpython-pydantic
for a new favicon feature, see this commit: https://github.com/searxng/searxng/commit/7ab577a1fba43578b77f56b76275d0e65d03b318#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552. Sosudo pacman -S python-typer python-pydantic
fix the issue for me. It would be nice ifpython-typer
andpython-pydantic
can be added as depends in PKGBUILD.EDIT: Something like
sudo systemctl restart emperor.uwsgi.service
to restart searxng is also needed after install python-typer and python-pydantic.HLFH commented on 2024-05-06 08:01 (UTC) (edited on 2024-05-06 08:06 (UTC) by HLFH)
I have bumped
searxng-git
, so it can be built against Python 3.12.I have also bumped python packages that I maintain, and I have flagged out-of-date third-party python packages that have not been bumped.
I also advise to install
rebuild-detector
to rebuild all required python packages that have not been bumped:stef204 commented on 2024-05-05 14:24 (UTC) (edited on 2024-05-05 14:29 (UTC) by stef204)
@krs
Thanks. I had rebuilt the AUR deps I found (listed above) but apparently it wasn't enough; or maybe some nested deps inside the "dependency tree", needed rebuilding.
I have now used
checkrebuild
and just manually rebuilt what was listed there and have been able to upgradepython-httpcore
to latest version andsearxng-git
seems to be working.Makes sense to use that
checkrebuild
tool systematically.krs commented on 2024-05-05 11:50 (UTC)
Just chiming in to say that manually rebuilding everything listed by
checkrebuild
fixed the issues for me, so thanks for that suggestion @flylightning. And I did not have to downgradepython-httpcore
myself.1.0.5-1
is installed and working fine.stef204 commented on 2024-05-04 00:28 (UTC) (edited on 2024-05-04 05:36 (UTC) by stef204)
Yes I have rebuilt all AUR packages which are dependencies of
searxng-git
as far as I can tell. And the rest of the python deps should have been taken care of by "bumps" in official packages. And I have rebuiltsearxng-git
against these (all of this before posting here.) No joy, unfortunately.Edit: following your recommendation to downgrade
python-httpcore
to0.17.3
did the trick. It now works, thanks. I had downgraded it at first but not that far back.python-httpcore
most recent/official version is1.0.5-1
so something seems amiss either upstream or this package needs a patch?« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »