Package Details: gnome-perl 1.048-1

Git Clone URL: https://aur.archlinux.org/gnome-perl.git (read-only, click to copy)
Package Base: gnome-perl
Description: Perl bindings for libgnome
Upstream URL: https://metacpan.org/dist/Gnome2
Licenses: LGPL
Submitter: PhotonX
Maintainer: PhotonX (kevr)
Last Packager: PhotonX
Votes: 28
Popularity: 0.000000
First Submitted: 2017-01-25 19:09 (UTC)
Last Updated: 2022-06-04 12:03 (UTC)

Latest Comments

1 2 3 Next › Last »

cpharlok commented on 2019-02-11 22:58 (UTC) (edited on 2019-02-11 23:02 (UTC) by cpharlok)

I had the same problem as @asm0dey, and fixed it. Was a problem with the symbolic link of the libORBit lib. Just get into /usr/lib and delete it:

sudo rm libORBit-2.so.0

Then create it correctly:

sudo ln -s libORBit-2.so.0.1.0 libORBit-2.so.0

NOTE: This works in my system (Manjaro)

PhotonX commented on 2019-02-11 11:08 (UTC)

asm0dey: Looks like a permission problem, could you please give more details on your build environment (do you use an AUR helper? are you building in a clean directory? is orbit2 installed and if so, does the file libORBit-2.so.0 exist on the filesystem and which permissions does it have?)?

asm0dey commented on 2019-02-10 19:23 (UTC)

Can't install this package with error

[ LD blib/arch/auto/Gnome2/Gnome2.so ]
chmod 755 blib/arch/auto/Gnome2/Gnome2.so
"/usr/bin/perl" -MExtUtils::Command -e mkpath blib/lib/Gnome2/
"/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" -MGnome2 podifyenums.pl Gnome2 maps > blib/lib/Gnome2/enums.pod
Can't load 'blib/arch/auto/Gnome2/Gnome2.so' for module Gnome2: libORBit-2.so.0: cannot open shared object file: Permission denied at /usr/lib/perl5/5.28/core_perl/DynaLoader.pm line 193.
 at podifyenums.pl line 0.
Compilation failed in require.
BEGIN failed--compilation aborted.
make: *** [Makefile:1671: blib/lib/Gnome2/enums.pod] Error 2

PhotonX commented on 2018-08-23 06:35 (UTC)

xiretza, see my discussion on this topic with Vrakfall in https://aur.archlinux.org/packages/perl-gtk2-unique/?O=10&PP=10

xiretza commented on 2018-08-22 18:22 (UTC) (edited on 2018-08-22 18:23 (UTC) by xiretza)

Please bump pkgrel for perl 5.28 rebuild.

Edit: same applies to all your other perl packages.

eest commented on 2018-07-18 17:40 (UTC)

@PhotonX: Ah, makes sense, thanks for the explanation :).

PhotonX commented on 2018-07-17 21:43 (UTC)

@eest: That's because somebody reported that the source files weren't downloading, so I checked out what was happening and had the impression that somehow the source files were changed and the checksums need to be updated.

Turned out that it was just sourceforge having some server problems and the files which I was downloading and whose checksums I entered were just some error pages. So I reverted the checksums as soon as I realized what was happening.

eest commented on 2018-07-17 19:42 (UTC)

Why was the checksum for the upstream source modified for a short duration at 2018-03-03? I noticed the same happened for the gnomecanvas-perl package.

PhotonX commented on 2017-07-14 05:06 (UTC)

@SlingShotSuicide: See two comments below yours. ;) This is a problem with gnomecanvas-perl which needs a rebuild after perl update. But I already bumped gnomecanvas-perl to force a rebuild. If for some reason this didn't work for you, please reinstall gnomecanvas-perl manually.

SlingShotSuicide commented on 2017-07-13 22:27 (UTC)

@PhotonX: You're probably already on this, but I'm getting a failure on the build for mismatch between Perl bins and GnomeCanvas.c ==> Starting build()... xs/GnomeCanvas.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080) Engineer<~>$ perl --version This is perl 5, version 26, subversion 0 (v5.26.0) built for x86_64-linux-thread-multi If you aren't aware, or need more info, please let me know.