Package Details: compizconfig-python 0.8.18-1

Git Clone URL: https://aur.archlinux.org/compizconfig-python.git (read-only, click to copy)
Package Base: compizconfig-python
Description: Compizconfig bindings for python
Upstream URL: https://gitlab.com/compiz/compizconfig-python/
Licenses: GPL
Conflicts: compizconfig-python-git
Submitter: Barthalion
Maintainer: ShadowKyogre (isseigx)
Last Packager: ShadowKyogre
Votes: 65
Popularity: 0.000000
First Submitted: 2013-07-11 10:41 (UTC)
Last Updated: 2020-04-28 16:07 (UTC)

Latest Comments

1 2 Next › Last »

maxkaspar commented on 2021-12-12 09:00 (UTC) (edited on 2021-12-12 09:40 (UTC) by maxkaspar)

[Edit] Sorry, i had Testing repo enabled by mistake, updated all dependencies for python 3.10, it works fine.

Doesn't build since latets python update in Arch.

Traceback (most recent call last): File "/usr/bin/cython", line 33, in <module> sys.exit(load_entry_point('Cython==0.29.25', 'console_scripts', 'cython')()) File "/usr/bin/cython", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points File "/usr/lib/python3.10/importlib/metadata/init.py", line 919, in distribution return Distribution.from_name(distribution_name) File "/usr/lib/python3.10/importlib/metadata/init.py", line 518, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: No package metadata was found for Cython make[2]: [Makefile:689: compizconfig.c] Error 1 make[2]: Leaving directory '/tmp/trizen-milan/compizconfig-python/src/compizconfig-python-v0.8.18/src' make[1]: [Makefile:480: all-recursive] Error 1 make[1]: Leaving directory '/tmp/trizen-milan/compizconfig-python/src/compizconfig-python-v0.8.18' make: *** [Makefile:389: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: Unable to build compizconfig-python - makepkg exited with code: 4

ShadowKyogre commented on 2019-08-22 18:49 (UTC)

Hey everyone.

Requesting for comaintainers on this package since there's been several circumstances that happened that make it hard to maintain all the packages I normally attend to.

See

https://lists.archlinux.org/pipermail/aur-general/2019-August/035332.html

for more information.

If you're interested in co-maintaining, don't forget to leave a comment (or email me, or toot me on Mastodon).

ShadowKyogre commented on 2016-04-06 14:49 (UTC) (edited on 2016-04-06 14:52 (UTC) by ShadowKyogre)

Heya! Sorry about this comment. While I was hanging around #compiz-reloaded, I heard that it was preferred to release with the tarballs on github. I apologize for the need to update the URLs just after the release notice. If it helps, could I also co-maintain this to make sure it gets updated with the rest of the tarballed PKGBUILDs for Compiz?

Florian commented on 2015-01-09 17:10 (UTC)

According to >http://lists.gnu.org/archive/html/libtool/2006-12/msg00009.html This happens because the `make` command builds in a different prefix than `make install`. This should be fine, since it gets configured with prefix /usr. The command `ldd` confirms that it uses shared libraries in /usr. Tell me if you encounter any problems with the package.

ido commented on 2015-01-09 11:37 (UTC)

This is displayed during the build: libtool: warning: remember to run 'libtool --finish /usr/lib/python2.7/site-packages' Do you need to create a .install and have it do the suggested libtool invocation on postinstall/postupgrade?

martadinata666 commented on 2015-01-08 20:18 (UTC)

new compiz release 0.8.10 here http://www.northfield.ws/projects/compiz/releases/0.8.10/ please update, thx for your coop

Florian commented on 2014-10-18 08:42 (UTC)

You're right, it shouldn't.

korrode commented on 2014-10-17 21:27 (UTC)

(very late response) ./configure shouldn't be in the prepare() function anyway, it should be in build()

J4913 commented on 2014-06-06 17:55 (UTC)

Ah, because it's actually a dependency for prepare(), and I ran `makepkg -o` without `-s`.

Florian commented on 2014-06-06 17:53 (UTC)

No worries.