Re: No package installation method works

2010-10-22 Thread Chris Turner
Torbjorn Granlund wrote: It would be neater to have /usr/Makefile identify make and write a message: .INIT: @if [ `basename $(MAKE)` != bmake ]; then echo "Use bmake stupid"; exit 1;fi problem with this is that we *use* make.. for the system build. although - maybe it does make

Re: No package installation method works

2010-10-21 Thread Torbjorn Granlund
Dylan Reinhold writes: On 10/20/2010 11:30 PM, Torbjorn Granlund wrote: > Someone replied privately: > >The problem here is that you are using make instead of bmake (which >needs to be used for pkgsrc things). > > Ah, this indeed work. I'll try to remember this when I, in s

Re: No package installation method works

2010-10-21 Thread Matthias Schmidt
Hi, * Dylan Reinhold wrote: > > What if make gave a 'hint' when run in /usr/pkgsrc. > > Something like > # make > make called in /usr/pkgsrc/www/zope, did you mean bmake? > make: no target to make. While I like the idea of your patch, it will not work if someone uses another location to store t

Re: No package installation method works

2010-10-21 Thread Dylan Reinhold
On 10/20/2010 11:30 PM, Torbjorn Granlund wrote: Someone replied privately: The problem here is that you are using make instead of bmake (which needs to be used for pkgsrc things). Ah, this indeed work. I'll try to remember this when I, in some months, need to install some additional pac

Re: No package installation method works

2010-10-20 Thread Torbjorn Granlund
Someone replied privately: The problem here is that you are using make instead of bmake (which needs to be used for pkgsrc things). Ah, this indeed work. I'll try to remember this when I, in some months, need to install some additional pacage. Thanks to all who replied! -- Torbjörn

Re: No package installation method works

2010-10-20 Thread Justin C. Sherrill
On Wed, October 20, 2010 3:54 pm, Torbjorn Granlund wrote: > A long term *BSD user, I decided to extend our GNU package nightly test > system setup with Dragonfly BSD. This is an install under > virtualisation (qemu or Xen). > > The actual install went smoothly, but the package install have failed

Re: No package installation method works

2010-10-20 Thread Daniel Horecki
Je Wed, 20 Oct 2010 22:13:01 +0200 Sascha Wildner scribis: > On 10/20/2010 21:54, Torbjorn Granlund wrote: > > A long term *BSD user, I decided to extend our GNU package nightly > > test system setup with Dragonfly BSD. This is an install under > > virtualisation (qemu or Xen). > > > > The actua

Re: No package installation method works

2010-10-20 Thread Sascha Wildner
On 10/20/2010 21:54, Torbjorn Granlund wrote: A long term *BSD user, I decided to extend our GNU package nightly test system setup with Dragonfly BSD. This is an install under virtualisation (qemu or Xen). The actual install went smoothly, but the package install have failed utterly. I found h

Re: No package installation method works

2010-10-20 Thread Alex Hornung
On 20/10/10 20:54, Torbjorn Granlund wrote: > Method 3 (from docs/handbook/handbook-pkgsrc-sourcetree-using/): > > # cd /usr > # cvs -d anon...@anoncvs.us.netbsd.org:/cvsroot co pkgsrc > # cd shells/bash > # make Use bmake for this as outlined in http://www.dragonflybsd.org/docs/h

Re: No package installation method works

2010-10-20 Thread Matthew Dillon
Our pkgsrc mirror has gone through a ton of changes in the last month or so. The git repo is now called pkgsrcv2.git, and the original pkgsrc.git has been removed. It had to be renamed because the new repo uses a different mirroring mechanic and so is not compatible with the o

No package installation method works

2010-10-20 Thread Torbjorn Granlund
A long term *BSD user, I decided to extend our GNU package nightly test system setup with Dragonfly BSD. This is an install under virtualisation (qemu or Xen). The actual install went smoothly, but the package install have failed utterly. I found http://www.dragonflybsd.org/docs/howtos/HowToPkgs