Search Criteria
Package Details: python2-gobject2 2.28.7-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-gobject2.git (read-only, click to copy) |
---|---|
Package Base: | python2-gobject2 |
Description: | Legacy Python 2 bindings for GObject |
Upstream URL: | https://wiki.gnome.org/Projects/PyGObject |
Licenses: | LGPL |
Conflicts: | pygobject2-devel |
Provides: | pygobject2-devel |
Replaces: | pygobject2-devel |
Submitter: | jelly |
Maintainer: | PhotonX |
Last Packager: | PhotonX |
Votes: | 43 |
Popularity: | 4.93 |
First Submitted: | 2021-01-10 11:33 (UTC) |
Last Updated: | 2021-10-23 19:51 (UTC) |
Latest Comments
jdarnold commented on 2022-01-11 16:29 (UTC)
FWIW, it works for me okay
boredhero commented on 2021-11-18 20:14 (UTC) (edited on 2021-11-18 20:15 (UTC) by boredhero)
@PhotonX Config.h is not present
PhotonX commented on 2021-11-15 21:53 (UTC)
I don't understand what is happening here. It is reporting
but then it doesn't find config.h:
Could you please check if the config.h file is there after the failed build?
boredhero commented on 2021-11-15 20:03 (UTC)
@PhotonX yes I am.
PhotonX commented on 2021-11-02 15:08 (UTC)
@boredhero: Sorry for late reply. I cannot reproduce it here. Are you using an up to date Arch install?
boredhero commented on 2021-10-31 19:41 (UTC)
Build error
Pippip19 commented on 2021-10-27 16:05 (UTC)
@PhotonX thanks, not sure why this was missing from my base-devel installation.
PhotonX commented on 2021-10-27 13:55 (UTC)
@Pippip19: It's in base-devel, so it is expected to be installed if you are building AUR packages: https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites
Pippip19 commented on 2021-10-27 09:35 (UTC)
Should autoconf be listed as a dependency? (see line 29 of PKGBUILD)
PhotonX commented on 2021-10-23 19:46 (UTC)
@dreieck: Thanks for the report! According to https://pygobject.readthedocs.io/en/latest/packagingguide.html it is indeed a dependency. I wonder, does any AUR helper or similar app act differently depending on whether a dependency is direct or indirect. I guess, the package needs a bump in any case to get rebuilt, though...
dreieck commented on 2021-10-23 19:09 (UTC)
I got an error
ImportError: could not import gobject (error was: 'libffi.so.7: cannot open shared object file: No such file or directory')
(libffi
was updated to version 8//usr/lib/libffi.so.8
) when running a software usingpython2-gobject2
. It could be resolved by recompilingpython2-gobject2
.So it seems that
python2-gobject2
also directly depends onlibffi
, not only indirectly viaglib2
.So I suggest to explicitly add
libffi
as dependency because of this direct dependency.Thanks for having adopted this package!
PhotonX commented on 2021-06-19 15:58 (UTC)
Adopted, just to make sure that it won't get deleted at some point. ;)