Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HOWTO Beagle Installation
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4 ... 14, 15, 16  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
dsd
Developer
Developer


Joined: 30 Mar 2003
Posts: 2162
Location: nr London

PostPosted: Sun Feb 06, 2005 11:26 pm    Post subject: Reply with quote

it has inotify 0.17, which i gather (from this thread) is fine for beagle 0.0.5.
if you are going to try beagle cvs, you need 0.18, i think.
_________________
http://dev.gentoo.org/~dsd
Back to top
View user's profile Send private message
mileswu
n00b
n00b


Joined: 02 Feb 2005
Posts: 23
Location: UK

PostPosted: Mon Feb 07, 2005 8:36 am    Post subject: Reply with quote

Mallchin: What is your best error? Is it the same as mine, see previous page.

Anyone: Regarding my best problem, I have been told that perhaps the .desktop files have been causing a problem. So i decided to get rid of the .dekstop files from beagle by using the .neverindex file in ~. Except it doesn't work. I tried deleting the index and re-indexing with *.desktop in the file, but it still indexed them. So then I tried again with an absolute path to a single file (/usr/share/....) but it still indexed that particular file. Then I finally tried again with a .noindex file in the /usr directory. Yet it still indexed those files in there. Why?

N.B. For info on the .noindex/.neverindex see [url=http://www.beaglewiki.org/index.php/Troubleshooting Beagle]here[/url][/url]


Last edited by mileswu on Mon Feb 07, 2005 6:13 pm; edited 3 times in total
Back to top
View user's profile Send private message
fuoco
Guru
Guru


Joined: 23 May 2004
Posts: 386
Location: Israel

PostPosted: Mon Feb 07, 2005 5:57 pm    Post subject: Reply with quote

It's possible to do something like:
Code:
beagled --disable-backend=Launcher

or something like that - I'm not totally sure about this syntax - try it, if it's not the good one look around :)
Back to top
View user's profile Send private message
mileswu
n00b
n00b


Joined: 02 Feb 2005
Posts: 23
Location: UK

PostPosted: Mon Feb 07, 2005 6:14 pm    Post subject: Reply with quote

But what about the .noindex and .neverindex. They don't seem to work?!

I think I have tried the launcher disabling, but I will try again. Las time I tried I didn't use a capital 'L', so I'll try again later
Back to top
View user's profile Send private message
fuoco
Guru
Guru


Joined: 23 May 2004
Posts: 386
Location: Israel

PostPosted: Mon Feb 07, 2005 6:20 pm    Post subject: Reply with quote

I think the .noindex thing is meant to work with the filesystem backend. The capital "L" should not be an issue, I think it's case insensitive. Rather you should check if it's Launch or Lauchers or Launcher, is it --backend-disable, --disable-backend, with "=" sign or with a whitespace - there's quite a few possibilities here ;)
Back to top
View user's profile Send private message
fuoco
Guru
Guru


Joined: 23 May 2004
Posts: 386
Location: Israel

PostPosted: Mon Feb 07, 2005 6:21 pm    Post subject: Reply with quote

I have updated the guide and added another step about adding functionality to Beagle through a Firefox extension that maaes beagle index the webpages you visit in Firefox. Go check it, but be cautious :)
Back to top
View user's profile Send private message
mileswu
n00b
n00b


Joined: 02 Feb 2005
Posts: 23
Location: UK

PostPosted: Mon Feb 07, 2005 8:56 pm    Post subject: Reply with quote

It doesn't seem to be a launcher problem. Joe Shaw has been led to believe it is a bug upstream in gtk-sharp. But ... no-one seems to know....
Back to top
View user's profile Send private message
ZmiyGorinich
Guru
Guru


Joined: 27 Feb 2004
Posts: 369
Location: Zaporizhzhe, Ukraine

PostPosted: Tue Feb 15, 2005 6:06 pm    Post subject: Reply with quote

My system use russin language, I use UTF8
but Best show results as not readable. How can I fix this?

P.S. Sorry for my bad english
Back to top
View user's profile Send private message
fuoco
Guru
Guru


Joined: 23 May 2004
Posts: 386
Location: Israel

PostPosted: Tue Feb 15, 2005 6:31 pm    Post subject: Reply with quote

I have the same problem with Hebrew language - I really think it's because beagle is still young... not sure though...
Back to top
View user's profile Send private message
benxor
n00b
n00b


Joined: 18 Jan 2004
Posts: 19
Location: Sydney, Australia

PostPosted: Wed Feb 16, 2005 2:35 am    Post subject: mono problems Reply with quote

I have managed to get all packages unmasked to so that I can install beagle - however, the compile always fails on mono.

with mono 1.0.5-r1, with NPTL enabled, and with gcc 3.4 and an NPTL-enabled system, it fails, with this:
Code:
Making install in net_1_1
make[2]: Entering directory `/var/tmp/portage/mono-1.0.5-r1/work/mono-1.0.5/runtime/net_1_1'
make[3]: Entering directory `/var/tmp/portage/mono-1.0.5-r1/work/mono-1.0.5/runtime/net_1_1'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib" || mkdir -p -- . "/var/tmp/portage/mono-1.0.5-r1/image//usr/lib"
 /bin/install -c -m 644 'mscorlib.dll' '/var/tmp/portage/mono-1.0.5-r1/image//usr/lib/mscorlib.dll'
MONO_PATH=. ../../mono/interpreter/mint --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /gacdir /usr/lib /root /var/tmp/portage/mono-1.0.5-r1/image//usr/lib
/bin/sh: line 1:  4626 Segmentation fault      MONO_PATH=. /bin/sh ../../libtool --mode=execute ../../mono/interpreter/mint --config ../../data/config ./../gacutil.exe /i ./$i /f /package 1.0 /gacdir /usr/lib /root /var/tmp/portage/mono-1.0.5-r1/image//usr/lib
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory `/var/tmp/portage/mono-1.0.5-r1/work/mono-1.0.5/runtime/net_1_1'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/mono-1.0.5-r1/work/mono-1.0.5/runtime/net_1_1'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mono-1.0.5-r1/work/mono-1.0.5/runtime'
make: *** [install-recursive] Error 1


with mono 1.0.5, and the same compiler/settings, it tells me to get 1.0.5-r1 if I want NPTL support.

with mono 1.0.4, it certainly gets a lot further than a 1.0.5-r1, but still eventually fails with:
Code:
Making install in net_1_1
make[2]: Entering directory `/var/tmp/portage/mono-1.0.4-r1/work/mono-1.0.4/runtime/net_1_1'
make[3]: Entering directory `/var/tmp/portage/mono-1.0.4-r1/work/mono-1.0.4/runtime/net_1_1'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib" || mkdir -p -- . "/var/tmp/portage/mono-1.0.4-r1/image//usr/lib"
 /bin/install -c -m 644 'mscorlib.dll' '/var/tmp/portage/mono-1.0.4-r1/image//usr/lib/mscorlib.dll'
MONO_PATH=. ../../mono/interpreter/mint --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /gacdir /usr/lib /root /var/tmp/portage/mono-1.0.4-r1/image//usr/lib
/bin/sh: line 1:  3712 Segmentation fault      MONO_PATH=. /bin/sh ../../libtool --mode=execute ../../mono/interpreter/mint --config ../../data/config ./../gacutil.exe /i ./$i /f /package 1.0 /gacdir /usr/lib /root /var/tmp/portage/mono-1.0.4-r1/image//usr/lib
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory `/var/tmp/portage/mono-1.0.4-r1/work/mono-1.0.4/runtime/net_1_1'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/mono-1.0.4-r1/work/mono-1.0.4/runtime/net_1_1'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mono-1.0.4-r1/work/mono-1.0.4/runtime'
make: *** [install-recursive] Error 1


...which, as far as I can tell, is exactly the same error. I don't really want to test anything lower, but for the record, here is what is available in the tree:

Code:
benxor@hammer ~ $ etcat -v mono
[ Results for search key           : mono ]
[ Candidate applications found : 12 ]

 Only printing found installed programs.

*  dev-dotnet/mono :
        [   ] 0.28 (0)
        [ ~ ] 1.0.1 (0)
        [ ~ ] 1.0.1-r1 (0)
        [ ~ ] 1.0.1-r2 (0)
        [ ~ ] 1.0.2 (0)
        [ ~ ] 1.0.2-r1 (0)
        [ ~ ] 1.0.4 (0)
        [ ~ ] 1.0.4-r1 (0)
        [ ~ ] 1.0.5 (0)
        [ ~ ] 1.0.5-r1 (0)
        [M  ] 1.0.5-r2 (0)
        [M  ] 1.0.5-r3 (0)


Anyone got any ideas on how I can solve this? I've done everything the instructions say. I should mention though, I am on AMD64 so this might be causing a problem. And yes, I know 'mono' use flag is supposedly hard-masked on this profile - I've unmasked it and masked it again, no effect.
_________________
'I'll tell you something the great Maharishi Guru taught me - and I don't think there's a day goes by that I don't remember this one simple lesson. "Always"... no, wait it was "Never"... '
--Steve Martin
Back to top
View user's profile Send private message
rel
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 137

PostPosted: Wed Feb 16, 2005 3:31 am    Post subject: weirdness Reply with quote

Hi, I have tried beagle 0.0.6 with latest inotfiy patch (0.19) + dbus 0.23.1
Everything went fine. But getting these error messages that I cannot understand.

Whats wrong with it and does it seem that I launch beagle from portages temp folder?
Can't figure.

Quote:

rel@entropy ~ $ beagled --fg --debug
DEBUG: D-BUS registered obj=Beagle.IndexHelper.RemoteIndexerImpl path=/com/novell/BeagleIndexHelper/Factory owner=(none)
DEBUG: vmsize=52616, max=61440, 85.6%

Unhandled Exception: System.Exception: Matched multiple items when only expecting one: path=/usr/share/applications/accessibility-keyboard.desktop
in [0x0009b] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/FileAttributesStore_Sqlite.cs:261) Beagle.Daemon.FileAttributesStore_Sqlite:Read (string)
in [0x00007] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/FileAttributesStore_Mixed.cs:51) Beagle.Daemon.FileAttributesStore_Mixed:Read (string)
in [0x00007] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/FileAttributesStore.cs:45) Beagle.Daemon.FileAttributesStore:Read (string)
in [0x00002] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/FileAttributesStore.cs:68) Beagle.Daemon.FileAttributesStore:IsUpToDate (string)
in [0x00017] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/LauncherQueryable/LauncherQueryable.cs:141) Beagle.Daemon.LauncherQueryable.LauncherQueryable:IndexLauncher (System.IO.FileInfo,Beagle.Util.Scheduler/Priority)
in [0x00079] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/LauncherQueryable/LauncherQueryable.cs:105) Beagle.Daemon.LauncherQueryable.LauncherQueryable:Watch (string)
in [0x00060] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/LauncherQueryable/LauncherQueryable.cs:85) Beagle.Daemon.LauncherQueryable.LauncherQueryable:Start ()
in [0x00006] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/Queryable.cs:51) Beagle.Daemon.Queryable:Start ()
in [0x0007f] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/QueryDriver.cs:149) Beagle.Daemon.QueryDriver:Start ()
in [0x003f3] (at /var/tmp/portage/beagle-0.0.6/work/beagle-0.0.6/beagled/BeagleDaemon.cs:375) Beagle.Daemon.BeagleDaemon:Main (string[])

DEBUG: vmsize=52880, max=61440, 86.1%
Attempted to unregister path (path[0] = com path[1] = novell) which isn't registered
DEBUG: Shutting down on failed TestService in BeagleDaemonWatcherTimeoutHandler
DEBUG: RemoteIndexerImpl.QueueCloseForAll called
INFO: Beginning shutdown
DEBUG: Beginning shutdown event
DEBUG: Done with shutdown event
INFO: Exiting
19406: arguments to dbus_connection_remove_filter() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3334.
This is normally a bug in some application using the D-BUS library.
19406: arguments to dbus_connection_send() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 1737.
This is normally a bug in some application using the D-BUS library.
free(): invalid pointer 0x81ad000!
free(): invalid pointer 0x8302000!



rel.
Back to top
View user's profile Send private message
vagus
n00b
n00b


Joined: 02 Jul 2004
Posts: 59

PostPosted: Wed Feb 16, 2005 10:36 am    Post subject: beagle-0.0.6 works Reply with quote

After hours of struggling with beagle 0.0.6, I am glad to report that it is working finally on my computer. :D 0.0.6 is supposed to be less memory intensive then 0.0.5. Therefore, I seriously recommend it to everybody.

The hardest part was to get the relevant ebuilds from bugzilla put them under the overlay. You will need the following:
beagle-0.0.6.ebuild (actually i made my own ebuild from the 0.0.5)
dbus-0.23.1.ebuild (you need to get this from bugzilla, and modify the ebuild yourself such that it allows for mono support)
i also downloaded the evolution-sharp-0.6.ebuild from bugzilla

Then everything follows the howto... 8)

rel: perhaps your dbus-0.23.1 does not have mono support? I don't know. It's just a guess...
Back to top
View user's profile Send private message
Mafteah
Apprentice
Apprentice


Joined: 30 May 2003
Posts: 265
Location: IL

PostPosted: Wed Feb 16, 2005 11:59 am    Post subject: Reply with quote

Can you post your dbus ebuild with mono?
_________________
http://www.mafteah.co.il
Back to top
View user's profile Send private message
rel
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 137

PostPosted: Wed Feb 16, 2005 12:36 pm    Post subject: Reply with quote

Mafteah wrote:
Can you post your dbus ebuild with mono?


This is mine, copied 0.23.r3.ebuild to 0.32.1.ebuild, commented some patches.
Uncommented mono support and renamed some patches to apply for this version.

Code:

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.23-1.ebuild,v 1.4 2005/02/11 14:17:39 luckyduck Exp $

# because of the experimental nature debug by default
inherit debug eutils mono python multilib

# FIXME : fix docs
#IUSE="X gtk qt python mono doc xml2"
IUSE="X gtk qt python xml2"

DESCRIPTION="A message bus system, a simple way for applications to talk to eachother"
HOMEPAGE="http://dbus.freedesktop.org/"
SRC_URI="http://dbus.freedesktop.org/releases/${P}.tar.gz"

SLOT="0"
LICENSE="|| ( GPL-2 AFL-2.1 )"
KEYWORDS="x86 ppc amd64 ppc64 ~ia64"

RDEPEND=">=dev-libs/glib-2
    xml2? ( >=dev-libs/libxml2-2.6 )
    !xml2? ( dev-libs/expat )
    X? ( virtual/x11 )
    gtk? ( >=x11-libs/gtk+-2 )
    python? ( >=dev-lang/python-2.2
        >=dev-python/pyrex-0.9 )
    qt? ( >=x11-libs/qt-3 )"
#   !ppc64? (
#       mono? ( >=dev-dotnet/mono-0.95 )
#   )


DEPEND="${RDEPEND}
    dev-util/pkgconfig"
#   doc? ( app-doc/doxygen
#       app-text/xmlto )"

# needs gcj, we have no neat way of knowing if it was enabled
#   java? ( sys-devel/gcc )

