Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#39890 - [libplist] cannot build the package
Attached to Project:
Arch Linux
Opened by Perfect_Gentleman (Perfect_Gentleman) - Wednesday, 16 April 2014, 03:41 GMT
Last edited by Jan de Groot (JGC) - Thursday, 04 June 2015, 10:27 GMT
Opened by Perfect_Gentleman (Perfect_Gentleman) - Wednesday, 16 April 2014, 03:41 GMT
Last edited by Jan de Groot (JGC) - Thursday, 04 June 2015, 10:27 GMT
|
DetailsDescription:
----------------------------------------------------------------- checking for a Python interpreter with version >= 2.3... python checking for python... /usr/bin/python checking for python version... 3.4 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.4/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.4/site-packages checking for cython... no configure: WARNING: cannot find 'cython' program. You should look at http://www.cython.org or install your distribution specific cython package. checking for python3.4... (cached) /usr/bin/python checking for a version of Python >= '2.1.0'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python3.4m checking for Python library path... -L/usr/lib/python3.4 -lpython3.4 checking for Python site-packages path... /usr/lib/python3.4/site-packages checking python extra libraries... -lpthread -ldl -lutil checking python extra linking flags... -Xlinker -export-dynamic checking consistency of all components of python development environment... no configure: error: Could not link test program to Python. Maybe the main Python library has been installed in some non-standard library path. If so, pass it to configure, via the LDFLAGS environment variable. Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib" ============================================================================ ERROR! You probably have to install the development version of the Python package for your distribution. The exact name of this package varies among them. ============================================================================ ==> ERROR: A failure occurred in build(). --------------------------------------------------------------------------------- Additional info: * package version(s) - 1.11 * config and/or log files etc. Steps to reproduce: makepkg |
This task depends upon
but i update my system using yaourt -Syub, so for me it is essential
I solved this by passing PYTHON_LDFLAGS="-lpython3.4m" to the "./configure" line in build()