Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458558 - dev-python/python-ldap: invalid '-R' option passed for library_dirs with pypy
Summary: dev-python/python-ldap: invalid '-R' option passed for library_dirs with pypy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 457716
Blocks:
  Show dependency tree
 
Reported: 2013-02-21 10:13 UTC by Michał Górny
Modified: 2018-04-29 10:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-02-21 10:13:24 UTC
distutils.unixccompiler:

        elif self._is_gcc(compiler):
            return "-Wl,-R" + dir
        else:
            return "-R" + dir

It seems that bug 457716 causes pypy to use 'cc', thus not recognize the compiler as gcc and pass '-R' instead of '-Wl,-R'.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-21 18:07:19 UTC
This should be fixed in pypy nowadays.
Comment 2 Larry the Git Cow gentoo-dev 2018-04-29 10:30:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfa42ebd72fbda1c401cb97c4a30fa7070c8c10

commit dcfa42ebd72fbda1c401cb97c4a30fa7070c8c10
Author:     Marty E. Plummer <hanetzer@startmail.com>
AuthorDate: 2018-04-28 00:23:29 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-04-29 10:29:48 +0000

    dev-python/python-ldap: git-2->git-r3
    
    Closes: https://bugs.gentoo.org/458558
    Closes: https://github.com/gentoo/gentoo/pull/8176
    Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../python-ldap/python-ldap-2.4.19-r1.ebuild       |  9 ++++++--
 dev-python/python-ldap/python-ldap-2.4.32.ebuild   | 12 +++++++---
 dev-python/python-ldap/python-ldap-9999.ebuild     | 26 +++++++++++++---------
 3 files changed, 32 insertions(+), 15 deletions(-)