From: Brian Harring <ferringb@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-python/traits: traits-3.4.0.ebuild
Date: Sun, 20 Jun 2010 21:01:27 -0700 [thread overview]
Message-ID: <20100621040127.GN12490@hrair> (raw)
In-Reply-To: <201006201827.01782.vapier@gentoo.org>
[-- Attachment #1: Type: text/plain, Size: 2645 bytes --]
On Sun, Jun 20, 2010 at 06:27:00PM -0400, Mike Frysinger wrote:
> On Sunday, June 20, 2010 09:55:39 Arfrever Frehtes Taifersar Arahesis wrote:
> > 2010-06-19 22:53:37 Mike Frysinger napisał(a):
> > > On Thursday, June 10, 2010 16:45:29 Arfrever Frehtes Taifersar wrote:
> > > > 2010-06-10 22:20:44 Nirbheek Chauhan napisał(a):
> > > > > On Fri, Jun 11, 2010 at 1:30 AM, Arfrever Frehtes Taifersar wrote:
> > > > > > 2010-06-10 21:27:40 Jeremy Olexa napisał(a):
> > > > > >> I see no reason to *not* add a ChangeLog entry here.
> > > > > >
> > > > > > ChangeLog entries are not required for trivial changes.
> > > > >
> > > > > A "trivial" change is fixing a typo, or a manifest problem, a missing
> > > > > quotation mark, etc. Anything else is not "trivial".
> > > > >
> > > > > Anything that changes how an ebuild functions, what it does, or the
> > > > > installed files (and/or their contents) is NOT a trivial change.
> > > >
> > > > This commit only removed some compiler warnings.
> > >
> > > mucking with CFLAGS without documentation is wrong. compiler warnings
> > > come and go, so a flag that was relevant one day could be completely
> > > extraneous the next.
> > >
> > > however, especially with strict aliasing, you arent "just fixing
> > > warnings", you're changing optimization behavior of gcc to workaround
> > > broken C code. this obviously does not fall anywhere near the "trivial"
> > > mark.
> > >
> > > i see you still havent fixed this, so get on it already. a bug needs to
> > > be opened somewhere to get the package properly *fixed*
> >
> > This problem is probably caused by bugs in Python 2, which have been fixed
> > in Python 3.
>
> the new information you've provided here only reinforces the fact the current
> code is wrong. properly document the append-flags and properly restrict it to
> when python-2 is being used.
>
> considering python-2 is going to be in our lives for a while, how hard is it
> to backport the changes in question to the headers ? presumably it's
> struct/union/cast shuffling in the headers.
This is upstream python bug 969718 offhand; basically if cflags exists
for distutils consumers, base cflags don't make it fully through-
meaning no -fno-strict-aliasing as is generally needed for building
python extensions.
As for py3k, looks of it py3.1 still suffers it.
Either way, this is the wrong thing to fix- python's distutils
needs fixing, not consumers. In snakeoil, we detect and fix it on the
fly to provide a fixed version of distutils, but obviously not many
pkgs consume that...
~harring
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2010-06-21 4:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20100610191934.39FEA2CAD8@corvid.gentoo.org>
2010-06-10 19:27 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-python/traits: traits-3.4.0.ebuild Jeremy Olexa
2010-06-10 20:00 ` Arfrever Frehtes Taifersar Arahesis
2010-06-10 20:16 ` Fabian Groffen
2010-06-10 20:25 ` Arfrever Frehtes Taifersar Arahesis
2010-06-10 20:42 ` Nirbheek Chauhan
2010-06-12 15:47 ` Jeroen Roovers
2010-06-10 20:20 ` Nirbheek Chauhan
2010-06-10 20:45 ` Arfrever Frehtes Taifersar Arahesis
2010-06-10 21:45 ` Rémi Cardona
2010-06-11 6:51 ` Alex Alexander
2010-06-11 8:43 ` Alexis Ballier
2010-06-19 20:53 ` Mike Frysinger
2010-06-20 13:55 ` Arfrever Frehtes Taifersar Arahesis
2010-06-20 16:05 ` [gentoo-dev] " Peter Hjalmarsson
2010-06-20 22:27 ` [gentoo-dev] " Mike Frysinger
2010-06-21 4:01 ` Brian Harring [this message]
2010-06-21 21:28 ` Arfrever Frehtes Taifersar Arahesis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100621040127.GN12490@hrair \
--to=ferringb@gmail.com \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox