Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120296 Details for
Bug 179764
The use of ruby-odbc on Gentoo Hardened leads to "INTERN (0) [RubyODBC]Cannot allocate SQLHENV (ODBC::Error)"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Customized ebuild of ruby-odbc
ruby-odbc-0.9995.ebuild (text/plain), 901 bytes, created by
Christoph Mueller
on 2007-05-25 15:48:50 UTC
(
hide
)
Description:
Customized ebuild of ruby-odbc
Filename:
MIME Type:
Creator:
Christoph Mueller
Created:
2007-05-25 15:48:50 UTC
Size:
901 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-odbc/ruby-odbc-0.9995.ebuild,v 1.1 2007/04/24 16:07:22 rbrown Exp $ > >inherit ruby >DESCRIPTION="RubyODBC - For accessing ODBC data sources from the Ruby language" >HOMEPAGE="http://www.ch-werner.de/rubyodbc/" >SRC_URI="http://www.ch-werner.de/rubyodbc/${P}.tar.gz" > >LICENSE="|| ( GPL-2 Ruby )" >SLOT="0" >KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" >USE_RUBY="ruby18" >IUSE="unicode nodlopen" > >DEPEND="virtual/ruby > >=dev-db/unixODBC-2.0.6" > >src_compile() { > ruby extconf.rb $(use_enable !nodlopen dlopen) > emake > if use unicode ; then > ruby -Cutf8 extconf.rb $(use_enable !nodlopen dlopen) > emake -C utf8 > fi >} > >src_install() { > ruby_einstall > > if use unicode ; then > ruby_einstall -C utf8 > fi > > dodoc README > dodoc ChangeLog > dohtml doc/odbc.html >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 179764
: 120296