[Bug 206911] lang/python27: readline shared extension fails to compile (/usr/local/lib/libreadline.so.6: Undefined symbol "PC")

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206911

--- Comment #19 from Andriy Gapon  ---
I've recently encountered the same problem with python27 on a completely clean
system where, for reasons which I won't go into, some software is built and
installed from ports.  The procedure is to iterate over a list of ports to make
&& make install each.  There was not anything installed before those ports. 
The readline port was not on the list originally and it was not installed as a
dependency of any other port when the python port build was run.

I suspect that python might have a build time dependency on readline.
I see USES= ... readline:port ...
I am not sure what "port" suffix means.

Finally, I must add that some ports on the list have non-default options.

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


[Bug 242014] www/jetty8: jettyctl fails to run with Python 3: SyntaxError: invalid token

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242014

Martin Waschbüsch  changed:

   What|Removed |Added

 Attachment #209203||maintainer-approval?
  Flags||

--- Comment #4 from Martin Waschbüsch  ---
Created attachment 209203
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209203&action=edit
proposed patch: use the upstream start/stop script

I am unsure if there are other things in the Makefile that should be adjusted,
but with this patch, jetty8 will use the upstream start/stop script.
poudriere testport worked without problems (tested on a 12.1-RELEASE jail), as
did starting and stopping jetty.

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


[Bug 242014] www/jetty8: jettyctl fails to run with Python 3: SyntaxError: invalid token

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242014

Martin Waschbüsch  changed:

   What|Removed |Added

 CC||olg...@freebsd.org
 Attachment #209203|maintainer-approval?|maintainer-approval?(olgeni
  Flags||@FreeBSD.org)

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


[Bug 242014] www/jetty8: jettyctl fails to run with Python 3: SyntaxError: invalid token

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242014

Jimmy Olgeni  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(olgeni |maintainer-feedback+
   |@FreeBSD.org)   |

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


[Bug 242025] www/mitmproxy: Fails to run: 'ldap3<2.6,>=2.5' distribution was not found

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242025

Kubilay Kocak  changed:

   What|Removed |Added

Summary|www/mitmproxy: doesn't work |www/mitmproxy: Fails to
   |with updated ports tree |run: 'ldap3<2.6,>=2.5'
   ||distribution was not found
   Severity|Affects Only Me |Affects Many People
   Keywords||needs-patch, needs-qa,
   ||regression
 CC||pyt...@freebsd.org,
   ||r...@freebsd.org

--- Comment #1 from Kubilay Kocak  ---
Notes:

 - Ruslan (rm@) updated ldap3 to 2.6 in ports r516400
 - This port doesn't (but should) document its pinned version dependencies
accurately (>=2.5,<2.6), or patch them after confirming they work with alter
versions

Does upstream have support for ldap3 >= 2.6? Are there any upstream bug
reports, PR's, commits regarding this issue?

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


[Bug 242025] www/mitmproxy: Fails to run: 'ldap3<2.6,>=2.5' distribution not found after www/ldap3 update

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242025

Kubilay Kocak  changed:

   What|Removed |Added

 Status|New |Open
Summary|www/mitmproxy: Fails to |www/mitmproxy: Fails to
   |run: 'ldap3<2.6,>=2.5'  |run: 'ldap3<2.6,>=2.5'
   |distribution was not found  |distribution not found
   ||after www/ldap3 update
 CC||k...@freebsd.org,
   ||ko...@freebsd.org

--- Comment #2 from Kubilay Kocak  ---
dependencies were bumped in
https://github.com/mitmproxy/mitmproxy/commit/b4ffc929a2d0216c3a0910e633f31212c12136cd

These changes haven't yet seen release.

@Maintainer, please provide a patch to update this ports *_DEPENDS lines to
include *all* maximum versions specified in setup.py, which ensures at least
that committers/contributors can see if there are any ports which depend on
specific maximum versions of a dependency.

Separately, this issue requires the following to progress:

- A minimum (not changing this ports PORTVERSION) backport of an upstream
commit, or another change
- That allows ldap3 versions >=2.6 to be used
- QA verified that mitmproxy indeed completely functions with ldap3 >= 2.6 

mitmproxy test suite support in the port (make test) would be perfect for QA.

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


[Bug 241757] lang/python38: invalid python-config --ldflags

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241757

Kubilay Kocak  changed:

   What|Removed |Added

   Assignee|pyt...@freebsd.org  |anto...@freebsd.org
  Flags|maintainer-feedback?(python |maintainer-feedback+
   |@FreeBSD.org)   |
 Resolution|Not Accepted|Not A Bug

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


[Bug 242025] www/mitmproxy: Fails to run: 'ldap3<2.6,>=2.5' distribution not found after www/ldap3 update

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242025

--- Comment #3 from Kai Knoblich  ---
(In reply to Alex Dupre from comment #0)

Hi Alex,

thanks for reporting. It's ok for you if I take this PR?

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


[Bug 242025] www/mitmproxy: Fails to run: 'ldap3<2.6,>=2.5' distribution not found after www/ldap3 update

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242025

--- Comment #4 from Hung-Yi Chen  ---
I'll file a patch for dependencies first.

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


[Bug 242025] www/mitmproxy: Fails to run: 'ldap3<2.6,>=2.5' distribution not found after www/ldap3 update

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242025

--- Comment #5 from Ruslan Makhmatkhanov  ---
Sorry for the mess. Any action from me is required?

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


Problem reports for pyt...@freebsd.org that need special attention

2019-11-17 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|205308 | devel/py-pip and devel/py-virtualenv don't aggree 
Open|211641 | graphics/py-mayavi mayavi2 runtime error  
Open|233723 | PYTHON_VERSION poisoning during chained build of  
Open|240820 | www/py-django111: SQLite backend broken after 3.2 
Open|241586 | lang/python35: Update to 3.5.9 (python.org shippe 
New |238535 | devel/py-hgsubversion: unbreak with mercurial 5.0 
Open|233781 | devel/py-freebsd: Update to 0.9.4, Fix with pytho 
In Progress |241416 | [NEW PORT] lang/python38  
Open|224115 | devel/py-babel directory name != port name
New |231555 | Mk/Uses/python.mk: Add USE_PYTHON=pytest  

10 problems total for which you should take action.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 242025] www/mitmproxy: Fails to run: 'ldap3<2.6,>=2.5' distribution not found after www/ldap3 update

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242025

--- Comment #6 from Kubilay Kocak  ---
(In reply to Ruslan Makhmatkhanov from comment #5)

Nope, just CC'd you given the ldap3 upgrade was the source of the regression,
and that having ports document their max version in dependency lines would have
helped you with QA showing you this port wouldn't have worked with the update.

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


[Bug 242043] net/py-ldap0: Update to 0.6.3

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242043

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||needs-qa
Summary|net/py-ldap0: update to |net/py-ldap0: Update to
   |0.6.3   |0.6.3
 CC||pyt...@freebsd.org
 Status|New |Open

--- Comment #2 from Kubilay Kocak  ---
Note: web2ldap (before it was marked BROKEN), has an update available that
switches it to use Python 3.x only as well. It should be fetched from PyPI
(1.3.38 and 1.5.5 are available there

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


[Bug 242025] www/mitmproxy: Fails to run: 'ldap3<2.6,>=2.5' distribution not found after www/ldap3 update

2019-11-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242025

--- Comment #7 from Alex Dupre  ---
(In reply to Kai Knoblich from comment #3)
No prob, take it.

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


FreeBSD ports you maintain which are out of date

2019-11-17 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
audio/py-mutagen| 1.42.0  | 1.43.0
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"