Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 1630)

Ticket Resolution Summary Owner Reporter
#1687 fixed installation may produce *.defaults version mismatch felix winkelmann
Description

When installing, "chicken-install -update-db" loads any existing setup.defaults file and will produce a version-mismatch error if the version differs in the newly installed chicken distribution. The loaded defaults file should probably be overridden in this case.

#1686 fixed egg install scripts don't have to rm before install Mario Domenech Goulart
Description

Currently, chicken-install generates egg install scripts with the following pattern to install files:

rm -f ${DESTDIR}'<dest file>'
install -m 755 '<orig file>' ${DESTDIR}'<dest file>'

install already unlinks files before copying them, so the call to rm doesn't seem to be necessary.

#1684 fixed programs that specify component-dependencies should build-depend on their import libraries Mario Domenech Goulart
Description

Here's an example: http://paste.call-cc.org/raw?id=32c24ffb30a9bdffd4cc8b745da5f4e47d62e116&annotation=0

In the example above, I was expecting foo-exec to build-depend on the import library of foo-lib.

Note: See TracQuery for help on using queries.