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

How was compiled cssc on ia64, and other issues



Hi,

The excuses file for cssc tells it's no promoted because it shows a
dep on gcc-3.1, which I don't feel is normal.  I found out that the
ia64 binary says:

Depends: libc6.1 (>= 2.2.4-4), libgcc1 (>= 1:3.1), libstdc++3 (>= 1:3.0.3-1)

Whereas I had put in the build-deps " g++-3.0 [ia64]", and the rules
file contain code to use 3.0, not 3.1:

# See bug #145859
CONFIGURE_ENV=
ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),ia64)
CONFIGURE_ENV='CCC=g++-3.0'
endif


Is it that "gcc" now points to "gcc-3.1" by default on ia64 ?  Should
I remove the hack because g++ would also be g++-3.1 ?

What's silly about that is that gcc-3.1 only seems to be held out of
testing because an error in copyright file (and maybe because binutils
is held, which seems to come from an arm-specific patch not being
applicable any more)...  Are these issues to be settled in the near
future ?

Regards,
-- 
Yann Dirson <Yann.Dirson@fr.alcove.com>                 http://www.alcove.com/
Technical support manager                Responsable de l'assistance technique
Senior Free-Software Consultant          Consultant senior en Logiciels Libres
Debian developer (dirson@debian.org)                        Développeur Debian


-- 
To UNSUBSCRIBE, email to debian-gcc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: