Changes between Initial Version and Version 1 of Ticket #33856
- Timestamp:
- Apr 2, 2012, 5:06:03 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33856
- Property Owner changed from macports-tickets@… to ryandesign@…
- Property Port cairo added
-
Ticket #33856 – Description
initial v1 3 3 Here's what happens when I try: 4 4 5 {{{ 5 6 bash-3.2# port install wine 6 7 ---> Computing dependencies for cairo … … 11 12 Error: Unable to execute port: upgrade gst-plugins-base failed 12 13 To report a bug, see <http://guide.macports.org/#project.tickets> 13 14 }}} 14 15 15 16 And the log file contains: 16 17 18 {{{ 17 19 :info:build Undefined symbols::info:build "_spectre_render_context_set_page_size", referenced from: 18 20 :info:build _ps_convert in any2ppm-any2ppm.o … … 36 38 :info:build collect2: ld returned 1 exit status 37 39 :info:build make[4]: *** [any2ppm] Error 1 40 }}} 38 41 39 42 I have already done "port selfupdate" and upgraded all outdated ports. … … 41 44 On a lark, I did "port uninstall libspectre". Now, when I do "port wine install", I get a different error in the build for cairo: 42 45 46 {{{ 43 47 :info:build ld: library not found for -lspectre:info:build collect2: ld returned 1 exit status 48 }}} 44 49 45 50 Shouldn't macports have tried to re-install libspectre? … … 47 52 Note, I already have cairo installed: 48 53 54 {{{ 49 55 bash-3.2# port installed "cairo*" 50 56 The following ports are currently installed: 51 57 cairo @1.12.0_0+x11 (active) 58 }}} 52 59 53 60 But it looks like macports is trying to build 61 {{{ 54 62 cairo@1.12.0_0+universal+x11 63 }}}