First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 101288
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mathias Weigt <m.weigt@uni-bonn.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
mopac7-ebuild.patch patch for mopac7-1.00.ebuild (correct run_mopac path) patch Mathias Weigt 2005-08-05 03:31 0000 335 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 101288 depends on: Show dependency tree
Show dependency graph
Bug 101288 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-08-03 22:36 0000
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.

------- Comment #1 From Donnie Berkholz 2005-08-05 01:41:23 0000 -------
Got a patch handy that fits in nicely to the ebuild?

------- Comment #2 From Mathias Weigt 2005-08-05 03:31:10 0000 -------
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)

------- Comment #3 From Donnie Berkholz 2005-08-05 10:53:47 0000 -------
Done, thanks!

First Last Prev Next    No search results available      Search page      Enter new bug