Date: Sun, 19 Feb 2017 12:30:15 -0800 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-ports@freebsd.org, freebsd-current@freebsd.org, freebsd-hackers@freebsd.org Subject: elf_load_section problem Message-ID: <20170219203015.GA83765@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
Looks like I picked the wrong time to update a month old. Problem #1: 'kldload -v i915kms.ko' locks up the system. No panic. No messages logged. No keyboard response. Black screen of death. Problem #2: 'kldload -v drm2.ko' locks up the system. No panic. No messages logged. No keyboard response. Black screen of death. Problem #3: #1 and #2 along with an update of xorg to 1.18.4 prevents X from firing up. Problem #4: Ok. I re-install everything that X uses and their dependencies from source. % cd /usr/ports/misc/help2man % script % make Script started on Sun Feb 19 12:20:18 2017 laptop-kargl:root[201] make ===> help2man-1.47.4 depends on executable: gmake - found ===> help2man-1.47.4 depends on package: perl5>=5.24<5.25 - found ===> Configuring for help2man-1.47.4 configure: loading site script /usr/ports/Templates/config.site checking for perl... perl checking for module Locale::gettext... no checking for msgfmt... no checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for library containing dlsym... none required checking for library containing bindtextdomain... no checking for a BSD-compatible install... /usr/bin/install -c checking for makeinfo... build-aux/missing makeinfo checking for install-info... build-aux/missing install-info checking for msgmerge... build-aux/missing msgmerge checking for xgettext... build-aux/missing xgettext checking for po4a-updatepo... build-aux/missing po4a-updatepo checking for po4a-translate... build-aux/missing po4a-translate configure: creating ./config.status config.status: creating Makefile ===> Building for help2man-1.47.4 elf_load_section: truncated ELF file Abort trap *** Error code 1 Stop. make[1]: stopped in /usr/ports/misc/help2man *** Error code 1 Stop. make: stopped in /usr/ports/misc/help2man laptop-kargl:root[202] exit exit % exit Script done on Sun Feb 19 12:20:29 2017 -- Steve 20161221 https://www.youtube.com/watch?v=IbCHE-hONow
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170219203015.GA83765>