jianlinwei / mindwebfilter

Automatically exported from code.google.com/p/mindwebfilter
1 stars 0 forks source link

mind does not "make install" under freebsd 8.2 #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. configure and compile MinD according Wiki page for compiling MinD Toy.

At "make install" 

I got:
/usr/bin/install -c -m 644 ./czech/messages /usr/share/mind/languages/czech
install: ./czech/messages: No such file or directory
*** Error code 71

Stop in /root/mindwebfilter-read-only/mind/data/languages.
*** Error code 1

Stop in /root/mindwebfilter-read-only/mind/data/languages.
*** Error code 1

Stop in /root/mindwebfilter-read-only/mind/data.
*** Error code 1

Stop in /root/mindwebfilter-read-only/mind.

In "data/languages/Makefile" are a lot of languages, which not exists in the 
"languages" directory.

You can workaround it, by deleting the nonexistant languages in the Makefile.

Original issue reported on code.google.com by t...@gmx.ch on 1 Mar 2011 at 12:44

GoogleCodeExporter commented 9 years ago
This is a critical issue due to Free BSD is a supported OS.
We have reproduced this issue. We will try to solve it this week.

Original comment by mind....@gmail.com on 1 Mar 2011 at 7:07

GoogleCodeExporter commented 9 years ago
We are working on all these missing translations, this will take some more 
time. Anyway you can workaround it, by deleting the non existent languages in 
the Makefile. XD
I'm setting this priority to Medium.

Original comment by mind....@gmail.com on 9 Mar 2011 at 9:24

GoogleCodeExporter commented 9 years ago
Solved, it installs now!

Original comment by mind....@gmail.com on 10 Mar 2011 at 9:00