You are not logged in.

#1 2008-10-22 20:39:28

krupintupple
Member
From: toronto
Registered: 2007-06-11
Posts: 29

[SOLVED] new issues with beagle after update?

hey all, i had a massive (1.2 GB) update last night and this morning i've discovered at least one casuality: beagle is no longer in my taskbar and 'beagle-search' from the terminal seems to spit out this error:

[dude@linbox ~]$ beagle-search

** (/usr/lib/beagle/Beagle.Search.exe:2931): WARNING **: The following assembly referenced from /usr/lib/beagle/Beagle.Search.exe could not be loaded:
     Assembly:   gnome-sharp    (assemblyref_index=11)
     Version:    2.20.0.0
     Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/beagle).


** (/usr/lib/beagle/Beagle.Search.exe:2931): WARNING **: Could not load file or assembly 'gnome-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'gnome-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
File name: 'gnome-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f'

and promptly does absolutely nothing. would it be safe to assume that what it's missing, gnome-sharp, might be updated in a few days and probably repair this issue? does anyone else have a similar issue happening? thanks for help in advance!

Last edited by krupintupple (2008-10-23 23:08:21)

Offline

#2 2008-10-22 23:21:58

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [SOLVED] new issues with beagle after update?

It got updated 33 hours ago, simply try to -Syu again.


1000

Offline

#3 2008-10-23 02:01:17

krupintupple
Member
From: toronto
Registered: 2007-06-11
Posts: 29

Re: [SOLVED] new issues with beagle after update?

I did and unfortunately nothing changed. I checked beagle-search and it spit out the same error.

I even changed mirrors multiple times, in hopes that maybe mine were outdated, but no change.

Offline

#4 2008-10-23 11:49:30

xstaticxgpx
Member
Registered: 2008-10-22
Posts: 48

Re: [SOLVED] new issues with beagle after update?

krupintupple wrote:

I did and unfortunately nothing changed. I checked beagle-search and it spit out the same error.

I even changed mirrors multiple times, in hopes that maybe mine were outdated, but no change.

What I did was rebuild libbeagle and beagle from abs and that fixed it.

Offline

#5 2008-10-23 15:54:53

krupintupple
Member
From: toronto
Registered: 2007-06-11
Posts: 29

Re: [SOLVED] new issues with beagle after update?

bah!

i just tried to do as you reccomended, by building my own package and now i get this when i try to build:

[dude@linbox beagle]$ makepkg -s
==> Making package: beagle 0.3.8-1 i686 (Thu Oct 23 12:12:43 EDT 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
mkdir: cannot create directory `/home/dude/abs/beagle/src': Permission denied

==> ERROR: An unknown error has occured. Exiting...

i think beagle really doesn't like me...

also, this is my first time making a package, and i followed the steps here exactly:

http://wiki.archlinux.org/index.php/ABS … he_ABS_way

Offline

#6 2008-10-23 22:07:45

xstaticxgpx
Member
Registered: 2008-10-22
Posts: 48

Re: [SOLVED] new issues with beagle after update?

krupintupple wrote:

bah!

i just tried to do as you reccomended, by building my own package and now i get this when i try to build:

[dude@linbox beagle]$ makepkg -s
==> Making package: beagle 0.3.8-1 i686 (Thu Oct 23 12:12:43 EDT 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
mkdir: cannot create directory `/home/dude/abs/beagle/src': Permission denied

==> ERROR: An unknown error has occured. Exiting...

i think beagle really doesn't like me...

also, this is my first time making a package, and i followed the steps here exactly:

http://wiki.archlinux.org/index.php/ABS … he_ABS_way

You copied the abs directories with root permissions,

chmod <username>+rwx ~/abs/libbeagle & ~/abs/beagle

should fix it

Last edited by xstaticxgpx (2008-10-23 22:08:36)

Offline

#7 2008-10-23 23:10:05

krupintupple
Member
From: toronto
Registered: 2007-06-11
Posts: 29

Re: [SOLVED] new issues with beagle after update?

d'oh!

yeah, that might help...i think i neglected to do that, since half of the steps require root, and the rest don't. anyhow, things are on the up and up with my favorite indexer now.

actually, now that i check, it seems to have also repaired a previous issue with wonky output, so i'd better link this thread to my other post as well!

many thanks, xstaticxgpx!!!

FYI to anyone following this, here is the previous issue that lead to this for me:
http://bbs.archlinux.org/viewtopic.php?id=57005

Last edited by krupintupple (2008-10-23 23:16:26)

Offline

#8 2008-10-23 23:14:28

xstaticxgpx
Member
Registered: 2008-10-22
Posts: 48

Re: [SOLVED] new issues with beagle after update?

krupintupple wrote:

d'oh!

yeah, that might help...i think i neglected to do that, since half of the steps require root, and the rest don't. anyhow, things are on the up and up with my favorite indexer now.

actually, now that i check, it seems to have also repaired a previous issue with wonky output, so i'd better link this thread to my other post as well!

many thanks, xstaticxgpx!!!

No problem, glad you got it working big_smile

Offline

#9 2008-10-29 00:54:05

Lord Illidan
Member
From: Malta
Registered: 2007-10-25
Posts: 248

Re: [SOLVED] new issues with beagle after update?

I also had this issue thanks!

Offline

#10 2008-10-30 14:04:52

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [SOLVED] new issues with beagle after update?

You did post a bug report, right?


1000

Offline

#11 2008-12-04 05:54:52

krupintupple
Member
From: toronto
Registered: 2007-06-11
Posts: 29

Re: [SOLVED] new issues with beagle after update?

Better late than never, but no, I didn't post a bug report, because one's already been made on this particular bug. I'll link the report to it, so anyone else with this issue can follow my roadmap and figure out what's going on for themselves!

this is, give or take, the same problem and bug i had:

[url]http://bugs.archlinux.org/task/11853?string=beagle&project=1&type[0]=&sev[0]=&pri[0]=&due[0]=&reported[0]=&cat[0]=&status[0]=open&percent[0]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=[/url]

gah...was hoping that'd look neater...

Last edited by krupintupple (2008-12-04 05:55:17)

Offline

#12 2008-12-04 17:16:10

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [SOLVED] new issues with beagle after update?


1000

Offline

Board footer

Powered by FluxBB