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: 59
Popularity: 0.000012
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 »

dracorp commented on 2015-05-28 21:18 (UTC)

@atomsvote: these are only metadata, they do not directly affect the process of building.

swiftgeek commented on 2015-05-28 13:44 (UTC)

• Still works fine on 3.x line • Read README again, notice that it was made whole eons ago - last tested with perl 5.10! • Provide logs I have only minor issues (warnings) with archlinux repo's wxgtk and audacity not being compiled against 3.x (had to rebuild it manually - so now there is no wxgtk2.8 on my system, x86_64 to be exact)

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?