bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parallel build breaks


From: Torgeir Hansen
Subject: parallel build breaks
Date: Mon, 9 Feb 2004 21:41:10 +0100 (CET)

Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' 
-DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H  -I.  -I. -I./include -I./lib  
-O3 -mcpu=athlon-mp -funroll-loops -pipe
uname output: Linux stue 2.4.23 #1 SMP Sun Dec 14 22:57:09 CET 2003 i686 
AMD Athlon(TM) MP 1900+ AuthenticAMD GNU/Linux
Machine Type: i686-pc-linux-gnu

Bash Version: 2.05b
Patch Level: 0
Release Status: release

Description:
        When compiling with -j2 or more, the build breaks as it should 
         generate version.h before attempting building files that attempt 
         to include it.

Repeat-By:
        wget ftp://ftp.gnu.org/gnu/bash/bash-2.05b.tar.gz
        tar xzf bash-2.05b.tar.gz
        cd bash-2.05b
        ./configure && make -j2
        
Fix:
        A simple Makefile.in patch does the trick; 
        http://mybox.trenger.ro/patches/bash_paralellbuild.patch






reply via email to

[Prev in Thread] Current Thread [Next in Thread]