@beliy thank you! New package created: https://aur.archlinux.org/packages/asbru-cm-git/
Search Criteria
Package Details: pacmanager-git 4.5.5.8-11
Git Clone URL: | https://aur.archlinux.org/pacmanager-git.git (read-only, click to copy) |
---|---|
Package Base: | pacmanager-git |
Description: | Perl Auto Connector PAC Manager. GIT version with fixed FreeRDP interface. |
Upstream URL: | https://github.com/perseo22/pacmanager |
Keywords: | pacmanager |
Licenses: | |
Conflicts: | |
Submitter: | figuepluto |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figuepluto |
Votes: | 10 |
Popularity: | 0.000020 |
First Submitted: | 2016-08-04 13:58 |
Last Updated: | 2017-08-23 12:03 |
Dependencies (17)
- glade-perl
- openssh (openssh-hpn-git, openssh-git, openssh-gssapi, openssh-selinux, openssh-hpn)
- perl-crypt-blowfish
- perl-crypt-cbc
- perl-crypt-rijndael
- perl-expect
- perl-gnome2-gconf
- perl-gnome2-vte
- perl-gtk2-ex-simple-list
- perl-gtk2-unique
- perl-io-stty
- perl-io-tty
- perl-net-arp
- perl-socket6
- perl-yaml
- uuid
- git (git-git) (make)
Required by (0)
Sources (3)
figue commented on 2017-11-20 21:24
beliy commented on 2017-11-20 14:54
new fork - https://github.com/asbru-cm/asbru-cm
figue commented on 2017-09-04 11:26
Should work... For your error, it seems: perl-gtk2-unique. Also you have to rebuild uuid and glade_perl (and the rest of perl- packages).
pacman -Qqo '/usr/lib/perl5/vendor_perl' ---> should give you old packages
superspo commented on 2017-09-04 10:52
I can't execute pacmanager anymore, it gives:
Can't locate Gtk2/Unique.pm in @INC (you may need to install the Gtk2::Unique module) (@INC contains: /opt/pac/lib /opt/pac/lib/ex /opt/pac/lib/edit /usr/lib/perl5/5.26/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.26/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.26/core_perl /usr/share/perl5/core_perl) at /opt/pac/lib/PACMain.pm line 46.
BEGIN failed--compilation aborted at /opt/pac/lib/PACMain.pm line 46.
Compilation failed in require at /usr/bin/pac line 62.
BEGIN failed--compilation aborted at /usr/bin/pac line 62.
I Tried to rebuild all modules but it has no effect
itoffshore commented on 2017-06-29 04:11
yaourt -S --asdeps perl-gnome2-gconf glade-perl perl-crypt-blowfish perl-gnome2-vte perl-expect perl-crypt-rijndael perl-gtk2-ex-simple-list perl-io-stty perl-io-tty perl-net-arp perl-yaml perl-crypt-cbc perl-gtk2-unique perl-socket6 uuid
fixes the errors with perl 5.26
KarlFiabeschi commented on 2017-06-07 09:29
@figue
thanks, i used this script https://github.com/BlackArch/blackarch/blob/master/scripts/find-broken-perl-packages.sh to check the broken perl packages.. worked nice..
thanks for your work, It is a shame that pacmanager is a dead project..
figue commented on 2017-06-06 23:45
@KarlFiabeschi please check if you have rebuild all perl packages from AUR to fit to new 5.26. In your case, perl-gtk2-unique is linked to old Perl. But the rest needs to be rebuilld too...
perl-gtk2-unique, uuid, perl-io-tty, perl-io-stty, perl-crypt-rijndael, perl-gnome2-vte, gconf-perl, glade-perl........
Be careful because not all maintainers "workaround" new Perl @INC method, so maybe you need to edit PKGBUILD from some packages and add "export PERL_USE_UNSAFE_INC=1" in build().
KarlFiabeschi commented on 2017-06-06 19:51
xs/Unique.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080)
mmmmmm
figue commented on 2017-02-16 14:30
I had to create perl-gnome2-gconf package, because it's gone in official repos. So in release 4.5.5.8-10 this dependency changed.
If you have any issues upgrading your system, just remove with pacman -Rdd gconf-perl, then install perl-gnome2-gconf and then upgrade pacmanager-git
redbaron commented on 2017-01-20 19:08
@figue Yes, segfault on quit:
PAC finishing (pac) with pid 32073
[1] 32073 segmentation fault (core dumped) LANG=C pac
Thanks for workaround!
Pinned Comments
figue commented on 2016-08-04 22:01
If you have segfaults or weird bugs, first of all rebuild all perl package dependencies and uuid:
'gconf-perl' 'glade-perl' 'perl-crypt-blowfish' 'perl-gnome2-vte' 'perl-expect' 'perl-crypt-rijndael' 'perl-gtk2-ex-simple-list' 'perl-io-stty' 'perl-io-tty' 'perl-net-arp' 'perl-yaml' 'perl-crypt-cbc' 'perl-gtk2-unique' 'perl-socket6' 'uuid'
Then comment, maybe someone could help.