https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311
--- Comment #3 from Konstantin Shapkin ---
Created attachment 185145
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185145&action=edit
New version of diff with CHEESESHOP repo and tests
Hello Kubilay, thanks for you reply.
I ma
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311
--- Comment #4 from Konstantin Shapkin ---
Maybe it happens because python can't find module requests-mock (it is in
test-requirements.txt file), but I can't find it in ports tree and don't wrote
in Makefile TEST_DEPENDS.
--
You are recei
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219794
Kubilay Kocak changed:
What|Removed |Added
Blocks|219609 |
Referenced Bugs:
https://bugs.f
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311
--- Comment #5 from Kubilay Kocak ---
(In reply to Konstantin Shapkin from comment #4)
I don't think so, there's a few issues in the Makefile:
1) ${PYTHON_PKGNAMEPREFIX}nose-cov>0:devel/py-nose-cov \
Has a \ but no line below it. I think
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311
--- Comment #6 from Kubilay Kocak ---
(In reply to Konstantin Shapkin from comment #4)
If something is defined a *_requires but not installed as a port via
TEST_DEPENDS, setuptools will install it in the build directory itself.
--
You ar
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311
--- Comment #7 from Kubilay Kocak ---
(In reply to Konstantin Shapkin from comment #4)
As far as "ImportError: No module named tests" goes:
a) there is no tests/ directory (module) in the root
b) there *is* an influxdb/tests directory (mo
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311
Konstantin Shapkin changed:
What|Removed |Added
Attachment #185129|0 |1
is obsolete|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
--- Comment #27 from Roberto Fernandez Cueto ---
Ok, I have tracked this error until the following conclusion:
I have run the following code in python3.6 and python2.7,
import ctypes
import ctypes.util
libc = ctypes.CDLL(find_library('libc
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
--- Comment #28 from Matthew Seaman ---
(In reply to Roberto Fernandez Cueto from comment #27)
Hmmm... This looks like a bug in python-3.6 to me. Kubilay --
what do you think?
--
You are receiving this mail because:
You are on the CC l
I have python=3.6 in my DEFAULT_VERSIONS, but both 2.7 and 3.6 are
installed.
While trying to build libreoffice, the build attempted to use 2.7 and I
kept getting the compiler errors like this:
pyuno_util.cxx:43:18: error: no matching function for call to
'PyUnicodeUCS2_FromUnicode'
un
On 8/9/17 7:24 AM, Mikhail T. wrote:
> I have python=3.6 in my DEFAULT_VERSIONS, but both 2.7 and 3.6 are
> installed.
>
> While trying to build libreoffice, the build attempted to use 2.7 and I
> kept getting the compiler errors like this:
>
>pyuno_util.cxx:43:18: error: no matching function
12 matches
Mail list logo