Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 426238

Summary: www-apps/mythweb-0.25.1 version bump
Product: Gentoo Linux Reporter: Myk Taylor <myk002>
Component: New packagesAssignee: MythTV Maintainers <mythtv+disabled>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.mythtv.org/wiki/Release_Notes_-_0.25
Whiteboard:
Package list:
Runtime testing required: ---

Description Myk Taylor 2012-07-12 03:17:37 UTC
mythtv-0.25.1 has been unmasked.  mythweb needs to be brought up to date.

Reproducible: Always
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2012-07-12 05:49:53 UTC
This should be in the tree already. Please give it a shot and confirm.
Comment 2 Myk Taylor 2012-07-12 18:07:26 UTC
works great!  Awesome!

One note, and one suggestion:

1) Warning message from ebuild:
     QA Notice: ebeep is not defined in EAPI=4

2) our default install path is correctly represented in the mythweb.conf.lighttpd file, but is slightly different from what is in the mythweb.conf.apache file.  Could we apply the following diff to that file:

--- /var/www/localhost/htdocs/mythweb/mythweb.conf.apache       2012-07-12 10:29:38.668612338 -0700
+++ /etc/apache2/modules.d/99_mythweb.conf      2012-07-12 10:49:49.237257339 -0700
@@ -26,10 +26,10 @@
 #    /var/www/html/mythweb
 #    /srv/www/htdocs/mythweb
 #
-    <Directory "/var/www/html/data">
+    <Directory "/var/www/localhost/htdocs/mythweb/data">
         Options -All +FollowSymLinks +IncludesNoExec
     </Directory>
-    <Directory "/var/www/html" >
+    <Directory "/var/www/localhost/htdocs/mythweb">
 
     ############################################################################
     # I *strongly* urge you to turn on authentication for MythWeb.  It is disabled
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2012-07-12 21:34:25 UTC
(In reply to comment #2)
> works great!  Awesome!
> 
> One note, and one suggestion:
> 
> 1) Warning message from ebuild:
>      QA Notice: ebeep is not defined in EAPI=4

That's bug #386555
Comment 4 Doug Goldstein (RETIRED) gentoo-dev 2012-07-15 22:45:22 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > works great!  Awesome!
> > 
> > One note, and one suggestion:
> > 
> > 1) Warning message from ebuild:
> >      QA Notice: ebeep is not defined in EAPI=4
> 
> That's bug #386555

I went ahead and fixed the eclass.
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2012-07-15 22:47:08 UTC
(In reply to comment #2)
> works great!  Awesome!
> 
> One note, and one suggestion:
> 
> 1) Warning message from ebuild:
>      QA Notice: ebeep is not defined in EAPI=4
> 
> 2) our default install path is correctly represented in the
> mythweb.conf.lighttpd file, but is slightly different from what is in the
> mythweb.conf.apache file.  Could we apply the following diff to that file:
> 
> --- /var/www/localhost/htdocs/mythweb/mythweb.conf.apache       2012-07-12
> 10:29:38.668612338 -0700
> +++ /etc/apache2/modules.d/99_mythweb.conf      2012-07-12
> 10:49:49.237257339 -0700
> @@ -26,10 +26,10 @@
>  #    /var/www/html/mythweb
>  #    /srv/www/htdocs/mythweb
>  #
> -    <Directory "/var/www/html/data">
> +    <Directory "/var/www/localhost/htdocs/mythweb/data">
>          Options -All +FollowSymLinks +IncludesNoExec
>      </Directory>
> -    <Directory "/var/www/html" >
> +    <Directory "/var/www/localhost/htdocs/mythweb">
>  
>     
> ############################################################################
>      # I *strongly* urge you to turn on authentication for MythWeb.  It is
> disabled

This really should be handled by a webapp_hook_script. I'll look at implementing this.
Comment 6 Doug Goldstein (RETIRED) gentoo-dev 2012-07-17 01:08:38 UTC
(In reply to comment #5)
> (In reply to comment #2)
> > works great!  Awesome!
> > 
> > One note, and one suggestion:
> > 
> > 1) Warning message from ebuild:
> >      QA Notice: ebeep is not defined in EAPI=4
> > 
> > 2) our default install path is correctly represented in the
> > mythweb.conf.lighttpd file, but is slightly different from what is in the
> > mythweb.conf.apache file.  Could we apply the following diff to that file:
> > 
> > --- /var/www/localhost/htdocs/mythweb/mythweb.conf.apache       2012-07-12
> > 10:29:38.668612338 -0700
> > +++ /etc/apache2/modules.d/99_mythweb.conf      2012-07-12
> > 10:49:49.237257339 -0700
> > @@ -26,10 +26,10 @@
> >  #    /var/www/html/mythweb
> >  #    /srv/www/htdocs/mythweb
> >  #
> > -    <Directory "/var/www/html/data">
> > +    <Directory "/var/www/localhost/htdocs/mythweb/data">
> >          Options -All +FollowSymLinks +IncludesNoExec
> >      </Directory>
> > -    <Directory "/var/www/html" >
> > +    <Directory "/var/www/localhost/htdocs/mythweb">
> >  
> >     
> > ############################################################################
> >      # I *strongly* urge you to turn on authentication for MythWeb.  It is
> > disabled
> 
> This really should be handled by a webapp_hook_script. I'll look at
> implementing this.

Done. >=www-apps/mythweb-0.25.2 I've only tested it for nginx since that's what I use. If there are issues feel free to open a new bug.