Your message dated Sat, 05 Dec 2015 08:12:10 -0400
with message-id <[email protected]>
and subject line Re: Bug#795091: racket: "open-output-file: cannot open output 
file"
has caused the Debian Bug report #795091,
regarding racket: "open-output-file: cannot open output file"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
795091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795091
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: racket
Version: 6.2-2~bpo8+1
Severity: normal

Dear Maintainer,
When installing or updating certain packages through raco, I get the following
error:

mrm@hilbert:~$ raco setup honu
raco setup: version: 6.2 [3m]
raco setup: installation name: 6.2
raco setup: variants: 3m
raco setup: main collects: /usr/share/racket/collects
raco setup: collects paths: 
raco setup:   /home/mrm/.racket/6.2/collects
raco setup:   /usr/share/racket/collects
raco setup: main pkgs: /usr/share/racket/pkgs
raco setup: pkgs paths: 
raco setup:   /usr/share/racket/pkgs
raco setup:   /home/mrm/.racket/6.2/pkgs
raco setup: links files: 
raco setup:   /usr/share/racket/links.rktd
raco setup:   /home/mrm/.racket/6.2/links.rktd
raco setup: main docs: /usr/share/doc/racket
raco setup: --- updating info-domain tables ---
raco setup: --- pre-installing collections ---
raco setup: --- installing foreign libraries ---
raco setup: --- installing shared files ---
raco setup: --- compiling collections ---
raco setup: --- parallel build using 4 jobs ---
raco setup: 3 making: <pkgs>/honu
raco setup: 3 making: <pkgs>/honu/contrib
raco setup: 3 making: <pkgs>/honu/core
raco setup: 3 making: <pkgs>/honu/core/lang
raco setup: 3 making: <pkgs>/honu/core/private
raco setup: 3 making: <pkgs>/honu/lang
raco setup: 3 making: <pkgs>/honu/private
raco setup: 3 making: <pkgs>/honu/private/lang
raco setup: 3 making: <pkgs>/honu/scribblings
raco setup: 3 making: <pkgs>/honu/tests
open-output-file: cannot open output file
  path: 
/usr/share/racket/pkgs/scribble-lib/scribble/private/compiled/tmp14392131811439213181432
  system error: Permission denied; errno=13
  compilation context...:
   /home/mrm/prog/github/honu/scribblings/honu.scrbl
  context...:
   /usr/share/racket/collects/racket/file.rkt:192:0: 
call-with-atomic-output-file18
   /usr/share/racket/collects/compiler/cm.rkt:556:26
   /usr/share/racket/collects/compiler/cm.rkt:548:42
   /usr/share/racket/collects/compiler/cm.rkt:513:0: maybe-compile-zo
   /usr/share/racket/collects/compiler/cm.rkt:628:2: do-check
   /usr/share/racket/collects/compiler/cm.rkt:667:15
   /usr/share/racket/collects/compiler/../racket/private/map.rkt:113:23: loop
   /usr/share/racket/collects/compiler/cm.rkt:628:2: do-check
   /usr/share/racket/collects/compiler/cm.rkt:744:4: 
compilation-manager-load-handler
   standard-module-name-resolver
   /usr/share/racket/collects/compiler/cm.rkt:341:0: compile-zo*
   /usr/share/racket/collects/compiler/cm.rkt:556:26
   /usr/share/racket/collects/compiler/cm.rkt:548:42
   /usr/share/racket/collects/compiler/cm.rkt:513:0: maybe-compile-zo
   /usr/share/racket/collects/compiler/cm.rkt:628:2: do-check
   /usr/share/racket/collects/compiler/cm.rkt:708:4
   ...
raco setup: --- creating launchers ---
raco setup: --- installing man pages ---
raco setup: --- building documentation ---
raco setup: --- installing collections ---
raco setup: --- post-installing collections ---
raco setup: --- summary of errors ---
raco setup: error: during making for <pkgs>/honu/scribblings
raco setup:   open-output-file: cannot open output file
raco setup:     path: 
/usr/share/racket/pkgs/scribble-lib/scribble/private/compiled/tmp14392131811439213181432
raco setup:     system error: Permission denied; errno=13
raco setup:     compiling: <pkgs>/honu/scribblings/honu.scrbl






-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages racket depends on:
ii  libc6          2.19-18
ii  libffi6        3.1-2+b2
ii  racket-common  6.2-2~bpo8+1

Versions of packages racket recommends:
ii  racket-doc  6.2-2~bpo8+1

racket suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Michael Myers <[email protected]> writes:

> Package: racket
> Version: 6.2-2~bpo8+1
> Severity: normal
>
> Dear Maintainer,
> When installing or updating certain packages through raco, I get the following
> error:
>
> mrm@hilbert:~$ raco setup honu

> open-output-file: cannot open output file
>   path: 
> /usr/share/racket/pkgs/scribble-lib/scribble/private/compiled/tmp14392131811439213181432
>   system error: Permission denied; errno=13
>   compilation context...:

Indeed this looks like a bug, but I suspect a bug in honu, which doesn't
seem to ship with racket. I get

╭─ zancas:software/debian/deb-packages/racket 
╰─% raco setup honu
collection-path: collection not found
  collection: "honu"
  in collection directories:
   /home/bremner/.racket/6.3/collects
   /usr/share/racket/collects
   ... [155 additional linked and package directories]

Since you didn't leave a return address, I don't know what else to do
with this bug than close it.

Sorry

d

--- End Message ---

Reply via email to