Skip to content

Instantly share code, notes, and snippets.

@chrisjbillington
Created March 26, 2024 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisjbillington/14ff939d18dfc970e7ef2a386f63e556 to your computer and use it in GitHub Desktop.
Save chrisjbillington/14ff939d18dfc970e7ef2a386f63e556 to your computer and use it in GitHub Desktop.
$ makepkg -s
==> Making package: pyinstaller 6.5.0-2 (Tue 26 Mar 2024 12:35:11)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading pyinstaller-6.5.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 3869k 0 3869k 0 0 4558k 0 --:--:-- --:--:-- --:--:-- 12.8M
==> Validating source files with sha256sums...
pyinstaller-6.5.0.tar.gz ... Passed
==> Extracting sources...
-> Extracting pyinstaller-6.5.0.tar.gz with bsdtar
==> Starting prepare()...
removed 'PyInstaller/bootloader/Darwin-64bit/run'
removed 'PyInstaller/bootloader/Darwin-64bit/run_d'
removed 'PyInstaller/bootloader/Darwin-64bit/runw'
removed 'PyInstaller/bootloader/Darwin-64bit/runw_d'
removed directory 'PyInstaller/bootloader/Darwin-64bit'
removed 'PyInstaller/bootloader/Linux-32bit-intel/run'
removed 'PyInstaller/bootloader/Linux-32bit-intel/run_d'
removed directory 'PyInstaller/bootloader/Linux-32bit-intel'
removed 'PyInstaller/bootloader/Linux-64bit-intel/run'
removed 'PyInstaller/bootloader/Linux-64bit-intel/run_d'
removed directory 'PyInstaller/bootloader/Linux-64bit-intel'
removed 'PyInstaller/bootloader/Windows-32bit-intel/run.exe'
removed 'PyInstaller/bootloader/Windows-32bit-intel/run_d.exe'
removed 'PyInstaller/bootloader/Windows-32bit-intel/runw.exe'
removed 'PyInstaller/bootloader/Windows-32bit-intel/runw_d.exe'
removed directory 'PyInstaller/bootloader/Windows-32bit-intel'
removed 'PyInstaller/bootloader/Windows-64bit-intel/run.exe'
removed 'PyInstaller/bootloader/Windows-64bit-intel/run_d.exe'
removed 'PyInstaller/bootloader/Windows-64bit-intel/runw.exe'
removed 'PyInstaller/bootloader/Windows-64bit-intel/runw_d.exe'
removed directory 'PyInstaller/bootloader/Windows-64bit-intel'
==> Starting build()...
* Getting build dependencies for wheel...
* Building wheel...
[03/26/24 12:35:12] WARNING pyproject.toml does not contain a tool.setuptools_scm section setuptools.py:119
running bdist_wheel
running build
running build_bootloader
No precompiled bootloader found or compile forced. Trying to compile the bootloader for you ...
Setting top to : /tmp/pyinstaller/src/pyinstaller-6.5.0/bootloader
Setting out to : /tmp/pyinstaller/src/pyinstaller-6.5.0/bootloader/build
Python Version : 3.11.8 (main, Feb 12 2024, 14:50:05) [GCC 13.2.1 20230801]
MSVC target(s) : not found
Checking for 'gcc' (C compiler) : /usr/bin/gcc
Checking size of pointer : 8
Platform : Linux-64bit-intel detected based on compiler
Checking for compiler flags -m64 : yes
Checking for linker flags -m64 : yes
Checking for compiler flags -Wno-error=unused-but-set-variable : yes
Checking for library dl : not found
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
ERROR Backend subprocess exited when trying to invoke build_wheel
==> ERROR: A failure occurred in build().
Aborting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment