From owner-freebsd-hackers@freebsd.org Sun Feb 19 20:30:16 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B789CE5990; Sun, 19 Feb 2017 20:30:16 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 517D2187F; Sun, 19 Feb 2017 20:30:16 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id v1JKUFUo083830 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 19 Feb 2017 12:30:15 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id v1JKUFGh083829; Sun, 19 Feb 2017 12:30:15 -0800 (PST) (envelope-from sgk) Date: Sun, 19 Feb 2017 12:30:15 -0800 From: Steve Kargl 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> Reply-To: sgk@troutmask.apl.washington.edu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.2 (2016-11-26) X-Mailman-Approved-At: Sun, 19 Feb 2017 21:41:28 +0000 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2017 20:30:16 -0000 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