Re: [mythtv-users] gentoo cvs ebuild

2005-03-03 Thread Jeff Simpson
I tried re-emerging yesterday:

emerge mythtv-cvs mythweather-cvs

mythtv compiled and worked, mythweather borked out with the same error.

Anything else I can try?

On Wed, 2 Mar 2005 19:28:11 +, Simon Kenyon <[EMAIL PROTECTED]> wrote:
> On Wednesday 02 March 2005 15:26, Jeff Simpson wrote:
> > I can't seem to get them working on my system. is the ebuild for
> > mythweather "mythweather-cvs"? It should be a live cvs update and
> > compile (so every time I try it it would be the most recent cvs copy),
> > but it fails every time on:
> >
> > weather.cpp:484: error: `MSqlQuery' undeclared (first use this function)
> >
> > Ideas?
> did you emerge mythtv-cvs before you did emerge mythweather-cvs
> 
> maybe it is overkill but i have a shell script which does:
> 
> emerge mythtv-cvs mythbrowser-cvs mythdvd-cvs mythgallery-cvs mythgame-cvs
> mythmusic-cvs mythnews-cvs mythphone-cvs mythvideo-cvs mythweather-cvs
> mythweb-cvs nuvexport-cvs
> 
> that way i'm sure that they are all in sync
> --
> simon
> ps cvs broke for a day or two when the changes to the mysql interface went in
> maybe you were unlucky in your timing
> 


-- 
email me if you want a gmail invite, I have some invites
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] gentoo cvs ebuild

2005-03-02 Thread Simon Kenyon
On Wednesday 02 March 2005 15:26, Jeff Simpson wrote:
> I can't seem to get them working on my system. is the ebuild for
> mythweather "mythweather-cvs"? It should be a live cvs update and
> compile (so every time I try it it would be the most recent cvs copy),
> but it fails every time on:
>
> weather.cpp:484: error: `MSqlQuery' undeclared (first use this function)
>
> Ideas?
did you emerge mythtv-cvs before you did emerge mythweather-cvs

maybe it is overkill but i have a shell script which does:

emerge mythtv-cvs mythbrowser-cvs mythdvd-cvs mythgallery-cvs mythgame-cvs 
mythmusic-cvs mythnews-cvs mythphone-cvs mythvideo-cvs mythweather-cvs 
mythweb-cvs nuvexport-cvs

that way i'm sure that they are all in sync
--
simon
ps cvs broke for a day or two when the changes to the mysql interface went in
maybe you were unlucky in your timing
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] gentoo cvs ebuild

2005-03-02 Thread Jeff Simpson
I can't seem to get them working on my system. is the ebuild for
mythweather "mythweather-cvs"? It should be a live cvs update and
compile (so every time I try it it would be the most recent cvs copy),
but it fails every time on:

weather.cpp:484: error: `MSqlQuery' undeclared (first use this function)

Ideas?

On Wed, 02 Mar 2005 08:17:37 -0500, Preston Crow
<[EMAIL PROTECTED]> wrote:
> > Are the old 0.16 cvs-ebuilds still OK. Or are there new ones available?
> 
> They're working for me.  Since it's a live CVS build, the version number
> is rather meaningless, but I'll update that the next time something
> happens and I need to post an update.
> 
> --PC
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> 


-- 
email me if you want a gmail invite, I have some invites
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] gentoo cvs ebuild

2005-03-02 Thread Preston Crow
> Are the old 0.16 cvs-ebuilds still OK. Or are there new ones available?

They're working for me.  Since it's a live CVS build, the version number
is rather meaningless, but I'll update that the next time something
happens and I need to post an update.

--PC

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] gentoo cvs ebuild

2005-03-02 Thread Peter Martens
> I don't think it's an issue with the ebuild or the dependencies.  I
> think it's an issue with the state of the code in CVS.  With the release
> of 0.17, it appears that the developers felt free to make some
> destabilizing changes.  For a while, many of the modules were broken.
> Last I checked, I was able to build all but mythbrowser (using the
> Gentoo ebuilds).
> 
> As a general rule, if one of the CVS modules fails to build, you may
> need to update to the latest CVS and rebuild everything starting with
> mythtv (i.e., emerge mythtv-cvs mythweather-cvs ...).  Often there is an
> issue where a library interface was changed in the mythtv base, and the
> modules now depend on the new API (or will be broken until they are
> adjusted, as was the case with some of the modules recently).
> 
Are the old 0.16 cvs-ebuilds still OK. Or are there new ones available?

Peter
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] gentoo cvs ebuild

2005-03-01 Thread Preston Crow
On Tue, 2005-03-01 at 14:33, Jeff Simpson wrote:
> I just tried to update myth with the gentoo ebuild and get the following 
> error:
> 
> weather.cpp: In member function `void Weather::setSetting(QString, QString, 
>bool)':
> weather.cpp:484: error: `MSqlQuery' undeclared (first use this function)
> weather.cpp:484: error: (Each undeclared identifier is reported only once for 
>each function it appears in.)
> 
> I get a similar error for mythweather-cvs, mythvideo-cvs,
> mythgame-cvs, mythdvd-cvs
> 
> mythtv-cvs and mythweb-cvs compile fine. I figure it must be a
> dependency I forgot about or that got left out of the ebuilds.
> Suggestions?

I don't think it's an issue with the ebuild or the dependencies.  I
think it's an issue with the state of the code in CVS.  With the release
of 0.17, it appears that the developers felt free to make some
destabilizing changes.  For a while, many of the modules were broken. 
Last I checked, I was able to build all but mythbrowser (using the
Gentoo ebuilds).

As a general rule, if one of the CVS modules fails to build, you may
need to update to the latest CVS and rebuild everything starting with
mythtv (i.e., emerge mythtv-cvs mythweather-cvs ...).  Often there is an
issue where a library interface was changed in the mythtv base, and the
modules now depend on the new API (or will be broken until they are
adjusted, as was the case with some of the modules recently).

--PC


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] gentoo cvs ebuild

2005-03-01 Thread Jeff Simpson
I just tried to update myth with the gentoo ebuild and get the following error:

weather.cpp: In member function `void Weather::setSetting(QString, QString, 
   bool)':
weather.cpp:484: error: `MSqlQuery' undeclared (first use this function)
weather.cpp:484: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)

I get a similar error for mythweather-cvs, mythvideo-cvs,
mythgame-cvs, mythdvd-cvs

mythtv-cvs and mythweb-cvs compile fine. I figure it must be a
dependency I forgot about or that got left out of the ebuilds.
Suggestions?

 - Jeff
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users