* [gentoo-user] Aborting due to QA concerns: textrels
@ 2009-01-21 15:47 Helmut Jarausch
2009-01-21 15:58 ` Neil Bothwick
0 siblings, 1 reply; 5+ messages in thread
From: Helmut Jarausch @ 2009-01-21 15:47 UTC (permalink / raw
To: gentoo-user
Hi,
has portage become stricter?
Since emerging portage-2.2_rc23 I get several failures saying
* ERROR: media-video/ffmpeg-0.4.9_p20090121 failed.
* Call stack:
* misc-functions.sh, line 717: Called install_qa_check
* misc-functions.sh, line 234: Called die
* The specific snippet of code:
* die "Aborting due to QA concerns: ${die_msg}"
* The die message:
* Aborting due to QA concerns: textrels,
*
Is the just coincidence or has portage become stricter?
Many thanks for a hint,
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Aborting due to QA concerns: textrels
2009-01-21 15:47 [gentoo-user] Aborting due to QA concerns: textrels Helmut Jarausch
@ 2009-01-21 15:58 ` Neil Bothwick
2009-01-21 16:12 ` Helmut Jarausch
2009-01-22 12:11 ` Helmut Jarausch
0 siblings, 2 replies; 5+ messages in thread
From: Neil Bothwick @ 2009-01-21 15:58 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
On Wed, 21 Jan 2009 16:47:44 +0100 (CET), Helmut Jarausch wrote:
> * The specific snippet of code:
> * die "Aborting due to QA concerns: ${die_msg}"
> * The die message:
> * Aborting due to QA concerns: textrels,
> *
>
> Is the just coincidence or has portage become stricter?
You can probably avoid these checks by putting -strict in FEATURES.
--
Neil Bothwick
Aibohphobia: an irrational fear of palindromes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Aborting due to QA concerns: textrels
2009-01-21 15:58 ` Neil Bothwick
@ 2009-01-21 16:12 ` Helmut Jarausch
2009-01-22 12:11 ` Helmut Jarausch
1 sibling, 0 replies; 5+ messages in thread
From: Helmut Jarausch @ 2009-01-21 16:12 UTC (permalink / raw
To: gentoo-user
On 21 Jan, Neil Bothwick wrote:
> On Wed, 21 Jan 2009 16:47:44 +0100 (CET), Helmut Jarausch wrote:
>
>> * The specific snippet of code:
>> * die "Aborting due to QA concerns: ${die_msg}"
>> * The die message:
>> * Aborting due to QA concerns: textrels,
>> *
>>
>> Is the just coincidence or has portage become stricter?
>
> You can probably avoid these checks by putting -strict in FEATURES.
>
>
Unfortunately, this doesn't help.
Anyway,
many thanks,
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Aborting due to QA concerns: textrels
2009-01-21 15:58 ` Neil Bothwick
2009-01-21 16:12 ` Helmut Jarausch
@ 2009-01-22 12:11 ` Helmut Jarausch
2009-01-23 5:16 ` [gentoo-user] " ABCD
1 sibling, 1 reply; 5+ messages in thread
From: Helmut Jarausch @ 2009-01-22 12:11 UTC (permalink / raw
To: gentoo-user
On 21 Jan, Neil Bothwick wrote:
> On Wed, 21 Jan 2009 16:47:44 +0100 (CET), Helmut Jarausch wrote:
>
>> * The specific snippet of code:
>> * die "Aborting due to QA concerns: ${die_msg}"
>> * The die message:
>> * Aborting due to QA concerns: textrels,
>> *
>>
>> Is the just coincidence or has portage become stricter?
>
> You can probably avoid these checks by putting -strict in FEATURES.
>
Thanks,
I found out the option is '-stricter'
This seems to be necessary for quite a lot of packages now.
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: Aborting due to QA concerns: textrels
2009-01-22 12:11 ` Helmut Jarausch
@ 2009-01-23 5:16 ` ABCD
0 siblings, 0 replies; 5+ messages in thread
From: ABCD @ 2009-01-23 5:16 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Helmut Jarausch wrote:
> I found out the option is '-stricter'
> This seems to be necessary for quite a lot of packages now.
FEATURES=stricter should not be enabled by default, and is not, unless
you are using one of the "developer" profiles - unless you *really* know
what you are doing, and are an ebuild developer, you almost definitely
do *not* want to be using a developer profile (unfortunately, there has
been much miscommunication on this issue).
To change your profile, use `eselect profile list` to see the available
profiles, and `eselect profile set <name-or-number>` to change your profile.
- --
ABCD
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkl5Up8ACgkQOypDUo0oQOqjUwCgjj4HiYfRw8o22/jxvzUb9Xfs
T0kAmgK+s1H1dWt+kXrft6x3OtDWLKlU
=3Kgu
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-23 5:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21 15:47 [gentoo-user] Aborting due to QA concerns: textrels Helmut Jarausch
2009-01-21 15:58 ` Neil Bothwick
2009-01-21 16:12 ` Helmut Jarausch
2009-01-22 12:11 ` Helmut Jarausch
2009-01-23 5:16 ` [gentoo-user] " ABCD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox