Opened 14 years ago

Last modified 13 years ago

#26094 closed defect

mit-scheme port fails with permission denied error — at Initial Version

Reported by: jkh@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.9.99
Keywords: Cc:
Port:

Description

This does not happen for all ports (I am able to build scheme48 successfully, for example) but, in this example, mit-scheme fails with a rather bizarre error. Debug output is as follows:

jkh@wunga-> sudo port -d -v install mit-scheme Password: DEBUG: Changing to port directory: /Users/jkh/Src/macports/dports/lang/mit-scheme DEBUG: OS darwin/10.4.0 (Mac OS X 10.6) arch i386 DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: universal_variant is false, so not adding the default universal variant DEBUG: changing euid/egid - current euid: 0 - current egid: 0 DEBUG: egid changed to: 4294967294 DEBUG: euid changed to: 4294967294 DEBUG: could not read "/Users/jkh/Src/macports/dports/lang/mit-scheme/Portfile": permission denied

while executing

"file mtime ${portpath}/Portfile"

(procedure "open_statefile" line 46) invoked from within

"open_statefile"

(procedure "check_variants" line 29) invoked from within

"check_variants activate"

invoked from within

"$workername eval check_variants $target"

(procedure "mportexec" line 7) invoked from within

"mportexec $workername $target" Error: Unable to execute port: could not read "/Users/jkh/Src/macports/dports/lang/mit-scheme/Portfile": permission denied To report a bug, see <http://guide.macports.org/#project.tickets>

Change History (0)

Note: See TracTickets for help on using tickets.