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

Bug#389296: linux-2.6_2.6.18-1(hppa/unstable): FTBFS: Missing build-dep?



On Mon, Sep 25, 2006 at 09:39:50AM +0200, Bastian Blank wrote:
> On Sun, Sep 24, 2006 at 08:38:36PM -0400, Kyle McMartin wrote:
> > The hell? This should be trying to use ``hppa64-linux-gnu-gcc'' not
> > ``hppa64-linux-gcc-4.1.''
> 
> Two bugs.
> - gcc-4.1-hppa64 was not in the build dependencies and therefor not
>   installed.
> - The parrisc Makefile overwrite CROSS_COMPILE on there own depending on
>   the available files in /usr/bin.
> 

The code in arch/parisc/Makefile is the following:

ifdef CONFIG_64BIT
CROSS_COMPILE   := $(shell if [ -x /usr/bin/hppa64-linux-gnu-gcc ]; then \
                        echo hppa64-linux-gnu-; else echo hppa64-linux-; fi)
UTS_MACHINE     := parisc64
CHECKFLAGS      += -D__LP64__=1 -m64
else

Basically it checks for /usr/bin/hppa64-linux-gnu-gcc, which is an
alternative. My guess is the the build daemon has the alternative broken
(or the gcc package), as the package linux-2.6 builds correctly on my
machine here.

Could somebody who has access to the build daemon check that the
alternative is not broken?

Bye,
Aurelien

-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net



Reply to: