Simon Aridis-Lang writes: > I'm trying to build 2.5.5 (in gentoo, but manully), but am having issues > with the install. > > > /var/tmp/portage/lilypond-2.5.5/work/lilypond-2.5.5/stepmake/stepmake/../bin/install-sh: > ./out/Fontmap does not exist. > make[1]: *** [local-install-outfiles] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/lilypond-2.5.5/work/lilypond-2.5.5/mf' > make: *** [install] Error 2 > > after a make all lilypond-2.5.5/stepmake/stepmake/out/ only contains > dummy.dep
The error about ./out/Fontmap stems from the lilypond-2.5.5/mf directory. Try the attached patch. Jan. --- GNUmakefile 24 dec 2004 21:40:35 +0100 1.124 +++ GNUmakefile 30 dec 2004 13:35:30 +0100 @@ -97,7 +97,7 @@ INSTALLATION_OUT_DIR4=$(local_lilypond_d INSTALLATION_OUT_FILES4=$(FETA_LIST_FILES) INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/fonts/type1 -INSTALLATION_OUT_FILES5=$(PFA_FILES) $(outdir)/Fontmap $(outdir)/Fontmap.lily +INSTALLATION_OUT_FILES5=$(PFA_FILES) INSTALLATION_OUT_DIR6=$(local_lilypond_datadir)/dvips/ INSTALLATION_OUT_FILES6=$(outdir)/lilypond.map -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
