From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23985 invoked by alias); 7 Feb 2009 05:38:11 -0000 Received: (qmail 23898 invoked by uid 48); 7 Feb 2009 05:37:54 -0000 Date: Sat, 07 Feb 2009 05:38:00 -0000 Message-ID: <20090207053754.23897.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/38867] [Regression] gcc 4.4.0 20090114 - libjava/configure sets "NONE/share/python", need "${prefix}/share/python" In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rob1weld at aol dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-02/txt/msg00638.txt.bz2 ------- Comment #2 from rob1weld at aol dot com 2009-02-07 05:37 ------- The 'build logic' was altered between revisions 143918 and 143984. In gcc 4.4.0 20090204 trunk revision 143918 we have this: # ggrep contrib/aotcompile.py made_17_log.txt made_17e_log.txt:config.status: creating contrib/aotcompile.py made_17e_log.txt:config.status: creating contrib/aotcompile.py made_17g_install_log.txt: /usr/local/bin/install -c -m 644 contrib/aotcompile.py \ made_17g_install_log.txt: /usr/local/bin/install -c -m 644 contrib/aotcompile.py \ made_17g_install_log.txt: /usr/local/bin/install -c -m 644 contrib/aotcompile.py \ In gcc 4.4.0 20090206 trunk revision 143984 we have this: # ggrep contrib/aotcompile.py made_18_log.txt made_18c_install_log.txt: /usr/local/bin/install -c -m 644 contrib/aotcompile.py \ made_18c_install_log.txt: /usr/local/bin/install -c -m 644 contrib/aotcompile.py \ made_18c_install_log.txt: /usr/local/bin/install -c -m 644 contrib/aotcompile.py \ The "Python modules dir: NONE/share/python" message no longer occurs. I have not yet tested that the feature actually works now that it is different. Rob -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38867