Skip to content

GitLab

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

Closed
Open
Opened Apr 05, 2020 by Timothy Legge@timleggeContributor
  • Report abuse
  • New issue
Report abuse New issue

apkbuild-cpan.in: issue with recreate option on perl-class-dbi

It appears that Class::DBI uses a v in its file name prior to the version that causes apkbuild-cpan.in issues when extracting the tar file as it is expecting a directory name in the format $_pkgreal-$pkgver

This can be resolved by removing the regex at: https://gitlab.alpinelinux.org/alpine/abuild/-/blob/master/apkbuild-cpan.in#L133 and accepting the version that the module data provides but that starts with a "v".

Logging here to track to see if there is a way to deal with it in the code without allowing a version number to start with a letter

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: alpine/abuild#9994