Though I don't need this package, I was just checking if taskcoach can work or not.
Search Criteria
Package Details: python2-wxpython3 3.0.2.0-13
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-wxpython3.git (read-only, click to copy) |
---|---|
Package Base: | python2-wxpython3 |
Description: | Classic wxWidgets GUI toolkit for Python |
Upstream URL: | https://www.wxpython.org |
Licenses: | custom:wxWindows |
Conflicts: | wxpython |
Provides: | wxpython |
Replaces: | wxpython |
Submitter: | arojas |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 13 |
Popularity: | 0.012823 |
First Submitted: | 2022-05-15 08:30 (UTC) |
Last Updated: | 2023-10-30 22:28 (UTC) |
Dependencies (4)
- python2AUR (python2-binAUR)
- wxwidgets-gtk3-3.0AUR
- glu (glu-gitAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (make)
Required by (18)
- djvusmooth (requires wxpython)
- drpython (requires wxpython)
- fontypython
- gitso (requires wxpython)
- outspline (requires wxpython)
- passwdmanager-git (requires wxpython)
- phatch (requires wxpython)
- pykaraoke-gst-git
- python-pyo (requires wxpython) (optional)
- scyther (requires wxpython)
- sk1
- sk1-git (requires wxpython)
- tinc-pre (requires wxpython) (optional)
- tinc-pre-git (requires wxpython) (optional)
- wammu (requires wxpython)
- wikidpad (requires wxpython)
- wikidpad-dev (requires wxpython)
- winpdb (requires wxpython)
Sources (3)
MarsSeed commented on 2023-07-31 12:35 (UTC)
Mailaender commented on 2023-07-31 12:27 (UTC)
I fear that I won't be able to solve all your problems, so I orphaned the package. Feel free to take over.
MarsSeed commented on 2023-07-31 12:24 (UTC)
Also this fails to build:
building '_core_' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
creating build/temp.linux-x86_64-2.7/src/gtk
gcc -fno-strict-aliasing -march=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat
-Werror=format-security -Wstrict-aliasing -Wno-deprecated -Wno-deprecated-declarations -fstack-clash-protection -fcf-protection
-fstack-protector-strong -flto=auto -DNDEBUG -march=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat
-Werror=format-security -Wstrict-aliasing -Wno-deprecated -Wno-deprecated-declarations -fstack-clash-protection -fcf-protection
-fstack-protector-strong -flto=auto -march=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat
-Werror=format-security -Wstrict-aliasing -Wno-deprecated -Wno-deprecated-declarations -fstack-clash-protection -fcf-protection
-fstack-protector-strong -flto=auto -std=gnu++14 -Wno-error=format-security -Wno-error=register -Wno-error=deprecated-declarations
-Wno-error=alloc-size-larger-than= -Wno-error=write-strings -Wno-error=return-local-addr -Wno-error=attributes -std=gnu++14 -fPIC
-DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DSWIG_PYTHON_SILENT_MEMLEAK -DWXP_USE_THREAD=1 -UNDEBUG
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -Iinclude -Isrc -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid
-I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0
-I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -I/usr/include/python2.7 -c src/helpers.cpp -o build/temp.linux-x86_64-2.7/src/helpers.o -pthread -O3
-pthread
In file included from src/helpers.cpp:17:
include/wx/wxPython/wxPython_int.h:35:10: fatal error: wx/wx.h: No such file or directory
35 | #include <wx/wx.h>
| ^~~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
==> ERROR: A failure occurred in build().
Aborting...
MarsSeed commented on 2023-07-31 12:03 (UTC)
Why is gstreamer0.10-base
a make dependency, if it won't be used as a runtime dependency?
FabioLolix commented on 2023-07-14 19:57 (UTC)
The build runs just fine for me. I can't reproduce your problem.
I'm building all pkgbuilds in a clean chroot with devtools, something is missing like it was missing gtk3, can you extract the .BUILDINFO
from the builded package and send it to me? I need to know from which package it use <wx/wx.h>
check this updated PKGBUILD.
@tallero fails to build in the same way, missing <wx/wx.h>
and missing gtk3
Mailaender commented on 2023-07-14 13:35 (UTC)
The build runs just fine for me. I can't reproduce your problem.
FabioLolix commented on 2023-07-14 12:09 (UTC)
@Mailaender any idea to fix the build? (btw depends don't have to be listed as makedepends [python2])
MarsSeed commented on 2023-07-09 23:07 (UTC)
Thanks. Please bump the pkgrel as well. It is needed whenever you update the PKGBUILD without changing the pkgver.
MarsSeed commented on 2023-07-09 21:01 (UTC)
Please remove python2-wxpython3
from provides, because that is the name of the package.
It just makes this get listed twice on every package page that depends on this.
FabioLolix commented on 2023-06-18 15:29 (UTC)
At least makedepends on gtk3
otherwise fails to build in chroot
checking for GTK+ - version >= 3.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
The development files for GTK+ were not found. For GTK+ 2, please
ensure that pkg-config is in the path and that gtk+-2.0.pc is
installed. For GTK+ 1.2 please check that gtk-config is in the path,
and that the version is 1.2.3 or above. Also check that the
libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
--libs' are in the LD_LIBRARY_PATH or equivalent.
==> ERROR: A failure occurred in build().
Then it fails as https://aur.archlinux.org/packages/python2-wxpython3#comment-909575
Pinned Comments
dreieck commented on 2022-05-26 20:47 (UTC)
This is the latest version of wxPython3, which some packages still need. Please do not flag out of date just because version 4.x is out; this is intentionally a version 3.x package.