From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C7804138247 for ; Fri, 3 Jan 2014 06:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9541EE0A5D; Fri, 3 Jan 2014 06:00:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E970E09A4 for ; Fri, 3 Jan 2014 06:00:58 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id F2BDB33F4B3 for ; Fri, 3 Jan 2014 06:00:56 +0000 (UTC) From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] Fix the recent python sem_open failure Date: Thu, 2 Jan 2014 22:00:42 -0800 Message-Id: <1388728844-2142-1-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 1.8.3.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: 4462c977-59fd-4059-8e05-8463ca88f3f3 X-Archives-Hash: 06d2a2eea78fc3973b5af73609fa722d These 2 patches I've just bumped up in the pending branch order. They are needed to fix recent changes to python build system. The SOURCE_MOUNTS_DEFAULTS is to compliment the TARGET_MOUNTS_DEFAULTS and simplifies it's use through the code. It also is one step closer to having them configurable. The shm patch is a merge of 3 patches into this final one. The changes have all been tested. These jsut need testing due to the rebase. I hope to merge these patches this weekend along with teh previous 6 that fix other commits already applied. They have had lots of scrutiny and review already.