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

Bug#682689: marked as done (buildcross fails to build gcc-4.7)



Your message dated Thu, 20 Sep 2012 01:02:17 +0200
with message-id <20120919230217.GA15397@polynomio.collabora.co.uk>
and subject line Re: Bug#682689: buildcross fails to build gcc-4.7
has caused the Debian Bug report #682689,
regarding buildcross fails to build gcc-4.7
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
682689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682689
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: buildcross
Version: 0.0.12

This is due to line 1095 of /usr/lib/buildcross/functions, which
defines the em_cross function:

case ${1} in
	# (other cases omitted)
        gcc-3.[3-4]|gcc-4.[0-6])
                GCCVER=${1#gcc-}
                myecho INFO "I: Building GCC ${GCCVER}"
                checkinstalled gcc-${GCCVER}
                install-gcc-build-deps ${GCCVER}
                build-gcc ${GCCVER} > $LOGPATH/$HOSTARCH-$DEBARCH-$PKG.log 2>&1
                #install-gcc ${GCCVER}
                ;;

There is no obvious reason why this case couldn't be extended, and in
fact I have successfully built a gcc-4.7 package by doing so.

Another useful addition to this function would be a catch-all error
case, rather than failing silently.

--- End Message ---
--- Begin Message ---
On Mon, Sep 17, 2012 at 03:34:31AM +0200, Alban Browaeys wrote:
> Package: buildcross
> Followup-For: Bug #682689
> 
> Sorry previous patchset was not tested with default config (ie building
> cross libs before gcc-4.7).
> Please replace
> 0006-add-gcc-4.7-base-to-the-dependencies-to-strip-from-the.txt
> with the one attached and add
> 0007-cross-libs-depends-on-gcc-4.7-now.txt
> to the serie.

Fixes commited to git and uploaded as 0.0.13.

Regards,
-- 
  Hector Oron

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: