Changes between Initial Version and Version 1 of Ticket #38681


Ignore:
Timestamp:
Apr 5, 2013, 8:58:13 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38681

    • Property Component changed from ports to base
  • Ticket #38681 – Description

    initial v1  
    11Hello.  I have this port:
    22
    3 
     3{{{
    44$ port deps rdp-projects
    55Full Name: rdp-projects @0_6
    66Fetch Dependencies:   subversion
    77Library Dependencies: ffmpeg, gocr, ImageMagick, mplayer-edl
     8}}}
    89
    910If I run, for instance,
    1011
     12{{{
    1113$ sudo port mdmg -f rdp-projects
     14}}}
    1215
    1316it happily builds and works, and creates a dmg file.  So far so good.
     
    1518If I then re-run that same command, this is what I then get:
    1619
     20{{{
    1721$ sudo port mdmg -f rdp-projects
    1822--->  Computing dependencies for rdp-projects
     
    2832    http://guide.macports.org/#project.tickets
    2933Error: Processing of port rdp-projects failed
     34}}}
    3035
    3136(as a note, specifying -f for force apparently does nothing to help here)
    3237
    33 $ port clean ffmpeg does "temporarily" overcome the problem, so that it works again once, but then some other dependency will fail in like manner, like perl5.  So if I then run a "port clean perl" and try it again, ffmpeg now fails again, since it's "unclean" from the previous run.  So I have to manually, one after another figure out all the dependencies, and clean them all (or clean all installed) first.
     38{{{$ port clean ffmpeg}}} does "temporarily" overcome the problem, so that it works again once, but then some other dependency will fail in like manner, like perl5.  So if I then run a "{{{port clean perl}}}" and try it again, ffmpeg now fails again, since it's "unclean" from the previous run.  So I have to manually, one after another figure out all the dependencies, and clean them all (or clean all installed) first.
    3439
    3540Anyway appears this has been seen before: https://lists.macosforge.org/pipermail/macports-users/2009-December/018201.html though I didn't see a resolution.
    3641
    37 Anyway, see if you can reproduce it.
    38 Thanks!
     42Anyway, see if you can reproduce it. [[br]]
     43Thanks! [[br]]
    3944-roger-