Search Criteria
Package Details: conan 2.28.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/conan.git (read-only, click to copy) |
|---|---|
| Package Base: | conan |
| Description: | A distributed, open source, C/C++ package manager. |
| Upstream URL: | https://conan.io |
| Keywords: | conan |
| Licenses: | MIT |
| Conflicts: | conan1 |
| Submitter: | suridaj |
| Maintainer: | jkl |
| Last Packager: | jkl |
| Votes: | 78 |
| Popularity: | 0.81 |
| First Submitted: | 2016-08-21 01:35 (UTC) |
| Last Updated: | 2026-05-09 18:55 (UTC) |
Dependencies (14)
- python-colorama (python-colorama-gitAUR)
- python-dateutil (python-dateutil-gitAUR)
- python-distro
- python-fasteners (python-fasteners-gitAUR)
- python-jinja
- python-patch-ng
- python-requests
- python-urllib3
- python-yaml (python-yaml-gitAUR)
- patch (patch-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (14)
- audacity-local-git (make)
- audacium (make)
- behaviortree-cpp-git (make)
- cmake-init-git (optional)
- curse_downloader_qt (make)
- kth-node (make)
- libarcus-git (make)
- openstudioapplication (make)
- python-endstone-git (make)
- python-tensorrt-llm (make)
- redisearch (make)
- rigsofrods-git (make)
- sfptool (make)
- ue4cli-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 14 Next › Last »
Petkr commented on 2024-06-14 12:51 (UTC)
The package still seems to have a dependency on
python-setuptools.I get:
suridaj commented on 2024-06-11 08:16 (UTC) (edited on 2024-06-11 08:19 (UTC) by suridaj)
Thank you @ravenexp for reporting and for the proposed patch. Your changes appear to work. Before pulling them, first I would like to carefully go through the raised Conan issue to avoid any future gotchas. In particular, it seems we will be able to package 2.4.1 using the --wheel flag, thanks to your comments in their issue tracker.
ravenexp commented on 2024-06-09 14:28 (UTC) (edited on 2024-06-09 14:29 (UTC) by ravenexp)
Upstream issue related to the comment below: https://github.com/conan-io/conan/issues/16436
I tried switching to the PEP 517 packaging procedure as described here:
https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)
and it seemed to help to resolve the issue as long as the recommended
--wheelflag is NOT used withpython -m build. My patch is below:ravenexp commented on 2024-06-09 12:09 (UTC)
conan-2.4.0-1 packages and installs all its unit tests. It's hardy the intended behavior.
suridaj commented on 2024-05-30 18:54 (UTC)
Thank you FirstAirBender for handling the 2.3.2 in my absence and for unborking the detached HEAD state.
rubin55 commented on 2024-05-29 21:22 (UTC) (edited on 2024-05-29 21:25 (UTC) by rubin55)
Package seems broken due to missing dependency:
Ah I figured it out. This is due to recentish upgrade to Python 3.12. Various AUR packages I have, have not been rebuilt for 3.12, so site-packages dir still in /usr/lib/python3.11, which can't be used/not-found by 3.12. I'll go rebuild a lot of things..
a821 commented on 2024-05-12 07:47 (UTC)
@suridaj: The AUR git repo is in a detached HEAD state. A solution is
git switch -c master HEAD && git push origin masterwithin a fresh clone ofssh://aur@aur.archlinux.org/conan.git(this is to avoid potential issues with a broken local repo).suridaj commented on 2024-04-23 13:13 (UTC)
Sorry for not answering earlier. I am currently without access to my Arch machine. Will try to fix this ASAP.
silverhikari commented on 2024-04-22 17:03 (UTC) (edited on 2024-04-22 17:03 (UTC) by silverhikari)
@jkl @evorster getting the same issue with headless clone with no master/main branch(both using yay and doing git clone in the .cache/yay/ directory, doing rm -r on the conan folder each time) though wondering if it is an issue with using an older pacman version?
jkl commented on 2024-04-15 03:41 (UTC) (edited on 2024-04-15 03:45 (UTC) by jkl)
@evorster @suridaj Hmm weird because the PKGBUILD works fine for me with the original URL, perhaps it is hitting an anti-DDOS captcha in some cases and may be worth changing. That is however a different problem then the aforementioned issue with the broken git master branch. Do a clean
git clone https://aur.archlinux.org/conanto see the error.« First ‹ Previous 1 2 3 4 5 6 7 .. 14 Next › Last »