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

Bug 387393

Summary: dev-ruby/ruby-libart2 fails to build w/ libpng15
Product: Gentoo Linux Reporter: Jakub Paluszak <paluszak>
Component: [OLD] LibraryAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 354479    
Attachments: failed emerge log
emerge --info
ruby-libart2-0.19.4-libpng15.patch

Description Jakub Paluszak 2011-10-17 11:23:20 UTC
ruby-libart2 fails to build w/ libpng15, as in the attached log.
Comment 1 Jakub Paluszak 2011-10-17 11:25:18 UTC
Created attachment 290057 [details]
failed emerge log
Comment 2 Jakub Paluszak 2011-10-17 11:26:27 UTC
Created attachment 290059 [details]
emerge --info
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2011-10-17 14:30:23 UTC
Created attachment 290079 [details, diff]
ruby-libart2-0.19.4-libpng15.patch

inherit eutils ruby-ng-gnome2

...

all_ruby_prepare() {
	epatch "${FILESDIR}"/${P}-libpng15.patch
}

...

Not sure if I'm reading the ruby*.eclass right and this is the way to go. Please review.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2011-10-17 14:33:29 UTC
+  17 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  ruby-libart2-0.19.4.ebuild, +files/ruby-libart2-0.19.4-libpng15.patch:
+  Fix building with libpng15 wrt #387393 by Jakub Paluszak