[Bug 253604] lang/python39: use libmpdec from ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 18 19:47:40 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253604

--- Comment #6 from Steve Wills <swills at FreeBSD.org> ---
(In reply to Steve Wills from comment #5)
Oh, I see it, sorry:

[00:00:22] Modules/_decimal/_decimal.c:3283:43: error: use of undeclared
identifier 'uchar'
[00:00:22]         if (n > 1 || (n == 1 && !isascii((uchar)spec.dot[0]))) {
[00:00:22]                                           ^
[00:00:22] Modules/_decimal/_decimal.c:3292:43: error: use of undeclared
identifier 'uchar'
[00:00:22]         if (n > 1 || (n == 1 && !isascii((uchar)spec.sep[0]))) {
[00:00:22]                                           ^
[00:00:22] 2 errors generated.
[00:00:22] 
[00:00:22] Python build finished successfully!

Ok, that explains it...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list