#49224 prefixdir in config.log set to 'NONE'
Closed: wontfix 6 years ago Opened 7 years ago by ilias95.

Issue Description

prefixdir in my config.log is set to 'NONE'. So the corresponding value in defaults.inf is also invalid. This causes the following assertion in lib389 to fail (and as a result a lot of the tests too): https://pagure.io/lib389/blob/master/f/lib389/instance/setup.py#_221

Package Version and Platform

git master on Fedora 25

Steps to reproduce

I just run the following:

autoreconf -fiv
./configure --enable-debug --with-openldap --enable-cmocka --enable-asan

I don't know if it's easy to reproduce though.

Actual results

In my config.log:

prefix='/opt/dirsrv'
prefixdir='NONE'

Expected results

prefix='/opt/dirsrv'
prefixdir='/opt/dirsrv'


Metadata Update from @firstyear:
- Issue assigned to firstyear

7 years ago

Metadata Update from @firstyear:
- Custom field reviewstatus adjusted to review
- Custom field type adjusted to defect

7 years ago

I applied the patch, rebuilt the server and the issue seems to has been fixed. Now, I have a valid value for prefixdir in my config.log and the related test cases in lib389 pass.

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to ack (was: review)

7 years ago

commit b393875
To ssh://git@pagure.io/389-ds-base.git
cf4ed63..29486e0 master -> master

Thanks for finding this!

Metadata Update from @firstyear:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

6 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/2283

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

3 years ago

Login to comment on this ticket.

Metadata