Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
The run_mopac7 script, which is installed by this ebuild (sci-chemistry/mopac7) in /usr/bin calls "./mopac7". This would only work if called from /usr/bin. It should be replaced by "mopac7" or "/usr/bin/mopac7" Reproducible: Always Steps to Reproduce: 1.create xxx.dat 2.run_mopac7 xxx 3. Actual Results: starting mopac7 job xxx /usr/bin/run_mopac7: line 22: ./mopac7: No such file or directory mopac7 job xxx finished Expected Results: It should run mopac7.
Got a patch handy that fits in nicely to the ebuild?
Created an attachment (id=65164) [edit] patch for mopac7-1.00.ebuild (correct run_mopac path) After checking Makefile.am and others I found that it is in the ebuild itself. (btw.: run_mopac7 is not a very sophisticated script)
Done, thanks!