From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1EqruW-0004BK-2x for garchives@archives.gentoo.org; Mon, 26 Dec 2005 12:57:08 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBQCtp2f016188; Mon, 26 Dec 2005 12:55:51 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBQCpvw8024505 for ; Mon, 26 Dec 2005 12:51:58 GMT Received: from p83.129.51.23.tisdip.tiscali.de ([83.129.51.23] helo=[192.168.101.99]) by smtp.gentoo.org with esmtpa (Exim 4.54) id 1EqrpU-0002th-QS for gentoo-dev@lists.gentoo.org; Mon, 26 Dec 2005 12:51:57 +0000 Message-ID: <43AFE8FC.2090303@gentoo.org> Date: Mon, 26 Dec 2005 13:58:36 +0100 From: Danny van Dyk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051119) X-Accept-Language: de-DE, de, en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] making dodoc and dohtml die when they fail and stricter is on References: <43AF2BF5.4060905@gentoo.org> <200512260913.39975.jstubbs@gentoo.org> <1566320872.20051226120137@gentoo.org> In-Reply-To: <1566320872.20051226120137@gentoo.org> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 84b63c34-282b-4cfc-8f96-14562e26055e X-Archives-Hash: be445f732648382d1c45d50a3430d7e2 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jakub Moc schrieb: | |>>Currently there are quite a few ebuilds in the tree that execute dodoc or |>>dohtml for files that do not exist. I think it would be nice to have |>>ebuilds die if this is the case. To not break current ebuilds this would |>>only happen with FEATURES="stricter". | | | Sigh... There are already bugs flowing in for TEXTRELs/executable stacks | checks implemented in recent portage versions. Some of these bugs are | completely INVALID or CANTFIX - emulation stuff, binary-only ebuilds, etc. | etc. What's the point of this breakage? Why are these QA checks fatal, | causing ebuilds to bail out? How can you disable such checks per-ebuild | (AFAIK - you can't) to not annoy users with QA notices and breakage one can | do nothing about anyway? You can disable them. Have a look at dyn_install in ebuild.sh. There are 2 categories of such QA violations: * One category (qa_sucks_for_sure) currently only consists of ebuilds ~ that have run-paths pointing to a subdir of ${BUILDDIR}. Such bugs can ~ always be fixed (as it never affects binary packages) and thus this ~ category of bug lets the build process always die. * The other category (qa_kinda_sucks) only causes the death of the build ~ process when the user has FEATURES="stricter" and the ebuild doesn't ~ have RESTRICT="stricter". The obvious solution for unfixable (binary) packages is to set RESTRICT="stricter" for them. On the other hand, some binary UPSTREAMs are very kind and competent to handle such bugs if you tell them. AMD for example, who will fix an "exectuable stack" problem in ACML after the holidays. Danny - -- Danny van Dyk Gentoo/AMD64 Project, Gentoo Scientific Project -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDr+j8aVNL8NrtU6IRAq0kAJ92IHWPU/WRRzj5F807yU+89bm87gCfbbBF lkpmuU3EgpaFHfaCaiShQxI= =drQA -----END PGP SIGNATURE----- -- gentoo-dev@gentoo.org mailing list