pkgsrc meets pkg ng
play

pkgsrc meets pkg-ng Generating pkg-ng packages from pkgsrc - PowerPoint PPT Presentation

pkgsrc meets pkg-ng Generating pkg-ng packages from pkgsrc pkgsrcCon Berlin, July 4 th 2015 Pierre Pronchery <khorben@defora.org> Why pkg-ng Why not? Binary packages first-class citizens No more options for packages


  1. pkgsrc meets pkg-ng Generating pkg-ng packages from pkgsrc pkgsrcCon Berlin, July 4 th 2015 Pierre Pronchery <khorben@defora.org>

  2. Why pkg-ng ● Why not? ● Binary packages first-class citizens – No more options for packages ● Triggers ● Transactions (SQLite)

  3. pkgformat framework ● Everything goes to mk/pkgformat/pkgng/ ● Just copied everything to start from ● Changes in: – mk/pkgformat/pkgformat-vars.mk – mk/pkgformat/metadata.mk – mk/pkgformat/package.mk

  4. pkgformat/pkgformat-vars.mk ● PKG_CMD?= ${PKG_TOOLS_BIN}/bin/pkg ● PKG_CREATE_CMD?= ${PKG_CMD} create – Amounts to s/pkg_/pkg / in a way

  5. pkgformat/metadata.mk ● Uses a single metadata file for package creation, +MANIFEST + ${RUN} { \ + ${ECHO} "name: ${PKGNAME:C/-.*//}"; \ + ${ECHO} "version: ${PKGVERSION}"; \ + ${ECHO} "origin: ${CATEGORIES}/${PKGNAME:C/-.*//}"; \ + ${ECHO} "comment: ${COMMENT}"; \ + ${ECHO} "arch: ${LOWER_ARCH}"; \ + ${ECHO} "www: ${HOMEPAGE}"; \ + ${ECHO} "maintainer: ${MAINTAINER}"; \ + ${ECHO} "prefix: ${PREFIX}"; \ + } > ${.TARGET}

  6. pkgformat/package.mk ● Handle more compression formats (LZMA...)

  7. Issues ● pkgsrc relies on pkg_install in a lot more places – Comparing versions – Dependency tracking… ● pkg-ng still fails creating a package: pkg: Warning: Major OS version upgrade detected. Running "pkg-static install -f pkg" recommended pkg: Cannot open "/var/run/ld-elf.so.hints": No such file or directory *** Error code 1

  8. References ● In pkgsrc: wip/pkg15 and then pkgtools/pkg ● On http://git.edgebsd.org/ repository edgebsd- pkgsrc.git branch khorben/pkgng

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend