Changes between Initial Version and Version 1 of Ticket #33856


Ignore:
Timestamp:
Apr 2, 2012, 5:06:03 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33856

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port cairo added
  • Ticket #33856 – Description

    initial v1  
    33Here's what happens when I try:
    44
     5{{{
    56bash-3.2# port install wine
    67--->  Computing dependencies for cairo
     
    1112Error: Unable to execute port: upgrade gst-plugins-base failed
    1213To report a bug, see <http://guide.macports.org/#project.tickets>
    13 
     14}}}
    1415
    1516And the log file contains:
    1617
     18{{{
    1719:info:build Undefined symbols::info:build   "_spectre_render_context_set_page_size", referenced from:
    1820:info:build       _ps_convert in any2ppm-any2ppm.o
     
    3638:info:build collect2: ld returned 1 exit status
    3739:info:build make[4]: *** [any2ppm] Error 1
     40}}}
    3841
    3942I have already done "port selfupdate" and upgraded all outdated ports.
     
    4144On a lark, I did "port uninstall libspectre".  Now, when I do "port wine install", I get a different error in the build for cairo:
    4245
     46{{{
    4347:info:build ld: library not found for -lspectre:info:build collect2: ld returned 1 exit status
     48}}}
    4449
    4550Shouldn't macports have tried to re-install libspectre?
     
    4752Note, I already have cairo installed:
    4853
     54{{{
    4955bash-3.2# port installed "cairo*"
    5056The following ports are currently installed:
    5157  cairo @1.12.0_0+x11 (active)
     58}}}
    5259
    5360But it looks like macports is trying to build
     61{{{
    5462cairo@1.12.0_0+universal+x11
     63}}}