Package Details: gnome-python 2.28.1-14

Git Clone URL: https://aur.archlinux.org/gnome-python.git (read-only, click to copy)
Package Base: gnome-python
Description: Legacy PyGNOME Python 2 extension module
Upstream URL: http://www.pygtk.org/
Licenses: LGPL
Conflicts: python2-gconf
Provides: python2-gconf
Submitter: twa022
Maintainer: patlefort
Last Packager: patlefort
Votes: 14
Popularity: 0.000000
First Submitted: 2019-06-23 01:34 (UTC)
Last Updated: 2023-07-07 09:26 (UTC)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-07-07 11:52 (UTC)

Thank you!

patlefort commented on 2023-07-07 09:27 (UTC)

I also updated the description to make it more clear.

MarsSeed commented on 2023-07-07 07:48 (UTC)

Please kindly add python2 as depends. Mainly for information purposes. It is not at all obvious that this is a Python 2 bindings library and not a Python 3 one.

schrmh commented on 2023-02-26 12:00 (UTC) (edited on 2023-02-26 12:01 (UTC) by schrmh)

Took me a while (I used clean-chroot-manager and had to ccm s a bunch of packages.. is there a way to automatically build dependencies from the AUR?) and you are right...

Was about to write what to do now but turns out that makepkg -csi worked to let pygtk create the file (from the description I thought that -c cleans leftovers after build so threre shouldn't have been a difference, huh?).
Well, now I got gnome-python installed.

patlefort commented on 2023-02-24 21:29 (UTC)

I tested in a clean chroot and I can confirm that pygtk generate that file. Can you try cleaning everything (build directory, source files) and rebuild fresh?

schrmh commented on 2023-02-24 20:09 (UTC)

Yeah, I tried the AUR one first. I used paru but now tried it again with makepkg -si and I still don't get the file.

patlefort commented on 2023-02-24 14:48 (UTC)

How did you install it? I'm using pygtk package from the AUR which does generate it.

schrmh commented on 2023-02-24 14:20 (UTC)

Yep, I also looked at the newest pygtk version (https://download.gnome.org/sources/pygtk/2.24/) and it looks like that file doesn't exist anymore in the archives.

patlefort commented on 2023-02-24 10:33 (UTC)

/usr/share/pygtk/2.0/defs/gdk-types.defs that file is part of pygtk. Can you check if it's installed and maybe try to reinstall it?

schrmh commented on 2023-02-24 10:04 (UTC)

&& cp gen-gnome.c gnome.c \
&& rm -f gen-gnome.c
Traceback (most recent call last):
  File "/usr/share/pygobject/2.0/codegen/codegen.py", line 1722, in <module>
    sys.exit(main(sys.argv))
  File "/usr/share/pygobject/2.0/codegen/codegen.py", line 1680, in main
    p.startParsing()
  File "/usr/share/pygobject/2.0/codegen/scmexpr.py", line 113, in startParsing
    for statement in statements:
  File "/usr/share/pygobject/2.0/codegen/scmexpr.py", line 27, in parse
    fp = open(filename, 'r')
IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gdk-types.defs'
make[2]: *** [Makefile:721: gnome.c] Error 1
make[2]: Leaving directory '/home/duda/PKGBUILDs/gnome-python/src/gnome-python-2.28.1/gnome'
make[1]: *** [Makefile:450: all-recursive] Error 1
make[1]: Leaving directory '/home/duda/PKGBUILDs/gnome-python/src/gnome-python-2.28.1'
make: *** [Makefile:353: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...