<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <br>
    <div class="moz-cite-prefix">On 2/5/19 8:21 AM, James Abernathy
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:cbf57eb3-4084-202b-d7c9-a1fb6047d037@gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <p>So I was playing around with building the Android V30
        mythfronend according to the wiki. The one thing I did different
        was to git checkout fixes/30 on both MythTV/packaging.git and <span
          style="color: rgb(36, 41, 46); font-family: -apple-system,
          BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
          sans-serif, "Apple Color Emoji", "Segoe UI
          Emoji", "Segoe UI Symbol"; font-size: 16px;
          font-style: normal; font-variant-ligatures: normal;
          font-variant-caps: normal; font-weight: 400; letter-spacing:
          normal; orphans: 2; text-align: left; text-indent: 0px;
          text-transform: none; white-space: normal; widows: 2;
          word-spacing: 0px; -webkit-text-stroke-width: 0px;
          background-color: rgb(255, 255, 255); text-decoration-style:
          initial; text-decoration-color: initial; display: inline
          !important; float: none;">MythTV/mythtv.git.  I also did git
          pull for both.</span></p>
      <p><span style="color: rgb(36, 41, 46); font-family:
          -apple-system, BlinkMacSystemFont, "Segoe UI",
          Helvetica, Arial, sans-serif, "Apple Color Emoji",
          "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 16px; font-style: normal; font-variant-ligatures:
          normal; font-variant-caps: normal; font-weight: 400;
          letter-spacing: normal; orphans: 2; text-align: left;
          text-indent: 0px; text-transform: none; white-space: normal;
          widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
          background-color: rgb(255, 255, 255); text-decoration-style:
          initial; text-decoration-color: initial; display: inline
          !important; float: none;">The </span><br>
      </p>
      <pre style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13.6px; margin-bottom: 16px; margin-top: 0px; overflow-wrap: normal; background-color: rgb(246, 248, 250); border-radius: 3px; line-height: 1.45; overflow: auto; padding: 16px; color: rgb(36, 41, 46); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"><code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13.6px; background: transparent; border-radius: 3px; margin: 0px; padding: 0px; border: 0px; white-space: pre; word-break: normal; display: inline; line-height: inherit; overflow: visible; overflow-wrap: normal;">./makelibs.sh all</code></pre>
      <p><span style="color: rgb(36, 41, 46); font-family:
          -apple-system, BlinkMacSystemFont, "Segoe UI",
          Helvetica, Arial, sans-serif, "Apple Color Emoji",
          "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 16px; font-style: normal; font-variant-ligatures:
          normal; font-variant-caps: normal; font-weight: 400;
          letter-spacing: normal; orphans: 2; text-align: left;
          text-indent: 0px; text-transform: none; white-space: normal;
          widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
          background-color: rgb(255, 255, 255); text-decoration-style:
          initial; text-decoration-color: initial; display: inline
          !important; float: none;"></span></p>
      <p>does fine, but <br>
      </p>
      <pre style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13.6px; margin-bottom: 16px; margin-top: 0px; overflow-wrap: normal; background-color: rgb(246, 248, 250); border-radius: 3px; line-height: 1.45; overflow: auto; padding: 16px; color: rgb(36, 41, 46); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"><code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13.6px; background: transparent; border-radius: 3px; margin: 0px; padding: 0px; border: 0px; white-space: pre; word-break: normal; display: inline; line-height: inherit; overflow: visible; overflow-wrap: normal;">   ./mythbuild.sh</code></pre>
      <p>fails with console errors below:</p>
      <p>WARNING: libavfilter/allfilters.c libavformat/allformats.c
        libavcodec/allcodecs.c libavcodec/bitstream_filters.c newer than
        config.h, rerun configure<br>
        <br>
        CC    libavfilter/allfilters.o<br>
        CC    libavfilter/avf_concat.o<br>
        CC    libavfilter/avf_showcqt.o<br>
        CC    libavfilter/avf_showfreqs.o<br>
        CC    libavfilter/avf_showspectrum.o<br>
        CC    libavfilter/avf_showvolume.o<br>
        CC    libavfilter/avf_showwaves.o<br>
        CC    libavfilter/avfilter.o<br>
        In file included from libavfilter/allfilters.c:414:0:<br>
        ./libavfilter/filter_list.c:6:6: error: 'ff_af_acue' undeclared
        here (not in a function)<br>
             &ff_af_acue,<br>
              ^<br>
        ./libavfilter/filter_list.c:8:6: error: 'ff_af_acrossover'
        undeclared here (not in a function)<br>
             &ff_af_acrossover,<br>
              ^<br>
        ./libavfilter/filter_list.c:10:6: error: 'ff_af_adeclick'
        undeclared here (not in a function)<br>
             &ff_af_adeclick,<br>
              ^<br>
        ./libavfilter/filter_list.c:11:6: error: 'ff_af_adeclip'
        undeclared here (not in a function)<br>
             &ff_af_adeclip,<br>
              ^<br>
        ./libavfilter/filter_list.c:13:6: error: 'ff_af_aderivative'
        undeclared here (not in a function)<br>
             &ff_af_aderivative,<br>
              ^<br>
        ./libavfilter/filter_list.c:18:6: error: 'ff_af_afftdn'
        undeclared here (not in a function)<br>
             &ff_af_afftdn,<br>
              ^<br>
        ./libavfilter/filter_list.c:24:6: error: 'ff_af_aintegral'
        undeclared here (not in a function)<br>
             &ff_af_aintegral,<br>
              ^<br>
        ./libavfilter/filter_list.c:32:6: error: 'ff_af_amultiply'
        undeclared here (not in a function)<br>
             &ff_af_amultiply,<br>
              ^<br>
        ./libavfilter/filter_list.c:79:6: error: 'ff_af_highshelf'
        undeclared here (not in a function)<br>
             &ff_af_highshelf,<br>
              ^<br>
        ./libavfilter/filter_list.c:83:6: error: 'ff_af_lowshelf'
        undeclared here (not in a function)<br>
             &ff_af_lowshelf,<br>
              ^<br>
        ./libavfilter/filter_list.c:104:6: error: 'ff_asrc_sinc'
        undeclared here (not in a function)<br>
             &ff_asrc_sinc,<br>
              ^<br>
        ./libavfilter/filter_list.c:109:6: error: 'ff_vf_amplify'
        undeclared here (not in a function)<br>
             &ff_vf_amplify,<br>
              ^<br>
        ./libavfilter/filter_list.c:119:6: error: 'ff_vf_bm3d'
        undeclared here (not in a function)<br>
             &ff_vf_bm3d,<br>
              ^<br>
        ./libavfilter/filter_list.c:122:6: error: 'ff_vf_chromahold'
        undeclared here (not in a function)<br>
             &ff_vf_chromahold,<br>
              ^<br>
        ./libavfilter/filter_list.c:138:6: error: 'ff_vf_cue' undeclared
        here (not in a function)<br>
             &ff_vf_cue,<br>
              ^<br>
        ./libavfilter/filter_list.c:143:6: error: 'ff_vf_deblock'
        undeclared here (not in a function)<br>
             &ff_vf_deblock,<br>
              ^<br>
        ./libavfilter/filter_list.c:166:6: error: 'ff_vf_fftdnoiz'
        undeclared here (not in a function)<br>
             &ff_vf_fftdnoiz,<br>
              ^<br>
        ./libavfilter/filter_list.c:184:6: error: 'ff_vf_graphmonitor'
        undeclared here (not in a function)<br>
             &ff_vf_graphmonitor,<br>
              ^<br>
        ./libavfilter/filter_list.c:185:6: error: 'ff_vf_greyedge'
        undeclared here (not in a function)<br>
             &ff_vf_greyedge,<br>
              ^<br>
        ./libavfilter/filter_list.c:209:6: error: 'ff_vf_lut1d'
        undeclared here (not in a function)<br>
             &ff_vf_lut1d,<br>
              ^<br>
        ./libavfilter/filter_list.c:270:6: error: 'ff_vf_setparams'
        undeclared here (not in a function)<br>
             &ff_vf_setparams,<br>
              ^<br>
        ./libavfilter/filter_list.c:286:6: error: 'ff_vf_sr' undeclared
        here (not in a function)<br>
             &ff_vf_sr,<br>
              ^<br>
        ./libavfilter/filter_list.c:301:6: error: 'ff_vf_tmix'
        undeclared here (not in a function)<br>
             &ff_vf_tmix,<br>
              ^<br>
        ./libavfilter/filter_list.c:312:6: error: 'ff_vf_vibrance'
        undeclared here (not in a function)<br>
             &ff_vf_vibrance,<br>
              ^<br>
        ./libavfilter/filter_list.c:320:6: error: 'ff_vf_xstack'
        undeclared here (not in a function)<br>
             &ff_vf_xstack,<br>
              ^<br>
        ./libavfilter/filter_list.c:332:6: error: 'ff_vsrc_pal75bars'
        undeclared here (not in a function)<br>
             &ff_vsrc_pal75bars,<br>
              ^<br>
        ./libavfilter/filter_list.c:333:6: error: 'ff_vsrc_pal100bars'
        undeclared here (not in a function)<br>
             &ff_vsrc_pal100bars,<br>
              ^<br>
        ./libavfilter/filter_list.c:343:6: error: 'ff_avf_agraphmonitor'
        undeclared here (not in a function)<br>
             &ff_avf_agraphmonitor,<br>
              ^<br>
        ffbuild/common.mak:60: recipe for target
        'libavfilter/allfilters.o' failed<br>
        make[2]: *** [libavfilter/allfilters.o] Error 1<br>
        make[2]: *** Waiting for unfinished jobs....<br>
        make[2]: Leaving directory
'/home/jim/mythtv-workdir/packaging/android/build64/mythtv/external/FFmpeg'<br>
        Makefile:28: recipe for target 'FFmpeg-all' failed<br>
        make[1]: *** [FFmpeg-all] Error 2<br>
        make[1]: Leaving directory
        '/home/jim/mythtv-workdir/packaging/android/build64/mythtv/external'<br>
        Makefile:68: recipe for target 'external' failed<br>
        make: *** [external] Error 2<br>
      </p>
      <p><br>
      </p>
      <p>Any ideas??</p>
      <p>Jim A</p>
      <p><br>
      </p>
      <br>
    </blockquote>
    <br>
    Try mythbuild with the fresh option:<br>
    ./mythbuild.sh fresh<br>
    <br>
    <br>
  </body>
</html>