> On Jun 12, 2021, at 9:04 AM, Antoine Jacoutot <ajacou...@bsdfrog.org> wrote:
> 
> Does not package for me:

This is very strange and I’m wondering why I cannot reproduce on my system. It 
might be something to do with the bulk machine setups (for you and the sparc 
bulk that showed the same issue) vs a regular ports build?

I’ve also tried doing a sysupgrade, cleaning out my ports tree and building 
from scratch with a clean system. Could not reproduce.

So 2 questions.

1) it looks like the sqlite3 opt-2.pyc must have been created, otherwise the 
error below would complain about those being missing too? While for the unit 
tests, it’s the opt-1.pyc files that are missing?

My understanding is that the opt1 files are the optimized bytecode files. While 
opt2 are the optimized bytecode without docstrings.

Looks very strange to me. I’m guessing either they were skipped for some reason 
OR they were created but in some other location.

2) 2nd question is can you try downgrading to python 3.8.9 and see if the issue 
can be reproduced on that version? Without a reproducer my end, that might help 
to check if it could be some python change vs something outside of python.


> 
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/sqlite3/__pycache__/__init__.cpython-38.opt-1.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/sqlite3/__pycache__/dbapi2.cpython-38.opt-1.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/sqlite3/__pycache__/dump.cpython-38.opt-1.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/__init__.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/__main__.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/async_case.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/case.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/loader.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/main.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/mock.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/result.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/runner.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/signals.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/suite.cpython-38.opt-2.pyc
>  does not exist
> Error: 
> /exopi-obj/pobj/Python-3.8.10/fake-amd64/usr/local/lib/python3.8/unittest/__pycache__/util.cpython-38.opt-2.pyc
>  does not exist
> pkg_create: can't continue
> 
> 
> -- 
> Antoine

Reply via email to