Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Re: [mythtv-commits] mythtv branch master updated by jyavenard. v0.26-pre-901-gfa1571c

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


rkulagow at gmail

Jul 17, 2012, 10:40 AM

Post #1 of 2 (231 views)
Permalink
Re: [mythtv-commits] mythtv branch master updated by jyavenard. v0.26-pre-901-gfa1571c

On Tue, Jul 17, 2012 at 2:01 AM, Git Repo Owner <noreply [at] mythtv> wrote:
> The branch, master has been updated on the
> mythtv repository by gitolite user jyavenard.
> via fa1571ce87401f34b64698d68f2770d74fa83969 (commit)
> via 11ea7ef9c653e8e88d0c2cb032a25da639c91c2a (commit)
> from 13163358dd54687628233ce4285f09435c0066c2 (commit)
>
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
>
> - Log -----------------------------------------------------------------
> commit fa1571ce87401f34b64698d68f2770d74fa83969
> Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Tue, 17 Jul 2012 17:00:59 +1000
> Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Tue, 17 Jul 2012 17:01:16 +1000
> URL: http://code.mythtv.org/cgit/mythtv/commit/?id=fa1571ce87401f34b64698d68f2770d74fa83969
>
> Add AirPlay password authentication support.
> Thanks to mythtv [at] cjo20 (IRC: Seeker`) original patch
>
> Fixes #10310
>
>
>
> commit 11ea7ef9c653e8e88d0c2cb032a25da639c91c2a
> Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Tue, 17 Jul 2012 15:09:25 +1000
> Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Tue, 17 Jul 2012 17:01:16 +1000
> URL: http://code.mythtv.org/cgit/mythtv/commit/?id=11ea7ef9c653e8e88d0c2cb032a25da639c91c2a
>
> Add graphic user configuration for AirPlay.
> Aim to simplify AirPlay and AirTunes configuration. The AirPlay settings page will also show the status for the RSA key and indicate any potential errors.
> Drop conditional compilation of AirPlay (video only) without AirTunes (RAOP).
> Services can now be started using proper settings and doesn't require the use of environment variables.
>
>
>
> -----------------------------------------------------------------------
>
> Summary of changes:
> .../libs/libmythtv/AirPlay/mythairplayserver.cpp | 115 +++++++++++++++++++-
> mythtv/libs/libmythtv/AirPlay/mythairplayserver.h | 9 ++-
> .../libs/libmythtv/AirPlay/mythraopconnection.cpp | 59 +++++++++-
> mythtv/libs/libmythtv/AirPlay/mythraopconnection.h | 10 ++-
> mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp | 9 ++-
> mythtv/libs/libmythtv/libmythtv.pro | 12 ++-
> mythtv/programs/mythfrontend/globalsettings.cpp | 113 ++++++++++++++++++--
> mythtv/programs/mythfrontend/main.cpp | 23 ++--
> mythtv/programs/mythfrontend/mythfrontend.pro | 2 +-
> 9 files changed, 309 insertions(+), 43 deletions(-)

Not compiling here:

make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythtv-setup'
{ test -n "" && DESTDIR="" || DESTDIR=.; } && test $(gdb --version |
sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx
--batch --quiet -ex 'set confirm off' -ex "save gdb-index $DESTDIR"
-ex quit 'mythbackend' && test -f mythbackend.gdb-index && objcopy
--add-section '.gdb_index=mythbackend.gdb-index' --set-section-flags
'.gdb_index=readonly' 'mythbackend' 'mythbackend' && rm -f
mythbackend.gdb-index || true
make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythbackend'
globalsettings.o: In function `AirPlayRSAInfo':
/home/rkulagow/mythtv/mythtv/programs/mythfrontend/globalsettings.cpp:2668:
undefined reference to `MythRAOPConnection::LoadKey()'
globalsettings.o: In function `MythRAOPConnection::RSALastError()':
/home/rkulagow/mythtv/mythtv/programs/mythfrontend/../../libs/libmythtv/AirPlay/mythraopconnection.h:57:
undefined reference to `MythRAOPConnection::g_rsaLastError'
collect2: ld returned 1 exit status
make[2]: *** [mythfrontend] Error 1
make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythfrontend'
make[1]: *** [sub-mythfrontend-make_default] Error 2
make[1]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs'
make: *** [programs] Error 2

(make distclean; configure; make)
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-dev


jyavenard at gmail

Jul 17, 2012, 4:06 PM

Post #2 of 2 (218 views)
Permalink
Re: [mythtv-commits] mythtv branch master updated by jyavenard. v0.26-pre-901-gfa1571c [In reply to]

On 18 July 2012 03:40, Robert Kulagowski <rkulagow [at] gmail> wrote:
>
> Not compiling here:
>
> make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythtv-setup'
> { test -n "" && DESTDIR="" || DESTDIR=.; } && test $(gdb --version |
> sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx
> --batch --quiet -ex 'set confirm off' -ex "save gdb-index $DESTDIR"
> -ex quit 'mythbackend' && test -f mythbackend.gdb-index && objcopy
> --add-section '.gdb_index=mythbackend.gdb-index' --set-section-flags
> '.gdb_index=readonly' 'mythbackend' 'mythbackend' && rm -f
> mythbackend.gdb-index || true
> make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythbackend'
> globalsettings.o: In function `AirPlayRSAInfo':
> /home/rkulagow/mythtv/mythtv/programs/mythfrontend/globalsettings.cpp:2668:
> undefined reference to `MythRAOPConnection::LoadKey()'
> globalsettings.o: In function `MythRAOPConnection::RSALastError()':
> /home/rkulagow/mythtv/mythtv/programs/mythfrontend/../../libs/libmythtv/AirPlay/mythraopconnection.h:57:
> undefined reference to `MythRAOPConnection::g_rsaLastError'
> collect2: ld returned 1 exit status
> make[2]: *** [mythfrontend] Error 1
> make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythfrontend'
> make[1]: *** [sub-mythfrontend-make_default] Error 2
> make[1]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs'
> make: *** [programs] Error 2
>
> (make distclean; configure; make)

likely a make uninstall issue...
Remove any installed myth headers / libraries...

so run:
make uninstall

and recompile
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.