Package Details: perl-wx 0.9932-6

Git Clone URL: https://aur.archlinux.org/perl-wx.git (read-only, click to copy)
Package Base: perl-wx
Description: Interface to the wxWidgets cross-platform GUI toolkit
Upstream URL: https://metacpan.org/dist/Wx
Licenses: GPL, PerlArtistic
Submitter: None
Maintainer: swiftgeek
Last Packager: swiftgeek
Votes: 60
Popularity: 0.001525
First Submitted: 2007-09-20 07:29 (UTC)
Last Updated: 2023-02-08 12:29 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 14 Next › Last »

atomsvote commented on 2015-05-28 13:33 (UTC)

Hi, I also had the failed test problem when building this package on a new clean distribution, the problem is related to wxgtk version: depends=( wxgtk ) wxgtk is now version 3.0.2-4(https://www.archlinux.org/packages/extra/i686/wxgtk/) but perl-wx is only tested wit wxgtk 2.8 or 2.9 (http://cpansearch.perl.org/src/MDOOTSON/Wx-0.9927/README.txt) So in order to build this you need to change wxgtk version to the follow: depends=( wxgtk2.8 ) You need to change this on this package and perl-alien-wxwidgets dependency In order to build this you must need to remove wxgtk, install wxgtk2.8 and rebuild perl-alien-wxwidgets(don't forget to change the version of wxgtk), then rebuild this package. @Reded can you confirm if this work for you ?

dracorp commented on 2015-05-20 15:19 (UTC)

Thx swiftgeek, I forgot about this.

swiftgeek commented on 2015-05-20 09:00 (UTC)

And [ -z "$DISPLAY" ] && makedepends+=('xorg-server-xvfb') to make sure user has it if it will be needed (I made similar changes to perl-wx-glcanvas if you would like to compare)

bugrepoter2814 commented on 2015-05-18 01:43 (UTC)

This is what i get as one of the errors, before the test report (mine is the same as Reded) The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8) It might be relevant

Reded commented on 2015-05-17 22:48 (UTC)

local/perl 5.20.2-1 (base) A highly capable, feature-rich programming language latest as far as I can see! I'll try in a TTY and see how that goes.

dracorp commented on 2015-05-17 16:01 (UTC)

@Reded: So you can tray to compile the package without X. But it is strange for me. Just out of curiosity, what's your version of perl?

Reded commented on 2015-05-17 15:46 (UTC)

I'm still failing to build this - getting this error - https://paste.linuxdistrocommunity.com/view/fdca6d5b I'm running Enlightenment, some people mentioned tiling wm's so maybe it's my wm messing things up? I'll try again later on with Openbox.

dracorp commented on 2015-05-13 19:34 (UTC)

I could not compile the package because I had set PERL5LIB, so if you have problems then unset this env.