Opened 13 years ago
Closed 13 years ago
#33138 closed defect (fixed)
py27-parsing staging error after unification
Reported by: | mf2k (Frank Schima) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | nerdling (Jeremy Lavergne), ryandesign (Ryan Carsten Schmidt) | |
Port: | py-parsing |
Description (last modified by mf2k (Frank Schima))
I unified py-parsing in r89630. But now py27-parsing has an error in staging that I don't understand. I didn't change anything there. Here is the log. Can someone figure out what is wrong?
Cc'ing snc, the maintainer of py27-parsing. I based the unified version on py27-parsing.
---> Staging py26-parsing into destroot Error: Target org.macports.destroot returned: xinstall usage: xinstall [-bCcpSsv] [-B suffix] [-W dir] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 xinstall [-bCcpSsv] [-B suffix] [-W dir] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory xinstall -d [-v] [-g group] [-m mode] [-o owner] directory ...
Attachments (1)
Change History (5)
Changed 13 years ago by mf2k (Frank Schima)
comment:1 Changed 13 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by nerdling (Jeremy Lavergne)
Version: | 2.0.3 |
---|
comment:3 Changed 13 years ago by nerdling (Jeremy Lavergne)
(mind you, I'm talking about the doc directory in the xinstall of the destroot phase)
comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Right. But the real problem is that the docdir wasn't being created before trying to install things into it. Fixed both in r89642.
Note: See
TracTickets for help on using
tickets.
Fist issue is to avoid using ${name} in place of ${subport}. If someone installs multiple subports, they their files need to avoid collisions--also having them in $subport-named directories makes it clear which port they belong to without having to run
port provides
.