Package Details: ironpython 2.7.5-3

Git Clone URL: https://aur.archlinux.org/ironpython.git (read-only, click to copy)
Package Base: ironpython
Description: Python implementation for the .NET framework
Upstream URL: http://ironpython.net
Licenses: Apache
Submitter: arojas
Maintainer: dundee
Last Packager: arojas
Votes: 1
Popularity: 0.000000
First Submitted: 2017-07-06 19:00 (UTC)
Last Updated: 2017-07-06 19:00 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

mschu commented on 2021-10-10 18:40 (UTC)

I got 2.7.11 (git) to build successfully with powershell: https://aur.archlinux.org/packages/ironpython-git/. May work here as well.

dundee commented on 2018-02-08 09:39 (UTC)

Current release is unable to be build on Mono, please use ironpython-git instead.

jddantes commented on 2017-07-28 11:29 (UTC)

Breaks on makepkg: ``` ==> Making package: ironpython 2.7.5-3 (Fri Jul 28 19:17:32 +08 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading ipy-2.7.5.zip... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 126 0 126 0 0 115 0 --:--:-- 0:00:01 --:--:-- 115 100 114M 0 114M 0 0 343k 0 --:--:-- 0:05:42 --:--:-- 365k ==> Validating source files with md5sums... ipy-2.7.5.zip ... Passed ==> Extracting sources... -> Extracting ipy-2.7.5.zip with bsdtar ==> Starting prepare()... ==> Starting build()... Configuration: Release Platform: AnyCPU Configuration: Release Platform: AnyCPU Configuration: Release Platform: AnyCPU Configuration: Release Platform: AnyCPU ALINK: warning A99999: Path 'policy.IronPython.config' in the resource name is not supported. Using just file name 'policy.IronPython.config' Configuration: Release Platform: AnyCPU Configuration: Release Platform: AnyCPU ALINK: warning A99999: Path 'policy.IronPython.Modules.config' in the resource name is not supported. Using just file name 'policy.IronPython.Modules.config' Configuration: Release Platform: AnyCPU Configuration: Release Platform: AnyCPU CSC: error CS8105: Attribute 'System.Reflection.AssemblyKeyNameAttribute' is ignored when public signing is specified. Configuration: Release Platform: AnyCPU Configuration: Release Platform: AnyCPU CSC: error CS8105: Attribute 'System.Reflection.AssemblyKeyNameAttribute' is ignored when public signing is specified. Configuration: Release Platform: AnyCPU CSC: error CS8105: Attribute 'System.Reflection.AssemblyKeyNameAttribute' is ignored when public signing is specified. Configuration: Release Platform: AnyCPU CSC: error CS8105: Attribute 'System.Reflection.AssemblyKeyNameAttribute' is ignored when public signing is specified. Configuration: Release Platform: AnyCPU c#sqlite/where_c.cs(5798,65): error CS1570: XML comment has badly formed XML -- '&' c#sqlite/select_c.cs(4972,42): error CS1570: XML comment has badly formed XML -- '&' c#sqlite/where_c.cs(5798,66): error CS1570: XML comment has badly formed XML -- '{0}' c#sqlite/select_c.cs(4972,43): error CS1570: XML comment has badly formed XML -- '{0}' ==> ERROR: A failure occurred in build(). Aborting... ``` Seems relevant: https://github.com/IronLanguages/ironpython3/issues/310