Date: Thu, 18 Feb 2021 19:47:40 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 253604] lang/python39: use libmpdec from ports Message-ID: <bug-253604-21822-aCjO6SXRVu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253604-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-253604-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253604 --- Comment #6 from Steve Wills <swills@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 =3D=3D 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 =3D=3D 1 && !isascii((uchar)spec.sep[0])= )) { [00:00:22] ^ [00:00:22] 2 errors generated. [00:00:22]=20 [00:00:22] Python build finished successfully! Ok, that explains it... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253604-21822-aCjO6SXRVu>