Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] ebuild --debug takes forever when FEATURES contains keeptemp: detects QA warnings in build.log
Date: Tue, 08 Sep 2009 01:55:29
Message-Id: 4AA5B9F2.3080208@gentoo.org
In Reply to: Re: [gentoo-portage-dev] ebuild --debug takes forever when FEATURES contains keeptemp: detects QA warnings in build.log by Amit Dor-Shifer
1 Amit Dor-Shifer wrote:
2
3 > amit0 ~ $ grep -m 3 ': warning:'
4 > /var/tmp/portage/test/test-mkdir-1.0/temp/build.log
5 > + msgs=(": warning: dereferencing type-punned pointer will break
6 > strict-aliasing rules$" ": warning: implicit declaration of function "
7 > ": warning: incompatible implicit declaration of built-in function " ":
8 > warning: is used uninitialized in this function$" ": warning:
9 > comparisons like X<=Y<=Z do not have their mathematical meaning$" ":
10 > warning: null argument where non-null required ")
11 > + [[ -n : warning: dereferencing type-punned pointer will break
12 > strict-aliasing rules$ ]]
13 > + m=': warning: dereferencing type-punned pointer will break
14 > strict-aliasing rules$'
15
16 I think the attached patch should fix that. Could you test if for me?
17
18 --
19 Thanks,
20 Zac

Attachments

File name MIME type
debug_qa.patch text/x-patch

Replies