[Bug 206194] lang/python27 install fails if misc/compat6x is installed [due to libreadline check]

2017-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206194

Kubilay Kocak  changed:

   What|Removed |Added

 Status|New |Open
 CC||pyt...@freebsd.org

--- Comment #5 from Kubilay Kocak  ---
(In reply to Brent Busby from comment #4)

Your issue may be an unrelated failure, particularly if compat6x (that this
report relies on) is not installed.

What we need for this and possibly related issues, are complete build logs (or
failure and success conditions) as attachments

-- 
You are receiving this mail because:
You are the assignee for the bug.
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 206194] lang/python27 install fails if misc/compat6x is installed [due to libreadline check]

2017-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206194

Brent Busby  changed:

   What|Removed |Added

 CC||br...@jfi.uchicago.edu

--- Comment #4 from Brent Busby  ---
I'm still experiencing this problem on FreeBSD 10.4-PRERELEASE in a jail during
the make install phase.  devel/readline is installed before install of python27
was attempted, and compat6x is not installed either as a port/package nor is
COMPAT_FREEBSD6 in the kernel.  The base machine install and the jail are fresh
and up to date tracking stable as of today, and all packages are up to date as
well.


===>  Installing for python27-2.7.13_7
===>   python27-2.7.13_7 depends on shared library: libffi.so - found
(/usr/local/lib/libffi.so)
===>   python27-2.7.13_7 depends on shared library: libreadline.so.7 - found
(/lib/libreadline.so.7)
===>   python27-2.7.13_7 depends on shared library: libintl.so - found
(/usr/local/lib/libintl.so)
===>  Checking if python27 already installed
actual-package-depends: dependency on /lib/libreadline.so.7 not registered
(normal if it belongs to base)
===>   Registering installation for python27-2.7.13_7
pkg-static: Unable to access file
/var/ports/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so:No
such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/lang/python27
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python27

-- 
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"


Re: GNS3 2.0.3

2017-08-05 Thread Kubilay Kocak
On 8/5/17 10:48 PM, W Howard via freebsd-ports wrote:
> Dear All, I would like to run the latest GNS3-gui in FreeBSD.
> 
> The ports tree only supports 0.8.7 so I am forced to run GNS3 gui in
> a VM and GNS3-server VM in a separate VM and network them together.
> 
> The latest GNS3-gui can be installed via pip3 command but I haven't
> made it past the SIP is missing error messages. I believe it requires
> qt5.
> 
> Would a port of this be possible in the near future? I just got a new
> PC and would love to keep only FreeBSD on it.
> 
> Cheers!

May be related to: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219641

Please note: Using pip (as root) to install things into the system
Python environment is explicitly unsupported and will cause issues
(conflicts, leftovers, etc).

An alternative is to use the pip --user [1] argument, or pip install
inside a virtualenv that inherits from the system environment to provide
dependencies that are installed there.

[1] See Also: https://github.com/pypa/pip/issues/1668
___
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 221238] mail/py-authres: Update to 1.0.1

2017-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221238

Kubilay Kocak  changed:

   What|Removed |Added

   Assignee|freebsd-ports-bugs@FreeBSD. |swi...@freebsd.org
   |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 221238] mail/py-authres: Update to 1.0.1

2017-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221238

Steve Wills  changed:

   What|Removed |Added

 Status|Open|Closed
 CC||swi...@freebsd.org
 Resolution|--- |FIXED

--- Comment #3 from Steve Wills  ---
Committed, thanks!

-- 
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 221238] mail/py-authres: Update to 1.0.1

2017-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221238

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: swills
Date: Sat Aug  5 17:31:59 UTC 2017
New revision: 447408
URL: https://svnweb.freebsd.org/changeset/ports/447408

Log:
  mail/py-authres: Update to 1.0.1

  PR:   221238
  Submitted by: Yasuhiro KIMURA  (maintainer)

Changes:
  head/mail/py-authres/Makefile
  head/mail/py-authres/distinfo

-- 
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"