src_unpack() {

    unpack ${A}
    cd ${S}

    #epatch ${FILESDIR}/${P}-qt.patch
    # fix security issue (#80601)
    #epatch ${FILESDIR}/${P}-dbus_session_connect.patch
    # add missing include (#78617)
    epatch ${FILESDIR}/${P}-fd_set.patch

    # It stupidly tries to install python stuff to platform-independent
    # libdir
    epatch ${FILESDIR}/dbus-0.23-pyexecdir.patch

    # Don't rerun auto*
    sleep 1
    touch ${S}/python/Makefile.in
    sleep 1
    touch ${S}/configure
}

src_compile() {

    local myconf

    if use xml2; then
        myconf="--with-xml=libxml";
    else
        myconf="--with-xml=expat";
    fi

    econf \
        `use_with X x` \
        `use_enable gtk` \
        `use_enable qt` \
        `use_enable python` \
        --enable-mono \
        --enable-glib \
        --enable-verbose-mode \
        --enable-checks \
        --enable-asserts \
        --with-system-pid-file=/var/run/dbus.pid \
        --with-system-socket=/var/lib/dbus/system_bus_socket \
        --with-session-socket-dir=/tmp \
        --disable-doxygen-docs \
        --disable-xml-docs \
        --disable-mono-docs \
        ${myconf} \
        || die

        `use_enable mono` \
        `use_enable doc doxygen-docs` \
        `use_enable doc xml-docs` \

    # do not build the mono examples, they need gtk-sharp
    #touch ${S}/mono/example/{bus-listener,echo-{server,client}}.exe

    # this gets around a lib64 sandbox bug. note that this addpredict is
    # added automatically by sandbox.c for lib.
    addpredict /usr/lib64/python2.3/
    addpredict /usr/lib64/python2.2/
    addpredict /usr/lib64/python2.1/


    emake || die

}

