From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#34431: Qt fails to build Date: Mon, 11 Feb 2019 16:27:38 +0100 Message-ID: <20190211152738.GA18875@jurong> References: <20190211112015.GA9273@jurong> <20190211124132.237dfb15@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtDV5-0006l8-L0 for bug-guix@gnu.org; Mon, 11 Feb 2019 10:28:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtDV4-0004fP-T5 for bug-guix@gnu.org; Mon, 11 Feb 2019 10:28:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44658) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtDV4-0004fB-Ne for bug-guix@gnu.org; Mon, 11 Feb 2019 10:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtDV4-0005LB-FE for bug-guix@gnu.org; Mon, 11 Feb 2019 10:28:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20190211124132.237dfb15@scratchpost.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 34431@debbugs.gnu.org Hello Danny, On Mon, Feb 11, 2019 at 12:41:45PM +0100, Danny Milosavljevic wrote: > maybe https://bugs.gentoo.org/672856 is related. > They say: > >/usr/lib/libQt5Core.so.5.11.3: ELF 64-bit LSB pie executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.11.0, stripped > >Nice of upstream to make significant changes to the kernel requirement on a point release. > What Linux kernel version do you have? thanks for digging this up! It happens on my laptop, with kernel 4.9.0. But I thought it also happens on bayfront (kernel 4.19.1), which offloads to harbourfront (kernel 4.19.8). I will try the latter two again. Andreas