[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8332) [LMDB][PATCH] Fix creating mandir



Full_Name: Timo Gurr
Version: 
OS: Linux
URL: http://dpaste.com/19XBCGN.txt
Submission from: (NULL) (217.7.202.108)


Now that lmdb-0.9.17 creates the destination directories it fails with:

for f in mdb_stat.1 mdb_copy.1 mdb_dump.1 mdb_load.1; do cp $f
/var/tmp/paludis/build/dev-db-lmdb-0.9.17/image//usr/share/man/man1; done
Makefile:42: recipe for target 'install' failed%mamake -j5 -j1
DESTDIR=/var/tmp/paludis/build/dev-db-lmdb-0.9.17/image/
prefix=/usr/x86_64-pc-linux-gnu mandir=/usr/share/man install
cp: cannot create regular file
'/var/tmp/paludis/build/dev-db-lmdb-0.9.17/image//r%r/share/man/man1': No such
file or directory
cp: cannot create regular file
'/var/tmp/paludis/build/dev-db-lmdb-0.9.17/image//usr/share/man/man1': No such
file or directory
cp: cannot create regular file
'/var/tmp/paludis/build/dev-db-lmdb-0.9.17/image//usr/share/man/man1': No such
file  d directory
cp: cannot create regular file
'/var/tmp/paludis/build/dev-db-lmdb-0.9.17/image//usr/share/man/man1': No such
file or directory
make: *** [install] Error 1

due to not respecting the path from the newly introduced mandir variable, the
patch in URL fixes the issue.