[Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k

2014-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865

--- Comment #11 from John W. O'Brien j...@saltant.com ---
The plot thickens.

I've been building and rebuilding math/py-numpy, and been unable to generate a
build where the .egg-info directory appears in .PLIST.mktmp, with any version
of python. Of course that means that despite having .egg-info in the staging
directory, it doesn't make it into the package let alone into the installed
system. However, the binary package that the FreeBSD repos are shipping
contains .egg-info, as does a binary package my own poudriere instance built
for me of the same numpy version on or about 2014-06-03. When I rebuild with
that poudriere instance from the latest rev of the ports tree, the package is
missing .egg-info.

math/py-numpy doesn't use PYDISTUTILS_AUTOPLIST (could it?), so while I would
expect to find entries in pkg-plist for %%PYDISTUTILS_EGGINFO%% there are none.
It doesn't look like math/py-numpy ever had those lines, though, so maybe that
isn't the problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread.

2014-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744

Jung-uk Kim j...@freebsd.org changed:

   What|Removed |Added

 Attachment #144602|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191744] lang/python27: With THREADS option: devel/pth: pthread.h conflicts with system pthread.

2014-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191744

--- Comment #29 from Jung-uk Kim j...@freebsd.org ---
(In reply to Kubilay Kocak from comment #25)
  * An attachment added that is more suitable in its own issue report, that
 blocks this bug, if and *only if* this bug is relevant to the proposed fix.

Done.  Please see Bug 191888.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191865] devel/py-setuptools: pkg_resources.find_distributions fails to find math/py-numpy under Py3k

2014-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865

--- Comment #12 from John W. O'Brien j...@saltant.com ---
Created attachment 144707
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144707action=edit
Patch math/py-numpy to install egg-info directory

From Mk/bsd.python.mk --
add-plist-egginfo:
.if !defined(PYDISTUTILS_NOEGGINFO)  \
!defined(PYDISTUTILS_AUTOPLIST)  \
defined(INSTALLS_EGGINFO)  \
defined(PYTHON_REL)
# [add .egg-info entries to plist]

math/py-numpy does not use AUTOPLIST, nor does it it inhibit with NOEGGINFO.
Therefore it needs INSTALLS_EGGINFO.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it

2014-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865

John W. O'Brien j...@saltant.com changed:

   What|Removed |Added

Summary|devel/py-setuptools:|math/py-numpy: Builds and
   |pkg_resources.find_distribu |stages egg-info directory
   |tions fails to find |but silently fails to
   |math/py-numpy under Py3k|install it

--- Comment #13 from John W. O'Brien j...@saltant.com ---
Patch tested successfully with poudriere on 10.0-RELEASE against
python{27,33,34}.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it

2014-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865

John W. O'Brien j...@saltant.com changed:

   What|Removed |Added

 Attachment #144707|0   |1
is obsolete||

--- Comment #14 from John W. O'Brien j...@saltant.com ---
Created attachment 144708
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144708action=edit
Patch math/py-numpy to install egg-info directory and bump PORTREVISION

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it

2014-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865

Kubilay Kocak ko...@freebsd.org changed:

   What|Removed |Added

   Keywords||easy
   Priority|--- |Normal
 Status|Needs Triage|In Discussion
   Assignee|freebsd-ports-bugs@FreeBSD. |ko...@freebsd.org
   |org |

--- Comment #15 from Kubilay Kocak ko...@freebsd.org ---
I'll take it, thanks for the fantastic diagnostic  isolation effort

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191865] math/py-numpy: Builds and stages egg-info directory but silently fails to install it

2014-07-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191865

Kubilay Kocak ko...@freebsd.org changed:

   What|Removed |Added

 Status|In Discussion   |Patch Ready

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org