17 messages in net.sourceforge.lists.courier-usersRE: [courier-users] make install-conf...
FromSent OnAttachments
Bill MichellFeb 26, 2001 1:23 pm 
Bill MichellMar 4, 2001 9:10 am 
Bruce A. Burdick, Jr.Mar 4, 2001 9:33 am 
SFMar 4, 2001 11:37 am 
Sam VarshavchikMar 4, 2001 12:30 pm 
Sam VarshavchikMar 4, 2001 12:30 pm 
Yuan P LiMar 4, 2001 1:11 pm 
Sam VarshavchikMar 4, 2001 1:52 pm 
Bill MichellMar 4, 2001 5:38 pm 
Sam VarshavchikMar 4, 2001 8:07 pm 
Bill MichellMar 5, 2001 2:20 am 
Sam VarshavchikMar 5, 2001 4:40 am 
Bill MichellMar 5, 2001 5:29 am 
Sam VarshavchikMar 5, 2001 12:26 pm 
Bill MichellMar 6, 2001 5:55 am 
Sam VarshavchikMar 6, 2001 2:33 pm 
by...@wotevah.infostreet.comMar 6, 2001 3:40 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] make install-configure fails on OpenBSDActions...
From:SF (lis@stevenfettig.com)
Date:Mar 4, 2001 11:37:03 am
List:net.sourceforge.lists.courier-users

If installation instructions are similar for all *BSD platforms, you need to install gmake and substitute gmake for all make instances. I use FreeBSD and also couldn't get it to work no matter what I did. I installed gmake (Gnu make) - which was available for me in the BSD ports collection - and had no problems after that. For example, "make" and "make install" worked fine. When I ran "make install-configure", it bombed with "Error Code 2" -- after installing gmake and substituting "gmake" for "make" in all the instances where "make" is used, no more problems occurred...

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of Bruce A. Burdick, Jr. Sent: Sunday, March 04, 2001 11:34 AM To: cour@lists.sourceforge.net Subject: [courier-users] make install-configure fails on OpenBSD

Here's a transcript of my shell session:

smtp# make install-configure *** Error code 2

Stop in /home/bruceb/courier-imap-1.3.5 (line 961 of Makefile).

Here's the code snippet from the Makefile:

956 install-configure: 957 @list='$(SUBDIRS)'; for subdir in $$list; do \ 958 ( case "$$subdir" in .) continue;; \ 959 *) target=install-configure;; esac ; \ 960 cd $$subdir ; $(MAKE) install-configure DESTDIR=$(DESTDIR) 2>/dev/null) \ 961 ; done ; exit 0 962 $(MAKE) install-configure-local DESTDIR=$(DESTDIR)

Any idea of what's going on? Any leads on where I can look next?

-B... OpenBSD 2.7 on Mac68k