http://bugzilla.opensuse.org/show_bug.cgi?id=987515 http://bugzilla.opensuse.org/show_bug.cgi?id=987515#c3 --- Comment #3 from kolA flash <kolAflash@kolAhilft.de> --- Not a 100% sure. But to me it looks like the switch "--with-x=no" is relatively harmless. It only enables the non-gui version of vim to interact with the X-Server. But it doesn't provides gvim. I was able to build with the "--with-x=no" option without any additional dependencies (compared to the original package) on a system without X. And I changed none of the "BuildRequires" lines in the spec file and the package builds fine on OBS. vim-7.4.tar.bz2/src/Makefile says this about the "--without-x" option (seems to be an alias for "--with-x=no"). #- Uncomment the line "CONF_OPT_X = --without-x" if you have X11 but # want to disable using X11 libraries. This speeds up starting Vim, # but the window title will not be set and the X11 selection can not # be used. "window title" and "X11 selection" sound like useful features. I even use those trough ssh when working on remote servers (only requires the -X command-line parameter when running ssh). # GUI - For creating Vim with GUI (gvim) (B) # Uncomment this line when you don't want to get the GUI version, although you # have GTK, Motif and/or Athena. Also use --without-x if you don't want X11 # at all. #CONF_OPT_GUI = --disable-gui Which explains the difference between "--disable-gui" and "--without-x". I'm also asking me, why this wasn't a problem in openSUSE 13.2? Because in 13.2 the normal "vim" package had that X-clipboard function. On the other hand until openSUSE 12.3 there where two different packages "vim" and "vim-enhanced". And only "vim-enhanced" provided the X-clipboard function. Maybe that's the better way to go!? https://build.opensuse.org/package/show/openSUSE:12.3/vim https://build.opensuse.org/package/view_file/openSUSE:12.3/vim/vim.spec -- You are receiving this mail because: You are on the CC list for the bug.