src_install() {

    make DESTDIR=${D} install || die

    # initscript
    exeinto /etc/init.d/
    doexe ${FILESDIR}/dbus

    # needs to exist for the system socket
    keepdir /var/lib/dbus

    keepdir /usr/lib/dbus-1.0/services
    keepdir /usr/share/dbus-1/services

    dodoc AUTHORS ChangeLog HACKING NEWS README doc/TODO doc/*html

}

pkg_preinst() {

    enewgroup messagebus || die "Problem adding messagebus group"
    enewuser messagebus -1 /bin/false /dev/null messagebus || die "Problem adding messagebus user"

}

pkg_postinst() {

    einfo "To start the DBUS system-wide messagebus by default"
    einfo "you should add it to the default runlevel :"
    einfo "\`rc-update add dbus default\`"

}



But as I posted, this doesn't work for me, altough compilation and co went just fine.



[/offtopic]
Your nick means "key" in arabic doesn't it. Sure hebrew and arabic derived from the same root.
Funny though, that there is so much misunderstanding between the two, while in principal they
derived from the same people and culture.
Back to top
View user's profile Send private message
seppe
Guru
Guru


Joined: 01 Sep 2003
Posts: 431
Location: Hove, Antwerp, Belgium

PostPosted: Wed Feb 16, 2005 12:48 pm    Post subject: Reply with quote

Got a few problems

Problem 1: With the dbus ebuild with mono support posted above I get:
Code:

Helios dbus # emerge dbus
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/dbus-0.23.1 to /
>>> md5 src_uri ;-) dbus-0.23.1.tar.gz
>>> Unpacking source...
>>> Unpacking dbus-0.23.1.tar.gz to /var/tmp/portage/dbus-0.23.1/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/local/portage/sys-apps/dbus/files/dbus-0.23.1-fd_set.patch
 *   ( dbus-0.23.1-fd_set.patch )


!!! ERROR: sys-apps/dbus-0.23.1 failed.
!!! Function epatch, Line 256, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, NOT this status message.


I think it needs the patch "dbus-0.23.1-fd_set.patch", but I can't find that anywere

Problem 2: sqlite won't compile here:
Code:

Helios beagle # emerge gnome-extra/beagle
Calculating dependencies ...done!
>>> emerge (1 of 11) dev-db/sqlite-2.8.15 to /
>>> md5 src_uri ;-) sqlite-2.8.15.tar.gz
>>> Unpacking source...
>>> Unpacking sqlite-2.8.15.tar.gz to /var/tmp/portage/sqlite-2.8.15/work
>>> Source unpacked.
 * econf: updating sqlite/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating sqlite/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --enable-incore-db --enable-tempdb-in-ram --with-utf8
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/i686-pc-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
checking for i686-pc-linux-gnu-g77... i686-pc-linux-gnu-g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether i686-pc-linux-gnu-g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from i686-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking if i686-pc-linux-gnu-gcc static flag  works... yes
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for a BSD-compatible install... /bin/install -c
Version set to 2.8.15
checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking switches for the host compiler... -march=pentium-m -mtune=pentium-m -O2 -pipe -fomit-frame-pointer
checking target compiler... i686-pc-linux-gnu-gcc
checking switches on the target compiler... -march=pentium-m -mtune=pentium-m -O2 -pipe -fomit-frame-pointer
checking target linker... i686-pc-linux-gnu-gcc
checking switches on the target compiler... checking for i686-pc-linux-gnu-ranlib... (cached) i686-pc-linux-gnu-ranlib
-march=pentium-m -mtune=pentium-m -O2 -pipe -fomit-frame-pointer
checking if host and target compilers are the same... yes
checking character encoding... iso8859
checking whether to support incore databases for attach and open... yes
checking whether to support shared library linked as release mode or not... no
checking whether to use an in-ram database for temporary tables... yes
checking if executables have the .exe suffix... unknown
checking for sin... no
checking for dlopen in -ldl... yes
checking for library containing Tcl_Init... -ltcl8.4
checking TCL header files... not specified: still searching...
checking tcl.h usability... yes
checking tcl.h presence... yes
checking for tcl.h... yes
checking for library containing tgetent... -lreadline
checking for readline in -lreadline... yes
checking readline header files... not specified: still searching...
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking for /usr/include/readline.h... no
checking for /usr/include/readline/readline.h... yes
checking for usleep... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sqlite.pc
sed -e s/--VERS--/`cat ./VERSION`/ \
            -e s/--ENCODING--/ISO8859/ \
                 ./src/sqlite.h.in >sqlite.h
echo '#include <stdio.h>' >temp.c
echo 'int main(){printf(' >>temp.c
echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c
echo 'exit(0);}' >>temp.c
i686-pc-linux-gnu-gcc -march=pentium-m -mtune=pentium-m -O2 -pipe -fomit-frame-pointer -o temp temp.c
echo '/* Automatically generated file.  Do not edit */' >opcodes.h
grep '^case OP_' ./src/vdbe.c | \
  sed -e 's/://' | \
  awk '{printf "#define %-30s %3d\n", $2, ++cnt}' >>opcodes.h
i686-pc-linux-gnu-gcc -march=pentium-m -mtune=pentium-m -O2 -pipe -fomit-frame-pointer -o lemon ./tool/lemon.c
./temp >config.h
echo >>config.h
rm -f temp.c temp
./libtool --mode=compile i686-pc-linux-gnu-gcc -march=pentium-m -mtune=pentium-m -O2 -pipe -fomit-frame-pointer -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c
mkdir .libs
 i686-pc-linux-gnu-gcc -march=pentium-m -mtune=pentium-m -O2 -pipe -fomit-frame-pointer -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c  -fPIC -DPIC -o .libs/encode.o
 i686-pc-linux-gnu-gcc -march=pentium-m -mtune=pentium-m -O2 -pipe -fomit-frame-pointer -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c -o encode.o >/dev/null 2>&1
echo '/* Automatically generated file.  Do not edit */' >opcodes.c
echo 'char *sqliteOpcodeNames[] = { "???", ' >>opcodes.c
grep '^case OP_' ./src/vdbe.c | \
  sed -e 's/^.*OP_/  "/' -e 's/:.*$/", /' >>opcodes.c
echo '};' >>opcodes.c
cat ./src/attach.c ./src/auth.c ./src/btree.c ./src/btree.h ./src/btree_rb.c ./src/build.c ./src/copy.c ./src/date.c ./src/delete.c ./src/encode.c ./src/expr.c ./src/func.c ./src/hash.c ./src/hash.h ./src/insert.c ./src/main.c ./src/os.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/pragma.c ./src/printf.c ./src/random.c ./src/select.c ./src/shell.c ./src/sqlite.h.in ./src/sqliteInt.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbeaux.c ./src/vdbe.h ./src/where.c | grep '$Id: ' | sort +4 | tail -1 \
          | awk '{print $5,$6}' >last_change
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tclsh ./www/sqlite.tcl >sqlite.html
/bin/sh: line 1: 30395 Segmentation fault      tclsh ./www/sqlite.tcl >sqlite.html
make: *** [sqlite.html] Error 139
make: *** Waiting for unfinished jobs....
cp ./tool/lempar.c .
make: *** Waiting for unfinished jobs....

!!! ERROR: dev-db/sqlite-2.8.15 failed.
!!! Function src_compile, Line 32, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



Can anyone help me? I really want to try out this neat tool!
_________________
nitro-sources, because between stable and experimental there exists only speed

Latest release I made: 2.6.13.2-nitro1
Back to top
View user's profile Send private message
rel
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 137

PostPosted: Wed Feb 16, 2005 12:58 pm    Post subject: Reply with quote

seppe wrote:
Got a few problems

Problem 1: With the dbus ebuild with mono support posted above I get:
Code:

Helios dbus # emerge dbus
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/dbus-0.23.1 to /
>>> md5 src_uri ;-) dbus-0.23.1.tar.gz
>>> Unpacking source...
>>> Unpacking dbus-0.23.1.tar.gz to /var/tmp/portage/dbus-0.23.1/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/local/portage/sys-apps/dbus/files/dbus-0.23.1-fd_set.patch
 *   ( dbus-0.23.1-fd_set.patch )



!!! ERROR: sys-apps/dbus-0.23.1 failed.
!!! Function epatch, Line 256, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, NOT this status message.


