[Touch-packages] [Bug 1215287] Re: [wrap-and-sort] Drops commented lines inappropriately.

2015-05-08 Thread James McCoy
devscripts uses python-debian to parse the control file and that is what
is dropping the comments.

** Package changed: devscripts (Ubuntu) = python-debian (Ubuntu)

** Bug watch added: Debian Bug tracker #694142
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694142

** Also affects: python-debian (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694142
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python-debian in Ubuntu.
https://bugs.launchpad.net/bugs/1215287

Title:
  [wrap-and-sort] Drops commented lines inappropriately.

Status in python-debian package in Ubuntu:
  New
Status in python-debian package in Debian:
  Unknown

Bug description:
  So debian/control supports # comments, much like bash or python does,
  and comments are good! They help explain things to other maintainers.
  But wrap-and-sort just discards them like so much garbage. It should
  probably be fixed to preserve commented lines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-debian/+bug/1215287/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1374898] Re: Vim has 32-bitlimits; annoying on really large files and 64-bit machine

2015-05-06 Thread James McCoy
Just to test this out, I created a 4.7G file of just '\n' and I see
exactly the behavior described.  I then tried a simple change (attached,
based on 7.4.728) to have Vim use LONG_MAX for MAXLNUM rather than the
hard-coded value.  Now Vim didn't stop loading the file partway through,
but it did get killed by the OOM killer after taking up 14G of RAM.

** Patch added: lnum-long.diff
   
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1374898/+attachment/4392692/+files/lnum-long.diff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/1374898

Title:
  Vim has 32-bitlimits; annoying on really large files and 64-bit
  machine

Status in vim package in Ubuntu:
  Confirmed

Bug description:
  I have a program that I'm debugging.  It generates enormous log files
  which I need to peruse.  I use vim as the tool of choice ordinarily,
  but vim stops loading the text when it reaches line 2147483647.  That
  sounds familiar.

  It gives no hint of what's wrong, so I tried several times.  Then I
  noticed the line number of the last line it would show.

  This makes vim useless for the purpose.
  I regard the limit as an implementation limit which I hope you will extend.  
I regard the failure to report as a bug which ought to be fixed.  I hope you 
agree.

  Requests:
   - On a 64-bit machine it would be nice if that were a 64-bit long long.
   - On any machine it would be nice if vim noticed it had failed and reported 
that fact.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: vim-gtk 2:7.4.052-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Sep 27 19:56:34 2014
  InstallationDate: Installed on 2014-08-11 (47 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  SourcePackage: vim
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1374898/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1374898] Re: Vim has 32-bitlimits; annoying on really large files and 64-bit machine

