Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107652 - app-misc/alexandria doesn't found dev-ruby/ruby-gettext-1.0.0
Summary: app-misc/alexandria doesn't found dev-ruby/ruby-gettext-1.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Michael Kohl (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 16:34 UTC by Ricardo González
Modified: 2005-11-15 13:08 UTC (History)
1 user (show)

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 Ricardo González 2005-09-29 16:34:46 UTC
New version 1.0.0 of ruby-gettext changes its location directories and the
program alexandria doesn't found it.

Reproducible: Always
Steps to Reproduce:
1.Emerge dev-ruby/ruby-gettext-1.0.0
2.Execute alexandria
3.

Actual Results:  
Alecandria fails. Output says: 
/usr/bin/alexandria:6:in `require': no such file to load -- gettext (LoadError)
        from /usr/bin/alexandria:6


Expected Results:  
not fails.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2005-10-20 11:33:38 UTC
I believe this is fixed with rubygems 0.8.11-r1.  Try it out. 
Comment 2 Anatoly Kamchatnov 2005-11-02 04:40:54 UTC
Same problem with alexandria-0.6.1, rubygems 0.8.11-r1 and ruby-gettext-1.0.0.

With ruby-gettext-0.8.0 we have

$ alexandria
(eval):1: [BUG] rbgobj_define_class: Invalid gtype [CanvasPathDef]

ruby 1.8.4 (2005-10-29) [i386-linux]

Aborted

but that's another story...

# emerge info
Portage 2.0.53_rc7 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r3,
2.6.13-suspend2-r5 i686)
=================================================================
System uname: 2.6.13-suspend2-r5 i686 Intel(R) Celeron(R) M processor        
1400MHz
Gentoo Base System version 1.12.0_pre9
distcc 2.18.3 i386-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -mtune=pentium-m -fomit-frame-pointer -pipe"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c
/etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -mtune=pentium-m -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.aiya.ru/pub/gentoo/ ftp://mirror.aiya.ru/pub/gentoo/"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LINGUAS="en ru"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d a52 aac alsa bash-completion berkdb bzip2 cdr crypt cscope cups
curl dbus dga directfb dts dvd eds encode esd ffmpeg firefox gif gnome gnutls
gpm gstreamer gtk gtk2 hal ipv6 jack jikes jpeg kdeenablefinal kerberos ldap mad
mmx mono motif mp3 mpeg mysql ncurses nls nptl nsplugin ogg opengl oss pam pcre
perl png python readline samba sdl slang slp snmp speex spell sse ssl tcpd tetex
theora threads tiff truetype udev unicode usb v4l vorbis win32codecs xine xml2
xprint xv xvid zlib linguas_en linguas_ru userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, MAKEOPTS
Comment 3 Aldo "xoen" Giambelluca 2005-11-15 00:35:34 UTC
Are you using GNOME 2.12? If yes you have to update to Ruby-GNOME-0.14, it's no
in portage but it will be in soon...I hope :) #109641.

Have you seen bug #111191?
Comment 4 Michael Kohl (RETIRED) gentoo-dev 2005-11-15 05:04:02 UTC
Can you please try again with the newest Alexandria and the just commited
ruby-gnome2-0.14.1? I've just tested this configuration on my system and
everything seems to work.
Comment 5 Ricardo González 2005-11-15 13:08:56 UTC
Yeah! With ruby-gnome2-014.1's ebuild Alexandria works.
Thanks for all.