Summary
Salmonella sometimes prints [ok] when an egg could not be installed
Metadata
- Id: b27a1dcab33df59aac056c9d6df61d15e75b5524
- Trac id: 267
- Type: defect
- Reporter: sjamaan
- Owner: mario
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: worksforme
- Priority: major
- Milestone:
- Version: 4.5.x
- Changetime: 2010-10-12 19:30:10 UTC
- Created: 2010-06-07 16:55:41 UTC
- Keywords: salmonella
Description
I ran salmonella '(eggs (lambda () (list "prometheus" "s48-modules")))' from a directory where there was no chicken-eggs directory and it printed:
Installing prometheus [ok] Installing s48-modules [ok]
Changes and comments
[2010-07-26 16:21:15 UTC] mario wrote:
Sorry for the late reply. I cannot reproduce the problem here.
When executing salmonella '(eggs (lambda () (list "prometheus" "s48-modules")))' from a directory where there is no chicken-eggs directory I get:
$ salmonella '(eggs (lambda () (list "prometheus" "s48-modules")))'
salmonella will delete all *.egg and *.egg-dir files and directories under /home/mario. Proceed? [y/n]: y
Installing prometheus
Error: (directory) cannot open directory - No such file or directory: "/home/mario/chicken-eggs/release/4"
Call history:
<eval> [main] (alist-ref (string->symbol egg) ((egg-information)))
<eval> [main] (string->symbol egg)
<eval> [main] ((egg-information))
<eval> [main] (egg-information)
<eval> [main] (not egg-data)
<eval> [main] (gather-egg-information (chicken-eggs-dir))
<eval> [main] (chicken-eggs-dir)
setup-download.scm: 96 directory <--
[2010-08-02 14:44:13 UTC] felix removed milestone 4.6.0
[2010-10-12 19:30:10 UTC] sjamaan changed status from new to closed
[2010-10-12 19:30:10 UTC] sjamaan set resolution to worksforme
[2010-10-12 19:30:10 UTC] sjamaan wrote:
I can't reproduce it anymore either, I'll just close the ticket.