I have errors building wxlua. Both from PKGBUILD and the hint three comments down.
http://sprunge.us/SeVK
Search Criteria
Package Details: wxlua 3.2.0.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wxlua.git (read-only, click to copy) |
|---|---|
| Package Base: | wxlua |
| Description: | Lua bindings for wxWidgets (Lua 5.3+ compatible fork) |
| Upstream URL: | https://github.com/pkulchenko/wxlua |
| Licenses: | wxwindows |
| Submitter: | farvardin |
| Maintainer: | alerque |
| Last Packager: | alerque |
| Votes: | 24 |
| Popularity: | 0.000000 |
| First Submitted: | 2009-02-12 21:21 (UTC) |
| Last Updated: | 2024-04-02 08:26 (UTC) |
Dependencies (6)
- desktop-file-utils (desktop-file-utils-gitAUR)
- lua (pallene-luaAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cppcheck (cppcheck-gitAUR) (check)
- webkit2gtkAUR (webkit2gtk-imgpasteAUR) (optional)
Required by (1)
Sources (1)
Afwas commented on 2012-12-16 06:24 (UTC)
losinggeneration commented on 2012-07-27 17:04 (UTC)
It looks like the makefile is not parallel job safe. MAKEFLAGS should thus either be unset or perhaps better (but harder to get right IMO) yet is to remove the -j? option from the variable.
<deleted-account> commented on 2012-02-02 19:24 (UTC)
(1/1) installing wxlua [######################] 100%
Thank you!
speps commented on 2012-01-23 17:01 (UTC)
@maximand Hi can you try this (and report eventual errors using a pastebin service)? I cannot reproduce here. Thanks
wget -qO- "https://aur.archlinux.org/packages/wx/wxlua/wxlua.tar.gz" | tar zxvf - \
&& cd wxlua && makepkg -s && sudo pacman -U wxlua-2.8.10.0-2-`uname -m`.pkg.tar.xz
<deleted-account> commented on 2012-01-22 14:48 (UTC)
I've got the same error as describe above:
/tmp/yaourt-tmp-mashiks/aur-wxlua/src/wxLua/bk-deps g++ -c -o wxbindcore_dll_wxcore_image.o -I.pch/wxprec_wxbindcore_dll -I../modules/wxbind/setup -I../modules -I./.. -I/usr/lib/lua/5.1//include -DWXMAKINGDLL_WXBINDCORE -fPIC -DPIC -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -O2 ./wxbind/src/wxcore_image.cpp
./wxbind/src/wxcore_image.cpp: In function ‘int wxLua_wxImageHistogram_iterator_op_inc(lua_State*)’:
./wxbind/src/wxcore_image.cpp:2296:54: error: taking address of temporary [-fpermissive]
make[1]: *** [wxbindcore_dll_wxcore_image.o] Error 1
speps commented on 2011-05-10 13:24 (UTC)
@Raedwulf How to reproduce this bug? WxLua do not segfault for me. Btw, did you tried the latest stable pixman 0.22.0? Thanks for signalling
Raedwulf commented on 2011-05-10 08:00 (UTC)
This package is affected by this bug: https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/756237
Easy solution, downgrade pixman to 0.20.0.
Harder solution, rebuild after modifying configure.ac to not compile with __thread support.
speps commented on 2011-05-06 16:31 (UTC)
@asmanian I wrote a 2 cents patch in order to build against gcc 4.6, thanks for signalling - package owned and fixed, please test - cheers
<deleted-account> commented on 2011-05-06 14:11 (UTC)
I reported the problem upstream (as there seems to be something wrong with the sourcecode).
<deleted-account> commented on 2011-05-06 13:34 (UTC)
Does not work for me (neither with farvardins nor speps PKGBUILD). I should probably add I'm on x86_64.
$ g++ --version
g++ (GCC) 4.6.0 20110429 (prerelease)
[...]
./wxbind/src/wxcore_image.cpp: In function 'int wxLua_wxImageHistogram_iterator_op_inc(lua_State*)':
./wxbind/src/wxcore_image.cpp:2296:54: error: taking address of temporary [-fpermissive]
make[1]: *** [wxbindcore_dll_wxcore_image.o] Error 1
make[1]: Leaving directory `/home/henning/tmp/archlinux/wxlua/src/wxLua/modules'
make: *** [modules] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Pinned Comments
alerque commented on 2020-02-27 16:18 (UTC)
PSA: I've started hosting this as a prebuilt package in my repository for those that want to install it using
pacmanwithout messing around with building from the AUR.alerque commented on 2020-02-11 09:24 (UTC)
If anyone needs Lua 5.2 or 5.1 support let me know and I think we could set this up to build packages for multiple Lua versions. Also if the 2.8 branch (upstream is pretty much abandonware) is really needed we could fork this repo at 11af6c0 and make a wxlua28 package out of it, but I couldn't see what the need would be.