Changes between Initial Version and Version 1 of Ticket #55009


Ignore:
Timestamp:
Oct 5, 2017, 10:51:12 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log shows the real error is:

:info:build In file included from gstopenjpegdec.c:27:
:info:build In file included from ./gstopenjpegdec.h:29:
:info:build ./gstopenjpeg.h:42:12: fatal error: 'openjpeg-2.2/openjpeg.h' file not found
:info:build #  include <openjpeg-2.2/openjpeg.h>
:info:build            ^~~~~~~~~~~~~~~~~~~~~~~~~

So it looks like the problems are that even though gstreamer1-gst-plugins-bad declares a dependency on openjpeg15, it actually uses openjpeg, and openjpeg was updated from 2.2 to 2.3 today, and gstreamer1-gst-plugins-bad does not support openjpeg 2.3.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55009

    • Property Port gstreamer1-gst-plugins-bad added
    • Property Summary changed from gstreamer1-gst-plugins-bad 1.12.3 build fails on Sierra 10.12.6 with Xcode 9.0 to gstreamer1-gst-plugins-bad @1.12.3: fatal error: 'openjpeg-2.2/openjpeg.h' file not found
  • Ticket #55009 – Description

    initial v1  
    33Here are the error messages from the end of the logfile:
    44
    5 '':info:build libtool: link: /usr/bin/clang  -o .libs/libgstopengl.so -bundle  .libs/libgstopengl_la-gstopengl.o .... [ very long command ]
     5{{{
     6:info:build libtool: link: /usr/bin/clang  -o .libs/libgstopengl.so -bundle  .libs/libgstopengl_la-gstopengl.o .... [ very long command ]
    67:info:build ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
    78:info:build ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
     
    2627:debug:build "$procedure $targetname"
    2728:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gstreamer1-gst-plugins-bad/gstreamer1-gst-plugins-bad/main.log for details.
    28 ''
     29}}}
    2930
    3031Anyone have any idea why my build fails on one system but not the other?