View Single Post
  #7   (View Single Post)  
Old 7th March 2013
DaBSD DaBSD is offline
Shell Scout
 
Join Date: Jan 2013
Location: Russia/Iceland
Posts: 102
Default

So what did you find out, Velikij?

I've encountered a similar problem. I'm using NetBSD 6.0.1 GENERIC i386. Yesterday I installed Emacs, first as a binary package via pkgin. But whenever I run it, there came segmentation fault. I deleted Emacs and decided to compile it via pkgsrc. This time it was interrupted by the disagreement between 2 versions of the same dependency:

Quote:
===> Install binary package of glib2-2.34.3
pkg_add: A different version of glib2-2.34.3 is already installed: glib2-2.32.4nb1
pkg_add: 1 package addition failed
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/glib2
*** Error code 1
I looked into the possibility of deinstalling glib2, but there's 75 other packages bound with it, incl. Gnome I'm being on, so this is obviously not an option.

What can be done here, is there any option to add to pkgsrc in order to make it overwrite older versions of files?
Reply With Quote