andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
4 stars 2 forks source link

install failed #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make install

What is the expected output? What do you see instead?
expected: should be finish
instead I have: can't copy 'po/da/LC_MESSAGES/crunchyfrog.mo': doesn't exist

What version of the product are you using? On what operating system? Python
version?
svn r509
gentoo
python-2.5.2

Please provide any additional information below.
There is "crunchyfrog.mo" in setup.py instead crunchyfrog.po because in
po/*/LC*/crunchyfrog.po is.
regards
jd

Original issue reported on code.google.com by abdulec...@gmail.com on 1 Feb 2009 at 12:44

GoogleCodeExporter commented 9 years ago
Thanks, just noticed it...

It should be fixed soon ;-)

Original comment by albrecht.andi on 1 Feb 2009 at 1:03

GoogleCodeExporter commented 9 years ago
The actual problem is a missing build command for setup.py to compile the 
message
catalogs. There were some problems compile the message files in 0.3.2 (see 
issue25).

Original comment by albrecht.andi on 1 Feb 2009 at 1:18

GoogleCodeExporter commented 9 years ago
*.mo files are now compiled when "make install" or "python setup.py install" is
executed. You'll need gettext tools installed to compile the catalogs.

I think that (r510) should fix the reported problem...

Original comment by albrecht.andi on 1 Feb 2009 at 2:07

GoogleCodeExporter commented 9 years ago
great, r510 is ok.
I have a question for you: what about plugins which are in extra directory? 
They are
also not installed during install process.
regards
j

Original comment by abdulec...@gmail.com on 1 Feb 2009 at 6:08

GoogleCodeExporter commented 9 years ago
Plugins in the extra directory are very experimental (even broken) or just 
ideas.
They are intentionally not installed and eventually go away in upcoming releases
(btw, the plugin API will change in 0.4.0 or 0.5.0).

Original comment by albrecht.andi on 1 Feb 2009 at 6:43