Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/g/389ds/389-directory-server/
Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
Hello !
When trying to upgrade to the latest build on an EPEL 9 system, I’ve the following error:
Problem 1: cannot install the best update candidate for package python3-lib389-2.2.6-2.el9.noarch
- nothing provides python3-cryptograp needed by python3-lib389-2.2.7-1.el9.noarch
Indeed, the python3-cryptograp package doesn’t exists. However, there is a python3-cryptography package, so maybe there is a typo somewhere ?
Hi,
yes, there is a typo. A new build should be ready soon.
Thanks!
New build is ready: Build 5851705 in @389ds/389-directory-server
python3-lib389.noarch 2.2.8-1.el8 comes with Python 3.6
trying to prepare for instance creation as non-root user gives error causing instance creation to fail
$ dscreate ds-root $HOME/dsroot $HOME/bin
Error: copytree() got an unexpected keyword argument ‘dirs_exist_ok’
from /usr/lib/python3.6/site-packages/lib389/cli_ctl/instance.py
# Copy subtrees
for dir in [‘/usr/share/dirsrv/’, ‘/etc/dirsrv/config’, ‘/etc/dirsrv/schema’, ]:
destdir = get_dest(dir)
log.debug(f’Copying {dir} into {destdir}')
os.makedirs(destdir, 0o755, True)
copytree(dir, destdir, dirs_exist_ok=True)
‘dirs_exist_ok’ does not look like its a valid argument for 3.6 version of copytree() - comes in 3.8 and later
“New in version 3.8: The dirs_exist_ok parameter.”
Thanks for the bug report! I filed an issue upstream: Error: copytree() got an unexpected keyword argument ‘dirs_exist_ok’ · Issue #5805 · 389ds/389-ds-base · GitHub
Hello! , when is 2.2.9-1 going to be available on the @389ds copr repo?, it looks like it was added at the beginning of august , but the build failed?
Hi, thanks for reporting this! Builds failed due to an old version of Rust compiler in EL8/9 distros. There is a fix upstream, but it’s not present in the latest released versions. I’ll check with the team when we can make new releases or simply backport the patch.
A new build 2.2.9-2 is available.