I think it needs the patch "dbus-0.23.1-fd_set.patch", but I can't find that anywere



cp files/dbus-0.23.r3-fd_set.patch files/dbus-0.23.1-fd_set.patch

There are other patches that need to be copied.

Quote:

Code:

ger.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbeaux.c ./src/vdbe.h ./src/where.c | grep '$Id: ' | sort +4 | tail -1 \
          | awk '{print $5,$6}' >last_change
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tclsh ./www/sqlite.tcl >sqlite.html
/bin/sh: line 1: 30395 Segmentation fault      tclsh ./www/sqlite.tcl >sqlite.html
make: *** [sqlite.html] Error 139
make: *** Waiting for unfinished jobs....
cp ./tool/lempar.c .
make: *** Waiting for unfinished jobs....

!!! ERROR: dev-db/sqlite-2.8.15 failed.
!!! Function src_compile, Line 32, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



Can anyone help me? I really want to try out this neat tool!


No Idea, tclsh seems to segfault. Try reemerging the package (tcl?) that provides tclsh.
But just a guess.
Back to top
View user's profile Send private message
bfkeats
Apprentice
Apprentice


Joined: 20 Feb 2004
Posts: 268

PostPosted: Wed Feb 16, 2005 5:14 pm    Post subject: beagled exception Reply with quote

I'm trying to run beagle in KDE. I modified the dbus init srcipt as follows to get around automatic startup withoug gdm.

Code:
start() {

  ebegin "Starting D-BUS system messagebus"

  #start-stop-daemon --start --pidfile /var/run/dbus.pid --exec /usr/bin/dbus-daemon-1 -- --system
  eval `dbus-launch --auto-syntax`
  echo "export DBUS_SESSION_BUS_ADDRESS='"`export|grep DBUS_SESSION_BUS_ADDRESS|cut -d " " -f 3|cut -d "\"" -f 2`"'" > /etc/dbus-1/vars
  echo "export DBUS_SESSION_BUS_PID='"`export|grep DBUS_SESSION_BUS_PID|cut -d" " -f 3|cut -d "\"" -f 2`"'" >> /etc/dbus-1/vars
  echo ${DBUS_SESSION_BUS_PID} > /var/run/dbus.pid

  eend $?

}

stop() {

  ebegin "Stopping D-BUS system messagebus"

  start-stop-daemon --stop --pidfile /var/run/dbus.pid
  rm /var/run/dbus.pid
  rm /etc/dbus-1/vars

  eend $?

}


I then added the following to my .bashrc
Code:
 -f /etc/dbus-1/vars ] && . /etc/dbus-1/vars


The problem is, I'm getting a beagled exception that I don't understand.
Code:
DEBUG: Finished task file:///home/bfkeats in .00s
DEBUG: Flushing...
ERROR: Caught exception in post_hook 'Beagle.Util.Scheduler+Hook'
ERROR: System.IO.IOException: read past EOF
in [0x0004a] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Store/InputStream.cs:180) Lucene.Net.Store.InputStream:Refill ()
in [0x00012] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Store/InputStream.cs:47) Lucene.Net.Store.InputStream:ReadByte ()
in [0x00001] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Store/InputStream.cs:97) Lucene.Net.Store.InputStream:ReadVInt ()
in [0x00001] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Index/FieldInfos.cs:234) Lucene.Net.Index.FieldInfos:Read (Lucene.Net.Store.InputStream)
in [0x00026] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Index/FieldInfos.cs:59) Lucene.Net.Index.FieldInfos:.ctor (Lucene.Net.Store.Directory,string)
in [0x0006d] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Index/SegmentReader.cs:122) Lucene.Net.Index.SegmentReader:Initialize (Lucene.Net.Index.SegmentInfo)
in [0x0003a] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Index/SegmentReader.cs:106) Lucene.Net.Index.SegmentReader:.ctor (Lucene.Net.Index.SegmentInfo)
in [0x0004e] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Index/IndexReader.cs:68) AnonymousClassWith:DoBody ()
in [0x00015] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Store/Lock.cs:136) With:run ()
in [0x0001f] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Index/IndexReader.cs:177) Lucene.Net.Index.IndexReader:Open (Lucene.Net.Store.Directory,bool)
in [0x00002] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/Lucene.Net/Index/IndexReader.cs:169) Lucene.Net.Index.IndexReader:Open (Lucene.Net.Store.Directory)
in [0x0015a] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/LuceneDriver.cs:417) Beagle.Daemon.LuceneDriver:Flush ()
in [0x00006] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/beagled/LuceneQueryable.cs:295) LuceneTaskCollector:PostTaskHook ()
in <0x00053> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
in [0x00450] (at /var/tmp/portage/beagle-0.0.5/work/beagle-0.0.5/Util/Scheduler.cs:845) Beagle.Util.Scheduler:Worker ()


Any insight?
Back to top
View user's profile Send private message
fuoco
Guru
Guru


Joined: 23 May 2004
Posts: 386
Location: Israel

PostPosted: Thu Feb 17, 2005 7:04 pm    Post subject: Reply with quote

Updated the section about automating dbus session daemon on session login... Take a look :wink:

