#49845 README does not contain complete information on building
Closed: wontfix 4 years ago by mreynolds. Opened 5 years ago by stlaz.

Issue Description

Tried building 389-ds from this repository today. Followed the steps in README.md.

Package Version and Platform

master

Steps to reproduce

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

Actual results

Failure on missing dependencies.

Expected results

Required dependencies are mentioned.

Steps to reproduce further

  1. run the configure command from above in turns and install required dependencies
  2. run make

Actual results

Failure because libasan is missing:

/usr/bin/ld: cannot find /usr/lib64/libasan.so.5.0.0
collect2: error: ld returned 1 exit status

Expected results

Running configure also checks for libasan as well as all of the other dependencies and the build will not fail in this step.

Steps to reproduce even further

  1. Install libasan
  2. run make
  3. run make lib389

Actual results

cd ./src/lib389; python3 setup.py build ; python3 setup.py build_manpages
Traceback (most recent call last):
  File "setup.py", line 17, in <module>
    from build_manpages import build_manpages
ModuleNotFoundError: No module named 'build_manpages'
Traceback (most recent call last):
  File "setup.py", line 17, in <module>
    from build_manpages import build_manpages
ModuleNotFoundError: No module named 'build_manpages'
make: *** [Makefile:13041: lib389] Error 1

Expected results

lib389 builds happily

Additional information

I have no idea what build_manpages is supposed to be, so I was not able to proceed further.


Metadata Update from @mreynolds:
- Custom field component adjusted to None
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None
- Custom field type adjusted to None
- Custom field version adjusted to None
- Issue set to the milestone: 1.4.0

5 years ago

Metadata Update from @mreynolds:
- Issue assigned to mreynolds

4 years ago

Commit e6fc427 relates to this ticket

Commit e6fc427 relates to this ticket

81ff1da..97e7bbe 389-ds-base-1.4.2 -> 389-ds-base-1.4.2

Metadata Update from @mreynolds:
- Issue close_status updated to: fixed
- Issue set to the milestone: 1.4.2 (was: 1.4.0)
- Issue status updated to: Closed (was: Open)

4 years ago

Commit 031c0b9 relates to this ticket

edddec5..a5a97d6 389-ds-base-1.4.2 -> 389-ds-base-1.4.2

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/2904

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
Related Pull Requests