Opened 14 years ago

Last modified 13 years ago

#722 closed defect

setup-helper should obey CHICKEN_REPOSITORY — at Version 3

Reported by: Christian Kellermann Owned by: Kon Lovett
Priority: critical Milestone:
Component: extensions Version: 4.7.x
Keywords: setup-herlpers chicken-install Cc:
Estimated difficulty:

Description (last modified by Christian Kellermann)

If one installed chicken via some package manager, say apt-get on debian and uses a CHICKEN_REPOSITORY in ones $HOME, installing something that depends on setup-helper will fail.

setup-helper will always try to install in the system wide chicken home.

Bug has been reported by Traubert on #chicken

Change History (5)

comment:1 by Christian Kellermann, 14 years ago

I think setup-helper should use install-extension for installing itself.

The status quo installs itself always in (chicken-home) for whatever reason. I propose either (install-to-repository) or use the usual (install-extension) procedure provided by core.

comment:2 by Christian Kellermann, 14 years ago

And installation-repository-path should take CHICKEN_REPOSITORY into account if it is set.

comment:3 by Christian Kellermann, 14 years ago

Description: modified (diff)

by Christian Kellermann, 14 years ago

by Christian Kellermann, 14 years ago

Note: See TracTickets for help on using tickets.