Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 1630)

Ticket Resolution Summary Owner Reporter
#1373 fixed .egg-info's installed-files doesn't honor .egg's install-name Mario Domenech Goulart
Description

A .egg file that specifies (components (program foo (install-name bar))) will end up having (installed-files "<prefix>/bin/foo") in the deployed .egg-info file.

Example:

$ ls -l
total 8
-rw-r--r-- 1 mario mario 172 May 25 14:40 foo.egg
-rw-r--r-- 1 mario mario  20 May 25 14:39 foo.scm

$ cat foo.egg
((synopsis "foo egg")
 (author "Mario Domenech Goulart")
 (license "BSD")
 (category egg-tools)
 (components (program foo (install-name bar))))

$ cat foo.scm
(display "Hello\n")

$ ~/local/chicken-5/bin/chicken-install
building foo
   /home/mario/local/chicken-5/bin/csc -setup-mode -host -I /home/mario/tmp/foo -C -I/home/mario/tmp/foo -O2 -d1 /home/mario/tmp/foo/foo.scm -o /home/mario/tmp/foo/foo
  installing foo

$ cat ~/local/chicken-5/lib/chicken/9/foo.egg-info
((installed-files "/home/mario/local/chicken-5/bin/foo")
 (synopsis "foo egg")
 (author "Mario Domenech Goulart")
 (license "BSD")
 (category egg-tools)
 (components (program foo (install-name bar))))

$ ls -l /home/mario/local/chicken-5/bin/foo
ls: cannot access /home/mario/local/chicken-5/bin/foo: No such file or directory

$ ls -l /home/mario/local/chicken-5/bin/bar
-rwxr-xr-x 1 mario mario 11768 May 25 14:47 /home/mario/local/chicken-5/bin/bar
#391 fixed 3rd argument to hash-table-update! should be required felix winkelmann
Description

Using this function with 2 arguments only makes no sense.

#347 fixed 3viewer needs GL eggs felix winkelmann Mario Domenech Goulart
Description

See http://tests.call-cc.org/2010/08/20/salmonella-report/3viewer.html

Note: See TracQuery for help on using queries.