FS#61904 - [agda] errors on loading the simplest agda source files

Attached to Project: Community Packages
Opened by Marko Schütz-Schmuck (okram) - Sunday, 03 March 2019, 14:51 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:00 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After a recent upgrade of agda and agda-stdlib, I am now getting errors on loading the simplest agda source files.

Additional info:
* versions:
agda 2.5.99.20190207-5
agda-stdlib 0.17-1

Steps to reproduce:
- enter a file in emacs with

module ex01 where

open import Data.Nat

in it.
- save as ex01.agda
- try to load it into agda with C-c C-l
- an error occurs

/usr/share/agda/lib/stdlib/Data/Nat/Base.agda:9,1-29
/usr/share/agda/lib/stdlib/Level.agdai: removeLink: permission denied (Permission denied)
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:00 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/agda/issues/1
Comment by Marko Schütz-Schmuck (okram) - Sunday, 03 March 2019, 15:02 GMT
oops, where can I edit?
Comment by Felix Yan (felixonmars) - Friday, 31 July 2020, 07:20 GMT
Please try again with:

agda >= 2.6.1-68
agda-stdlib >= 1.3-2

Note that according to agda-stdlib's library management system you'll need the following configurations:

$ cat .agda/libraries
/usr/share/agda/lib/standard-library.agda-lib
$ cat .agda/defaults
standard-library
Comment by Buggy McBugFace (bugbot) - Tuesday, 08 August 2023, 19:11 GMT
This is an automated comment as this bug is open for more then 2 years. Please reply if you still experience this bug otherwise this issue will be closed after 1 month.

Loading...