Search Criteria
Package Details: pyinstaller 6.11.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyinstaller.git (read-only, click to copy) |
---|---|
Package Base: | pyinstaller |
Description: | Bundles a Python application and all its dependencies into a single package |
Upstream URL: | https://www.pyinstaller.org |
Licenses: | LicenseRef-custom |
Submitter: | jackdroido |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 50 |
Popularity: | 1.20 |
First Submitted: | 2012-06-13 22:56 (UTC) |
Last Updated: | 2024-11-10 22:55 (UTC) |
Dependencies (8)
- binutils
- pyinstaller-hooks-contribAUR (pyinstaller-hooks-contrib-gitAUR)
- python-altgraphAUR
- python-setuptools
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- python-argcomplete (optional) – tab completion for CLI tools
Required by (10)
- booru-downloader-git (make)
- cget (make)
- dunst-timer (make)
- ftconall-git (make)
- hascal-git (make)
- pyobd (make)
- python-pyxel (optional)
- revhubinterface (make)
- revhubinterface-git (make)
- tf2cdownloader-git (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
AmbassadorDave commented on 2024-03-26 21:35 (UTC) (edited on 2024-03-26 22:43 (UTC) by AmbassadorDave)
Same issue today as chrisjbilliington, full output matches his. Attempted update from 6.5.0-1 -> 6.5.0-2 using yay on EndeavourOS.
In the bootloader build config.log I also have the same error (err: ../test.c) as well as two more a bit further down:
and
yochananmarqos commented on 2024-03-26 16:19 (UTC)
@chrisjbillington: I just built it in a clean chroot with no issues. By the way, the precompiled bootloaders are removed purposely in order to compile it, so that first message is normal.
chrisjbillington commented on 2024-03-26 01:47 (UTC)
Build failing for me today, full output here:
https://gist.github.com/chrisjbillington/14ff939d18dfc970e7ef2a386f63e556
Key lines:
No precompiled bootloader found or compile forced. Trying to compile the bootloader for you ...
[...]
The configuration failed (complete log in /tmp/pyinstaller/src/pyinstaller-6.5.0/bootloader/build/config.log) ERROR: Failed compiling the bootloader. Please compile manually and rerun setup.py
This configuration step appears to involve compiling and running lots of C snippets to detect things about the environment. In the log file (config.log), there are a bunch of compile errors which are presumably the source of the problem, e.g.:
err: ../test.c: In function ‘main’: ../test.c:3:24: error: size of array ‘test_array’ is negative 3 | static int test_array[1 - 2 * !(sizeof(void *) == 4)]; | ^
~ytret commented on 2024-03-11 10:11 (UTC)
The sha256sum is wrong, for me it is:
0200fb8e27c284e5698a688aa904980b7a1692bc38daf6446bbae8f71b65dc2e pyinstaller-6.5.0.tar.gz
yochananmarqos commented on 2023-12-08 16:13 (UTC)
@HurricanePootis: I've limited it to only run the unit tests.
HurricanePootis commented on 2023-12-08 07:02 (UTC)
@yochanamrqos could you remove the check function from the package? Takes way too long
yochananmarqos commented on 2023-11-29 22:58 (UTC) (edited on 2023-11-29 23:00 (UTC) by yochananmarqos)
@samarthj: This has been out of date for months. Please add me as as Co-Maintainer if you would like help updating it in a timely manner. I was a previous Maintainer, but was no longer using it. I'm now using it again with my
pixelflasher
package.obayhan commented on 2023-07-18 12:01 (UTC) (edited on 2023-07-18 12:02 (UTC) by obayhan)
Build Failed:
FAILED tests/functional/test_hook_utilities.py::test_collect_entry_point - TypeError: expected str, bytes or os.PathLike object, not NoneType
FAILED tests/functional/test_basic.py::test_distutils_submod[onedir] - TypeError: expected str, bytes or os.PathLike object, not NoneType
FAILED tests/functional/test_basic.py::test_distutils_submod[onefile] - TypeError: expected str, bytes or os.PathLike object, not NoneType
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
stopping after 3 failures
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
xdist.dsession.Interrupted: stopping after 3 failures
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
===================================================
3 failed, 49 passed, 6 skipped, 6 xfailed, 1 xpassed, 302 warnings in 100.46s (0:01:40) =================================================== ==> ERROR: A failure occurred in check().
rahulmb commented on 2023-07-13 21:10 (UTC) (edited on 2023-07-13 23:35 (UTC) by rahulmb)
One of the tests in pyinstaller keeps failing. Anyone else ran into same problem? Any suggestions on how to handle this?
FAILED tests/functional/test_hook_utilities.py::test_collect_entry_point - TypeError: expected str, bytes or os.PathLike object, not NoneType
Zeioth commented on 2023-07-09 13:56 (UTC) (edited on 2023-07-09 13:58 (UTC) by Zeioth)
It would be nice having this on the main repo now that pip ask arch users to install from the official repos. Or at least linking a source that doesn't run the tests when building from the AUR so it installs at a reasonable speed.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »