Opened 15 years ago
Closed 10 years ago
#136 closed defect (fixed)
apt doesn't install dependencies first
Reported by: | maphew | Owned by: | maphew |
---|---|---|---|
Priority: | major | Component: | Installer |
Version: | Keywords: | apt | |
Cc: |
Description
apt install shell
will correctly grab the pre-req msvcrt
, but it installs shell
first, consequently the required xxmklink.exe is not available to create the menu and desktop links.
Curiously the install order is independent of order on command line, apt install msvcrt shell
will still attempt shell first.
Work-around: apt install shell && apt remove shell && apt install shell
Change History (4)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
believed fixed, re-open if not.
Note:
See TracTickets
for help on using tickets.
patch from Jeremy Palmer attached to #167 addresses this issue. Committed in r1159. Leaving ticket open until it's been tested for awhile.