From: <don...@is...> - 2017-05-30 13:32:01
|
Bruno Haible writes: > Don Cohen wrote: > > I just did hg pull and I don't see this new option. > > Am I using the right repository? Is there a delay? > > > > [don@localhost clisp]$ hg pull > > Always use "hg pull --update". That also did not work for me. I finally gave up and re cloned in order to get latest updates, inc. GC fix. Now the build seems to work: unlike last time I have no problem with the new po files Also make check only shows the two permission denied errors from streams (the segmentation fault is fixed). Also no AVCs, this is still with selinuxuser_execheap --> off selinuxuser_execmod --> off selinuxuser_execstack --> off (the last two changed from default settings) Also this is with the listener on port 9090 turned off: # systemctl status cockpit.socket cockpit.socket - Cockpit Web Service Socket Loaded: loaded (/usr/lib/systemd/system/cockpit.socket; enabled; vendor preset: enabled) Active: inactive (dead) since Thu 2017-05-25 12:09:22 PDT; 4 days ago Docs: man:cockpit-ws(8) Listen: [::]:9090 (Stream) ... I'm now assuming you're supposed to build clisp as a non-root user (I recall getting complaints when building as root), so it seems to me that the make check tests ought to assume you're running without root permissions. Or possibly accept as a result to certain tests either what you should get if you don't have permission or what you should get if you do. And perhaps the test that uses port 9090 could try a few other ports if that one turns out to be in use. Can you think of any other tests you'd like to try on this Fedora-Server-dvd-x86_64-25-1.3 VM ? |