Giter Club home page Giter Club logo

Comments (4)

bsiegert avatar bsiegert commented on August 15, 2024

This sounds like you are using the wrong make. Make sure you are really using the bmake installed by pkgsrc, not some tool named bmake from your Linux distribution.

The fact that it refers to /usr/share/mk is highly suspicious.

Try an explicit /usr/pkg/bin/bmake package-install.

from pkgsrc.

VehementHam avatar VehementHam commented on August 15, 2024
apk info bmake
doas (vehementham@localhost) password: 
bmake-20240314-r0 description:
Portable version of the NetBSD make build tool

bmake-20240314-r0 webpage:
https://www.crufty.net/help/sjg/bmake.html

bmake-20240314-r0 installed size:
696 KiB

from pkgsrc.

bsiegert avatar bsiegert commented on August 15, 2024

Exactly. This won't work.

  1. Uninstall the bmake package from Alpine Linux.
  2. cd pkgsrc/bootstrap; ./bootstrap --prefix /usr/pkg (or whatever directory you would like).
  3. export PATH=/usr/pkg/bin:/usr/pkg/sbin:$PATH
  4. Use bmake package-install to install your packages.

The crucial thing is that pkgsrc only works with the bmake it has built during the bootstrap process.

from pkgsrc.

VehementHam avatar VehementHam commented on August 15, 2024

Alright thanks

from pkgsrc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.