2015-05-05 Thread James McCoy
** Changed in: vim (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/1374898

Title:
  Vim has 32-bitlimits; annoying on really large files and 64-bit
  machine

Status in vim package in Ubuntu:
  Confirmed

Bug description:
  I have a program that I'm debugging.  It generates enormous log files
  which I need to peruse.  I use vim as the tool of choice ordinarily,
  but vim stops loading the text when it reaches line 2147483647.  That
  sounds familiar.

  It gives no hint of what's wrong, so I tried several times.  Then I
  noticed the line number of the last line it would show.

  This makes vim useless for the purpose.
  I regard the limit as an implementation limit which I hope you will extend.  
I regard the failure to report as a bug which ought to be fixed.  I hope you 
agree.

  Requests:
   - On a 64-bit machine it would be nice if that were a 64-bit long long.
   - On any machine it would be nice if vim noticed it had failed and reported 
that fact.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: vim-gtk 2:7.4.052-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Sep 27 19:56:34 2014
  InstallationDate: Installed on 2014-08-11 (47 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  SourcePackage: vim
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1374898/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1066549] Re: package vim advertised to supply gvim but does not.

2015-05-04 Thread James McCoy
command-not-found is what provides this package suggestion
functionality.  It performs fuzzy matching on the filename to try and
detect typos, which appears to be what's causing these bad suggestions.

I can't reproduce the exact problem you originally described, so this
may have already been fixed in a newer version of command-not-found (be
sure to run sudo update-command-not-found first).

** Package changed: vim (Ubuntu) = command-not-found (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/1066549

Title:
  package vim advertised to supply gvim but does not.

Status in command-not-found package in Ubuntu:
  Confirmed

Bug description:
  This is a kind of documentation bug relating to an automated feature
  (possibly of alternatives)

  I am running Xubuntu 12.04.1, and have added package vim manually.

  When I enter the command gvim, I get the message
  The program 'gvim' can be found in the following packages:
   * vim
   * vim-gnome
   * vim-tiny
   * vim-athena
   * vim-gtk
   * vim-nox
  Try: sudo apt-get install selected package

  Note that vim appears in the list.  It did not provide gvim, and is
  not compiled to do so (vim -g reports E25: GUI cannot be used: Not
  enabled at compile time.)

  It appears what I got is more like vim-nox.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: vim 2:7.3.429-2ubuntu2.1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic-pae 3.2.28
  Uname: Linux 3.2.0-31-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  Date: Sun Oct 14 10:20:11 2012
  InstallationMedia: Xubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: vim
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1066549/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 869069] Re: Vim $EDITOR alternative priority too high

2015-05-04 Thread James McCoy
Of the Vim packages, only vim-tiny is installed by default and it has a
lower priority than nano.  Choosing to install other editor packages
implies that you know how to use them and won't be bothered by them now
being the provider for editor.

If that's not true, then you can manually change the editor alternative
to nano or set $EDITOR to sensible-editor (from the sensible-utils
package) which will ask (and remember) what editor to use.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/869069

Title:
  Vim $EDITOR alternative priority too high

Status in vim package in Ubuntu:
  Confirmed

Bug description:
  Recently (In less than 2 weeks) vim has replaced Nano as the default
  $EDITOR in Ubuntu.

  I don't want to start an editor war, but vim is not a suitable editor for
  beginners. Nano is much better alternative as it is very simple and displays
  key shortcuts always on screen. Those who really want to use vim can change 
the default
  themselves easily.

  $ sudo update-alternatives --config editor
  There are 6 choices for the alternative editor (providing /usr/bin/editor).

SelectionPathPriority   Status
  
  * 0/usr/bin/vim.gtk 50auto mode
1/bin/ed -100   manual mode
2/bin/nano40manual mode
3/usr/bin/emacs23 0 manual mode
4/usr/bin/vim.basic   30manual mode
5/usr/bin/vim.gtk 50manual mode
6/usr/bin/vim.tiny10manual mode

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: vim 2:7.3.035+hg~8fdc1210-1ubuntu7
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-11-generic-pae i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Thu Oct  6 14:00:36 2011
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: vim
  UpgradeStatus: Upgraded to natty on 2011-05-19 (139 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/869069/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1069413] Re: Remove vim-tiny from install media

2015-05-04 Thread James McCoy
There's no reason the vim-tiny alternatives should mask any of the
alternatives from the more featureful vim packages.  The vim-tiny
package doesn't even provide an alternative for /usr/bin/vim and all of
the alternatives it does provide are ranked at a lower priority than
every other vim package.  If vim-tiny is masking anything, then there's
an alternative in manual rather than automatic mode somewhere.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/1069413

Title:
  Remove vim-tiny from install media

Status in vim package in Ubuntu:
  New

Bug description:
  Finally with Ubuntu 12.10 the full VIM is installed by default.
  However, the package vim-tiny is _also_ installed, and frustratingly
  it is the vim-tiny binary that is used when typing 'vim' on the CLI.
  Please remove the vim-tiny package from the default install as it is
  1) redundant now that full VIM is installed by default, and 2) harmful
  in the fact that it masks the VIM binary.

  Note that there was a request to remove vim-tiny back in 2007, but it was 
(rightfully) rejected at the time due to space considerations in the install 
media. Now, removing vim-tiny will actually save space due to full VIM being 
installed by default anyway:
  https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/100029

  Thanks.:wq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1069413/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1309804] Re: When gvim window is moved: (gvim:9767): GLib-CRITICAL **: Source ID 51 was not found when attempting to remove it

2015-05-04 Thread James McCoy
** Bug watch added: Debian Bug tracker #743668
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743668

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743668
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/1309804

Title:
  When gvim window is moved: (gvim:9767): GLib-CRITICAL **: Source ID 51
  was not found when attempting to remove it

Status in vim package in Ubuntu:
  Confirmed
Status in vim package in Debian:
  Unknown

Bug description:
  As soon as gvim (/usr/bin/vim.gtk from package vim-gtk) window gets
  focus the following message is printed in the window where I started
  gvim from:

  (gvim:9767): GLib-CRITICAL **: Source ID 51 was not found when
  attempting to remove it

  It does not seem to have any other effects, it's just disruptive
  message. It only appears once right after mouse pointer first hovers
  over the window (I have focus follows mouse).

  This was not happening before upgrading to Ubuntu 14.04

  Ubuntu release: Ubuntu 14.04 LTS

  Package:

  $ apt-cache policy vim-gtk
  vim-gtk:
    Installed: 2:7.4.052-1ubuntu3
    Candidate: 2:7.4.052-1ubuntu3
    Version table:
   *** 2:7.4.052-1ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1309804/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1441240] Re: vim locks up when freeing lots of objects

2015-05-04 Thread James McCoy
** Bug watch added: Debian Bug tracker #778821
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778821

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778821
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/1441240

Title:
  vim locks up when freeing lots of objects

Status in vim package in Ubuntu:
  New
Status in vim package in Debian:
  Unknown

Bug description:
  When using a heavy plugin (e.g. unite, ctrlP, many others), vim's GC
  is stressed. vim's GC has a performance bug which causes it to be
  O(n^2), which results in vim freezing up when it runs. This is fixed
  in a newer version of vim. This patch should be considered for
  backporting.

  The patch is here:
  https://groups.google.com/forum/#!topic/vim_dev/pXjj7rww5RY

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: vim-gtk 2:7.4.273-2ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  Date: Tue Apr  7 12:00:38 2015
  InstallationDate: Installed on 2014-03-12 (390 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
  SourcePackage: vim
  UpgradeStatus: Upgraded to utopic on 2015-01-09 (87 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1441240/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp