[issue20767] Some python extensions can't be compiled with clang 3.4

2019-01-31 Thread R. David Murray
Change by R. David Murray : -- nosy: -r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue20767] Some python extensions can't be compiled with clang 3.4

2019-01-31 Thread STINNER Victor
STINNER Victor added the comment: > If the intent is to use this issue to track the resolution of the original > issue (clang compilation broken) and cover the new PR (which just moves the > code from os detection to compiler detection), then it can remain open. > Otherwise it can be closed,

[issue20767] Some python extensions can't be compiled with clang 3.4

2019-01-31 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue20767] Some python extensions can't be compiled with clang 3.4

2019-01-30 Thread Larry Hastings
Change by Larry Hastings : -- priority: high -> normal type: resource usage -> compile error ___ Python tracker ___ ___ Python-bugs-

[issue20767] Some python extensions can't be compiled with clang 3.4

2019-01-30 Thread Larry Hastings
Larry Hastings added the comment: It's too late to fix this for Python 3.4 and 3.5, as those are now in security-fixes-only mode. Also, please don't select every possible component that could be remotely connected. -- components: -2to3 (2.x to 3.x conversion tool), Argument Clinic,

[issue20767] Some python extensions can't be compiled with clang 3.4

2019-01-30 Thread Pascal van der Donck
Change by Pascal van der Donck : -- assignee: -> docs@python components: +2to3 (2.x to 3.x conversion tool), Argument Clinic, Build, Cross-Build, Demos and Tools, Documentation, Extension Modules, FreeBSD, IDLE, IO, Installation, Interpreter Core, Library (Lib), Regular Expressions,

[issue20767] Some python extensions can't be compiled with clang 3.4

2018-01-30 Thread Kubilay Kocak
Kubilay Kocak added the comment: If the intent is to use this issue to track the resolution of the original issue (clang compilation broken) and cover the new PR (which just moves the code from os detection to compiler detection), then it can remain open. Otherwise it can be closed, as the o

[issue20767] Some python extensions can't be compiled with clang 3.4

2018-01-30 Thread Kubilay Kocak
Kubilay Kocak added the comment: The changeset(s) applied in this issue were/are fine (thus no response on the issue) It is the *removal* of the changesets included in this issue (as proposed in https://github.com/python/cpython/pull/5233) that would re-break compilation of extensions with c

[issue20767] Some python extensions can't be compiled with clang 3.4

2018-01-22 Thread Stefan Krah
Stefan Krah added the comment: Well, they had ample time to articulate themselves. :) -- ___ Python tracker ___ ___ Python-bugs-list

[issue20767] Some python extensions can't be compiled with clang 3.4

