Gentoo Archives: gentoo-portage-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Michael Haubenwallner <haubi@g.o>
Subject: Re: [gentoo-portage-dev] install_qa_check() for hppa64 and ia64-hpux
Date: Thu, 16 Jul 2009 17:53:08
Message-Id: 200907161345.40135.vapier@gentoo.org
In Reply to: Re: [gentoo-portage-dev] install_qa_check() for hppa64 and ia64-hpux by Michael Haubenwallner
1 On Thursday 16 July 2009 04:15:50 Michael Haubenwallner wrote:
2 > On Wed, 2009-07-15 at 10:26 -0400, Mike Frysinger wrote:
3 > > On Tuesday 14 July 2009 04:40:14 Michael Haubenwallner wrote:
4 > > > have noticed that the "Evaluating misc gcc warnings" QA check does not
5 > > > know about "hppa64" cpu in bin/misc-functions.sh:
6 > > > alpha*|hppa64*|ia64*|powerpc64*|mips64*|sparc64*|sparcv9*|x86_64*)
7 > > > gentoo_bug=yes ;; esac
8 > >
9 > > looks fine to me -- feel free to add it. or if you cant, i can throw it
10 > > in if people dont beat me to it.
11 >
12 > Should be possible for me, thank you!
13
14 ive added to svn, thanks
15
16 > > > As we do not do multilib in Prefix, "ia64-hp-hpux*" is 32bit, and I
17 > > > want to hear your thoughts about this additional line there:
18 > > > case ${CHOST} in
19 > > > + ia64-hp-hpux*) ;; # multilib with 32bit default, 64bit
20 > > > is ia64w-hp-hpux*
21 > > > alpha*|hppa64*|ia64*|powerpc64*|mips64*|sparc64*|sparcv9*|x86_64*)
22 > > > gentoo_bug=yes ;; esac
23 > >
24 > > the check is to catch the majority of users, and it does. i dont want to
25 > > go down this rabbit hole. about we just fix the source code in question
26 > > and call it a day.
27 >
28 > AFAICS, it is the only exception to "*64*" being 64bit.
29 > But ok, seems I'll have to mask gcc-4.3 even for hppa-hpux anyway.
30
31 the fix here though seems like it should be relatively straight forward ?
32 just add a missing #include or #define ? or are there more gcc-4.3 problems
33 than this for that target ?
34 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-portage-dev] install_qa_check() for hppa64 and ia64-hpux Michael Haubenwallner <haubi@g.o>