Not yet updating the HOWTO to Beagle 0.0.6 as I haven't had so great results with it myself yet.... Stay tuned for it sooner or later... :wink:
Back to top
View user's profile Send private message
mkrisch
n00b
n00b


Joined: 22 Nov 2004
Posts: 59

PostPosted: Fri Feb 18, 2005 12:09 am    Post subject: Reply with quote

FWIW, it managed to get 0.0.6.1 up and running. i copied the 0.0.6.0 ebuild from the gentoo bug page, and just renamed it to 0.0.6.1, and renamed the configure.in patch as well.

i think the only other issue i had was getting dbus 23.1. again, i just renamed the builds and went from there. there was a qt patch issue, but i commented it out of the ebuild since wasn't building with qt anyway.

it is certainly is a very cool tool... when i works. it flakes out quite reguarly. if it's taken anything down with it, it the evolution data server, but as i'm running the 1.1.5 version, it was a bit tempermental to begin with.

i've also found that you need to restart best if dbus links die. for example, if you start evolution, and then start best, i can search the emails. but if i stop and restart evolution, best has lost the link. i need to restart best as well.

anyway, i'm really happy with it's potential. i think it will change the way i deal with email and files.
Back to top
View user's profile Send private message
tilt
n00b
n00b


Joined: 16 Nov 2003
Posts: 36
Location: Stuttgart

PostPosted: Fri Feb 18, 2005 6:28 am    Post subject: Problems running beagled Reply with quote

I've successfully followed the guide until step 5. dbus-daemon is running but when I start beagled I get the following error messages:

Code:
** (/usr/lib/beagle/BeagleDaemon.exe:11169): WARNING **: Could not find assembly dbus-sharp, references from /usr/lib/beagle/Beagle.dll (assemblyref_index=1)
     Major/Minor: 0,23
     Build:       0,0
     Token:       9eef2692033670f5
System error: No such file or directory


** (/usr/lib/beagle/BeagleDaemon.exe:11169): WARNING **: Could not find assembly dbus-sharp, references from /usr/lib/beagle/Beagle.dll (assemblyref_index=1)
     Major/Minor: 0,23
     Build:       0,0
     Token:       9eef2692033670f5
System error: No such file or directory


** (/usr/lib/beagle/BeagleDaemon.exe:11169): WARNING **: Could not find assembly Beagle, references from /usr/lib/beagle/BeagleDaemonPlugins.dll (assemblyref_index=3)
     Major/Minor: 0,0
     Build:       0,0
     Token:
System error: No such file or directory


** (/usr/lib/beagle/BeagleDaemon.exe:11169): WARNING **: Could not find assembly dbus-sharp, references from /usr/lib/beagle/Beagle.dll (assemblyref_index=1)
     Major/Minor: 0,23
     Build:       0,0
     Token:       9eef2692033670f5
System error: No such file or directory


** (/usr/lib/beagle/BeagleDaemon.exe:11169): WARNING **: Could not find assembly dbus-sharp, references from /usr/lib/beagle/Beagle.dll (assemblyref_index=1)
     Major/Minor: 0,23
     Build:       0,0
     Token:       9eef2692033670f5
System error: No such file or directory


** (/usr/lib/beagle/BeagleDaemon.exe:11169): WARNING **: Could not find assembly Beagle, references from /usr/lib/beagle/BeagleDaemonPlugins.dll (assemblyref_index=3)
     Major/Minor: 0,0
     Build:       0,0
     Token:
System error: No such file or directory


** (/usr/lib/beagle/BeagleDaemon.exe:11169): WARNING **: Could not find assembly BeagleDaemonPlugins, references from /usr/lib/beagle/BeagleDaemon.exe (assemblyref_index=1)
     Major/Minor: 0,0
     Build:       0,0
     Token:
System error: No such file or directory

cannot open assembly /usr/lib/beagle/BeagleDaemon.exe


According to this page in the Beagle wiki all I have to do is set an environment variable first:

Code:
$ MONO_GAC_PREFIX=/usr/local beagled


Well, unfortunately this didn't work for me. I've tried some other prefixes but couldn't get it to work. Has anyone had this problem before?
Back to top
View user's profile Send private message
fuoco
Guru
Guru


Joined: 23 May 2004
Posts: 386
Location: Israel

PostPosted: Fri Feb 18, 2005 8:41 am    Post subject: Reply with quote

I also have OK results with 0.0.6.1. I'll wait just a little more before I update the guide though. Not sure how stable it is, but I think 0.0.5 was more stable.
Back to top
View user's profile Send private message
Mafteah
Apprentice
Apprentice


Joined: 30 May 2003
Posts: 265
Location: IL

PostPosted: Sun Feb 20, 2005 9:48 am    Post subject: Reply with quote

Code:

$ dbus-launch --auto-syntax
DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-94Ag9TPQb0'
export DBUS_SESSION_BUS_ADDRESS
DBUS_SESSION_BUS_PID=1519
$ export DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-94Ag9TPQb0'
$ beagled
(<unknown>:1523): Gdk-WARNING **: locale not supported by Xlib

(<unknown>:1523): Gdk-WARNING **: cannot set locale modifiers

