Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: HOWTO: install a backported VIM 7.0 to Dapper

  1. #1
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

  2. #2
    Join Date
    Jul 2005
    Beans
    14

    Re: HOWTO: Backport VIM 7.0 from Edgy to Dapper

    I tried to follow the how-to but ran into a problem. When I tried the command
    Code:
    sudo apt-get source -b vim
    I got this error:
    Code:
    dpkg-checkbuilddeps: Unmet build dependencies: dpkg-dev (>= 1.13.19)
    This is true because I have version 1.13.11ubuntu6 in the repository. What can I do to fix the dependency problem?

  3. #3
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Backport VIM 7.0 from Edgy to Dapper

    Quote Originally Posted by ZonedOut View Post
    I tried to follow the how-to but ran into a problem. When I tried the command
    Code:
    sudo apt-get source -b vim
    I got this error:
    Code:
    dpkg-checkbuilddeps: Unmet build dependencies: dpkg-dev (>= 1.13.19)
    This is true because I have version 1.13.11ubuntu6 in the repository. What can I do to fix the dependency problem?
    Didn't you do "sudo apt-get build-dep vim" ?

  4. #4
    Join Date
    Jul 2005
    Beans
    14

    Re: HOWTO: Backport VIM 7.0 from Edgy to Dapper

    It appears there was an error there that I originally did not notice
    Code:
    zonedout@TheZone:~$ sudo apt-get build-dep vim
    Reading package lists... Done
    Building dependency tree... Done
    E: Build-Depends dependency for vim cannot be satisfied because no available versions of package dpkg-dev can satisfy version requirements

  5. #5
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Backport VIM 7.0 from Edgy to Dapper

    Quote Originally Posted by ZonedOut View Post
    It appears there was an error there that I originally did not notice
    Code:
    zonedout@TheZone:~$ sudo apt-get build-dep vim
    Reading package lists... Done
    Building dependency tree... Done
    E: Build-Depends dependency for vim cannot be satisfied because no available versions of package dpkg-dev can satisfy version requirements
    Can you post the content of your /etc/apt/sources.list ?

  6. #6
    Join Date
    Jul 2005
    Beans
    14

    Re: HOWTO: Backport VIM 7.0 from Edgy to Dapper

    Here it is:
    Code:
    deb-src http://us.archive.ubuntu.com/ubuntu/ edgy main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
    
    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://archive.ubuntu.com/ubuntu/ dapper universe main restricted multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe multiverse
    
    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
    
    deb http://security.ubuntu.com/ubuntu dapper-security main restricted
    deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
    deb http://security.ubuntu.com/ubuntu dapper-security universe
    deb-src http://security.ubuntu.com/ubuntu dapper-security universe

  7. #7
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Backport VIM 7.0 from Edgy to Dapper

    Quote Originally Posted by ZonedOut View Post
    Here it is:
    Code:
    deb-src http://us.archive.ubuntu.com/ubuntu/ edgy main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
    
    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://archive.ubuntu.com/ubuntu/ dapper universe main restricted multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe multiverse
    
    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
    
    deb http://security.ubuntu.com/ubuntu dapper-security main restricted
    deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
    deb http://security.ubuntu.com/ubuntu dapper-security universe
    deb-src http://security.ubuntu.com/ubuntu dapper-security universe
    Try adding:
    Code:
    deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe
    then:
    Code:
    sudo apt-get update
    and try again

  8. #8
    Join Date
    Jul 2005
    Beans
    14

    Re: HOWTO: Backport VIM 7.0 from Edgy to Dapper

    I tried adding those but it didn't change anything. I think I already had those repos with:
    Code:
    deb http://archive.ubuntu.com/ubuntu/ dapper universe main restricted multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe multiverse
    in the middle of the file.

  9. #9
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Backport VIM 7.0 from Edgy to Dapper

    Quote Originally Posted by ZonedOut View Post
    I tried adding those but it didn't change anything. I think I already had those repos with:
    Code:
    deb http://archive.ubuntu.com/ubuntu/ dapper universe main restricted multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe multiverse
    in the middle of the file.
    It's universe and not universe multiverse

  10. #10
    Join Date
    Jul 2005
    Beans
    14

    Re: HOWTO: Backport VIM 7.0 from Edgy to Dapper

    I looked on http://packages.ubuntu.com and it lists dpkg-dev (1.13.11ubuntu6) for dapper which is the current package that I have. This version is not high enough to satisfy the dependency dpkg-dev (>= 1.13.19). Are you saying that there's an update in the universe that I'm missing? And can you explain why adding the multiverse would make any difference? I thought having universe and multiverse just adds them both. Thanks for the help.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •