First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 102325
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tim Cera <timcera@earthlink.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gfsview-0.2.ebuild gfsview-0.2.ebuild text/plain Tim Cera 2005-08-12 22:18 0000 699 bytes Details
gfsview-0.2.ebuild gfsview-0.2.ebuild text/plain Tim Cera 2005-08-18 18:08 0000 696 bytes Details
gfsview-0.2.ebuild gfsview-0.2.ebuild text/plain Tim Cera 2005-08-24 15:48 0000 748 bytes Details
gfsview-0.4.ebuild gfsview-0.4.ebuild text/plain Tim Cera 2005-11-25 06:49 0000 1.22 KB Details
gfsview-0.4.ebuild gfsview-0.4.ebuild (without switch to opengl headers) text/plain Tim Cera 2006-02-02 20:19 0000 794 bytes Details
01_patch_20Jan2006.diff patch to fix crash when clicking on menu patch Tim Cera 2006-02-02 20:20 0000 1.23 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 102325 depends on: Show dependency tree
Bug 102325 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: 2005-08-12 22:17 0000
GfsView is a graphical viewer for Gerris hydrodynamic simulation files.

------- Comment #1 From Tim Cera 2005-08-12 22:18:48 0000 -------
Created an attachment (id=65816) [details]
gfsview-0.2.ebuild

------- Comment #2 From Tim Cera 2005-08-18 18:08:19 0000 -------
Created an attachment (id=66279) [details]
gfsview-0.2.ebuild 

------- Comment #3 From Ciaran McCreesh 2005-08-24 10:07:45 0000 -------
Please fix the following and reopen:

* LICENSE is invalid.
* No ChangeLog, README etc to dodoc?

------- Comment #4 From Tim Cera 2005-08-24 15:48:29 0000 -------
Created an attachment (id=66812) [details]
gfsview-0.2.ebuild

------- Comment #5 From Tim Cera 2005-08-24 15:53:42 0000 -------
Thanks.  I'm learning all the time.  
  
I think I have addressed all issues.  
 

------- Comment #6 From Jakub Moc (RETIRED) 2005-08-30 06:18:21 0000 -------
OK, one more remark - no need to dodoc COPYING. ;)

------- Comment #7 From Tim Cera 2005-11-25 06:49:09 0000 -------
Created an attachment (id=73571) [details]
gfsview-0.4.ebuild

------- Comment #8 From Tim Cera 2005-11-25 06:54:35 0000 -------
gfsview-0.4 will not compile against the nvidia opengl headers.  Copied code
from gtkglext to change to xorg-11/opengl implementation during compile, and
return again to original opengl implementation post install.  gfsview, after
compiling against the xorg-x11/opengl headers works fine under nvidia/opengl
implementation. 

Depends on the gerris library, currently (11/25/05) in bugs.gentoo.org
http://bugs.gentoo.org/show_bug.cgi?id=102323

------- Comment #9 From Markus Dittrich 2005-12-02 07:14:51 0000 -------
Hi Tim,  
  
Thanks for your ebuild! I had a go at the package but, unfortunately, it   
segfaults on my machine (P4, xorg-x11-6.8.2-r6). Currently, it looks  
to me as if I have hit a sse bug in xorg's radeon dri libs, but I will have to   
look more into this. Here's the relevant gdb output  
  
Program received signal SIGFPE, Arithmetic exception.  
[Switching to Thread -1223526736 (LWP 4340)]  
0xb70396ec in _mesa_test_os_sse_exception_support ()  
   from /usr/lib/modules/dri/radeon_dri.so  
 
Maybe the new modular xorg fixes it - I haven't tried yet.  
 

------- Comment #10 From Tim Cera 2005-12-02 22:45:29 0000 -------
Thanks for looking at it. 
 
I have an AMD64/Nvidia.  I can try it early next week on a K6-2/CyberBlade.  
 
Can we turn off 'sse'? 
 
Thanks 
Tim 

------- Comment #11 From Markus Dittrich 2005-12-03 13:04:47 0000 -------
(In reply to comment #10) 
>   
> Can we turn off 'sse'?  
>   
 
I've recompiled the relevant packages with sse turned off and 
that didn't help. I hope I can have a closer look soon. 
 
Thanks, 
Markus 
 
 
 

------- Comment #12 From Tim Cera 2006-01-18 19:36:11 0000 -------
I found this mention of a problem with _mesa_test_os_sse_exception_support()
and gdb.

https://bugs.freedesktop.org/show_bug.cgi?id=1709

It is a relatively old bug report so I thought that some resolution would have
already been implemented.  It could mean that the actual error is somewhere
else.

------- Comment #13 From Markus Dittrich 2006-01-18 19:49:43 0000 -------
Hi Tim,

Thanks for the update. Let's see if this goes away with the 
new modular X. I'll test it once I've everything set up 
properly.

best,
Markus

------- Comment #14 From Markus Dittrich 2006-01-22 09:48:07 0000 -------
Hi Tim,

gfsview compiles and works fine for me using the new modular X. 
Hence, as soon as modular X hits ~x86 I'll commit it to the tree
for further testing.

Thanks,
Markus

------- Comment #15 From Tim Cera 2006-02-02 20:19:07 0000 -------
Created an attachment (id=78778) [details]
gfsview-0.4.ebuild (without switch to opengl headers)

Was able to compile without problem using the nvidia header files, which
simplfied the ebuild a lot.

Included a patch from the developers that prevents a crash that I was having. 
Works great with the patch.

My machine is an amd64, so should at least maintain that keyword.

Thanks!

------- Comment #16 From Tim Cera 2006-02-02 20:20:29 0000 -------
Created an attachment (id=78779) [details]
patch to fix crash when clicking on menu

------- Comment #17 From Markus Dittrich 2006-02-03 06:49:58 0000 -------
Hi Tim,

Thanks for the update and I am glad that we can dispose
of that OpenGL header switch. I'll give it another spin over
the weekend and will move it into portage if everything
works fine.

Thanks,
Markus

------- Comment #18 From Markus Dittrich 2006-02-06 20:44:35 0000 -------
Hi Tim,

Thanks for your great work! I just committed gfsview to portage cvs.
Currently, it is still keyworded ~x86, but I will ask somebody in the
sci-team to test and then mark ~amd64 the whole dependency
chain gts/gerris/gfsview.

Thanks,
Markus

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