(<unknown>:1527): Gdk-WARNING **: locale not supported by Xlib

(<unknown>:1527): Gdk-WARNING **: cannot set locale modifiers
DEBUG: D-BUS registered obj=Beagle.IndexHelper.RemoteIndexerImpl path=/com/novell/BeagleIndexHelper/Factory owner=(none)
DEBUG: vmsize=56544, max=61440, 92.0%
DEBUG: vmsize=56792, max=61440, 92.4%

Unhandled Exception: System.OutOfMemoryException: Out of memory
in (unmanaged) (wrapper managed-to-native) System.Object:__icall_wrapper_mono_array_new_specific (intptr,int)
in <0x00004> (wrapper managed-to-native) System.Object:__icall_wrapper_mono_array_new_specific (intptr,int)
in [0x0009e] (at /var/tmp/portage/beagle-0.0.6.1/work/beagle-0.0.6.1/Util/Inotify.cs:356) Beagle.Util.Inotify:SnarfWorker ()
in <0x0005f> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()


DEBUG: D-BUS registered obj=Beagle.IndexHelper.RemoteIndexerImpl path=/com/novell/BeagleIndexHelper/Index/FileSystemIndex owner=(none)
DEBUG: Open on FileSystemIndex
qDEBUG: vmsize=59592, max=61440, 97.0%
uDEBUG: Launching flush thread!
DEBUG: Flushing...
DEBUG: - file:///home/genady12/Desktop
DEBUG: + file:///home/genady12/Desktop
DEBUG: Loaded 23 filters from /usr/lib/beagle/Filters/Filters.dll
DEBUG: vmsize=63868, max=61440, 104.0%
DEBUG: Process too big, shutting down!
INFO: Beginning shutdown
DEBUG: Beginning shutdown event
DEBUG: Done with shutdown event
DEBUG: (1) Waiting for 1 worker...
DEBUG: waiting for FileSystemIndex
DEBUG: CloseIfQueued on FileSystemIndex
DEBUG: Flush Complete!
DEBUG: CloseIfQueued on FileSystemIndex
DEBUG: CloseIfQueued on FileSystemIndex
DEBUG: Close on FileSystemIndex
INFO: Exiting
*** glibc detected *** free(): invalid pointer: 0x081b2000 ***
/usr/lib/beagle/beagled-index-helper: line 23:  1527 Aborted                 MONO_GAC_PREFIX="/usr:$MONO_GAC_PREFIX" MONO_PATH="$THIS_PATH:$MONO_PATH" mono --debug $THIS_EXE "$@"

(<unknown>:1541): Gdk-WARNING **: locale not supported by Xlib

(<unknown>:1541): Gdk-WARNING **: cannot set locale modifiers
DEBUG: D-BUS registered obj=Beagle.IndexHelper.RemoteIndexerImpl path=/com/novell/BeagleIndexHelper/Factory owner=(none)
DEBUG: vmsize=56544, max=61440, 92.0%
DEBUG: vmsize=56792, max=61440, 92.4%

_________________
http://www.mafteah.co.il
Back to top
View user's profile Send private message
fuoco
Guru
Guru


Joined: 23 May 2004
Posts: 386
Location: Israel

PostPosted: Sun Feb 20, 2005 2:47 pm    Post subject: Reply with quote

For those of you who want to have more fun, I have great exprience with beagle-0.0.6.1 + mono-1.1.4.
The beagle ebuild could be found here: https://bugs.gentoo.org/show_bug.cgi?id=67768
The mono ebuild can be found in latexer's overlay: http://dev.gentoo.org/~latexer/files/overlay-20050218.tar.bz2
A more recent dbus version: https://bugs.gentoo.org/show_bug.cgi?id=82656

Good Luck!
Back to top
View user's profile Send private message
tilt
n00b
n00b


Joined: 16 Nov 2003
Posts: 36
Location: Stuttgart

PostPosted: Sun Feb 20, 2005 5:21 pm    Post subject: Re: Problems running beagled Reply with quote

Stupid me. Those error messages I've been getting:

Code:
** (/usr/lib/beagle/BeagleDaemon.exe:11169): WARNING **: Could not find assembly dbus-sharp, references from /usr/lib/beagle/Beagle.dll (assemblyref_index=1)
     Major/Minor: 0,23
     Build:       0,0
     Token:       9eef2692033670f5
System error: No such file or directory

*snip*


During the last emerge -uDav world, dbus got upgraded to 0.23-r3 which has mono support disabled. I've masked it and downgraded to 0.23-r2. Now beagled has been running and indexing my stuff for a few minutes :-)
Back to top
View user's profile Send private message
arthurzap
n00b
n00b


Joined: 20 Nov 2003
Posts: 41
Location: Caraguatatuba, SP, Brazil

PostPosted: Mon Feb 21, 2005 1:05 am    Post subject: Reply with quote

Beagle 0.0.5 and 2.6.10-dev-sources here.

Everything compileds sucessfull, but beagle (beagle-query and best) returns nothing for me. No errors with beagled.
When i try an search, it just returns nothing.

PS: Sorry for my english..
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4 ... 14, 15, 16  Next
Page 3 of 16

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum