Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 190511
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Chemistry-Related Packages <sci-chemistry@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Neil <nshephard@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
raster3d-gcc-4.1-gentoo.2.patch updated patch for gcc-4.2 patch Markus Dittrich 2007-09-08 14:48 0000 2.92 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2007-08-28 12:45 0000
Trying to emerge raster3d-2.7c fails to compile due to errors in compiling with
gfortran



Reproducible: Always

Steps to Reproduce:
1. emerge raster3d


Actual Results:  
gfortran -w  -c -o parse.o parse.f
parse.f:118.42:

        if (option(1:5).eq.'white') xbg = 'FFFFFFFF'X                   
                                         1
Error: Arithmetic overflow converting INTEGER(8) to INTEGER(4) at (1)
parse.f:119.42:

        if (option(1:5).eq.'black') xbg = 'FF000000'X                   
                                         1
Error: Arithmetic overflow converting INTEGER(8) to INTEGER(4) at (1)
make: *** [parse.o] Error 1
 * 
 * ERROR: sci-chemistry/raster3d-2.7c failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   raster3d-2.7c.ebuild, line 47:   Called die
 * 
 * Failed to make all target.


Expected Results:  
raster3d should emerge cleanly.

The home-page (http://skuld.bmsc.washington.edu/raster3d/raster3d.html)
indicates that the newer version (raster3d-2.7d) has patched this problem.

------- Comment #1 From Markus Dittrich 2007-09-08 14:48:36 0000 -------
Created an attachment (id=130339) [details]
updated patch for gcc-4.2

I am afraid that the problem is with gcc-4.2, so updating 
to 2.7d won't help (it also fails to compile). I've created an updated
patch which works for me. Please give it a try and see if
it works for you as well.

Thanks,
Markus

------- Comment #2 From Markus Dittrich 2007-09-10 13:12:15 0000 -------
Ok, I've just commited this to portage cvs and the problems
are hopefully solved.

Thanks,
Markus

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug