Created
August 10, 2014 18:16
-
-
Save jpleau/b7bd8447477370953707 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PAGE=letter ./configure --prefix=/usr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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