Richard van Paasen wrote: > Hi, > > I followed the howto for installing the svn version of freevo, but I can't > see how to get it to work. First, the setup.py is broken. It tests for > documentation, which isn't there: > > if (not os.path.isdir('./Docs/installation/html')): > print 'Docs/howto not found. Please run ./autogen.sh' > sys.exit(0) > > and > > #add docbook style howtos > os.path.walk('./Docs/installation', docbook_finder, data_files) > os.path.walk('./Docs/plugin_writing', docbook_finder, data_files) > > I did a "autogen.sh nodocs", as suggested in the howto. After commenting out > these lines, the install did succeed. > > > But, freevo does not start, nor does it output any debug info: > > > [EMAIL PROTECTED] ~ $ freevo -fs > X Window System Version 1.3.0 > Release Date: 19 April 2007 > X Protocol Version 11, Revision 0, Release 1.3 > Build Operating System: UNKNOWN > Current Operating System: Linux Zeus 2.6.23-gentoo-r6 #2 PREEMPT Wed Feb 6 > 19:55:02 CET 2008 i686 > Build Date: 06 February 2008 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 10 02:37:53 2008 > (==) Using config file: "/etc/X11/xorg.conf" > (II) Module already built-in > (II) Module already built-in > (II) Module already built-in > > [EMAIL PROTECTED] ~ $ > (X started and stopped) > > The log file shows: > ================================================================================ > Freevo 1.8.0-svn r10355 started at Sun Feb 10 02:38:46 2008 > -------------------------------------------------------------------------------- > 2008-02-10 02:38:46,386 INFO config.py (531): LOGDIR: /var/log > /var/log/freevo > 2008-02-10 02:38:46,387 INFO config.py (532): STATICDIR: /var/lib > /var/lib/freevo > 2008-02-10 02:38:46,388 INFO config.py (533): CACHEDIR: /tmp/freevocache > /tmp/freevocache > 2008-02-10 02:38:46,389 INFO config.py (552): Loading freevo > configuration file "/etc/freevo/freevo.conf" > 2008-02-10 02:38:46,501 INFO new process watcher instance > > This is on a up-to-date Gentoo system, fresh kaa and freevo from svn. > > Any idea's what can be wrong? > > Richard. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Freevo-devel mailing list > Freevo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/freevo-devel > Hi Richard,
Sounds exactly like the problem I was having and it frustrated the hell out of me. Did you delete the build directories in all the relevant freevo and kaa subdirectories ? Also the one extra delete I did just before I got it to work was to delete /usr/share/freevo/ (along with the site-packages/freevo & kaa dirs). Finally I didn't have TV_CHANNELS set in my local_conf.py so I set it. I'm not sure which one of these actions solved it. I was installing site wide without the pythonpath (which I think you are?) so I don't think that is part of the problem. John ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel