Changes between Initial Version and Version 2 of Ticket #55722


Ignore:
Timestamp:
Jan 19, 2018, 2:24:56 PM (6 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55722

    • Property Status changed from new to assigned
    • Property Keywords farstream g-ir-scanner removed
    • Property Owner set to dbevans
  • Ticket #55722 – Description

    initial v2  
    11reinstalled macports after High Sierra 10.13.2 upgrade (from Yosemite),
    2 following https://trac.macports.org/wiki/Migration steps to rebuild exported ports list
     2following wiki:Migration steps to rebuild exported ports list
    33
    44farstream is in myports.txt (of the migration steps) & fails to build.  (other steps to this point seemed ok.)
     
    1010tried https://trac.macports.org/wiki/FAQ#buildfails, specifically: port selfupdate & port clean which completed uneventfully.
    1111
    12 can duplicate apart from the migration & rebuild steps with: sudo port install farstream
     12can duplicate apart from the migration & rebuild steps with: {{{sudo port install farstream}}}
    1313
    1414farstream version is: farstream-0.2.8_0.darwin_17
     
    1616
    1717snip from main.log:
    18 ====================
     18{{{
    1919:info:build CPPFLAGS="-I/opt/local/include" CFLAGS="-pipe -Os -arch x86_64" LDFLAGS="-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64" CC="/usr/bin/clang -arch x86_64" PKG_CONFIG="/opt/local/bin/pkg-config" DLLTOOL="false"  /opt/local/bin/g-ir-scanner   --namespace=Farstream --nsversion=0.2 --libtool="/bin/sh ../libtool"  --include=GObject-2.0 --include=Gst-1.0    --library=libfarstream-0.2.la --symbol-prefix=fs --identifier-prefix=Fs --add-init-section="gst_init(NULL,NULL);" --pkg-export=farstream-0.2 --c-include=fs-candidate.h --c-include=fs-codec.h --c-include=fs-participant.h --c-include=fs-session.h --c-include=fs-stream.h --c-include=fs-conference.h --c-include=fs-utils.h --cflags-begin -I.. -I.. --cflags-end -L/opt/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation fs-candidate.c fs-codec.c fs-participant.c fs-session.c fs-stream.c fs-conference.c fs-transmitter.c fs-stream-transmitter.c fs-plugin.c fs-element-added-notifier.c fs-utils.c fs-rtp.c fs-private.h fs-enumtypes.h fs-candidate.h fs-codec.h fs-participant.h fs-session.h fs-stream.h fs-conference.h fs-transmitter.h fs-stream-transmitter.h fs-plugin.h fs-element-added-notifier.h fs-utils.h fs-rtp.h libfarstream-0.2.la --output Farstream-0.2.gir
    2020
     
    2222:info:build g-ir-scanner: error: no such option: -W
    2323:info:build make[3]: *** [Farstream-0.2.gir] Error 2
    24 
     24}}}