Re: problems with 'nautilus2' port

2002-10-18 Thread Nick Jennings
On Thu, Oct 17, 2002 at 03:37:50PM -0700, Nick Jennings wrote:
 On Thu, Oct 17, 2002 at 05:03:12PM -0400, Joe Marcus Clarke wrote:
  On Thu, 2002-10-17 at 17:05, Nick Jennings wrote:
   
I had GNOME installed, and just recently upgraded to GNOME 2.0 (after
cvsuping to the latest ports tree). Nautilus2 built fine, but when I
try to run it, I get the following error:
   
   nkj@grenzik: ~$ nautilus 
   /usr/libexec/ld-elf.so.1: Shared object libgailutil.so.13 not found
 [...] 
When I use the binary package (pkg_add -r nautilus2) I get the same
error. 
 [...]
I upgraded from GNOME 1.x and am not sure if that has anything to do with
it. I did try to get rid of what GNOME 1.x stuff I could identify, (and
which did not have listed dependencies), so I'm not sure if that did it.
   
Also, I've tried removing nautilus2 and re-building, but I get the same
behavior. 
  
  libgailutil is installed as part of x11-toolkits/gail.  It's imported
  into nautilus2 via the eel2 port.  Do this:
  
  portupgrade -fr gail
  
  You should be set after that.
 
  Thanks for the tip. I did so, and it finished successfully  
[...]
  However I am still getting the same error  when running nautilus.
 
  Also (since I just discovered the portupgrade package) have just realized
  that my pkgdb is a bit off. Running pkgdb -F comes up with quite a few
  bad references. I am still a bit fuzzy on what *exactly* I should answer
  yes or no to when doing this, so I'm kinda blindly fumbling my way through
  it. Then I suppose I will try your suggested command again.

 Just to follow up on this thread. I resolved the problem by completing
 a 'pkgdb -F' updating any obvious matches, and the ones which did not
 matched I skipped, then cast their newer counterpart (usually gnome2
 stuff like, gdm/gdm2 bugbuddy/bugbuddy2) then re-ran and linked until
 'pkgdb -F' ran clean.

 Then I did another 'portupgrade -fr gail' and nautilus2 works like a
 charm :)

 Thanks for all the help.

--
 Nick Jennings
 [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



problems with 'nautilus2' port

2002-10-17 Thread Nick Jennings
Hi All,

 I had GNOME installed, and just recently upgraded to GNOME 2.0 (after
 cvsuping to the latest ports tree). Nautilus2 built fine, but when I
 try to run it, I get the following error:

nkj@grenzik: ~$ nautilus 
/usr/libexec/ld-elf.so.1: Shared object libgailutil.so.13 not found
nkj@grenzik: ~$


 When I use the binary package (pkg_add -r nautilus2) I get the same
 error. Here is what nautilus stuff is instelled:

nkj@grenzik: ~$ pkg_info | grep nautilus 
nautilus-gtkhtml-0.3.2_1 A simple NautilusView component for displaying html files i
nautilus2-1.1.16GNOME file manager and graphical shell developed by Eazel
nkj@grenzik: ~$

 
 I upgraded from GNOME 1.x and am not sure if that has anything to do with
 it. I did try to get rid of what GNOME 1.x stuff I could identify, (and
 which did not have listed dependencies), so I'm not sure if that did it.

 Also, I've tried removing nautilus2 and re-building, but I get the same
 behavior. 

 Any Ideas?

-- 
 Nick Jennings
 [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: problems with 'nautilus2' port

2002-10-17 Thread Nick Jennings
On Thu, Oct 17, 2002 at 05:03:12PM -0400, Joe Marcus Clarke wrote:
 On Thu, 2002-10-17 at 17:05, Nick Jennings wrote:
  
   I had GNOME installed, and just recently upgraded to GNOME 2.0 (after
   cvsuping to the latest ports tree). Nautilus2 built fine, but when I
   try to run it, I get the following error:
  
  nkj@grenzik: ~$ nautilus 
  /usr/libexec/ld-elf.so.1: Shared object libgailutil.so.13 not found
[...] 
   When I use the binary package (pkg_add -r nautilus2) I get the same
   error. 
[...]
   I upgraded from GNOME 1.x and am not sure if that has anything to do with
   it. I did try to get rid of what GNOME 1.x stuff I could identify, (and
   which did not have listed dependencies), so I'm not sure if that did it.
  
   Also, I've tried removing nautilus2 and re-building, but I get the same
   behavior. 
 
 libgailutil is installed as part of x11-toolkits/gail.  It's imported
 into nautilus2 via the eel2 port.  Do this:
 
 portupgrade -fr gail
 
 You should be set after that.

 Thanks for the tip. I did so, and it finished successfully  (It rebuilt quite 
 a few packages, including gnome2). However I am still getting the same error 
 when running nautilus.

 Also (since I just discovered the portupgrade package) have just realized
 that my pkgdb is a bit off. Running pkgdb -F comes up with quite a few
 bad references. I am still a bit fuzzy on what *exactly* I should answer
 yes or no to when doing this, so I'm kinda blindly fumbling my way through
 it. Then I suppose I will try your suggested command again.

 I read the manpage on portupgrade, as well as pkgdb, which didn't really
 explain in detail what it was doing when asking the questions. Is there
 any other documentation on this type of stuff?

 I'm pretty sure I broke some things when I upgraded to GNOME 2.0 (I did
 it just by going into /usr/ports/x11/gnome2/ and running 'make install'
 while the GNOME 1.x was installed, and then, afterwards, removing what
 GNOME 1.x stuff I could. Is that the proper way to upgrade?).

 Right now I am seeing lots of little gnome icons (like the ones in the
 Action menu) missing (replaces with a big red X). That tells me something
 is not right :)

 Thanks in advance for any further assistance.

--
 Nick Jennings
 [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: problems with 'nautilus2' port

2002-10-17 Thread Joe Marcus Clarke
On Thu, 2002-10-17 at 18:37, Nick Jennings wrote:
  Also (since I just discovered the portupgrade package) have just realized
  that my pkgdb is a bit off. Running pkgdb -F comes up with quite a few
  bad references. I am still a bit fuzzy on what *exactly* I should answer
  yes or no to when doing this, so I'm kinda blindly fumbling my way through
  it. Then I suppose I will try your suggested command again.
 

Do this:

find /usr/X11R6/lib -name *.so | xargs ldd  /tmp/x.out
find /usr/local/lib -name *.so | xargs ldd  /tmp/local.out

Send me both files.  Thanks.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc



signature.asc
Description: This is a digitally signed message part