Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 649
    • Issues 649
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 206
    • Merge Requests 206
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #100

Closed
Open
Opened Jul 29, 2009 by algitbot@rootOwner

vim package doesn't install ncurses dependency

Had to manually install the ncurses package when install vim. See below.

root@b1:~/aports/main# apk add vim
Installing ncurses-terminfo (5.7-r0)
Installing vim (7.2.234-r0)
OK: 29 packages, 191 dirs, 5767 files
root@b1:~/aports/main# vim
vim: can’t load library ‘libncurses.so.5’
root@b1:~/aports/main# apk add ncurses
Installing ncurses (5.7-r0)
OK: 30 packages, 192 dirs, 5794 files
root@b1:~/aports/main# vim
root@b1:~/aports/main#

Should be latest builds of the packages
/etc/apk/repositories:
http://dl-4.alpinelinux.org/alpine/v1.9/packages/main
http://dl-4.alpinelinux.org/alpine/v1.9/packages/testing

It might be as simple as adding ncurses to vim APKBUILD. I could do it, but wanted to infom the maintainer :)

(from redmine: issue id 100, created on 2009-07-29, closed on 2009-07-30)

  • Relations:
    • relates #104 (closed)
  • Changesets:
    • Revision f841ddd0 on 2009-07-29T20:18:20Z:
main/abuild: fix for dynamic deps

fixes #100
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Alpine 1.9 beta
Milestone
Alpine 1.9 beta (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#100