[Rpm-maint] [rpm-software-management/rpm] out-ot-tree build (Issue #1851)

Masahiro Yamada notifications at github.com
Tue Nov 30 13:40:13 UTC 2021


I am not sure if this is supported in the first place,
but building in a seprate directory fails.

Let's say the source directory is located in ~/ref/rpm,
and I want to put build artifacts in /tmp/build-rpm/.

I did:

 $ cd ~/ref/rpm
 $ git clean -d -f -x
 $ ./autogen.sh --noconfigure
 $ mkdir /tmp/build-rpm
 $ cd /tmp/build-rpm
 $ ~/ref/rpm/configure
 $ make

Then, I got:
 
 
make[2]: Leaving directory '/tmp/build-rpm/build'
Making all in scripts
make[2]: Entering directory '/tmp/build-rpm/scripts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/build-rpm/scripts'
Making all in fileattrs
make[2]: Entering directory '/tmp/build-rpm/fileattrs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/build-rpm/fileattrs'
Making all in docs
make[2]: Entering directory '/tmp/build-rpm/docs'
Making all in man
make[3]: Entering directory '/tmp/build-rpm/docs/man'
make[3]: *** No rule to make target 'fr/rpm.8', needed by 'all-am'.  Stop.
make[3]: Leaving directory '/tmp/build-rpm/docs/man'
make[2]: *** [Makefile:496: all-recursive] Error 1
make[2]: Leaving directory '/tmp/build-rpm/docs'
make[1]: *** [Makefile:1300: all-recursive] Error 1
make[1]: Leaving directory '/tmp/build-rpm'
make: *** [Makefile:746: all] Error 2


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1851
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211130/0d72e839/attachment-0001.html>


More information about the Rpm-maint mailing list