After updating to 10.1-RELEASE I get the error message: 164,13: fatal error: cannot open character mapping file LtLatin1.LCM when attempting to run Lout. Truss reveals: open("/wrkdirs/usr/ports/print/lout/work/stage/usr/local/share/lout/maps/LtLatin1.LCM",O_RDONLY,0666) ERR#2 'No such file or directory' Looks like Lout is trying to open LtLatin1.LCM in the stagedir rather than in usr/local/share/lout/maps.
Auto-assigned to maintainer danilo@FreeBSD.org
Thank you for reporting this. Can you test it with the attached patch, please?
Created attachment 149526 [details] Fix files path
Yes, works fine now! Thank you!
A commit references this bug: Author: danilo Date: Tue Nov 18 13:49:59 UTC 2014 New revision: 372719 URL: https://svnweb.freebsd.org/changeset/ports/372719 Log: - Fix an incorrect usage of stagedir. The program was looking for its files in stagedir. PR: 195109 Reported by: Nils M. Holm <bsdbugs@t3x.org> Tested by: Nils M. Holm <bsdbugs@t3x.org> MFH: 2014Q4 Changes: head/print/lout/Makefile head/print/lout/files/patch-makefile
Committed. Thanks!
A commit references this bug: Author: danilo Date: Tue Nov 18 16:08:13 UTC 2014 New revision: 372727 URL: https://svnweb.freebsd.org/changeset/ports/372727 Log: MFH: r372719 - Fix an incorrect usage of stagedir. The program was looking for its files in stagedir. PR: 195109 Reported by: Nils M. Holm <bsdbugs@t3x.org> Tested by: Nils M. Holm <bsdbugs@t3x.org> Approved by: portmgr (rea) Changes: _U branches/2014Q4/ branches/2014Q4/print/lout/Makefile branches/2014Q4/print/lout/files/patch-makefile