Your message dated Wed, 20 Sep 2006 17:13:00 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388488: vim-gnome: gvim complains on startup processing 
/usr/share/vim/vim70/menu.vim
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: vim-gnome
Subject: vim-gnome: gvim complains on startup
        processing /usr/share/vim/vim70/menu.vim.
        Package: vim-gnome
        Version: 1:7.0-094+1
        Severity: important
        
        *** Please type your report below this line ***
        When starting gvim (either from vim-gnome or from vim-gtk) I get
        this
        error:
        Error detected while processing /usr/share/vim/vim70/menu.vim:
        line  150:
        E121: Undefined variable: paste#paste_cmd
        E15: Invalid expression: 'vnoremenu <script>
        &Edit.&Paste<Tab>"+gP^I' .
        paste#paste_cmd['v']
        
        Gvim starts but theres no toolbar, only the menu bar. If I load
        a C/C++
        source file and try to syntax-highlight selecting 'automatic'
        from the
        'Syntax' menu, I get:
        Error detected while
        processing /usr/share/vim/vim70/syntax/syntax.vim:
        line   42:
        E216: No such group or event: filetypedetect BufRead
        
        
        This is a powerpc system, I also use a x86 one (same
        configuration) and
        I don't have these problems.
        
        -- System Information:
        Debian Release: testing/unstable
          APT prefers testing
          APT policy: (900, 'testing'), (300, 'unstable')
        Architecture: powerpc (ppc)
        Shell:  /bin/sh linked to /bin/bash
        Kernel: Linux 2.6.17.13-dirty
        Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
        (charmap=ISO-8859-15)
        
        Versions of packages vim-gnome depends on:
        ii  libart-2.0-2               2.3.17-1      Library of
        functions for 2D
        graphi
        ii  libatk1.0-0                1.12.2-1      The ATK
        accessibility
        toolkit
        ii  libbonobo2-0               2.14.0-1      Bonobo CORBA
        interfaces
        library
        ii  libbonoboui2-0             2.14.0-4      The Bonobo UI
        library
        ii  libc6                      2.3.6.ds1-4   GNU C Library:
        Shared
        libraries
        ii  libcairo2                  1.2.4-1       The Cairo 2D vector
        graphics libra
        ii  libfontconfig1             2.4.1-2       generic font
        configuration
        library
        ii  libgconf2-4                2.14.0-4      GNOME configuration
        database syste
        ii  libglib2.0-0               2.12.3-2      The GLib library of
        C
        routines
        ii  libgnome-keyring0          0.4.9-1       GNOME keyring
        services
        library
        ii  libgnome2-0                2.14.1-3      The GNOME 2 library
        -
        runtime file
        ii  libgnomecanvas2-0          2.14.0-2      A powerful
        object-oriented
        display
        ii  libgnomeui-0               2.14.1-2      The GNOME 2
        libraries (User
        Interf
        ii  libgnomevfs2-0             2.14.2-2+b1   GNOME virtual
        file-system
        (runtime
        ii  libgpmg1                   1.19.6-22     General Purpose
        Mouse -
        shared lib
        ii  libgtk2.0-0                2.8.20-1      The GTK+ graphical
        user
        interface
        ii  libice6                    1:1.0.1-2     X11 Inter-Client
        Exchange
        library
        ii  libncurses5                5.5-3         Shared libraries
        for
        terminal hand
        ii  liborbit2                  1:2.14.0-2    libraries for
        ORBit2 - a
        CORBA ORB
        ii  libpango1.0-0              1.12.4-1      Layout and
        rendering of
        internatio
        ii  libpopt0                   1.10-3        lib for parsing
        cmdline
        parameters
        ii  libsm6                     1:1.0.1-2     X11 Session
        Management
        library
        ii  libx11-6                   2:1.0.0-9     X11 client-side
        library
        ii  libxcursor1                1.1.7-4       X cursor management
        library
        ii  libxext6                   1:1.0.1-2     X11 miscellaneous
        extension
        librar
        ii  libxfixes3                 1:4.0.1-4     X11 miscellaneous
        'fixes'
        extensio
        ii  libxi6                     1:1.0.1-3     X11 Input extension
        library
        ii  libxinerama1               1:1.0.1-4.1   X11 Xinerama
        extension
        library
        ii  libxml2                    2.6.26.dfsg-3 GNOME XML library
        ii  libxrandr2                 2:1.1.0.2-4   X11 RandR extension
        library
        ii  libxrender1                1:0.9.1-3     X Rendering
        Extension
        client libra
        ii  libxt6                     1:1.0.2-2     X11 toolkit
        intrinsics
        library
        ii  vim-common                 1:7.0-094+1   Vi IMproved -
        Common files
        ii  vim-gui-common             1:7.0-094+1   Vi IMproved -
        Common GUI
        files
        ii  vim-runtime                1:7.0-094+1   Vi IMproved -
        Runtime files
        
        vim-gnome recommends no packages.
        
        -- no debconf information
        



--- End Message ---
--- Begin Message ---
On Wed, Sep 20, 2006 at 10:49:21PM +0200, Antonio-M. Corbi Bellot wrote:
> El mié, 20-09-2006 a las 14:50 -0400, James Vega escribió:
> > This sounds like a problem with upgrading the system-wide {g,}vimrc
> > files.  Most likely, when prompted on how to handle the new versions of
> > these files you told dpkg to keep your current version.  You can either
> > purge and reinstall vim-common & vim-gui-common or manually handle
> > updating your /etc/vim/{g,}vimrc files.  If you go for the latter, there
> > should be a vimrc.dpkg-dist or vimrc.dpkg-new file that is what would
> > have been installed.  You can compare and merge any changes you had in
> > your vimrc.
> > 
> > James
> 
> Hi James:
> 
> That was it, I had lying around and old /etc/vim/vimrc.

Glad to hear that fixed.  I'll close the bug now.

-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to