Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154098 - dev-ruby/plruby undefined references
Summary: dev-ruby/plruby undefined references
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-04 22:12 UTC by Casey Allen Shobe
Modified: 2006-11-09 12:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Casey Allen Shobe 2006-11-04 22:12:01 UTC
osss.net=# create function plruby_call_handler () returns language_handler as '/usr/lib/ruby/site_ruby/1.8/i686-linux/plruby' language 'C';
ERROR:  could not load library "/usr/lib/ruby/site_ruby/1.8/i686-linux/plruby.so": /usr/lib/ruby/site_ruby/1.8/i686-linux/plruby.so: undefined symbol: get_func_arg_info

# ld /usr/lib/ruby/site_ruby/1.8/i686-linux/plruby.so
ld: warning: cannot find entry symbol _start; not setting start address
/usr/lib/ruby/site_ruby/1.8/i686-linux/plruby.so: undefined reference to `SPI_getvalue'
/usr/lib/ruby/site_ruby/1.8/i686-linux/plruby.so: undefined reference to `get_func_arg_info'
/usr/lib/ruby/site_ruby/1.8/i686-linux/plruby.so: undefined reference to `format_type_be'
[...]
/usr/lib/ruby/site_ruby/1.8/i686-linux/plruby.so: undefined reference to `SPI_processed'

# emerge -pv plruby

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-ruby/plruby-0.4.7  USE="-examples" 0 kB

Total size of downloads: 0 kB

# emerge -pv plruby postgresql

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-ruby/plruby-0.4.7  USE="-examples" 0 kB
[ebuild   R   ] dev-db/postgresql-8.1.4  USE="doc perl readline ssl threads zlib -kerberos -libg++ -nls -pam -pg-intdatetime -python (-selinux) -tcl -tk -xml" 0 kB

Total size of downloads: 0 kB
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2006-11-09 12:21:20 UTC
Fixed in the latest version bump of plruby. Enjoy! ... and thanks for reporting!