#13537 closed defect (fixed)
asciidoc upgrade chokes: invalid command name "cd"
Reported by: | yaseppochi (Stephen J. Turnbull) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | boeyms@… | |
Port: |
Description
MacPorts 1.6
Same as the other ports using the removed cd command. Not obvious to me how to fix this one since there's an eval that apparently depends on the cd.
chibi:MacPorts steve$ port upgrade asciidoc Portfile changed since last build; discarding previous state. ---> Fetching asciidoc ---> Verifying checksum(s) for asciidoc ---> Extracting asciidoc ---> Configuring asciidoc ---> Building asciidoc with target all ---> Staging asciidoc into destroot Error: Target org.macports.destroot returned: invalid command name "cd" Error: Unable to upgrade port: 1
Change History (3)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | → Port Bugs |
---|---|
Owner: | changed from macports-dev@… to ryandesign@… |
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | boeyms@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
If you're encountering this error, you must have built MacPorts from trunk. MacPorts 1.6.0 will still include the
cd
command.Fixed it in r31858. Thanks for reporting the problem!