Package Details: conan 2.2.2-1

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
Licenses: MIT
Conflicts: conan1
Submitter: suridaj
Maintainer: suridaj
Last Packager: suridaj
Votes: 67
Popularity: 0.005627
First Submitted: 2016-08-21 01:35 (UTC)
Last Updated: 2024-04-11 20:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

suridaj commented on 2019-11-30 11:58 (UTC) (edited on 2019-11-30 11:58 (UTC) by suridaj)

@Kuznetsss, after upgrading to Python 3.8 you should rebuild all packages from AUR. Please rebuild python-pluginbase and let me know if it helped.

Kuznetsss commented on 2019-11-30 11:53 (UTC) (edited on 2019-11-30 11:53 (UTC) by Kuznetsss)

I have error with latest version:

Traceback (most recent call last):
  File "/usr/bin/conan", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3252, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pluginbase>=0.5' distribution was not found and is required by conan

DaanDeMeyer commented on 2019-10-10 11:21 (UTC)

Everything works perfectly now. Thanks for the quick response!

suridaj commented on 2019-10-09 10:22 (UTC)

Thank you @DaanDeMeyer, please see if you can build it now.

DaanDeMeyer commented on 2019-10-07 17:27 (UTC)

With the removal of packages from base, building the package now fails because of several missing dependencies:

  • patch is no longer in base and should be added as a make dependency.
  • fakeroot is in base-devel but I didn't have it installed. I'd still prefer it to be added as a make dependency but I can understand if you don't want to add stuff from base-devel as a dependency.

suridaj commented on 2019-10-03 16:36 (UTC) (edited on 2019-10-03 16:38 (UTC) by suridaj)

I'm pushing further updates to Conan with an eye out for new python-urllib3.

suridaj commented on 2019-09-25 09:25 (UTC)

Conan 1.18.5 is out with a bugfix which bloxks the new urllib3, from release notes: "Bugfix: A bug (https://github.com/urllib3/urllib3/issues/1683) in urllib3 caused bad encoded URLs causing failures when using any repository from Bintray, like conan-center. (#5801 https://github.com/conan-io/conan/pull/5801)" I have decided not to update the PKGBUILD until we see what Arch does with the new python-urllib3 1.25.5.

libreliu commented on 2019-07-25 12:32 (UTC)

The regression is solved, thanks!

suridaj commented on 2019-07-25 10:02 (UTC)

@libreliu, thanks for the heads-up. 1.17.1 is up. Please see if the regression is solved.

libreliu commented on 2019-07-25 09:42 (UTC)

Conan is having a regression problem at 1.17.0, and they've released 1.17.1 to solve the problem. Thanks for packaging, better if the package can be updated soon.