10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] OpenBSD installat...
FromSent OnAttachments
Ben BullockJun 12, 2000 1:30 pm 
Ben BullockJun 29, 2000 5:27 am 
Sam VarshavchikJun 29, 2000 5:36 am 
HIROSHI OOTAJun 29, 2000 8:18 am 
Ben BullockJun 29, 2000 10:59 am 
Sam VarshavchikJun 29, 2000 2:40 pm 
Ben BullockJun 30, 2000 6:45 pm.txt
HIROSHI OOTAJun 30, 2000 9:48 pm 
Ben BullockJul 1, 2000 9:23 am.txt
Ben BullockJul 1, 2000 12:23 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] OpenBSD installation problemActions...
From:Ben Bullock (bull@toolcity.net)
Date:Jun 29, 2000 10:59:15 am
List:net.sourceforge.lists.courier-users

Sam Varshavchik wrote:

Ben Bullock writes:

Sam Varshavchik wrote:

On Mon, 12 Jun 2000, Ben Bullock wrote:

I just successfully configured ('./configure --enable-mimetypes=/var/www/conf/mime.types --without-ipv6') and compiled courier-0.22 on an OpenBSD 2.6 system, but ran into a problem during the installation. I tried to install with this command:

'gmake install DESTDIR=/var/tmp/courier-inst'

The install stopped with this output:

cd courier && gmake -w -- DESTDIR=/var/tmp/courier-inst DESTDIR=/var/tmp/courier-inst install-permissions gmake[3]: Entering directory '/home/bullock/download/courier-0.22/courier' make: don't know how to make w. Stop

Something's wrong with gmake. If you have an old gmake, see if you can install a more recent version.

I just installed OpenBSD-2.7 with gmake-3.78.1, the latest version available in the ports collection, and get the same error (courier-0.23a this time around). Are there any other possible reasons why "gmake install" is failing?

Just for the hell of it, go into the courier subdirectory, and run 'gmake -w'

I did this: 'gmake clean' cd courier 'gmake -w'

This cruised along for awhile but eventually died with this error: gmake[2]: *** No rule to make target '../../md5/libmd5.a', needed by 'dupfilter'. Stop.

Does this shed any light on what's happening?