Skip to content

Instantly share code, notes, and snippets.

@jpleau
Created August 10, 2014 18:16
Show Gist options
  • Save jpleau/b7bd8447477370953707 to your computer and use it in GitHub Desktop.
Save jpleau/b7bd8447477370953707 to your computer and use it in GitHub Desktop.
make[1]: Entering directory '/home/oxez/pkg/badpkg/cache/build/source/man-db-2.6.7.1-1/man-db-2.6.7.1/manual'
echo '.ds V 2.6.7.1' > version
soelim -I. man_db.me | tbl > man_db.pp
nroff -me man_db.pp > man_db.cat
troff: fatal error: can't find macro file e
Makefile:1481: recipe for target 'man_db.cat' failed
make[1]: *** [man_db.cat] Error 1
make[1]: Leaving directory '/home/oxez/pkg/badpkg/cache/build/source/man-db-2.6.7.1-1/man-db-2.6.7.1/manual'
Makefile:1425: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
PAGE=letter ./configure --prefix=/usr
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-setuid \
--libexecdir=/usr/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment