[blfs-dev] PyGTK broken by pango-1.44.1

2019-08-02 Thread Ken Moffat via blfs-dev
It looks as if pango-1.44.1 breaks pygtk : in the build - pango.c: In function '__PangoFontset_class_init': pango.c:5526:5: error: unknown type name 'PangoFontsetClass'; did you mean 'PangoContextClass'? 5526 | PangoFontsetClass *klass = PANGO_FONTSET_CLASS(gclass); | ^~~~

Re: [blfs-dev] Kernel configuration for elogind

2019-08-02 Thread Pierre Labastie via blfs-dev
On 02/08/2019 17:23, Ken Moffat via blfs-dev wrote: > On Fri, Aug 02, 2019 at 11:05:02AM +0200, Pierre Labastie via blfs-dev wrote: >> On 02/08/2019 04:54, Ken Moffat via blfs-dev wrote: >>> >>> However, I had a bit of fun and games getting mountcgroupfs to >>> I'd got CONFIG_CGROUPS CONFIG_INOTIFY

Re: [blfs-dev] Kernel configuration for elogind

2019-08-02 Thread Ken Moffat via blfs-dev
On Fri, Aug 02, 2019 at 04:23:15PM +0100, Ken Moffat via blfs-dev wrote: > On Fri, Aug 02, 2019 at 11:05:02AM +0200, Pierre Labastie via blfs-dev wrote: > > > > From my investigations, no... And the whole mountcgroupfs bootscript can be > > omitted, because elogind takes care of mounting those. OT

Re: [blfs-dev] Kernel configuration for elogind

2019-08-02 Thread Ken Moffat via blfs-dev
On Fri, Aug 02, 2019 at 11:05:02AM +0200, Pierre Labastie via blfs-dev wrote: > On 02/08/2019 04:54, Ken Moffat via blfs-dev wrote: > > > > However, I had a bit of fun and games getting mountcgroupfs to > > I'd got CONFIG_CGROUPS CONFIG_INOTIFY_USER and CONFIG_FHANDLE [...] > > > > CONFIG_MEMCFG

Re: [blfs-dev] xorg failure

2019-08-02 Thread Pierre Labastie via blfs-dev
On 02/08/2019 12:35, Pierre Labastie via blfs-dev wrote: > Regarding the hardware, what is tested in xorg-wrapper.c is whether you can > call ioctl(fd, DRM_IOCTL_MODE_GETRESOURCES, &res) with fd a file descriptor > pointing to /dev/dri/card0. If this is possible, root privileges are dropped, > and

Re: [blfs-dev] xorg failure

2019-08-02 Thread Pierre Labastie via blfs-dev
On 02/08/2019 01:19, DJ Lucas via blfs-dev wrote: > > > On 8/1/2019 10:49 AM, Pierre Labastie via blfs-dev wrote: >> OK, I've found the error >> On the Xinit page, we have: >> --- >> sed -e '/$serverargs $vtarg/ s/serverargs/: #&/' \ >> -i startx.cpp >> --- >> for the Sysv/elogind book,

Re: [blfs-dev] Kernel configuration for elogind

2019-08-02 Thread Pierre Labastie via blfs-dev
On 02/08/2019 04:54, Ken Moffat via blfs-dev wrote: > First, the good news: > > On intel (haswell, built-in graphics) I've got Xorg working as > expected, without the suid settings. > > However, I had a bit of fun and games getting mountcgroupfs to > start. > > I'd got CONFIG_CGROUPS CONFIG_INOT