From owner-freebsd-ports Thu Oct 24 20:58:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA18043 for ports-outgoing; Thu, 24 Oct 1996 20:58:47 -0700 (PDT) Received: from relay1.shore.net (root@relay1.shore.net [192.233.85.129]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA18038 for ; Thu, 24 Oct 1996 20:58:41 -0700 (PDT) Received: from slip-9-4.slip.shore.net (slip-9-4.slip.shore.net [204.167.102.204]) by relay1.shore.net (8.7.5/8.7.3) with SMTP id XAA05842 for ; Thu, 24 Oct 1996 23:58:20 -0400 (EDT) Date: 25 Oct 96 00:05:48 -0500 Subject: port make fails: Imake.tmpl: No such file or dir From: "Greg Arsenault" To: freebsd-ports@freebsd.org X-Mailer: Cyberdog/1.1 MIME-Version: 1.0 Message-Id: Content-Type: multipart/alternative; boundary="Cyberdog-AltBoundary-00011DAE" Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk --Cyberdog-AltBoundary-00011DAE Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Can someone please tell me what I have config'd incorrectly ? I'm fairly novice at reading Makefiles, so the deeply nested Makefile code found in /usr/share/mk/bsd.port.mk is making my head spin.... When trying to 'make install' a large number of different ports, most of them are dying with the following messages during the Configure phase: ---------------------------------------------------------------- =3D=3D>Configuring for [portname-version] mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/X11R6/lib/X11/config Imakefile.c:3: Imake.tmpl: No such file or directory imake: Exit code 33. Stop. *** Error code 1 Stop. ---------------------------------------------------------------- Does this mean imake is looking for a directory named '/usr/X11R6/lib/X11/config' ? (That seems to be what the manpage for imake implies.) My system has no such 'config' subdir in the X11 directory. Where is the Make process formulating this name; and, should I really have such a config directory. The most curious thing is that I was able to SUCCESSFULLY Make the BASH shell port using its Makefile (although that is the only port which didn't die in the Configure phase with the message seen above). Any help would be most appreciated. mailto:greg@beacondesign.com --Cyberdog-AltBoundary-00011DAE Content-Type: multipart/mixed; boundary="Cyberdog-MixedBoundary-00011DAE" Content-Transfer-Encoding: 7bit --Cyberdog-MixedBoundary-00011DAE Content-Type: text/enriched; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 12GenevaCan someone please tell me what I have config'd incorrectly ? I'm fairly novice at reading Makefiles, so the deeply nested Makefile code found in /usr/share/mk/bsd.port.mk is making my head spin.... When trying to 'make install' a large number of different ports, most of them are dying with the following messages during the Configure phase: ---------------------------------------------------------------- =3D=3D>Configuring for [portname-version] mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/X11R6/lib/X11/config Imakefile.c:3: Imake.tmpl: No such file or directory imake: Exit code 33. Stop. *** Error code 1 Stop. ---------------------------------------------------------------- Does this mean imake is looking for a directory named '/usr/X11R6/lib/X11/config' ? (That seems to be what the manpage for imake implies.) My system has no such 'config' subdir in the X11 directory. Where is the Make process formulating this name; and, should I really have such a config directory. The most curious thing is that I was able to SUCCESSFULLY Make the BASH shell port using its Makefile (although that is the only port which didn't die in the Configure phase with the message seen above). Any help would be most appreciated. --Cyberdog-MixedBoundary-00011DAE Content-Type: application/X-url Content-Transfer-Encoding: base64 Content-Description: Greg at BeaconDesign bWFpbHRvOmdyZWdAYmVhY29uZGVzaWduLmNvbQ== --Cyberdog-MixedBoundary-00011DAE-- --Cyberdog-AltBoundary-00011DAE--