From owner-freebsd-ports Sun Apr 28 12:41:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from omsk.mushinsky.net (omsk.mushinsky.net [66.114.66.201]) by hub.freebsd.org (Postfix) with ESMTP id C16CD37B405; Sun, 28 Apr 2002 12:41:39 -0700 (PDT) Received: from tomsk (tomsk [66.114.66.202]) by omsk.mushinsky.net (8.11.6/8.11.6) with ESMTP id g3SJfKE11877; Sun, 28 Apr 2002 15:41:20 -0400 (EDT) (envelope-from imush@math.berkeley.edu) From: "Isaac Mushinsky" To: Cc: Subject: help! can't build kde3 Date: Sun, 28 Apr 2002 15:41:26 -0400 Message-ID: <000801c1eeec$afe30d70$ca427242@mushinsky.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org While building kdenetwork3 during configure I get prompts as below, and then a make error. It does not seem to matter whether I answer yes or no to these questions. The prompts also came up during the build of kdelibs/kdebase, but then they built successfully. Please help! >checking target system type... i386-portbld-freebsd4.5 >remove conftest.sed? y >checking for a BSD-compatible install... /usr/bin/install -c ............ and then many times >checking for BSD-compatible nm... /usr/bin/nm -B >checking for a sed that does not truncate output... overwrite /tmp/sedutrG9q/sed.in? (y/n [n]) y >overwrite /tmp/sedutrG9q/sed.in? (y/n [n]) y >overwrite /tmp/sedutrG9q/sed.nl? (y/n [n]) y >overwrite /tmp/sedutrG9q/sed.in? (y/n [n]) y >overwrite /tmp/sedutrG9q/sed.nl? (y/n [n]) y >overwrite /tmp/sedutrG9q/sed.in? (y/n [n]) y >overwrite /tmp/sedutrG9q/sed.nl? (y/n [n]) y ... >overwrite /tmp/sedutrG9q/sed.nl? (y/n [n]) y , and finally a make error: checking whether ln -s works... yes autoheader: `config.h.in' is updated cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /usr/local/bin/bash ./config.status config.status: creating config.h config.status: executing default-1 commands gmake all-recursive gmake[1]: Entering directory `/usr/ports/net/kdenetwork3/work/kdenetwork-3.0' Making all in mimelib gmake[2]: Entering directory `/usr/ports/net/kdenetwork3/work/kdenetwork-3.0/mimelib' cd .. && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=mimelib/Makefile /bin/sh ./config.status config.status: creating mimelib/Makefile config.status: executing default-1 commands gmake[2]: Leaving directory `/usr/ports/net/kdenetwork3/work/kdenetwork-3.0/mimelib' gmake[2]: Entering directory `/usr/ports/net/kdenetwork3/work/kdenetwork-3.0/mimelib' Makefile:422: *** missing separator. Stop. gmake[2]: Leaving directory `/usr/ports/net/kdenetwork3/work/kdenetwork-3.0/mimelib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/kdenetwork3/work/kdenetwork-3.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/net/kdenetwork3. kdenetwork3> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message