Re: MythTV 31 in experimental

Top Page

Reply to this message
Author: Ian Campbell
Date:  
To: dmo-discussion
Subject: Re: MythTV 31 in experimental
On Fri, 2020-03-13 at 18:40 +0100, Christian Marillat wrote:
> On 13 mars 2020 08:42, Christian Marillat <
> marillat@???> wrote:
>
> > On 12 mars 2020 18:30, Ian Campbell <ijc@???> wrote:
> >> On Wed, 2020-03-11 at 12:45 +0100, Christian Marillat wrote:
> >>> On 11 mars 2020 19:32, Ian Campbell <ijc@???> wrote:
> >>>
> >>> > On Mon, 2020-03-09 at 17:16 +0100, Christian Marillat wrote:
> >>>
> >>> [...]
> >>>
> >>> >> Should be fixed for /var/lib/mythtv in the next upload.
> >>> >
> >>> > It doesn't appear to be fixed in
> 30.0+fixes20200310.gitab250d6ccf-dmo1.
> >>> > Was it expected to be?
> >>>
> >>> Latest is 31.0~pre20200309.git9934710cfa-dmo1
> >>
> >> I think you still need a mkdir of ~/.mythtv (see the ln error in):
> >
> > Fixed in the next upload. For now mythtv doesn't build.
>
> Packages uploaded.


Getting closer ;-), now `/var/lib/mythtv` has correct ownership but
`/var/lib/mythtv/.mythtv/` is root owned:

   #12 [base-env 9/16] RUN set -x ; whoami && grep mythtv /etc/passwd && ls -ld...
   #12 0.445 + whoami
   #12 0.445 root
   #12 0.445 + grep mythtv /etc/passwd
   #12 0.446 mythtv:x:105:110::/var/lib/mythtv:/bin/sh
   #12 0.446 + ls -ld /var/lib/mythtv
   #12 0.447 drwxr-xr-x 3 mythtv mythtv 4096 Mar 14 00:49 /var/lib/mythtv
   #12 0.447 + ls -laRt /var/lib/mythtv
   #12 0.447 /var/lib/mythtv:
   #12 0.447 total 16
   #12 0.447 drwxr-xr-x 2 root   root   4096 Mar 14 00:49 .mythtv
   #12 0.447 drwxr-xr-x 3 mythtv mythtv 4096 Mar 14 00:49 .
   #12 0.447 drwxr-xr-x 1 root   root   4096 Mar 14 00:49 ..
   #12 0.447 
   #12 0.447 /var/lib/mythtv/.mythtv:
   #12 0.447 total 8
   #12 0.447 drwxr-xr-x 2 root   root   4096 Mar 14 00:49 .
   #12 0.447 lrwxrwxrwx 1 root   root     22 Mar 14 00:49 config.xml -> /etc/mythtv/config.xml
   #12 0.447 drwxr-xr-x 3 mythtv mythtv 4096 Mar 14 00:49 ..
   #12 DONE 0.5s


I also noticed that `mythgallery` is not available:

#20 1.294 E: Package 'mythgallery' has no installation candidate

But maybe that is expected because it's the old/deprecated one?

Ian.