#19308 closed defect (fixed)
Port fails in destroot: invalid command name "cd"
Reported by: | neil_mayhew@… | Owned by: | prahl@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | cd | Cc: | neil_mayhew@… |
Port: | pict2pdf |
Description
I am unable to install this port with MacPorts 1.710. It fails as follows:
---> Staging pict2pdf into destroot Error: Target org.macports.destroot returned: invalid command name "cd" Error: Status 1 encountered during processing.
This appears to be due to the issue mentioned in Ticket #12914.
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by neil_mayhew@…
Cc: | neil_mayhew@… added |
---|
comment:2 Changed 16 years ago by blb@…
Owner: | changed from macports-tickets@… to prahl@… |
---|
comment:3 Changed 16 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r49644 (not waiting for maintainer since port is currently nonfunctional).
Changed 16 years ago by prahl@…
comment:4 Changed 16 years ago by prahl@…
added explict creation of directories to the portfile since it does not seem that xinstall will create them automatically.
comment:5 Changed 16 years ago by blb@…
${destroot}${prefix}/bin and ${destroot}${prefix}/share/man/man1 should be created automatically for you (as they're part of the mtree), at least with MacPorts 1.7.1 as well as trunk. If you're not seeing that, make sure your MacPorts install is up to date (sudo port selfupdate
).
Note: See
TracTickets for help on using
tickets.
Cc Me!