2018-01-22 Thread STINNER Victor
STINNER Victor added the comment: > I guess the FreeBSD people are happy with the solution. According to the discussion on https://github.com/python/cpython/pull/5233 : some FreeBSD people are unhappy :-) -- resolution: fixed -> status: closed -> open ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-11-28 Thread Stefan Krah
Stefan Krah added the comment: I guess the FreeBSD people are happy with the solution. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-03 Thread koobs
koobs added the comment: Not sure why the stage field changed on last submission. Restore accordingly to previous state -- stage: patch review -> commit review ___ Python tracker __

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-03 Thread koobs
koobs added the comment: @Stefan I'll touch base with Antoine (OP) and confirm that this is a root-cause, permanent solution -- stage: commit review -> patch review ___ Python tracker _

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-03 Thread Stefan Krah
Changes by Stefan Krah : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-03 Thread Stefan Krah
Stefan Krah added the comment: @Evelyn @koobs Thanks for communicating with the other projects that are involved in this issue! Could you double-check that especially the 2.7 patch does exactly what you want? For 2.7 it's practically a one time chance. -- ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 65eb8d0ede75 by Stefan Krah in branch '2.7': Issue #20767: Fix -R option for FreeBSD/clang. https://hg.python.org/cpython/rev/65eb8d0ede75 -- ___ Python tracker __

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 441bbf4cc914 by Stefan Krah in branch '3.5': Issue #20767: Fix -R option for FreeBSD/clang. https://hg.python.org/cpython/rev/441bbf4cc914 -- nosy: +python-dev ___ Python tracker

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-02 Thread Evelyn Mitchell
Evelyn Mitchell added the comment: Stefan, I've commented on the llvm bugzilla. Thanks for suggesting that. -- ___ Python tracker ___ ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-02 Thread koobs
koobs added the comment: @Stefan I've notified our FreeBSD Clang/LLVM people of the upstream bug status, though there are indications that the "-Wl,-rpath" method is considered the recommended/canonical/future way to do things properly. -- ___ Pytho

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-02 Thread Stefan Krah
Stefan Krah added the comment: We can of course commit this, but could you also lobby here? https://llvm.org/bugs/show_bug.cgi?id=18164 I'm seeing this quite often that we fix something here and no one insists on the upstream bug trackers. -- _

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-02 Thread Evelyn Mitchell
Evelyn Mitchell added the comment: I think this patch should pass to the next stage. Thank you, koobs. -- ___ Python tracker ___ ___ P

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-02 Thread koobs
koobs added the comment: Nothing is required (as far as I'm aware) other than commit/merge on a two line change scoped only to FreeBSD. The issue was reported for and on FreeBSD and the patch has been carried locally in all FreeBSD Python ports/packages (2.7, 3.3, 3.4, 3.5) for over two years

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-08-02 Thread Evelyn Mitchell
Evelyn Mitchell added the comment: The patch looks reasonable, but needs to be tested on FreeBSD. -- nosy: +Evelyn Mitchell ___ Python tracker ___ ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-07-18 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I have checked the status of the FreeBSD issue, and it's "New". What do you think for the fix ? -- nosy: +matrixise ___ Python tracker ___ ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- components: -Installation, Interpreter Core, Library (Lib), Tests type: performance -> compile error versions: -Python 3.3, Python 3.4 ___ Python tracker

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-07-10 Thread Stefan Krah
Stefan Krah added the comment: Strange, why can anyone edit the classification? It happens a lot lately. -- ___ Python tracker ___ ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-07-09 Thread mostafa shahdadi
Changes by mostafa shahdadi : -- components: +Installation, Interpreter Core, Library (Lib), Tests type: compile error -> performance versions: +Python 3.3, Python 3.4 ___ Python tracker ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-04-12 Thread Zachary Ware
Changes by Zachary Ware : -- hgrepos: -339 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-04-12 Thread Berker Peksag
Changes by Berker Peksag : -- components: -Build, Extension Modules, Interpreter Core, Tkinter, Unicode, Windows, XML stage: -> patch review versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker

[issue20767] Some python extensions can't be compiled with clang 3.4

2016-04-12 Thread supriyanto maftuh,st
Changes by supriyanto maftuh,st : -- components: +Build, Extension Modules, Interpreter Core, Tkinter, Unicode, Windows, XML hgrepos: +339 nosy: +dstufft, eric.araujo, ezio.melotti, paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.2 __

[issue20767] Some python extensions can't be compiled with clang 3.4

2015-12-26 Thread Stefan Krah
Stefan Krah added the comment: Over at the llvm bug tracker this is marked as a release blocker: https://llvm.org/bugs/show_bug.cgi?id=18164 -- nosy: +skrah ___ Python tracker _

[issue20767] Some python extensions can't be compiled with clang 3.4

2015-12-25 Thread koobs
Changes by koobs : -- keywords: +easy, needs review versions: +Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-04-01 Thread Dirkjan Ochtman
Dirkjan Ochtman added the comment: That does look to be a different issue, though. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-04-01 Thread STINNER Victor
STINNER Victor added the comment: See also issue #21122. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-04-01 Thread Dirkjan Ochtman
Changes by Dirkjan Ochtman : -- nosy: +djc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-04-01 Thread Dirkjan Ochtman
Dirkjan Ochtman added the comment: Can we have some more feedback on this? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-03-04 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: https://bugs.gentoo.org/show_bug.cgi?id=503352 suggests that this problem occurs also on Linux when using Clang. -- ___ Python tracker ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-03-04 Thread koobs
koobs added the comment: It would be great if this could make it into 3.4, extended to include other OS's if necessary at a later date. -- ___ Python tracker ___ ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-28 Thread STINNER Victor
STINNER Victor added the comment: > The question is whether it should be extended to the other *BSDs as well. The change is not needed on Linux (if Clang 3.4 is used to compile extensions too)? -- nosy: +haypo ___ Python tracker

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-28 Thread koobs
koobs added the comment: Attaching patch against default -- keywords: +patch type: -> compile error Added file: http://bugs.python.org/file34253/python-issue20767.diff ___ Python tracker __

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-25 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-25 Thread Martin v . Löwis
Martin v. Löwis added the comment: doko: how do you know the addition of the -R option is unconditional? and whom do you refer to by "you" who is adding the option? In any case, the patch is independent of whether the option is added unconditionally, and I agree that the patch looks safe. The

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-25 Thread Antoine Brodin.FreeBSD
Antoine Brodin.FreeBSD added the comment: For the python-ldap extension, this seems to be a buglet in its setup.cfg, it lists /usr/lib in library_dirs and /usr/include in library_dirs For the others, /usr/local/lib is not in the default library search path (only /lib and /usr/lib) so at least

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-25 Thread Matthias Klose
Matthias Klose added the comment: this looks safe from my point of view. However the real problem is that you unconditionally add a runtime path for a standard system path. I think the better way to fix this is not to pass the -L and -R arguments at all if the library is found in a system pat

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-25 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-25 Thread koobs
koobs added the comment: Details on how clang 3.4 changes behaviour for compiler flags: http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html#new-compiler-flags -- ___ Python tracker ___

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-25 Thread koobs
Changes by koobs : -- versions: +Python 3.3, Python 3.4, Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-25 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +doko, loewis, thomas-petazzoni ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue20767] Some python extensions can't be compiled with clang 3.4

2014-02-25 Thread Antoine Brodin.FreeBSD
New submission from Antoine Brodin.FreeBSD: Hi, On FreeBSD -current, clang 3.4 is now the default compiler. Clang 3.4 rejects "-R/path/to/lib" flag (previously in version 3.3 it just ignored it). This leads to some errors with some python extensions: cc -shared -O2 -pipe -fno-strict-aliasing