[Bug 283654] databases/memcached does not build due to dependency error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 12:22:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283654 Bug ID: 283654 Summary: databases/memcached does not build due to dependency error Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bofh@freebsd.org Reporter: xavier@groumpf.org Flags: maintainer-feedback?(bofh@freebsd.org) Assignee: bofh@freebsd.org ust tried to update databases/memcached. It requires and tries to build py311-lxml5-5.3.0, but an error occurs : [root@numenor memcached]# make all ===> memcached-1.6.34 depends on executable: xml2rfc - not found ===> Staging for py311-xml2rfc-3.24.0 ===> py311-xml2rfc-3.24.0 depends on package: py311-lxml5>=5.3.0 - not found ===> Installing for py311-lxml5-5.3.0 [...] ===> py311-lxml5-5.3.0 conflicts with installed package(s): py311-lxml-4.9.3 They install files into the same place. You may want to stop build with Ctrl + C. ===> Checking if py311-lxml5 is already installed ===> Registering installation for py311-lxml5-5.3.0 as automatic Installing py311-lxml5-5.3.0... pkg-static: py311-lxml5-5.3.0 conflicts with py311-lxml-4.9.3 (installs files into the same place). Problematic file: /usr/local/lib/python3.11/site-packages/lxml/ElementInclude.py *** Error code 1 However, py311-lxml-4.9.3 is requires by other ports : [root@numenor memcached]# pkg query %ro py311-lxml-4.9.3 print/py-fonttools www/py-beautifulsoup Which do not build (I tried) with py311-lxml5-5.3.0. The first can be rebuilt without LXML option, but the second has no options to change Regards, Xavier -- You are receiving this mail because: You are the assignee for the bug.