Changes between Version 1 and Version 2 of Ticket #38526, comment 10


Ignore:
Timestamp:
Mar 31, 2013, 6:33:56 AM (11 years ago)
Author:
chicagotripp (Altoine Barker)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38526, comment 10

    v1 v2  
    4444
    4545I'm happy to report that ffmpeg now builds. I think my issue may be with macports itself and not the port at all. I will wipe everything and try again. I will report my findings real soon. Thank you all for your time.
     46
     47After, totally removing all ports and then removing macports itself using the MacPorts Removal instructions from the Wiki I was able to build ffmpeg without any incident. Now, I have an error with another port: py27-cairo. Just in case this matter isn't a port issue my error message is:
     48{{{
     49DEBUG: Executing org.macports.main (py27-cairo)
     50DEBUG: Privilege de-escalation not attempted as not running as root.
     51DEBUG: archivefetch phase started at Sat Mar 30 08:21:51 CDT 2013
     52--->  Fetching archive for py27-cairo
     53DEBUG: Executing proc-pre-org.macports.archivefetch-archivefetch-0
     54DEBUG: cairo is installed with the following variants: +quartz+x11
     55DEBUG:   required: x11, forbidden: quartz
     56DEBUG:   rejected, because forbidden variant quartz is present
     57Error: org.macports.archivefetch for port py27-cairo returned: cairo must be installed with +x11 and without +quartz.
     58DEBUG: Error code: NONE
     59DEBUG: Backtrace: cairo must be installed with +x11 and without +quartz.
     60    while executing
     61"$pre $targetname"
     62Warning: targets not executed for py27-cairo: org.macports.activate org.macports.archivefetch org.macports.fetch org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
     63Error: Failed to install py27-cairo
     64DEBUG: could not read "/opt/local/share/man/man1/pdfunite.1.gz": no such file or directory
     65    while executing
     66"::file type $file"
     67Please see the log file for port py27-cairo for details:
     68    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-cairo/py27-cairo/main.log
     69}}}
     70
     71What I am really trying to do:
     72{{{
     73port -d install gimp2 +quartz
     74}}}