From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 3 15:55:52 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2044937B401 for ; Sun, 3 Aug 2003 15:55:52 -0700 (PDT) Received: from lilzmailfe01.liwest.at (lilzmailfe01.liwest.at [212.33.55.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF59743F93 for ; Sun, 3 Aug 2003 15:55:50 -0700 (PDT) (envelope-from dgw@liwest.at) Received: from cm58-27.liwest.at ([212.33.58.27]) by lilzmailfe01.liwest.at with esmtp (Exim 4.14) id 19jRki-00020O-PS; Mon, 04 Aug 2003 00:55:00 +0200 From: Daniela To: Joe Marcus Clarke Date: Mon, 4 Aug 2003 00:53:49 +0000 User-Agent: KMail/1.5.2 References: <200307261850.h6QIoGhe090568@freefall.freebsd.org> <200308031843.26621.dgw@liwest.at> <1059940414.90476.11.camel@shumai.marcuscom.com> In-Reply-To: <1059940414.90476.11.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_d6aL/7grkNYtJP0" Message-Id: <200308040053.49850.dgw@liwest.at> X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: FreeBSD GNOME Users Subject: Re: ports/54876: [PATCH] lang/guile: Bug in a Makefile X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 22:55:52 -0000 --Boundary-00=_d6aL/7grkNYtJP0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sunday 03 August 2003 19:53, Joe Marcus Clarke wrote: > > > Have you copied another shell over /bin/sh? > > > > No, but when I enter the command manually in /bin/sh, it fails with the > > same message. > > Ah, I see what's going on. Your patches are generally masking some > other shell errors. However, the real cause of your problem is that the > docs cannot be built for some reason. Since this doesn't happen on any > of my systems, nor on a clean build on bento, I have to assume there is > something wrong with your build environment. Applying your patches > would change the content of what is installed, so I don't want to go > with that option. > > Can you send me your > work/guile-1.6.4/scripts/snarf-check-and-output-texi script? Thanks. See attachment. I don't think it is something on my system. My first try to compile this port was on a freshly installed, clean system. The only thing I did before was the installation of some other ports, and I added the following lines to /etc/make.conf: STRIP_CMD=true DEBUG_FLAGS=-g3 I have debug symbols everywhere in my system, but that shouldn't be the cause for the problem, right? I'm running 4.8-STABLE, by the way (upgraded every week). Currently I'm trying to fix the thing that generated the Makefile. My solution is working in bash, csh and sh, so it shouldn't cause trouble for anyone, right? Daniela --Boundary-00=_d6aL/7grkNYtJP0--