Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 282821

Summary: [version bump] sci-libs/mathgl-1.9.0.1
Product: Gentoo Linux Reporter: Kacper Kowalik (Xarthisius) (RETIRED) <xarthisius>
Component: [OLD] LibraryAssignee: Andrey Grozin <grozin>
Status: RESOLVED FIXED    
Severity: enhancement CC: jarausch, sci
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
URL: http://mathgl.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: update to mathgl-1.8.1.ebuild
Fixing API
update to mathgl-1.8.1.ebuild with fonts

Description Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-08-26 17:51:41 UTC
Old ebuild (mathgl-1.8.1) works just fine. However bug #274282 was fixed by upstream so patch 'mathgl-1.8.1-gcc44' is no longer necessary. 
Additionally I've provided a patch for >=HDF5-1.8 but in a manner that still allows to use earlier versions of HDF5.
Patch 'mathgl-1.8.1-gcc43' is still needed.
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-08-26 17:53:18 UTC
Created attachment 202334 [details, diff]
update to mathgl-1.8.1.ebuild
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-08-26 17:53:54 UTC
Created attachment 202336 [details, diff]
Fixing API
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-08-27 12:34:20 UTC
(In reply to comment #2)
> Created an attachment (id=202336) [edit]
> Fixing API
Patch was also submitted upstream and will be present in next release of mathgl
Comment 4 Helmut Jarausch 2009-08-27 17:27:59 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Created an attachment (id=202336) [edit]
> > Fixing API
> Patch was also submitted upstream and will be present in next release of mathgl
> 

This patch (1.9.0.1) fails here
mkdir -p /var/tmp/portage/sci-libs/mathgl-1.9.0.1/image//usr/share/mathgl/fonts
cp -r ./fonts/*.vfm /var/tmp/portage/sci-libs/mathgl-1.9.0.1/image//usr/share/mathgl/fonts
cp: cannot stat `./fonts/*.vfm': No such file or directory
Comment 5 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-08-27 17:44:34 UTC
(In reply to comment #4)
> This patch (1.9.0.1) fails here
> mkdir -p /var/tmp/portage/sci-libs/mathgl-1.9.0.1/image//usr/share/mathgl/fonts
> cp -r ./fonts/*.vfm
> /var/tmp/portage/sci-libs/mathgl-1.9.0.1/image//usr/share/mathgl/fonts
> cp: cannot stat `./fonts/*.vfm': No such file or directory

The directory fonts is just missing in the source, I don't know why. I've notified the library maintainer
Comment 6 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-08-27 19:23:23 UTC
Created attachment 202424 [details, diff]
update to mathgl-1.8.1.ebuild with fonts

I've got a reply from Alexey Balakin. It seems that he doesn't put font files into minor releases in order to decrease package size. 
Fixed it in new version of the patch.
Comment 7 Helmut Jarausch 2009-08-28 10:54:37 UTC
(In reply to comment #6)
> Created an attachment (id=202424) [edit]
> update to mathgl-1.8.1.ebuild with fonts
> 
> I've got a reply from Alexey Balakin. It seems that he doesn't put font files
> into minor releases in order to decrease package size. 
> Fixed it in new version of the patch.
> 

Thanks, that's working now.
Helmut.
Comment 8 Andrey Grozin gentoo-dev 2009-08-31 16:23:37 UTC
Many thanks, in cvs. It fails for me with USE=+octave; may depend on the version of swig, I have 1.3.36. With -octave seems OK.