Date: Mon, 22 Apr 2019 17:00:30 -0500 From: Bob Willcox <bob@immure.com> To: stable list <freebsd-stable@freebsd.org> Subject: Re: 12.0-STABLE Getting Signal 4 building src/Stemmer.c Message-ID: <20190422220030.GJ6607@rancor.immure.com> In-Reply-To: <20190422210026.GH6607@rancor.immure.com> References: <20190422210026.GH6607@rancor.immure.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 22, 2019 at 04:00:26PM -0500, Bob Willcox wrote: > Hi All, > > My brand new 12.0-STABLE system is failing to build the kernel when it gets to > here during the make: > > ===> Configuring for py36-pystemmer-1.3.0_2 > running config > ===> Building for py36-pystemmer-1.3.0_2 > running build > running build_ext > cythoning src/Stemmer.pyx to src/Stemmer.c > *** Signal 4 > > Stop. > make[9]: stopped in /usr/ports/textproc/py-pystemmer > *** Error code 1 > > I've tried this several times now, always with the same result. Here is my system's > uname -a output: > > FreeBSD darth.immure.com 12.0-STABLE FreeBSD 12.0-STABLE r346338 GENERIC amd64 > > > Anyone have any ideas on what would cause this, or, for that matter, why it's trying > to build Stemmer.c in the first place? Do I even need it? > > Thanks, > Bob > So, I think the reason it was trying to build the py36 stuff was due to it trying to build the nvidia driver as I had this in src.conf: PORTS_MODULES=x11/nvidia-driver Once I installed xort and the nvidia driver first then my kernel build was successful... Bob -- Bob Willcox | "Too often we enjoy the comfort of opinion bob@immure.com | without the discomfort of thought." Austin, TX | - John F. Kennedy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190422220030.GJ6607>