Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387393 - dev-ruby/ruby-libart2 fails to build w/ libpng15
Summary: dev-ruby/ruby-libart2 fails to build w/ libpng15
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libpng-1.5
  Show dependency tree
 
Reported: 2011-10-17 11:23 UTC by Jakub Paluszak
Modified: 2011-10-17 14:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
failed emerge log (build.log,7.65 KB, text/plain)
2011-10-17 11:25 UTC, Jakub Paluszak
Details
emerge --info (emerge_info.txt,6.50 KB, text/plain)
2011-10-17 11:26 UTC, Jakub Paluszak
Details
ruby-libart2-0.19.4-libpng15.patch (ruby-libart2-0.19.4-libpng15.patch,449 bytes, patch)
2011-10-17 14:30 UTC, Samuli Suominen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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