Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259051 - [ruby overlay] dev-lang/ruby-1.9.1 doesn't install version.h
Summary: [ruby overlay] dev-lang/ruby-1.9.1 doesn't install version.h
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-15 04:50 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2009-02-15 05:57 UTC (History)
0 users

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


Attachments
ruby-1.9.1.ebuild.patch (ruby-1.9.1.ebuild.patch,560 bytes, patch)
2009-02-15 04:51 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-02-15 04:50:41 UTC
dev-lang/ruby-1.9.1 doesn't install version.h, but this file is needed by some packages. version.h includes revision.h, so revision.h also should be installed.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-02-15 04:51:47 UTC
Created attachment 182096 [details, diff]
ruby-1.9.1.ebuild.patch

Workaround.
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-02-15 05:57:10 UTC
version.h is now deprecated to my understanding: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/12069

Extensions that don't consider the deprecation might most likely include other 1.9 incompatible code. Better it breaks at compile time than getting weird errors at runtime.

Feel free to reopen if you find contrary upstream statements that are more recent than the one I linked.