From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Bash headers path changed in 4.4 (core-updates) Date: Sat, 15 Oct 2016 20:55:00 -0400 Message-ID: <20161016005500.GA18526@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvZjH-0003yT-6e for guix-devel@gnu.org; Sat, 15 Oct 2016 20:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvZjE-0006Ix-49 for guix-devel@gnu.org; Sat, 15 Oct 2016 20:55:07 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:44494) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bvZjD-0006Ip-Vv for guix-devel@gnu.org; Sat, 15 Oct 2016 20:55:04 -0400 Received: from localhost (74-94-60-115-philadelphia.hfc.comcastbusiness.net [74.94.60.115]) by mail.messagingengine.com (Postfix) with ESMTPA id 7F2CBCC082 for ; Sat, 15 Oct 2016 20:55:01 -0400 (EDT) Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org While looking at the build failure of recutils on core-updates [0], I noticed that the directory structure of bash:include changed from 4.3 to 4.4. Using stdc.h as an example, For 4.3, our package creates a tree like this: ./include/bash/stdc.h For 4.4, it's like this: ./include/bash/include/stdc.h Is this intentional? [0] https://hydra.gnu.org/build/1538148/log/tail-reload