Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 129909

Summary: app-misc/beagle-0.2.4-r2 dosnt't work after deleting $PORTAGE_TMPDIR
Product: Gentoo Linux Reporter: Luca Marturana <lucamarturana>
Component: Current packagesAssignee: Luis Medinas (RETIRED) <metalgod>
Status: RESOLVED INVALID    
Severity: major CC: dsd
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Luca Marturana 2006-04-14 01:09:37 UTC
I'have installed beagle:

[I--] [  ] app-misc/beagle-0.2.4-r2 (0)

It worked fine, but when I removed all files in $PORTAGE_TMPDIR, beagle daemon starts with an error:

luca@Panther ~ $ beagled
Unhandled Exception: System.DllNotFoundException: libbeagleglue
in (wrapper managed-to-native) Beagle.Util.ExceptionHandlingThread:wrap_gettid ()
in [0x0000b] (at /var/tmpPortage/portage/beagle-0.2.4-r2/work/beagle-0.2.4/Util/ExceptionHandlingThread.cs:53) Beagle.Util.ExceptionHandlingThread:ThreadStarted ()
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
luca@Panther ~ $
Unhandled Exception: System.DllNotFoundException: libbeagleglue
in (wrapper managed-to-native) Beagle.Util.ExceptionHandlingThread:wrap_gettid ()
in [0x0000b] (at /var/tmpPortage/portage/beagle-0.2.4-r2/work/beagle-0.2.4/Util/ExceptionHandlingThread.cs:53) Beagle.Util.ExceptionHandlingThread:ThreadStarted ()
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()

And although the daemon is running searching of files doesn't work any more.

"beagle-info --status" returns:

luca@Panther ~ $ beagle-info --status
Could not connect to the daemon.
luca@Panther ~ $

However, this is my emerge --info:

Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r3, 2.6.15-suspend2-r8 i686)
=================================================================
System uname: 2.6.15-suspend2-r8 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
Gentoo Base System version 1.12.0_pre16
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
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.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe -momit-leaf-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/sbin/consolelog.sh /usr/share/X11/xkb /usr/share/config /usr/share/cursors/xorg-x11/default/index.theme /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe -momit-leaf-frame-pointer -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg distlocks fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/ http://gentoo.ngi.it http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
LANG="it_IT.UTF-8"
LC_ALL="it_IT.UTF-8"
LINGUAS="it"
MAKEOPTS="-j2"
PKGDIR="/mnt/packages/panther"
PORTAGE_TMPDIR="/var/tmpPortage"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/xgl-coffee"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X acl acpi alsa apache2 audiofile avi bash-completion berkdb bitmap-fonts bzip2 cairo cdb cdr cli crypt ctype cups curl dba dlloader dri dts dvd dvdr eds emboss encode exif expat fam fastbuild ffmpeg firefox foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glitz glut gnome gpm gstreamer gtk gtk2 hal idn imlib isdnlog java jpeg junit lcms libg++ libwww mad memlimit mhash mikmod mmx mng mp3 mpeg ncurses nls nptl ogg opengl pam pcre pdflib perl php png posix pppd python quicktime readline sdl session simplexml soap sockets spell spl sse sse2 ssl svg svga symlink tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev unicode vorbis xine xml xml2 xsl xv xvid zlib linguas_it userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LDFLAGS
Comment 1 Luis Medinas (RETIRED) gentoo-dev 2006-04-17 17:50:36 UTC
i hope you don't have messed up your distcc but if you re-emerge and don't touch on portage_tmpdir what happens ? the daemon starts without any trouble ?
Comment 2 Luca Marturana 2006-04-20 06:13:28 UTC
(In reply to comment #1)
> i hope you don't have messed up your distcc but if you re-emerge and don't
> touch on portage_tmpdir what happens ? the daemon starts without any trouble ?
> 

I compiled beagle (with and without distcc enabled) again and now it works fine with and without deleting PORTAGE_TMPDIR. Excuse me for my bad bug report.
Comment 3 Luis Medinas (RETIRED) gentoo-dev 2006-04-20 07:30:12 UTC
np Thanks anyway.