Opened 10 years ago
Closed 11 months ago
#47392 closed defect (fixed)
MP4Joiner: add dependency on cctools and pkgconfig, revbump
Reported by: | mojca (Mojca Miklavec) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | larryv (Lawrence Velázquez) | |
Port: | MP4Joiner |
Description
I just upgraded wxsvg in r134871. I assume that MP4Joiner
might need a revbump, but I don't really know.
However when testing with tracemode, the build failed. I had to add cctools
(for strip
) and pkgconfig
to the list of build-time dependencies.
Please check yourself and modify as needed.
Change History (4)
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
comment:2 Changed 10 years ago by mojca (Mojca Miklavec)
I do. But maybe there's some kind of a bug in the trace mode. Maybe /opt/local/bin/strip
had a priority and the trace mode prevented using that binary, while not allowing to use the one from /usr/bin/strip
? I can test again if you have any suggestions of what I should test.
comment:4 Changed 11 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
The pkgconfig dependency was added and I wouldn't think that a cctools dependency or a revbump would be needed.
Note: See
TracTickets for help on using
tickets.
Replying to mojca@…:
That doesn’t sound right. Don’t you have a
/usr/bin/strip
? The/usr/bin
directory is already included in the trace sandbox.